diff --git a/.gitignore b/.gitignore index 7d15b16..aecd6a7 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,6 @@ zones/*/*.gpkg # state_policies generated outputs (regenerated by data_processing.py; state_policies/outputs/ + +# local-only analysis of the interconnection queue bug fixes +interconnection_queues/2024 debug comparison/ diff --git a/interconnection_queues/README.md b/interconnection_queues/README.md index afa6be3..8fb5a57 100644 --- a/interconnection_queues/README.md +++ b/interconnection_queues/README.md @@ -12,7 +12,21 @@ This repo includes scripts and inputs to preprocess interconnection queues that ![interconnection queue inputs](interconnection_queue_inputs.png) # Input files and params to run process_interconnection_queues.py -All the input files to run the scripts are located in `inputs` folder, including original queue data from LBNL (most recently `lbnl_ix_queue_data_file_thru2024.xlsx`) and county2zone file (read from ReEDS repo) to match ReEDS counties to appropriate bas. +All the input files to run the scripts are located in `inputs` folder, including original queue data from LBNL (most recently `LBNL_Ix_Queue_Data_File_thru2025.xlsx`), the supplemental resource-type file from LBNL (`queues_other_forNLR_2025.xlsx`, see below) and the county-to-state file (read from the ReEDS repo at `inputs/zones/county_state.csv`) to match ReEDS counties to appropriate bas. Point the script at your ReEDS checkout with the `REEDS_PATH` environment variable. + +Note: starting with the 2025 data vintage, LBNL renamed several columns (`IA_status_*` → `IA_phase_*`, `type1`/`mw1` → `type_1`/`mw_1`) and folded the less-common resource types into the aggregated `Other`/`Other Storage` categories. + +## Supplemental resource types (`queues_other_forNLR_2025.xlsx`) +Because `Pumped Storage` is folded into `Other Storage` and `Biofuel`/`Biomass` into `Other` in the public 2025 file, the `pumped-hydro` and `biomass` tech groups would otherwise disappear from the output. LBNL sent us a supplement listing the detailed resource type for every *active* request in those aggregated categories (biofuel, biomass, pumped storage, compressed air, hydrogen, wave and waste heat). + +`process_interconnection_queues.py` merges it back in before anything else happens: +- Requests are matched on `q_id` + `entity`, since a `q_id` is only unique within an interconnecting entity +- For hybrid / co-located requests the supplement reports its own `type1`/`type2`/`type3`, but *not* in the same order as the public file's `type_1`/`type_2`/`type_3`. Each detailed type is therefore matched to the aggregated category it was folded into (`Pumped Storage`/`Compressed Air` → `Other Storage`; `Biofuel`/`Biomass`/`Waste Heat`/`Wave` → `Other`) rather than by position +- Capacities always come from the public file; the supplement is only used to relabel the resource type +- `compressed air`, `waste heat` and `wave` have no matching ReEDS tech group, so they are still dropped +- The script prints how many requests it relabeled and lists any supplement record with no matching request in the public file (5 records for the 2025 vintage, 3 of which are 0 MW) + +To use a new vintage of the supplement, update `filename_other` at the top of the script; set it to `None` for vintages that don't need it. # Output - Located in the `outputs` folder diff --git a/interconnection_queues/inputs/LBNL_Ix_Queue_Data_File_thru2025.xlsx b/interconnection_queues/inputs/LBNL_Ix_Queue_Data_File_thru2025.xlsx new file mode 100644 index 0000000..4913882 Binary files /dev/null and b/interconnection_queues/inputs/LBNL_Ix_Queue_Data_File_thru2025.xlsx differ diff --git a/interconnection_queues/inputs/queues_other_forNLR_2025.xlsx b/interconnection_queues/inputs/queues_other_forNLR_2025.xlsx new file mode 100644 index 0000000..bcc708f Binary files /dev/null and b/interconnection_queues/inputs/queues_other_forNLR_2025.xlsx differ diff --git a/interconnection_queues/outputs/figures/compare_queue_versions.html b/interconnection_queues/outputs/figures/compare_queue_versions.html index d6731d5..5e23000 100644 --- a/interconnection_queues/outputs/figures/compare_queue_versions.html +++ b/interconnection_queues/outputs/figures/compare_queue_versions.html @@ -1,7 +1,6 @@ - - +
+ + + + +
+ + + \ No newline at end of file diff --git a/interconnection_queues/outputs/interconnection_queues.csv b/interconnection_queues/outputs/interconnection_queues.csv index 662f85c..0987c35 100644 --- a/interconnection_queues/outputs/interconnection_queues.csv +++ b/interconnection_queues/outputs/interconnection_queues.csv @@ -1,26 +1,28 @@ -r,tg,2026,2027,2028,2029,2030 -p01001,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +r,tg,2027,2028,2029,2030,2031 +p01001,battery,0.0,0.0,0.0,0.0,0.0 p01001,biomass,0.0,0.0,0.0,0.0,0.0 p01001,coal,0.0,0.0,0.0,0.0,0.0 -p01001,gas,475.5,951.0,1268.0,1585.0,1902.0 +p01001,csp,0.0,0.0,0.0,0.0,0.0 +p01001,gas,0.0,0.0,159.33333333337214,318.66666666668607,478.0 p01001,geothermal,0.0,0.0,0.0,0.0,0.0 p01001,h2,0.0,0.0,0.0,0.0,0.0 p01001,hydro,0.0,0.0,0.0,0.0,0.0 p01001,nuclear,0.0,0.0,0.0,0.0,0.0 p01001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01001,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p01001,pv,0.0,0.0,0.0,0.0,0.0 p01001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01003,battery,0.0,0.0,80.0,160.0,240.0 +p01003,battery,0.0,0.0,0.0,0.0,0.0 p01003,biomass,0.0,0.0,0.0,0.0,0.0 p01003,coal,0.0,0.0,0.0,0.0,0.0 +p01003,csp,0.0,0.0,0.0,0.0,0.0 p01003,gas,0.0,0.0,0.0,0.0,0.0 p01003,geothermal,0.0,0.0,0.0,0.0,0.0 p01003,h2,0.0,0.0,0.0,0.0,0.0 p01003,hydro,0.0,0.0,0.0,0.0,0.0 p01003,nuclear,0.0,0.0,0.0,0.0,0.0 p01003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01003,pv,0.0,0.0,220.0,440.0,660.0 +p01003,pv,130.0,260.0,326.33333333331393,392.66666666665697,459.0 p01003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01003,wind-ons,0.0,0.0,0.0,0.0,0.0 p01011,battery,0.0,0.0,0.0,0.0,0.0 @@ -32,94 +34,77 @@ p01011,h2,0.0,0.0,0.0,0.0,0.0 p01011,hydro,0.0,0.0,0.0,0.0,0.0 p01011,nuclear,0.0,0.0,0.0,0.0,0.0 p01011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01011,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p01011,pv,100.0,200.0,200.0,200.0,200.0 p01011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01017,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 -p01017,biomass,0.0,0.0,0.0,0.0,0.0 -p01017,coal,0.0,0.0,0.0,0.0,0.0 -p01017,gas,0.0,0.0,0.0,0.0,0.0 -p01017,geothermal,0.0,0.0,0.0,0.0,0.0 -p01017,h2,0.0,0.0,0.0,0.0,0.0 -p01017,hydro,0.0,0.0,0.0,0.0,0.0 -p01017,nuclear,0.0,0.0,0.0,0.0,0.0 -p01017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01017,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 -p01017,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01017,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01031,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 -p01031,biomass,0.0,0.0,0.0,0.0,0.0 -p01031,coal,0.0,0.0,0.0,0.0,0.0 -p01031,gas,0.0,0.0,0.0,0.0,0.0 -p01031,geothermal,0.0,0.0,0.0,0.0,0.0 -p01031,h2,0.0,0.0,0.0,0.0,0.0 -p01031,hydro,0.0,0.0,0.0,0.0,0.0 -p01031,nuclear,0.0,0.0,0.0,0.0,0.0 -p01031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01031,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 -p01031,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01013,battery,0.0,0.0,0.0,0.0,0.0 +p01013,biomass,0.0,0.0,0.0,0.0,0.0 +p01013,coal,0.0,0.0,0.0,0.0,0.0 +p01013,gas,0.0,0.0,0.0,0.0,0.0 +p01013,geothermal,0.0,0.0,0.0,0.0,0.0 +p01013,h2,0.0,0.0,0.0,0.0,0.0 +p01013,hydro,0.0,0.0,0.0,0.0,0.0 +p01013,nuclear,0.0,0.0,0.0,0.0,0.0 +p01013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01013,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p01013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01017,csp,0.0,0.0,0.0,0.0,0.0 +p01019,battery,0.0,0.0,0.0,0.0,0.0 +p01019,biomass,0.0,0.0,0.0,0.0,0.0 +p01019,coal,0.0,0.0,0.0,0.0,0.0 +p01019,gas,0.0,0.0,0.0,0.0,0.0 +p01019,geothermal,0.0,0.0,0.0,0.0,0.0 +p01019,h2,0.0,0.0,0.0,0.0,0.0 +p01019,hydro,0.0,0.0,0.0,0.0,0.0 +p01019,nuclear,0.0,0.0,0.0,0.0,0.0 +p01019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01019,pv,0.0,0.0,56.666666666656965,113.33333333332848,170.0 +p01019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01025,battery,0.0,0.0,0.0,0.0,0.0 +p01025,biomass,0.0,0.0,0.0,0.0,0.0 +p01025,coal,0.0,0.0,0.0,0.0,0.0 +p01025,gas,0.0,0.0,0.0,0.0,0.0 +p01025,geothermal,0.0,0.0,0.0,0.0,0.0 +p01025,h2,0.0,0.0,0.0,0.0,0.0 +p01025,hydro,0.0,0.0,0.0,0.0,0.0 +p01025,nuclear,0.0,0.0,0.0,0.0,0.0 +p01025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01025,pv,0.0,0.0,31.0,62.0,93.0 +p01025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01031,csp,0.0,0.0,0.0,0.0,0.0 p01033,battery,0.0,0.0,0.0,0.0,0.0 p01033,biomass,0.0,0.0,0.0,0.0,0.0 p01033,coal,0.0,0.0,0.0,0.0,0.0 -p01033,gas,390.0,780.0,1040.0,1300.0,1560.0 +p01033,csp,0.0,0.0,0.0,0.0,0.0 +p01033,gas,390.0,780.0,780.0,780.0,780.0 p01033,geothermal,0.0,0.0,0.0,0.0,0.0 p01033,h2,0.0,0.0,0.0,0.0,0.0 p01033,hydro,0.0,0.0,0.0,0.0,0.0 p01033,nuclear,0.0,0.0,0.0,0.0,0.0 p01033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01033,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p01033,pv,89.0,178.0,178.0,178.0,178.0 p01033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01033,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01035,battery,0.0,0.0,53.33333333332848,106.66666666667152,160.0 -p01035,biomass,0.0,0.0,0.0,0.0,0.0 -p01035,coal,0.0,0.0,0.0,0.0,0.0 -p01035,gas,0.0,0.0,0.0,0.0,0.0 -p01035,geothermal,0.0,0.0,0.0,0.0,0.0 -p01035,h2,0.0,0.0,0.0,0.0,0.0 -p01035,hydro,0.0,0.0,0.0,0.0,0.0 -p01035,nuclear,0.0,0.0,0.0,0.0,0.0 -p01035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01035,pv,0.0,0.0,53.33333333332848,106.66666666667152,160.0 -p01035,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01037,battery,0.0,0.0,0.0,0.0,0.0 -p01037,biomass,0.0,0.0,0.0,0.0,0.0 -p01037,coal,0.0,0.0,0.0,0.0,0.0 -p01037,gas,0.0,0.0,0.0,0.0,0.0 -p01037,geothermal,0.0,0.0,0.0,0.0,0.0 -p01037,h2,0.0,0.0,0.0,0.0,0.0 -p01037,hydro,0.0,0.0,0.0,0.0,0.0 -p01037,nuclear,0.0,0.0,0.0,0.0,0.0 -p01037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01037,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 -p01037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01037,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01045,battery,39.5,79.0,105.33333333333576,131.66666666666424,158.0 +p01035,csp,0.0,0.0,0.0,0.0,0.0 +p01037,csp,0.0,0.0,0.0,0.0,0.0 +p01045,battery,0.0,0.0,0.0,0.0,0.0 p01045,biomass,0.0,0.0,0.0,0.0,0.0 p01045,coal,0.0,0.0,0.0,0.0,0.0 +p01045,csp,0.0,0.0,0.0,0.0,0.0 p01045,gas,0.0,0.0,0.0,0.0,0.0 p01045,geothermal,0.0,0.0,0.0,0.0,0.0 p01045,h2,0.0,0.0,0.0,0.0,0.0 p01045,hydro,0.0,0.0,0.0,0.0,0.0 p01045,nuclear,0.0,0.0,0.0,0.0,0.0 p01045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01045,pv,39.5,79.0,132.33333333332848,185.66666666667152,239.0 +p01045,pv,0.0,0.0,67.0,134.0,201.0 p01045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01045,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01047,battery,0.0,0.0,0.0,0.0,0.0 -p01047,biomass,0.0,0.0,0.0,0.0,0.0 -p01047,coal,0.0,0.0,0.0,0.0,0.0 -p01047,gas,0.0,0.0,0.0,0.0,0.0 -p01047,geothermal,0.0,0.0,0.0,0.0,0.0 -p01047,h2,0.0,0.0,0.0,0.0,0.0 -p01047,hydro,0.0,0.0,0.0,0.0,0.0 -p01047,nuclear,0.0,0.0,0.0,0.0,0.0 -p01047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01047,pv,40.0,80.0,133.33333333332848,186.66666666667152,240.0 -p01047,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01049,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p01047,csp,0.0,0.0,0.0,0.0,0.0 +p01049,battery,100.0,200.0,200.0,200.0,200.0 p01049,biomass,0.0,0.0,0.0,0.0,0.0 p01049,coal,0.0,0.0,0.0,0.0,0.0 p01049,gas,0.0,0.0,0.0,0.0,0.0 @@ -131,126 +116,102 @@ p01049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p01049,pv,0.0,0.0,0.0,0.0,0.0 p01049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01049,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01053,battery,0.0,0.0,26.33333333333576,52.66666666666424,79.0 +p01053,battery,0.0,0.0,0.0,0.0,0.0 p01053,biomass,0.0,0.0,0.0,0.0,0.0 p01053,coal,0.0,0.0,0.0,0.0,0.0 +p01053,csp,0.0,0.0,0.0,0.0,0.0 p01053,gas,0.0,0.0,0.0,0.0,0.0 p01053,geothermal,0.0,0.0,0.0,0.0,0.0 p01053,h2,0.0,0.0,0.0,0.0,0.0 p01053,hydro,0.0,0.0,0.0,0.0,0.0 p01053,nuclear,0.0,0.0,0.0,0.0,0.0 p01053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01053,pv,0.0,0.0,53.0,106.0,159.0 +p01053,pv,0.0,0.0,132.96666666673264,265.93333333334886,398.9 p01053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01053,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01063,battery,65.0,130.0,173.33333333332848,216.66666666667152,260.0 +p01055,csp,0.0,0.0,0.0,0.0,0.0 +p01059,csp,0.0,0.0,0.0,0.0,0.0 +p01063,battery,0.0,0.0,0.0,0.0,0.0 p01063,biomass,0.0,0.0,0.0,0.0,0.0 p01063,coal,0.0,0.0,0.0,0.0,0.0 +p01063,csp,0.0,0.0,0.0,0.0,0.0 p01063,gas,0.0,0.0,0.0,0.0,0.0 p01063,geothermal,0.0,0.0,0.0,0.0,0.0 p01063,h2,0.0,0.0,0.0,0.0,0.0 p01063,hydro,0.0,0.0,0.0,0.0,0.0 p01063,nuclear,0.0,0.0,0.0,0.0,0.0 p01063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01063,pv,131.8,263.6,351.4666666666744,439.33333333334303,527.2 +p01063,pv,0.0,0.0,131.33333333337214,262.66666666668607,394.0 p01063,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01063,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01065,battery,0.0,0.0,0.0,0.0,0.0 -p01065,biomass,0.0,0.0,0.0,0.0,0.0 -p01065,coal,0.0,0.0,0.0,0.0,0.0 -p01065,gas,0.0,0.0,0.0,0.0,0.0 -p01065,geothermal,0.0,0.0,0.0,0.0,0.0 -p01065,h2,0.0,0.0,0.0,0.0,0.0 -p01065,hydro,0.0,0.0,0.0,0.0,0.0 -p01065,nuclear,0.0,0.0,0.0,0.0,0.0 -p01065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01065,pv,0.0,0.0,110.0,220.0,330.0 -p01065,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01065,csp,0.0,0.0,0.0,0.0,0.0 p01069,battery,0.0,0.0,0.0,0.0,0.0 p01069,biomass,0.0,0.0,0.0,0.0,0.0 p01069,coal,0.0,0.0,0.0,0.0,0.0 +p01069,csp,0.0,0.0,0.0,0.0,0.0 p01069,gas,0.0,0.0,0.0,0.0,0.0 p01069,geothermal,0.0,0.0,0.0,0.0,0.0 p01069,h2,0.0,0.0,0.0,0.0,0.0 p01069,hydro,0.0,0.0,0.0,0.0,0.0 -p01069,nuclear,0.0,0.0,0.0,0.0,0.0 +p01069,nuclear,0.0,0.0,43.333333333343035,86.66666666667152,130.0 p01069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01069,pv,40.0,80.0,146.66666666665697,213.33333333334303,280.0 +p01069,pv,0.0,0.0,0.0,0.0,0.0 p01069,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01069,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01071,battery,0.0,0.0,0.0,0.0,0.0 +p01071,battery,0.0,0.0,100.0,200.0,300.0 p01071,biomass,0.0,0.0,0.0,0.0,0.0 p01071,coal,0.0,0.0,0.0,0.0,0.0 +p01071,csp,0.0,0.0,0.0,0.0,0.0 p01071,gas,0.0,0.0,0.0,0.0,0.0 p01071,geothermal,0.0,0.0,0.0,0.0,0.0 p01071,h2,0.0,0.0,0.0,0.0,0.0 p01071,hydro,0.0,0.0,0.0,0.0,0.0 p01071,nuclear,0.0,0.0,0.0,0.0,0.0 p01071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01071,pv,0.0,0.0,66.33333333334303,132.66666666665697,199.0 +p01071,pv,0.0,0.0,33.0,66.0,99.0 p01071,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01071,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01077,battery,0.0,0.0,0.0,0.0,0.0 -p01077,biomass,0.0,0.0,0.0,0.0,0.0 -p01077,coal,0.0,0.0,0.0,0.0,0.0 -p01077,gas,0.0,0.0,0.0,0.0,0.0 -p01077,geothermal,0.0,0.0,0.0,0.0,0.0 -p01077,h2,0.0,0.0,0.0,0.0,0.0 -p01077,hydro,0.0,0.0,0.0,0.0,0.0 -p01077,nuclear,0.0,0.0,0.0,0.0,0.0 -p01077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01077,pv,0.0,0.0,50.0,100.0,150.0 -p01077,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01077,csp,0.0,0.0,0.0,0.0,0.0 p01079,battery,0.0,0.0,0.0,0.0,0.0 p01079,biomass,0.0,0.0,0.0,0.0,0.0 p01079,coal,0.0,0.0,0.0,0.0,0.0 +p01079,csp,0.0,0.0,0.0,0.0,0.0 p01079,gas,0.0,0.0,0.0,0.0,0.0 p01079,geothermal,0.0,0.0,0.0,0.0,0.0 p01079,h2,0.0,0.0,0.0,0.0,0.0 p01079,hydro,0.0,0.0,0.0,0.0,0.0 p01079,nuclear,0.0,0.0,0.0,0.0,0.0 p01079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01079,pv,196.5,393.0,524.0,655.0,786.0 +p01079,pv,196.5,393.0,393.0,393.0,393.0 p01079,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01079,wind-ons,0.0,0.0,0.0,0.0,0.0 p01081,battery,0.0,0.0,0.0,0.0,0.0 p01081,biomass,0.0,0.0,0.0,0.0,0.0 p01081,coal,0.0,0.0,0.0,0.0,0.0 -p01081,gas,0.0,0.0,0.0,0.0,0.0 +p01081,csp,0.0,0.0,0.0,0.0,0.0 +p01081,gas,0.0,0.0,117.0,234.0,351.0 p01081,geothermal,0.0,0.0,0.0,0.0,0.0 p01081,h2,0.0,0.0,0.0,0.0,0.0 p01081,hydro,0.0,0.0,0.0,0.0,0.0 p01081,nuclear,0.0,0.0,0.0,0.0,0.0 p01081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01081,pv,0.0,0.0,79.0,158.0,237.0 +p01081,pv,0.0,0.0,0.0,0.0,0.0 p01081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01081,wind-ons,0.0,0.0,0.0,0.0,0.0 p01083,battery,0.0,0.0,0.0,0.0,0.0 p01083,biomass,0.0,0.0,0.0,0.0,0.0 p01083,coal,0.0,0.0,0.0,0.0,0.0 +p01083,csp,0.0,0.0,0.0,0.0,0.0 p01083,gas,0.0,0.0,0.0,0.0,0.0 p01083,geothermal,0.0,0.0,0.0,0.0,0.0 p01083,h2,0.0,0.0,0.0,0.0,0.0 p01083,hydro,0.0,0.0,0.0,0.0,0.0 -p01083,nuclear,232.5,465.0,620.0,775.0,930.0 +p01083,nuclear,232.5,465.0,467.0,469.0,471.0 p01083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p01083,pv,0.0,0.0,0.0,0.0,0.0 p01083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01085,battery,0.0,0.0,36.66666666667152,73.33333333332848,110.0 -p01085,biomass,0.0,0.0,0.0,0.0,0.0 -p01085,coal,0.0,0.0,0.0,0.0,0.0 -p01085,gas,0.0,0.0,0.0,0.0,0.0 -p01085,geothermal,0.0,0.0,0.0,0.0,0.0 -p01085,h2,0.0,0.0,0.0,0.0,0.0 -p01085,hydro,0.0,0.0,0.0,0.0,0.0 -p01085,nuclear,0.0,0.0,0.0,0.0,0.0 -p01085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01085,pv,0.0,0.0,46.0,92.0,138.0 -p01085,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01085,csp,0.0,0.0,0.0,0.0,0.0 p01089,battery,0.0,0.0,0.0,0.0,0.0 p01089,biomass,0.0,0.0,0.0,0.0,0.0 p01089,coal,0.0,0.0,0.0,0.0,0.0 @@ -260,168 +221,124 @@ p01089,h2,0.0,0.0,0.0,0.0,0.0 p01089,hydro,0.0,0.0,0.0,0.0,0.0 p01089,nuclear,0.0,0.0,0.0,0.0,0.0 p01089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01089,pv,0.0,0.0,36.66666666667152,73.33333333332848,110.0 +p01089,pv,0.0,0.0,36.666666666656965,73.33333333332848,110.0 p01089,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01089,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01091,battery,0.0,0.0,121.66666666665697,243.33333333334303,365.0 -p01091,biomass,0.0,0.0,0.0,0.0,0.0 -p01091,coal,0.0,0.0,0.0,0.0,0.0 -p01091,gas,0.0,0.0,0.0,0.0,0.0 -p01091,geothermal,0.0,0.0,0.0,0.0,0.0 -p01091,h2,0.0,0.0,0.0,0.0,0.0 -p01091,hydro,0.0,0.0,0.0,0.0,0.0 -p01091,nuclear,0.0,0.0,0.0,0.0,0.0 -p01091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01091,pv,0.0,0.0,165.0,330.0,495.0 -p01091,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01091,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01093,battery,0.0,0.0,0.0,0.0,0.0 -p01093,biomass,0.0,0.0,0.0,0.0,0.0 -p01093,coal,0.0,0.0,0.0,0.0,0.0 -p01093,gas,0.0,0.0,0.0,0.0,0.0 -p01093,geothermal,0.0,0.0,0.0,0.0,0.0 -p01093,h2,0.0,0.0,0.0,0.0,0.0 -p01093,hydro,0.0,0.0,2.33333333333303,4.66666666666697,7.0 -p01093,nuclear,0.0,0.0,0.0,0.0,0.0 -p01093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01093,pv,0.0,0.0,0.0,0.0,0.0 -p01093,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01093,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01097,battery,0.0,0.0,100.0,200.0,300.0 +p01091,csp,0.0,0.0,0.0,0.0,0.0 +p01097,battery,0.0,0.0,0.0,0.0,0.0 p01097,biomass,0.0,0.0,0.0,0.0,0.0 p01097,coal,0.0,0.0,0.0,0.0,0.0 -p01097,gas,0.0,0.0,228.33333333331393,456.66666666668607,685.0 +p01097,csp,0.0,0.0,0.0,0.0,0.0 +p01097,gas,0.0,0.0,240.33333333337214,480.66666666668607,721.0 p01097,geothermal,0.0,0.0,0.0,0.0,0.0 p01097,h2,0.0,0.0,0.0,0.0,0.0 p01097,hydro,0.0,0.0,0.0,0.0,0.0 p01097,nuclear,0.0,0.0,0.0,0.0,0.0 p01097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01097,pv,0.0,0.0,0.0,0.0,0.0 +p01097,pv,0.0,0.0,165.0,330.0,495.0 p01097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01097,wind-ons,0.0,0.0,0.0,0.0,0.0 p01099,battery,0.0,0.0,0.0,0.0,0.0 p01099,biomass,0.0,0.0,0.0,0.0,0.0 p01099,coal,0.0,0.0,0.0,0.0,0.0 +p01099,csp,0.0,0.0,0.0,0.0,0.0 p01099,gas,0.0,0.0,0.0,0.0,0.0 p01099,geothermal,0.0,0.0,0.0,0.0,0.0 p01099,h2,0.0,0.0,0.0,0.0,0.0 p01099,hydro,0.0,0.0,0.0,0.0,0.0 p01099,nuclear,0.0,0.0,0.0,0.0,0.0 p01099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01099,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p01099,pv,0.0,0.0,23.666666666671517,47.33333333333576,71.0 p01099,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01101,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p01101,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 p01101,biomass,0.0,0.0,0.0,0.0,0.0 p01101,coal,0.0,0.0,0.0,0.0,0.0 +p01101,csp,0.0,0.0,0.0,0.0,0.0 p01101,gas,0.0,0.0,0.0,0.0,0.0 p01101,geothermal,0.0,0.0,0.0,0.0,0.0 p01101,h2,0.0,0.0,0.0,0.0,0.0 p01101,hydro,0.0,0.0,0.0,0.0,0.0 p01101,nuclear,0.0,0.0,0.0,0.0,0.0 p01101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01101,pv,80.0,160.0,239.93333333331975,319.8666666666395,399.8 +p01101,pv,0.0,0.0,0.0,0.0,0.0 p01101,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01101,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01105,battery,0.0,0.0,51.66666666667152,103.33333333332848,155.0 +p01103,battery,0.0,0.0,0.0,0.0,0.0 +p01103,biomass,0.0,0.0,0.0,0.0,0.0 +p01103,coal,0.0,0.0,0.0,0.0,0.0 +p01103,csp,0.0,0.0,0.0,0.0,0.0 +p01103,gas,0.0,0.0,176.0,352.0,528.0 +p01103,geothermal,0.0,0.0,0.0,0.0,0.0 +p01103,h2,0.0,0.0,0.0,0.0,0.0 +p01103,hydro,0.0,0.0,0.0,0.0,0.0 +p01103,nuclear,0.0,0.0,0.0,0.0,0.0 +p01103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01103,pv,0.0,0.0,0.0,0.0,0.0 +p01103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01105,battery,0.0,0.0,0.0,0.0,0.0 p01105,biomass,0.0,0.0,0.0,0.0,0.0 p01105,coal,0.0,0.0,0.0,0.0,0.0 +p01105,csp,0.0,0.0,0.0,0.0,0.0 p01105,gas,0.0,0.0,0.0,0.0,0.0 p01105,geothermal,0.0,0.0,0.0,0.0,0.0 p01105,h2,0.0,0.0,0.0,0.0,0.0 p01105,hydro,0.0,0.0,0.0,0.0,0.0 p01105,nuclear,0.0,0.0,0.0,0.0,0.0 p01105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01105,pv,247.9,495.8,661.0666666666511,826.3333333333139,991.6 +p01105,pv,247.9,495.8,549.133333333346,602.4666666666744,655.8 p01105,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01105,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01109,battery,0.0,0.0,0.0,0.0,0.0 -p01109,biomass,0.0,0.0,0.0,0.0,0.0 -p01109,coal,0.0,0.0,0.0,0.0,0.0 -p01109,gas,0.0,0.0,0.0,0.0,0.0 -p01109,geothermal,0.0,0.0,0.0,0.0,0.0 -p01109,h2,0.0,0.0,0.0,0.0,0.0 -p01109,hydro,0.0,0.0,0.0,0.0,0.0 -p01109,nuclear,0.0,0.0,0.0,0.0,0.0 -p01109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01109,pv,0.0,0.0,193.33333333331393,386.66666666668607,580.0 -p01109,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01109,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01113,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 -p01113,biomass,0.0,0.0,0.0,0.0,0.0 -p01113,coal,0.0,0.0,0.0,0.0,0.0 -p01113,gas,0.0,0.0,0.0,0.0,0.0 -p01113,geothermal,0.0,0.0,0.0,0.0,0.0 -p01113,h2,0.0,0.0,0.0,0.0,0.0 -p01113,hydro,0.0,0.0,0.0,0.0,0.0 -p01113,nuclear,0.0,0.0,0.0,0.0,0.0 -p01113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01113,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 -p01113,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01113,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01117,battery,0.0,0.0,0.0,0.0,0.0 -p01117,biomass,0.0,0.0,0.0,0.0,0.0 -p01117,coal,0.0,0.0,0.0,0.0,0.0 -p01117,gas,0.0,0.0,268.733333333279,537.466666666558,806.2 -p01117,geothermal,0.0,0.0,0.0,0.0,0.0 -p01117,h2,0.0,0.0,0.0,0.0,0.0 -p01117,hydro,0.0,0.0,0.0,0.0,0.0 -p01117,nuclear,0.0,0.0,0.0,0.0,0.0 -p01117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01117,pv,0.0,0.0,0.0,0.0,0.0 -p01117,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01117,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01121,battery,0.0,0.0,0.0,0.0,0.0 -p01121,biomass,0.0,0.0,0.0,0.0,0.0 -p01121,coal,0.0,0.0,0.0,0.0,0.0 -p01121,gas,0.0,0.0,0.0,0.0,0.0 -p01121,geothermal,0.0,0.0,0.0,0.0,0.0 -p01121,h2,0.0,0.0,0.0,0.0,0.0 -p01121,hydro,0.0,0.0,0.0,0.0,0.0 -p01121,nuclear,0.0,0.0,0.0,0.0,0.0 -p01121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01121,pv,0.0,0.0,60.0,120.0,180.0 -p01121,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01121,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01127,battery,0.0,0.0,50.0,100.0,150.0 +p01109,csp,0.0,0.0,0.0,0.0,0.0 +p01111,csp,0.0,0.0,0.0,0.0,0.0 +p01113,csp,0.0,0.0,0.0,0.0,0.0 +p01117,csp,0.0,0.0,0.0,0.0,0.0 +p01119,battery,0.0,0.0,0.0,0.0,0.0 +p01119,biomass,0.0,0.0,0.0,0.0,0.0 +p01119,coal,0.0,0.0,0.0,0.0,0.0 +p01119,gas,0.0,0.0,0.0,0.0,0.0 +p01119,geothermal,0.0,0.0,0.0,0.0,0.0 +p01119,h2,0.0,0.0,0.0,0.0,0.0 +p01119,hydro,0.0,0.0,0.0,0.0,0.0 +p01119,nuclear,0.0,0.0,0.0,0.0,0.0 +p01119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01119,pv,0.0,0.0,25.0,50.0,75.0 +p01119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01121,csp,0.0,0.0,0.0,0.0,0.0 +p01127,battery,75.0,150.0,150.0,150.0,150.0 p01127,biomass,0.0,0.0,0.0,0.0,0.0 p01127,coal,0.0,0.0,0.0,0.0,0.0 +p01127,csp,0.0,0.0,0.0,0.0,0.0 p01127,gas,0.0,0.0,0.0,0.0,0.0 p01127,geothermal,0.0,0.0,0.0,0.0,0.0 p01127,h2,0.0,0.0,0.0,0.0,0.0 p01127,hydro,0.0,0.0,0.0,0.0,0.0 p01127,nuclear,0.0,0.0,0.0,0.0,0.0 p01127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01127,pv,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p01127,pv,0.0,0.0,0.0,0.0,0.0 p01127,wind-ofs,0.0,0.0,0.0,0.0,0.0 p01127,wind-ons,0.0,0.0,0.0,0.0,0.0 -p01129,battery,0.0,0.0,0.0,0.0,0.0 -p01129,biomass,0.0,0.0,0.0,0.0,0.0 -p01129,coal,0.0,0.0,0.0,0.0,0.0 -p01129,gas,0.0,0.0,0.0,0.0,0.0 -p01129,geothermal,0.0,0.0,0.0,0.0,0.0 -p01129,h2,0.0,0.0,0.0,0.0,0.0 -p01129,hydro,0.0,0.0,0.0,0.0,0.0 -p01129,nuclear,0.0,0.0,0.0,0.0,0.0 -p01129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p01129,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 -p01129,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p01129,wind-ons,0.0,0.0,0.0,0.0,0.0 -p04001,battery,0.0,0.0,0.0,0.0,0.0 +p01129,csp,0.0,0.0,0.0,0.0,0.0 +p01131,csp,0.0,0.0,0.0,0.0,0.0 +p04001,battery,0.0,0.0,116.66666666668607,233.33333333334303,350.0 p04001,biomass,0.0,0.0,0.0,0.0,0.0 p04001,coal,0.0,0.0,0.0,0.0,0.0 +p04001,csp,0.0,0.0,0.0,0.0,0.0 p04001,gas,0.0,0.0,0.0,0.0,0.0 p04001,geothermal,0.0,0.0,0.0,0.0,0.0 p04001,h2,0.0,0.0,0.0,0.0,0.0 p04001,hydro,0.0,0.0,0.0,0.0,0.0 p04001,nuclear,0.0,0.0,0.0,0.0,0.0 p04001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p04001,pv,0.0,0.0,333.33333333337214,666.6666666666279,1000.0 +p04001,pv,0.0,0.0,450.0,900.0,1350.0 p04001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p04001,wind-ons,0.0,0.0,100.0,200.0,300.0 p04003,battery,0.0,0.0,0.0,0.0,0.0 p04003,biomass,0.0,0.0,0.0,0.0,0.0 p04003,coal,0.0,0.0,0.0,0.0,0.0 +p04003,csp,0.0,0.0,0.0,0.0,0.0 p04003,gas,0.0,0.0,0.0,0.0,0.0 p04003,geothermal,0.0,0.0,0.0,0.0,0.0 p04003,h2,0.0,0.0,0.0,0.0,0.0 @@ -430,178 +347,180 @@ p04003,nuclear,0.0,0.0,0.0,0.0,0.0 p04003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p04003,pv,0.0,0.0,200.0,400.0,600.0 p04003,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p04003,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p04005,battery,0.0,0.0,80.0,160.0,240.0 +p04003,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p04005,battery,0.0,0.0,0.0,0.0,0.0 p04005,biomass,0.0,0.0,0.0,0.0,0.0 p04005,coal,0.0,0.0,0.0,0.0,0.0 +p04005,csp,0.0,0.0,0.0,0.0,0.0 p04005,gas,0.0,0.0,0.0,0.0,0.0 p04005,geothermal,0.0,0.0,0.0,0.0,0.0 p04005,h2,0.0,0.0,0.0,0.0,0.0 p04005,hydro,0.0,0.0,0.0,0.0,0.0 p04005,nuclear,0.0,0.0,0.0,0.0,0.0 p04005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p04005,pv,1530.0,3060.0,4653.333333333489,6246.666666666511,7840.0 +p04005,pv,0.0,0.0,2050.0,4100.0,6150.0 p04005,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p04005,wind-ons,0.0,0.0,489.89999999990687,979.7999999999302,1469.7 -p04009,battery,0.0,0.0,0.0,0.0,0.0 -p04009,biomass,0.0,0.0,0.0,0.0,0.0 -p04009,coal,0.0,0.0,0.0,0.0,0.0 -p04009,gas,0.0,0.0,0.0,0.0,0.0 -p04009,geothermal,0.0,0.0,0.0,0.0,0.0 -p04009,h2,0.0,0.0,0.0,0.0,0.0 -p04009,hydro,0.0,0.0,0.0,0.0,0.0 -p04009,nuclear,0.0,0.0,0.0,0.0,0.0 -p04009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p04009,pv,0.0,0.0,161.66666666668607,323.33333333331393,485.0 -p04009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p04009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p04005,wind-ons,0.0,0.0,436.233333333279,872.4666666666744,1308.7 p04011,battery,0.0,0.0,0.0,0.0,0.0 p04011,biomass,0.0,0.0,0.0,0.0,0.0 p04011,coal,0.0,0.0,0.0,0.0,0.0 +p04011,csp,0.0,0.0,0.0,0.0,0.0 p04011,gas,0.0,0.0,0.0,0.0,0.0 p04011,geothermal,0.0,0.0,0.0,0.0,0.0 p04011,h2,0.0,0.0,0.0,0.0,0.0 p04011,hydro,0.0,0.0,0.0,0.0,0.0 p04011,nuclear,0.0,0.0,0.0,0.0,0.0 p04011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p04011,pv,0.0,0.0,156.66666666668607,313.33333333331393,470.0 +p04011,pv,0.0,0.0,156.66666666662786,313.33333333331393,470.0 p04011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p04011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p04012,battery,1085.0,2170.0,3908.9767666663975,5647.953533333261,7386.9303 +p04012,battery,1187.2,2374.4,3773.0434333332814,5171.686866666656,6570.3303 p04012,biomass,0.0,0.0,0.0,0.0,0.0 p04012,coal,0.0,0.0,0.0,0.0,0.0 -p04012,gas,0.0,0.0,150.95333333330927,301.90666666661855,452.86 +p04012,csp,0.0,0.0,0.0,0.0,0.0 +p04012,gas,0.0,0.0,150.95333333330927,301.90666666667676,452.86 p04012,geothermal,0.0,0.0,0.0,0.0,0.0 p04012,h2,0.0,0.0,0.0,0.0,0.0 p04012,hydro,0.0,0.0,0.0,0.0,0.0 p04012,nuclear,0.0,0.0,0.0,0.0,0.0 p04012,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p04012,pv,1850.0,3700.0,5806.286833333783,7912.573666666634,10018.860499999999 +p04012,pv,1375.0,2750.0,4383.620166666806,6017.240333333146,7650.8605 p04012,wind-ofs,0.0,0.0,0.0,0.0,0.0 p04012,wind-ons,0.0,0.0,0.0,0.0,0.0 -p04013,battery,500.0,1000.0,3268.726033333689,5537.452066666447,7806.1781 +p04013,battery,425.0,850.0,4200.965033332817,7551.930066666566,10902.8951 p04013,biomass,0.0,0.0,0.0,0.0,0.0 p04013,coal,0.0,0.0,0.0,0.0,0.0 -p04013,gas,175.0,350.0,737.7266666666837,1125.4533333333675,1513.1799999999998 +p04013,csp,0.0,0.0,0.0,0.0,0.0 +p04013,gas,0.0,0.0,490.0466666666325,980.0933333333815,1470.1399999999999 p04013,geothermal,0.0,0.0,0.0,0.0,0.0 p04013,h2,0.0,0.0,0.0,0.0,0.0 p04013,hydro,0.0,0.0,0.0,0.0,0.0 p04013,nuclear,0.0,0.0,0.0,0.0,0.0 -p04013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p04013,pv,680.0,1360.0,6455.3453333340585,11550.690666666254,16646.036 +p04013,pumped-hydro,0.0,0.0,340.0,680.0,1020.0 +p04013,pv,337.5,675.0,4164.62200000044,7654.243999999948,11143.866 p04013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p04013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p04015,battery,0.0,0.0,906.0666666666511,1812.1333333333023,2718.2 +p04015,battery,0.0,0.0,666.6666666665114,1333.3333333332557,2000.0 p04015,biomass,0.0,0.0,0.0,0.0,0.0 p04015,coal,0.0,0.0,0.0,0.0,0.0 -p04015,gas,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p04015,csp,0.0,0.0,0.0,0.0,0.0 +p04015,gas,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p04015,geothermal,0.0,0.0,0.0,0.0,0.0 p04015,h2,0.0,0.0,0.0,0.0,0.0 p04015,hydro,0.0,0.0,0.0,0.0,0.0 p04015,nuclear,0.0,0.0,0.0,0.0,0.0 p04015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p04015,pv,0.0,0.0,1549.266666666139,3098.5333333327435,4647.8 +p04015,pv,0.0,0.0,1166.666666666977,2333.3333333334886,3500.0 p04015,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p04015,wind-ons,0.0,0.0,466.66666666662786,933.3333333333721,1400.0 -p04017,battery,37.5,75.0,183.33333333334303,291.66666666665697,400.0 +p04015,wind-ons,0.0,0.0,366.6666666667443,733.3333333333721,1100.0 +p04017,battery,0.0,0.0,745.6450000002515,1491.2900000000373,2236.935 p04017,biomass,0.0,0.0,0.0,0.0,0.0 p04017,coal,0.0,0.0,0.0,0.0,0.0 +p04017,csp,0.0,0.0,0.0,0.0,0.0 p04017,gas,0.0,0.0,0.0,0.0,0.0 p04017,geothermal,0.0,0.0,0.0,0.0,0.0 p04017,h2,0.0,0.0,0.0,0.0,0.0 p04017,hydro,0.0,0.0,0.0,0.0,0.0 p04017,nuclear,0.0,0.0,0.0,0.0,0.0 p04017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p04017,pv,700.0,1400.0,3589.451666667126,5778.903333333321,7968.3549999999905 +p04017,pv,500.0,1000.0,2739.806666666642,4479.613333333284,6219.42 p04017,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p04017,wind-ons,0.0,0.0,786.4166666667443,1572.8333333332557,2359.25 -p04019,battery,0.0,0.0,291.66666666662786,583.3333333333721,875.0 +p04017,wind-ons,0.0,0.0,621.4166666665114,1242.8333333332557,1864.25 +p04019,battery,0.0,0.0,291.6666666667443,583.3333333333721,875.0 p04019,biomass,0.0,0.0,0.0,0.0,0.0 p04019,coal,0.0,0.0,0.0,0.0,0.0 -p04019,gas,0.0,0.0,266.66666666662786,533.3333333333721,800.0 +p04019,csp,0.0,0.0,0.0,0.0,0.0 +p04019,gas,0.0,0.0,266.6666666667443,533.3333333333721,800.0 p04019,geothermal,0.0,0.0,0.0,0.0,0.0 p04019,h2,0.0,0.0,0.0,0.0,0.0 p04019,hydro,0.0,0.0,0.0,0.0,0.0 p04019,nuclear,0.0,0.0,0.0,0.0,0.0 p04019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p04019,pv,0.0,0.0,333.33333333337214,666.6666666666279,1000.0 +p04019,pv,0.0,0.0,333.3333333332557,666.6666666666279,1000.0 p04019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p04019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p04021,battery,0.0,0.0,319.66666666662786,639.3333333333721,959.0 +p04021,battery,0.0,0.0,752.4366666667629,1504.873333333293,2257.31 p04021,biomass,0.0,0.0,0.0,0.0,0.0 p04021,coal,0.0,0.0,0.0,0.0,0.0 -p04021,gas,0.0,0.0,455.66666666662786,911.3333333333721,1367.0 +p04021,csp,0.0,0.0,0.0,0.0,0.0 +p04021,gas,0.0,0.0,309.0,618.0,927.0 p04021,geothermal,0.0,0.0,0.0,0.0,0.0 p04021,h2,0.0,0.0,0.0,0.0,0.0 p04021,hydro,0.0,0.0,0.0,0.0,0.0 p04021,nuclear,0.0,0.0,0.0,0.0,0.0 p04021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p04021,pv,346.875,693.75,2935.708333333023,5177.666666666977,7419.625 +p04021,pv,240.0,480.0,2293.933333333116,4107.866666666698,5921.8 p04021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p04021,wind-ons,0.0,0.0,0.0,0.0,0.0 p04025,battery,0.0,0.0,0.0,0.0,0.0 p04025,biomass,0.0,0.0,0.0,0.0,0.0 p04025,coal,0.0,0.0,0.0,0.0,0.0 +p04025,csp,0.0,0.0,0.0,0.0,0.0 p04025,gas,0.0,0.0,0.0,0.0,0.0 p04025,geothermal,0.0,0.0,0.0,0.0,0.0 p04025,h2,0.0,0.0,0.0,0.0,0.0 p04025,hydro,0.0,0.0,0.0,0.0,0.0 p04025,nuclear,0.0,0.0,0.0,0.0,0.0 p04025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p04025,pv,47.5,95.0,531.6666666666279,968.3333333333721,1405.0 +p04025,pv,0.0,0.0,348.3333333332557,696.6666666666279,1045.0 p04025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p04025,wind-ons,0.0,0.0,45.0,90.0,135.0 -p04027,battery,498.75,997.5,1665.5976666666102,2333.6953333332203,3001.793 +p04025,wind-ons,0.0,0.0,149.16666666662786,298.33333333331393,447.5 +p04027,battery,281.25,562.5,1104.8546666665934,1647.2093333331868,2189.5640000000003 p04027,biomass,0.0,0.0,0.0,0.0,0.0 p04027,coal,0.0,0.0,0.0,0.0,0.0 +p04027,csp,0.0,0.0,0.0,0.0,0.0 p04027,gas,0.0,0.0,0.0,0.0,0.0 p04027,geothermal,0.0,0.0,0.0,0.0,0.0 p04027,h2,0.0,0.0,0.0,0.0,0.0 p04027,hydro,0.0,0.0,0.0,0.0,0.0 p04027,nuclear,0.0,0.0,0.0,0.0,0.0 p04027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p04027,pv,928.75,1857.5,3489.5113333333284,5121.522666666657,6753.534 +p04027,pv,578.75,1157.5,2566.17799999984,3974.8560000001453,5383.534 p04027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p04027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05001,battery,0.0,0.0,41.66666666667152,83.33333333332848,125.0 +p05001,battery,0.0,0.0,0.0,0.0,0.0 p05001,biomass,0.0,0.0,0.0,0.0,0.0 p05001,coal,0.0,0.0,0.0,0.0,0.0 +p05001,csp,0.0,0.0,0.0,0.0,0.0 p05001,gas,0.0,0.0,0.0,0.0,0.0 p05001,geothermal,0.0,0.0,0.0,0.0,0.0 p05001,h2,0.0,0.0,0.0,0.0,0.0 p05001,hydro,0.0,0.0,0.0,0.0,0.0 p05001,nuclear,0.0,0.0,0.0,0.0,0.0 p05001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05001,pv,100.0,200.0,844.0,1488.0,2132.0 +p05001,pv,100.0,200.0,446.66666666662786,693.3333333333139,940.0 p05001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05003,battery,0.0,0.0,60.0,120.0,180.0 +p05003,battery,0.0,0.0,0.0,0.0,0.0 p05003,biomass,0.0,0.0,0.0,0.0,0.0 p05003,coal,0.0,0.0,0.0,0.0,0.0 +p05003,csp,0.0,0.0,0.0,0.0,0.0 p05003,gas,0.0,0.0,0.0,0.0,0.0 p05003,geothermal,0.0,0.0,0.0,0.0,0.0 p05003,h2,0.0,0.0,0.0,0.0,0.0 p05003,hydro,0.0,0.0,0.0,0.0,0.0 p05003,nuclear,0.0,0.0,0.0,0.0,0.0 p05003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05003,pv,50.0,100.0,251.66666666668607,403.33333333331393,555.0 +p05003,pv,87.47999999999999,174.95999999999998,274.95999999999185,374.95999999999185,474.96 p05003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05007,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p05007,battery,0.0,0.0,0.0,0.0,0.0 p05007,biomass,0.0,0.0,0.0,0.0,0.0 p05007,coal,0.0,0.0,0.0,0.0,0.0 +p05007,csp,0.0,0.0,0.0,0.0,0.0 p05007,gas,0.0,0.0,0.0,0.0,0.0 p05007,geothermal,0.0,0.0,0.0,0.0,0.0 p05007,h2,0.0,0.0,0.0,0.0,0.0 p05007,hydro,0.0,0.0,0.0,0.0,0.0 p05007,nuclear,0.0,0.0,0.0,0.0,0.0 p05007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05007,pv,26.1,52.2,138.8666666666686,225.53333333335468,312.2 +p05007,pv,40.0,80.0,80.0,80.0,80.0 p05007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05007,wind-ons,0.0,0.0,0.0,0.0,0.0 p05011,battery,0.0,0.0,0.0,0.0,0.0 p05011,biomass,0.0,0.0,0.0,0.0,0.0 p05011,coal,0.0,0.0,0.0,0.0,0.0 +p05011,csp,0.0,0.0,0.0,0.0,0.0 p05011,gas,0.0,0.0,0.0,0.0,0.0 p05011,geothermal,0.0,0.0,0.0,0.0,0.0 p05011,h2,0.0,0.0,0.0,0.0,0.0 @@ -611,21 +530,23 @@ p05011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p05011,pv,0.0,0.0,35.26666666667734,70.53333333334012,105.8 p05011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05013,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p05013,battery,0.0,0.0,0.0,0.0,0.0 p05013,biomass,0.0,0.0,0.0,0.0,0.0 p05013,coal,0.0,0.0,0.0,0.0,0.0 +p05013,csp,0.0,0.0,0.0,0.0,0.0 p05013,gas,0.0,0.0,0.0,0.0,0.0 p05013,geothermal,0.0,0.0,0.0,0.0,0.0 p05013,h2,0.0,0.0,0.0,0.0,0.0 p05013,hydro,0.0,0.0,0.0,0.0,0.0 p05013,nuclear,0.0,0.0,0.0,0.0,0.0 p05013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05013,pv,0.0,0.0,1084.8333333334886,2169.6666666665114,3254.5 +p05013,pv,0.0,0.0,353.3333333332557,706.6666666666279,1060.0 p05013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05013,wind-ons,0.0,0.0,0.0,0.0,0.0 p05015,battery,0.0,0.0,0.0,0.0,0.0 p05015,biomass,0.0,0.0,0.0,0.0,0.0 p05015,coal,0.0,0.0,0.0,0.0,0.0 +p05015,csp,0.0,0.0,0.0,0.0,0.0 p05015,gas,0.0,0.0,0.0,0.0,0.0 p05015,geothermal,0.0,0.0,0.0,0.0,0.0 p05015,h2,0.0,0.0,0.0,0.0,0.0 @@ -634,550 +555,512 @@ p05015,nuclear,0.0,0.0,0.0,0.0,0.0 p05015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p05015,pv,0.0,0.0,0.0,0.0,0.0 p05015,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05015,wind-ons,90.0,180.0,240.0,300.0,360.0 +p05015,wind-ons,0.0,0.0,60.0,120.0,180.0 p05017,battery,0.0,0.0,0.0,0.0,0.0 p05017,biomass,0.0,0.0,0.0,0.0,0.0 p05017,coal,0.0,0.0,0.0,0.0,0.0 +p05017,csp,0.0,0.0,0.0,0.0,0.0 p05017,gas,0.0,0.0,0.0,0.0,0.0 p05017,geothermal,0.0,0.0,0.0,0.0,0.0 p05017,h2,0.0,0.0,0.0,0.0,0.0 p05017,hydro,0.0,0.0,0.0,0.0,0.0 p05017,nuclear,0.0,0.0,0.0,0.0,0.0 p05017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05017,pv,0.0,0.0,480.0,960.0,1440.0 +p05017,pv,0.0,0.0,128.33333333331393,256.66666666665697,385.0 p05017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05017,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05019,battery,0.0,0.0,0.0,0.0,0.0 -p05019,biomass,0.0,0.0,0.0,0.0,0.0 -p05019,coal,0.0,0.0,0.0,0.0,0.0 -p05019,gas,0.0,0.0,0.0,0.0,0.0 -p05019,geothermal,0.0,0.0,0.0,0.0,0.0 -p05019,h2,0.0,0.0,0.0,0.0,0.0 -p05019,hydro,0.0,0.0,0.0,0.0,0.0 -p05019,nuclear,0.0,0.0,0.0,0.0,0.0 -p05019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05019,pv,0.0,0.0,166.66666666668607,333.33333333331393,500.0 -p05019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05021,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p05021,battery,0.0,0.0,0.0,0.0,0.0 p05021,biomass,0.0,0.0,0.0,0.0,0.0 p05021,coal,0.0,0.0,0.0,0.0,0.0 +p05021,csp,0.0,0.0,0.0,0.0,0.0 p05021,gas,0.0,0.0,0.0,0.0,0.0 p05021,geothermal,0.0,0.0,0.0,0.0,0.0 p05021,h2,0.0,0.0,0.0,0.0,0.0 p05021,hydro,0.0,0.0,0.0,0.0,0.0 p05021,nuclear,0.0,0.0,0.0,0.0,0.0 p05021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05021,pv,0.0,0.0,266.66666666662786,533.3333333333721,800.0 +p05021,pv,0.0,0.0,100.0,200.0,300.0 p05021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05021,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05025,battery,0.0,0.0,0.0,0.0,0.0 -p05025,biomass,0.0,0.0,0.0,0.0,0.0 -p05025,coal,0.0,0.0,0.0,0.0,0.0 -p05025,gas,0.0,0.0,0.0,0.0,0.0 -p05025,geothermal,0.0,0.0,0.0,0.0,0.0 -p05025,h2,0.0,0.0,0.0,0.0,0.0 -p05025,hydro,0.0,0.0,0.0,0.0,0.0 -p05025,nuclear,0.0,0.0,0.0,0.0,0.0 -p05025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05025,pv,0.0,0.0,303.33333333337214,606.6666666666279,910.0 -p05025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05025,csp,0.0,0.0,0.0,0.0,0.0 p05027,battery,0.0,0.0,0.0,0.0,0.0 p05027,biomass,0.0,0.0,0.0,0.0,0.0 p05027,coal,0.0,0.0,0.0,0.0,0.0 +p05027,csp,0.0,0.0,0.0,0.0,0.0 p05027,gas,0.0,0.0,0.0,0.0,0.0 p05027,geothermal,0.0,0.0,0.0,0.0,0.0 p05027,h2,0.0,0.0,0.0,0.0,0.0 p05027,hydro,0.0,0.0,0.0,0.0,0.0 p05027,nuclear,0.0,0.0,0.0,0.0,0.0 p05027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05027,pv,0.0,0.0,325.0,650.0,975.0 +p05027,pv,0.0,0.0,254.0,508.0,762.0 p05027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05029,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p05029,battery,0.0,0.0,0.0,0.0,0.0 p05029,biomass,0.0,0.0,0.0,0.0,0.0 p05029,coal,0.0,0.0,0.0,0.0,0.0 +p05029,csp,0.0,0.0,0.0,0.0,0.0 p05029,gas,0.0,0.0,0.0,0.0,0.0 p05029,geothermal,0.0,0.0,0.0,0.0,0.0 p05029,h2,0.0,0.0,0.0,0.0,0.0 p05029,hydro,0.0,0.0,0.0,0.0,0.0 p05029,nuclear,0.0,0.0,0.0,0.0,0.0 p05029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05029,pv,0.0,0.0,95.0,190.0,285.0 +p05029,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p05029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05031,battery,0.0,0.0,50.0,100.0,150.0 +p05031,battery,0.0,0.0,0.0,0.0,0.0 p05031,biomass,0.0,0.0,0.0,0.0,0.0 p05031,coal,0.0,0.0,0.0,0.0,0.0 +p05031,csp,0.0,0.0,0.0,0.0,0.0 p05031,gas,0.0,0.0,0.0,0.0,0.0 p05031,geothermal,0.0,0.0,0.0,0.0,0.0 p05031,h2,0.0,0.0,0.0,0.0,0.0 p05031,hydro,0.0,0.0,0.0,0.0,0.0 p05031,nuclear,0.0,0.0,0.0,0.0,0.0 p05031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05031,pv,0.0,0.0,936.6666666667443,1873.3333333332557,2810.0 +p05031,pv,0.0,0.0,316.6666666667443,633.3333333333721,950.0 p05031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05033,battery,0.0,0.0,0.0,0.0,0.0 +p05033,battery,0.0,0.0,16.69999999999709,33.400000000001455,50.1 p05033,biomass,0.0,0.0,0.0,0.0,0.0 p05033,coal,0.0,0.0,0.0,0.0,0.0 +p05033,csp,0.0,0.0,0.0,0.0,0.0 p05033,gas,0.0,0.0,0.0,0.0,0.0 p05033,geothermal,0.0,0.0,0.0,0.0,0.0 p05033,h2,0.0,0.0,0.0,0.0,0.0 p05033,hydro,0.0,0.0,0.0,0.0,0.0 p05033,nuclear,0.0,0.0,0.0,0.0,0.0 p05033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05033,pv,0.0,0.0,100.0,200.0,300.0 +p05033,pv,0.0,0.0,0.0,0.0,0.0 p05033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05033,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05035,battery,0.0,0.0,0.0,0.0,0.0 +p05035,battery,0.0,0.0,60.0,120.0,180.0 p05035,biomass,0.0,0.0,0.0,0.0,0.0 p05035,coal,0.0,0.0,0.0,0.0,0.0 +p05035,csp,0.0,0.0,0.0,0.0,0.0 p05035,gas,0.0,0.0,0.0,0.0,0.0 p05035,geothermal,0.0,0.0,0.0,0.0,0.0 p05035,h2,0.0,0.0,0.0,0.0,0.0 p05035,hydro,0.0,0.0,0.0,0.0,0.0 p05035,nuclear,0.0,0.0,0.0,0.0,0.0 p05035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05035,pv,200.0,400.0,948.0,1496.0,2044.0 +p05035,pv,0.0,0.0,750.0,1500.0,2250.0 p05035,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05035,wind-ons,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p05035,wind-ons,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p05037,battery,0.0,0.0,0.0,0.0,0.0 p05037,biomass,0.0,0.0,0.0,0.0,0.0 p05037,coal,0.0,0.0,0.0,0.0,0.0 +p05037,csp,0.0,0.0,0.0,0.0,0.0 p05037,gas,0.0,0.0,0.0,0.0,0.0 p05037,geothermal,0.0,0.0,0.0,0.0,0.0 p05037,h2,0.0,0.0,0.0,0.0,0.0 p05037,hydro,0.0,0.0,0.0,0.0,0.0 p05037,nuclear,0.0,0.0,0.0,0.0,0.0 p05037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05037,pv,67.5,135.0,610.8999999999069,1086.7999999999302,1562.7 +p05037,pv,0.0,0.0,90.0,180.0,270.0 p05037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05037,wind-ons,0.0,0.0,176.66666666668607,353.33333333331393,530.0 +p05037,wind-ons,0.0,0.0,111.66666666668607,223.33333333334303,335.0 p05041,battery,0.0,0.0,0.0,0.0,0.0 p05041,biomass,0.0,0.0,0.0,0.0,0.0 p05041,coal,0.0,0.0,0.0,0.0,0.0 +p05041,csp,0.0,0.0,0.0,0.0,0.0 p05041,gas,0.0,0.0,0.0,0.0,0.0 p05041,geothermal,0.0,0.0,0.0,0.0,0.0 p05041,h2,0.0,0.0,0.0,0.0,0.0 p05041,hydro,0.0,0.0,0.0,0.0,0.0 p05041,nuclear,0.0,0.0,0.0,0.0,0.0 p05041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05041,pv,0.0,0.0,136.66666666668607,273.33333333331393,410.0 +p05041,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p05041,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05041,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05043,battery,0.0,0.0,0.0,0.0,0.0 -p05043,biomass,0.0,0.0,0.0,0.0,0.0 -p05043,coal,0.0,0.0,0.0,0.0,0.0 -p05043,gas,0.0,0.0,0.0,0.0,0.0 -p05043,geothermal,0.0,0.0,0.0,0.0,0.0 -p05043,h2,0.0,0.0,0.0,0.0,0.0 -p05043,hydro,0.0,0.0,0.0,0.0,0.0 -p05043,nuclear,0.0,0.0,0.0,0.0,0.0 -p05043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05043,pv,0.0,0.0,224.0,448.0,672.0 -p05043,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05043,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05045,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p05043,csp,0.0,0.0,0.0,0.0,0.0 +p05045,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p05045,biomass,0.0,0.0,0.0,0.0,0.0 p05045,coal,0.0,0.0,0.0,0.0,0.0 +p05045,csp,0.0,0.0,0.0,0.0,0.0 p05045,gas,0.0,0.0,0.0,0.0,0.0 p05045,geothermal,0.0,0.0,0.0,0.0,0.0 p05045,h2,0.0,0.0,0.0,0.0,0.0 p05045,hydro,0.0,0.0,0.0,0.0,0.0 p05045,nuclear,0.0,0.0,0.0,0.0,0.0 p05045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05045,pv,0.0,0.0,0.0,0.0,0.0 +p05045,pv,0.0,0.0,30.0,60.0,90.0 p05045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05045,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05047,battery,36.25,72.5,96.66666666666424,120.83333333333576,145.0 +p05047,battery,36.25,72.5,72.5,72.5,72.5 p05047,biomass,0.0,0.0,0.0,0.0,0.0 p05047,coal,0.0,0.0,0.0,0.0,0.0 +p05047,csp,0.0,0.0,0.0,0.0,0.0 p05047,gas,0.0,0.0,34.0666666666657,68.1333333333314,102.2 p05047,geothermal,0.0,0.0,0.0,0.0,0.0 p05047,h2,0.0,0.0,0.0,0.0,0.0 p05047,hydro,0.0,0.0,0.0,0.0,0.0 p05047,nuclear,0.0,0.0,0.0,0.0,0.0 p05047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05047,pv,36.25,72.5,140.54000000000815,208.5799999999872,276.62 +p05047,pv,138.31,276.62,293.28666666667414,309.9533333333384,326.62 p05047,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05047,wind-ons,0.0,0.0,0.0,0.0,0.0 p05053,battery,0.0,0.0,0.0,0.0,0.0 p05053,biomass,0.0,0.0,0.0,0.0,0.0 p05053,coal,0.0,0.0,0.0,0.0,0.0 +p05053,csp,0.0,0.0,0.0,0.0,0.0 p05053,gas,0.0,0.0,0.0,0.0,0.0 p05053,geothermal,0.0,0.0,0.0,0.0,0.0 p05053,h2,0.0,0.0,0.0,0.0,0.0 p05053,hydro,0.0,0.0,0.0,0.0,0.0 p05053,nuclear,0.0,0.0,0.0,0.0,0.0 p05053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05053,pv,0.0,0.0,333.33333333337214,666.6666666666279,1000.0 +p05053,pv,0.0,0.0,313.3333333332557,626.6666666666279,940.0 p05053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05053,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05055,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p05055,battery,0.0,0.0,0.0,0.0,0.0 p05055,biomass,0.0,0.0,0.0,0.0,0.0 p05055,coal,0.0,0.0,0.0,0.0,0.0 +p05055,csp,0.0,0.0,0.0,0.0,0.0 p05055,gas,0.0,0.0,0.0,0.0,0.0 p05055,geothermal,0.0,0.0,0.0,0.0,0.0 p05055,h2,0.0,0.0,0.0,0.0,0.0 p05055,hydro,0.0,0.0,0.0,0.0,0.0 p05055,nuclear,0.0,0.0,0.0,0.0,0.0 p05055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05055,pv,0.0,0.0,100.0,200.0,300.0 +p05055,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p05055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05055,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05057,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p05057,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p05057,biomass,0.0,0.0,0.0,0.0,0.0 p05057,coal,0.0,0.0,0.0,0.0,0.0 +p05057,csp,0.0,0.0,0.0,0.0,0.0 p05057,gas,0.0,0.0,0.0,0.0,0.0 p05057,geothermal,0.0,0.0,0.0,0.0,0.0 p05057,h2,0.0,0.0,0.0,0.0,0.0 p05057,hydro,0.0,0.0,0.0,0.0,0.0 p05057,nuclear,0.0,0.0,0.0,0.0,0.0 p05057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05057,pv,0.0,0.0,177.66666666668607,355.33333333331393,533.0 +p05057,pv,0.0,0.0,100.0,200.0,300.0 p05057,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05057,wind-ons,0.0,0.0,0.0,0.0,0.0 p05059,battery,0.0,0.0,0.0,0.0,0.0 p05059,biomass,0.0,0.0,0.0,0.0,0.0 p05059,coal,0.0,0.0,0.0,0.0,0.0 -p05059,gas,0.0,0.0,256.66666666668607,513.3333333333139,770.0 +p05059,csp,0.0,0.0,0.0,0.0,0.0 +p05059,gas,0.0,0.0,256.66666666662786,513.3333333333139,770.0 p05059,geothermal,0.0,0.0,0.0,0.0,0.0 p05059,h2,0.0,0.0,0.0,0.0,0.0 p05059,hydro,0.0,0.0,0.0,0.0,0.0 p05059,nuclear,0.0,0.0,0.0,0.0,0.0 p05059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05059,pv,0.0,0.0,128.33333333334303,256.66666666665697,385.0 +p05059,pv,0.0,0.0,35.0,70.0,105.0 p05059,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05059,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05063,battery,0.0,0.0,50.0,100.0,150.0 +p05061,csp,0.0,0.0,0.0,0.0,0.0 +p05063,battery,0.0,0.0,0.0,0.0,0.0 p05063,biomass,0.0,0.0,0.0,0.0,0.0 p05063,coal,0.0,0.0,0.0,0.0,0.0 +p05063,csp,0.0,0.0,0.0,0.0,0.0 p05063,gas,0.0,0.0,0.0,0.0,0.0 p05063,geothermal,0.0,0.0,0.0,0.0,0.0 p05063,h2,0.0,0.0,0.0,0.0,0.0 p05063,hydro,0.0,0.0,0.0,0.0,0.0 p05063,nuclear,0.0,0.0,0.0,0.0,0.0 p05063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05063,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p05063,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p05063,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05063,wind-ons,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p05063,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p05067,battery,0.0,0.0,0.0,0.0,0.0 p05067,biomass,0.0,0.0,0.0,0.0,0.0 p05067,coal,0.0,0.0,0.0,0.0,0.0 +p05067,csp,0.0,0.0,0.0,0.0,0.0 p05067,gas,0.0,0.0,0.0,0.0,0.0 p05067,geothermal,0.0,0.0,0.0,0.0,0.0 p05067,h2,0.0,0.0,0.0,0.0,0.0 p05067,hydro,0.0,0.0,0.0,0.0,0.0 p05067,nuclear,0.0,0.0,0.0,0.0,0.0 p05067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05067,pv,90.0,180.0,1421.3333333334886,2662.6666666665114,3904.0 +p05067,pv,0.0,0.0,1093.0,2186.0,3279.0 p05067,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05067,wind-ons,0.0,0.0,166.66666666668607,333.33333333331393,500.0 -p05069,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p05067,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p05069,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p05069,biomass,0.0,0.0,0.0,0.0,0.0 p05069,coal,0.0,0.0,0.0,0.0,0.0 +p05069,csp,0.0,0.0,0.0,0.0,0.0 p05069,gas,0.0,0.0,0.0,0.0,0.0 p05069,geothermal,0.0,0.0,0.0,0.0,0.0 p05069,h2,0.0,0.0,0.0,0.0,0.0 p05069,hydro,0.0,0.0,0.0,0.0,0.0 p05069,nuclear,0.0,0.0,0.0,0.0,0.0 p05069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05069,pv,0.0,0.0,667.496666666586,1334.993333333172,2002.49 +p05069,pv,0.0,0.0,458.3333333332557,916.6666666666279,1375.0 p05069,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05069,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05075,battery,0.0,0.0,0.0,0.0,0.0 -p05075,biomass,0.0,0.0,0.0,0.0,0.0 -p05075,coal,0.0,0.0,0.0,0.0,0.0 -p05075,gas,0.0,0.0,0.0,0.0,0.0 -p05075,geothermal,0.0,0.0,0.0,0.0,0.0 -p05075,h2,0.0,0.0,0.0,0.0,0.0 -p05075,hydro,0.0,0.0,0.0,0.0,0.0 -p05075,nuclear,0.0,0.0,0.0,0.0,0.0 -p05075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05075,pv,0.0,0.0,190.33333333331393,380.66666666668607,571.0 -p05075,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05075,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05077,battery,0.0,0.0,71.66666666665697,143.33333333334303,215.0 +p05075,csp,0.0,0.0,0.0,0.0,0.0 +p05077,battery,0.0,0.0,0.0,0.0,0.0 p05077,biomass,0.0,0.0,0.0,0.0,0.0 p05077,coal,0.0,0.0,0.0,0.0,0.0 +p05077,csp,0.0,0.0,0.0,0.0,0.0 p05077,gas,0.0,0.0,0.0,0.0,0.0 p05077,geothermal,0.0,0.0,0.0,0.0,0.0 p05077,h2,0.0,0.0,0.0,0.0,0.0 p05077,hydro,0.0,0.0,0.0,0.0,0.0 p05077,nuclear,0.0,0.0,0.0,0.0,0.0 p05077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05077,pv,0.0,0.0,413.33333333337214,826.6666666666279,1240.0 +p05077,pv,50.0,100.0,541.6666666667443,983.3333333333721,1425.0 p05077,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05077,wind-ons,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p05081,battery,0.0,0.0,24.996666666665988,49.993333333331975,74.99 +p05077,wind-ons,0.0,0.0,58.333333333343035,116.66666666667152,175.0 +p05081,battery,0.0,0.0,0.0,0.0,0.0 p05081,biomass,0.0,0.0,0.0,0.0,0.0 p05081,coal,0.0,0.0,0.0,0.0,0.0 +p05081,csp,0.0,0.0,0.0,0.0,0.0 p05081,gas,0.0,0.0,0.0,0.0,0.0 p05081,geothermal,0.0,0.0,0.0,0.0,0.0 p05081,h2,0.0,0.0,0.0,0.0,0.0 p05081,hydro,0.0,0.0,0.0,0.0,0.0 p05081,nuclear,0.0,0.0,0.0,0.0,0.0 p05081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05081,pv,0.0,0.0,93.03666666665231,186.07333333333372,279.11 +p05081,pv,102.06,204.12,204.12,204.12,204.12 p05081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05081,wind-ons,0.0,0.0,0.0,0.0,0.0 p05085,battery,0.0,0.0,0.0,0.0,0.0 p05085,biomass,0.0,0.0,0.0,0.0,0.0 p05085,coal,0.0,0.0,0.0,0.0,0.0 +p05085,csp,0.0,0.0,0.0,0.0,0.0 p05085,gas,0.0,0.0,0.0,0.0,0.0 p05085,geothermal,0.0,0.0,0.0,0.0,0.0 p05085,h2,0.0,0.0,0.0,0.0,0.0 p05085,hydro,0.0,0.0,0.0,0.0,0.0 p05085,nuclear,0.0,0.0,0.0,0.0,0.0 p05085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05085,pv,150.0,300.0,833.3333333332557,1366.6666666667443,1900.0 +p05085,pv,150.0,300.0,340.0,380.0,420.0 p05085,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05085,wind-ons,0.0,0.0,116.0,232.0,348.0 -p05093,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p05085,wind-ons,0.0,0.0,222.5,445.0,667.5 +p05091,battery,0.0,0.0,0.0,0.0,0.0 +p05091,biomass,0.0,0.0,0.0,0.0,0.0 +p05091,coal,0.0,0.0,0.0,0.0,0.0 +p05091,gas,0.0,0.0,0.0,0.0,0.0 +p05091,geothermal,0.0,0.0,0.0,0.0,0.0 +p05091,h2,0.0,0.0,0.0,0.0,0.0 +p05091,hydro,0.0,0.0,0.0,0.0,0.0 +p05091,nuclear,0.0,0.0,0.0,0.0,0.0 +p05091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05091,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p05091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05093,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p05093,biomass,0.0,0.0,0.0,0.0,0.0 -p05093,coal,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p05093,coal,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p05093,csp,0.0,0.0,0.0,0.0,0.0 p05093,gas,0.0,0.0,0.0,0.0,0.0 p05093,geothermal,0.0,0.0,0.0,0.0,0.0 p05093,h2,0.0,0.0,0.0,0.0,0.0 p05093,hydro,0.0,0.0,0.0,0.0,0.0 p05093,nuclear,0.0,0.0,0.0,0.0,0.0 p05093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05093,pv,175.0,350.0,2390.0,4430.0,6470.0 +p05093,pv,187.5,375.0,1773.333333333023,3171.6666666665114,4570.0 p05093,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05093,wind-ons,0.0,0.0,50.0,100.0,150.0 -p05095,battery,0.0,0.0,0.0,0.0,0.0 -p05095,biomass,0.0,0.0,0.0,0.0,0.0 -p05095,coal,0.0,0.0,0.0,0.0,0.0 -p05095,gas,0.0,0.0,0.0,0.0,0.0 -p05095,geothermal,0.0,0.0,0.0,0.0,0.0 -p05095,h2,0.0,0.0,0.0,0.0,0.0 -p05095,hydro,0.0,0.0,0.0,0.0,0.0 -p05095,nuclear,0.0,0.0,0.0,0.0,0.0 -p05095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05095,pv,150.0,300.0,500.0,700.0,900.0 -p05095,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05095,csp,0.0,0.0,0.0,0.0,0.0 p05099,battery,0.0,0.0,0.0,0.0,0.0 p05099,biomass,0.0,0.0,0.0,0.0,0.0 p05099,coal,0.0,0.0,0.0,0.0,0.0 +p05099,csp,0.0,0.0,0.0,0.0,0.0 p05099,gas,0.0,0.0,0.0,0.0,0.0 p05099,geothermal,0.0,0.0,0.0,0.0,0.0 p05099,h2,0.0,0.0,0.0,0.0,0.0 p05099,hydro,0.0,0.0,0.0,0.0,0.0 p05099,nuclear,0.0,0.0,0.0,0.0,0.0 p05099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05099,pv,0.0,0.0,306.66666666662786,613.3333333333721,920.0 +p05099,pv,0.0,0.0,288.3333333332557,576.6666666666279,865.0 p05099,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05103,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p05103,battery,0.0,0.0,0.0,0.0,0.0 p05103,biomass,0.0,0.0,0.0,0.0,0.0 p05103,coal,0.0,0.0,0.0,0.0,0.0 +p05103,csp,0.0,0.0,0.0,0.0,0.0 p05103,gas,0.0,0.0,0.0,0.0,0.0 p05103,geothermal,0.0,0.0,0.0,0.0,0.0 p05103,h2,0.0,0.0,0.0,0.0,0.0 p05103,hydro,0.0,0.0,0.0,0.0,0.0 p05103,nuclear,0.0,0.0,0.0,0.0,0.0 p05103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05103,pv,0.0,0.0,388.3666666665813,776.733333333279,1165.1 +p05103,pv,0.0,0.0,391.93333333346527,783.8666666666977,1175.8 p05103,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05103,wind-ons,0.0,0.0,0.0,0.0,0.0 p05107,battery,0.0,0.0,0.0,0.0,0.0 p05107,biomass,0.0,0.0,0.0,0.0,0.0 p05107,coal,0.0,0.0,0.0,0.0,0.0 +p05107,csp,0.0,0.0,0.0,0.0,0.0 p05107,gas,0.0,0.0,0.0,0.0,0.0 p05107,geothermal,0.0,0.0,0.0,0.0,0.0 p05107,h2,0.0,0.0,0.0,0.0,0.0 p05107,hydro,0.0,0.0,0.0,0.0,0.0 p05107,nuclear,0.0,0.0,0.0,0.0,0.0 p05107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05107,pv,0.0,0.0,468.6966666666558,937.3933333333116,1406.09 +p05107,pv,0.0,0.0,265.8333333332557,531.6666666666279,797.5 p05107,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05107,wind-ons,0.0,0.0,86.0,172.0,258.0 -p05109,battery,0.0,0.0,0.0,0.0,0.0 -p05109,biomass,0.0,0.0,0.0,0.0,0.0 -p05109,coal,0.0,0.0,0.0,0.0,0.0 -p05109,gas,0.0,0.0,0.0,0.0,0.0 -p05109,geothermal,0.0,0.0,0.0,0.0,0.0 -p05109,h2,0.0,0.0,0.0,0.0,0.0 -p05109,hydro,0.0,0.0,0.0,0.0,0.0 -p05109,nuclear,0.0,0.0,0.0,0.0,0.0 -p05109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05109,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p05109,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05109,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05111,battery,0.0,0.0,0.0,0.0,0.0 +p05107,wind-ons,0.0,0.0,64.33333333334303,128.66666666667152,193.0 +p05109,csp,0.0,0.0,0.0,0.0,0.0 +p05111,battery,0.0,0.0,46.666666666656965,93.33333333332848,140.0 p05111,biomass,0.0,0.0,0.0,0.0,0.0 p05111,coal,0.0,0.0,0.0,0.0,0.0 +p05111,csp,0.0,0.0,0.0,0.0,0.0 p05111,gas,0.0,0.0,0.0,0.0,0.0 p05111,geothermal,0.0,0.0,0.0,0.0,0.0 p05111,h2,0.0,0.0,0.0,0.0,0.0 p05111,hydro,0.0,0.0,0.0,0.0,0.0 p05111,nuclear,0.0,0.0,0.0,0.0,0.0 p05111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05111,pv,0.0,0.0,446.66666666662786,893.3333333333721,1340.0 +p05111,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p05111,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05111,wind-ons,0.0,0.0,0.0,0.0,0.0 p05115,battery,0.0,0.0,0.0,0.0,0.0 p05115,biomass,0.0,0.0,0.0,0.0,0.0 p05115,coal,0.0,0.0,0.0,0.0,0.0 +p05115,csp,0.0,0.0,0.0,0.0,0.0 p05115,gas,0.0,0.0,0.0,0.0,0.0 p05115,geothermal,0.0,0.0,0.0,0.0,0.0 p05115,h2,0.0,0.0,0.0,0.0,0.0 p05115,hydro,0.0,0.0,0.0,0.0,0.0 p05115,nuclear,0.0,0.0,0.0,0.0,0.0 p05115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05115,pv,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p05115,pv,0.0,0.0,200.0,400.0,600.0 p05115,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05115,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05117,battery,0.0,0.0,0.0,0.0,0.0 -p05117,biomass,0.0,0.0,0.0,0.0,0.0 -p05117,coal,0.0,0.0,0.0,0.0,0.0 -p05117,gas,0.0,0.0,0.0,0.0,0.0 -p05117,geothermal,0.0,0.0,0.0,0.0,0.0 -p05117,h2,0.0,0.0,0.0,0.0,0.0 -p05117,hydro,0.0,0.0,0.0,0.0,0.0 -p05117,nuclear,0.0,0.0,0.0,0.0,0.0 -p05117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05117,pv,0.0,0.0,193.33333333331393,386.66666666668607,580.0 -p05117,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05117,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05119,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p05117,csp,0.0,0.0,0.0,0.0,0.0 +p05119,battery,0.0,0.0,0.0,0.0,0.0 p05119,biomass,0.0,0.0,0.0,0.0,0.0 p05119,coal,0.0,0.0,0.0,0.0,0.0 +p05119,csp,0.0,0.0,0.0,0.0,0.0 p05119,gas,0.0,0.0,0.0,0.0,0.0 p05119,geothermal,0.0,0.0,0.0,0.0,0.0 p05119,h2,0.0,0.0,0.0,0.0,0.0 p05119,hydro,0.0,0.0,0.0,0.0,0.0 p05119,nuclear,0.0,0.0,0.0,0.0,0.0 p05119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05119,pv,0.0,0.0,171.83333333331393,343.66666666668607,515.5 +p05119,pv,0.0,0.0,38.5,77.0,115.5 p05119,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05119,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05123,battery,0.0,0.0,50.0,100.0,150.0 +p05123,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p05123,biomass,0.0,0.0,0.0,0.0,0.0 p05123,coal,0.0,0.0,0.0,0.0,0.0 +p05123,csp,0.0,0.0,0.0,0.0,0.0 p05123,gas,0.0,0.0,0.0,0.0,0.0 p05123,geothermal,0.0,0.0,0.0,0.0,0.0 p05123,h2,0.0,0.0,0.0,0.0,0.0 p05123,hydro,0.0,0.0,0.0,0.0,0.0 p05123,nuclear,0.0,0.0,0.0,0.0,0.0 p05123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05123,pv,250.0,500.0,666.6666666666861,833.3333333333139,1000.0 +p05123,pv,0.0,0.0,376.9733333333861,753.9466666666558,1130.92 p05123,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05123,wind-ons,0.0,0.0,0.0,0.0,0.0 p05125,battery,0.0,0.0,0.0,0.0,0.0 p05125,biomass,0.0,0.0,0.0,0.0,0.0 p05125,coal,0.0,0.0,0.0,0.0,0.0 +p05125,csp,0.0,0.0,0.0,0.0,0.0 p05125,gas,0.0,0.0,0.0,0.0,0.0 p05125,geothermal,0.0,0.0,0.0,0.0,0.0 p05125,h2,0.0,0.0,0.0,0.0,0.0 p05125,hydro,0.0,0.0,0.0,0.0,0.0 p05125,nuclear,0.0,0.0,0.0,0.0,0.0 p05125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05125,pv,0.0,0.0,296.66666666662786,593.3333333333721,890.0 +p05125,pv,0.0,0.0,130.0,260.0,390.0 p05125,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05125,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05131,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p05131,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p05131,biomass,0.0,0.0,0.0,0.0,0.0 p05131,coal,0.0,0.0,0.0,0.0,0.0 +p05131,csp,0.0,0.0,0.0,0.0,0.0 p05131,gas,0.0,0.0,0.0,0.0,0.0 p05131,geothermal,0.0,0.0,0.0,0.0,0.0 p05131,h2,0.0,0.0,0.0,0.0,0.0 p05131,hydro,0.0,0.0,0.0,0.0,0.0 p05131,nuclear,0.0,0.0,0.0,0.0,0.0 p05131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05131,pv,0.0,0.0,50.0,100.0,150.0 +p05131,pv,0.0,0.0,0.0,0.0,0.0 p05131,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05131,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05135,battery,0.0,0.0,0.0,0.0,0.0 -p05135,biomass,0.0,0.0,0.0,0.0,0.0 -p05135,coal,0.0,0.0,0.0,0.0,0.0 -p05135,gas,0.0,0.0,0.0,0.0,0.0 -p05135,geothermal,0.0,0.0,0.0,0.0,0.0 -p05135,h2,0.0,0.0,0.0,0.0,0.0 -p05135,hydro,0.0,0.0,0.0,0.0,0.0 -p05135,nuclear,0.0,0.0,0.0,0.0,0.0 -p05135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05135,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p05135,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05135,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05139,battery,0.0,0.0,100.0,200.0,300.0 +p05135,csp,0.0,0.0,0.0,0.0,0.0 +p05139,battery,0.0,0.0,0.0,0.0,0.0 p05139,biomass,0.0,0.0,0.0,0.0,0.0 p05139,coal,0.0,0.0,0.0,0.0,0.0 -p05139,gas,0.0,0.0,0.0,0.0,0.0 +p05139,csp,0.0,0.0,0.0,0.0,0.0 +p05139,gas,0.0,0.0,256.66666666662786,513.3333333333139,770.0 p05139,geothermal,0.0,0.0,0.0,0.0,0.0 p05139,h2,0.0,0.0,0.0,0.0,0.0 p05139,hydro,0.0,0.0,0.0,0.0,0.0 p05139,nuclear,0.0,0.0,0.0,0.0,0.0 p05139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05139,pv,0.0,0.0,466.66666666662786,933.3333333333721,1400.0 +p05139,pv,0.0,0.0,366.6666666667443,733.3333333333721,1100.0 p05139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05139,wind-ons,0.0,0.0,0.0,0.0,0.0 -p05141,battery,0.0,0.0,50.0,100.0,150.0 -p05141,biomass,0.0,0.0,0.0,0.0,0.0 -p05141,coal,0.0,0.0,0.0,0.0,0.0 -p05141,gas,0.0,0.0,0.0,0.0,0.0 -p05141,geothermal,0.0,0.0,0.0,0.0,0.0 -p05141,h2,0.0,0.0,0.0,0.0,0.0 -p05141,hydro,0.0,0.0,0.0,0.0,0.0 -p05141,nuclear,0.0,0.0,0.0,0.0,0.0 -p05141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05141,pv,0.0,0.0,0.0,0.0,0.0 -p05141,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p05141,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05141,csp,0.0,0.0,0.0,0.0,0.0 p05145,battery,0.0,0.0,0.0,0.0,0.0 p05145,biomass,0.0,0.0,0.0,0.0,0.0 p05145,coal,0.0,0.0,0.0,0.0,0.0 +p05145,csp,0.0,0.0,0.0,0.0,0.0 p05145,gas,0.0,0.0,0.0,0.0,0.0 p05145,geothermal,0.0,0.0,0.0,0.0,0.0 p05145,h2,0.0,0.0,0.0,0.0,0.0 p05145,hydro,0.0,0.0,0.0,0.0,0.0 p05145,nuclear,0.0,0.0,0.0,0.0,0.0 p05145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05145,pv,0.0,0.0,150.0,300.0,450.0 +p05145,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p05145,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05145,wind-ons,0.0,0.0,0.0,0.0,0.0 p05147,battery,0.0,0.0,0.0,0.0,0.0 p05147,biomass,0.0,0.0,0.0,0.0,0.0 p05147,coal,0.0,0.0,0.0,0.0,0.0 +p05147,csp,0.0,0.0,0.0,0.0,0.0 p05147,gas,0.0,0.0,0.0,0.0,0.0 p05147,geothermal,0.0,0.0,0.0,0.0,0.0 p05147,h2,0.0,0.0,0.0,0.0,0.0 p05147,hydro,0.0,0.0,0.0,0.0,0.0 p05147,nuclear,0.0,0.0,0.0,0.0,0.0 p05147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p05147,pv,0.0,0.0,186.66666666668607,373.33333333331393,560.0 +p05147,pv,0.0,0.0,43.333333333343035,86.66666666667152,130.0 p05147,wind-ofs,0.0,0.0,0.0,0.0,0.0 p05147,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06001,battery,499.40999999999997,998.8199999999999,2134.680999999866,3270.5419999998994,4406.403 +p05149,battery,0.0,0.0,0.0,0.0,0.0 +p05149,biomass,0.0,0.0,0.0,0.0,0.0 +p05149,coal,0.0,0.0,0.0,0.0,0.0 +p05149,gas,0.0,0.0,0.0,0.0,0.0 +p05149,geothermal,0.0,0.0,0.0,0.0,0.0 +p05149,h2,0.0,0.0,0.0,0.0,0.0 +p05149,hydro,0.0,0.0,0.0,0.0,0.0 +p05149,nuclear,0.0,0.0,0.0,0.0,0.0 +p05149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05149,pv,0.0,0.0,50.0,100.0,150.0 +p05149,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06001,battery,668.41,1336.82,1565.3566666666884,1793.8933333333698,2022.4299999999998 p06001,biomass,0.0,0.0,0.0,0.0,0.0 p06001,coal,0.0,0.0,0.0,0.0,0.0 -p06001,gas,0.0,0.0,220.75666666665347,441.51333333336515,662.27 +p06001,csp,0.0,0.0,0.0,0.0,0.0 +p06001,gas,0.0,0.0,0.0,0.0,0.0 p06001,geothermal,0.0,0.0,0.0,0.0,0.0 p06001,h2,0.0,0.0,0.0,0.0,0.0 p06001,hydro,0.0,0.0,0.0,0.0,0.0 p06001,nuclear,0.0,0.0,0.0,0.0,0.0 p06001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06001,pv,50.7,101.4,135.1999999999971,169.0,202.8 +p06001,pv,50.7,101.4,101.4,101.4,101.4 p06001,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06001,wind-ons,132.875,265.75,354.33333333334303,442.91666666665697,531.5 -p06007,battery,0.0,0.0,71.18333333331975,142.3666666666395,213.55 +p06001,wind-ons,132.875,265.75,265.75,265.75,265.75 +p06007,battery,0.0,0.0,0.0,0.0,0.0 p06007,biomass,0.0,0.0,0.0,0.0,0.0 p06007,coal,0.0,0.0,0.0,0.0,0.0 +p06007,csp,0.0,0.0,0.0,0.0,0.0 p06007,gas,0.0,0.0,0.0,0.0,0.0 p06007,geothermal,0.0,0.0,0.0,0.0,0.0 p06007,h2,0.0,0.0,0.0,0.0,0.0 p06007,hydro,0.0,0.0,0.0,0.0,0.0 p06007,nuclear,0.0,0.0,0.0,0.0,0.0 p06007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06007,pv,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p06007,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p06007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06007,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06009,battery,50.5,101.0,413.2501343333861,725.5002686667722,1037.750403 +p06009,battery,50.5,101.0,383.6434666666901,666.2869333333801,948.9304000000001 p06009,biomass,0.0,0.0,0.0,0.0,0.0 p06009,coal,0.0,0.0,0.0,0.0,0.0 +p06009,csp,0.0,0.0,0.0,0.0,0.0 p06009,gas,0.0,0.0,0.0,0.0,0.0 p06009,geothermal,0.0,0.0,0.0,0.0,0.0 p06009,h2,0.0,0.0,0.0,0.0,0.0 @@ -1187,107 +1070,106 @@ p06009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p06009,pv,0.0,0.0,0.0,0.0,0.0 p06009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06009,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06011,battery,370.0,740.0,986.6666666666861,1233.333333333314,1480.0 +p06011,battery,370.0,740.0,791.7666666666773,843.5333333333401,895.3 p06011,biomass,0.0,0.0,0.0,0.0,0.0 p06011,coal,0.0,0.0,0.0,0.0,0.0 +p06011,csp,0.0,0.0,0.0,0.0,0.0 p06011,gas,0.0,0.0,0.0,0.0,0.0 p06011,geothermal,0.0,0.0,0.0,0.0,0.0 p06011,h2,0.0,0.0,0.0,0.0,0.0 p06011,hydro,0.0,0.0,0.0,0.0,0.0 p06011,nuclear,0.0,0.0,0.0,0.0,0.0 p06011,pumped-hydro,0.0,0.0,22.96565399999963,45.93130799999926,68.896962 -p06011,pv,298.52,597.04,796.0533333333442,995.0666666666511,1194.08 +p06011,pv,298.52,597.04,649.173333333325,701.3066666666709,753.4399999999999 p06011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06013,battery,398.625,797.25,1498.8393333333079,2200.4286666666158,2902.018 +p06013,battery,855.8,1711.6,1899.655999999959,2087.7119999999995,2275.768 p06013,biomass,0.0,0.0,0.0,0.0,0.0 p06013,coal,0.0,0.0,0.0,0.0,0.0 +p06013,csp,0.0,0.0,0.0,0.0,0.0 p06013,gas,0.0,0.0,0.0,0.0,0.0 p06013,geothermal,0.0,0.0,0.0,0.0,0.0 p06013,h2,0.0,0.0,0.0,0.0,0.0 p06013,hydro,0.0,0.0,0.0,0.0,0.0 p06013,nuclear,0.0,0.0,0.0,0.0,0.0 p06013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06013,pv,10.0,20.0,26.66666666666606,33.33333333333394,40.0 +p06013,pv,0.0,0.0,0.0,0.0,0.0 p06013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06019,battery,1855.9393,3711.8786,7218.352666667663,10724.82673333399,14231.3008 +p06017,csp,0.0,0.0,0.0,0.0,0.0 +p06019,battery,2310.8559,4621.7118,6948.845466666855,9275.97913333308,11603.112799999999 p06019,biomass,0.0,0.0,0.0,0.0,0.0 p06019,coal,0.0,0.0,0.0,0.0,0.0 -p06019,gas,36.6349983215332,73.2699966430664,97.69332885742188,122.11666107177734,146.5399932861328 +p06019,csp,0.0,0.0,0.0,0.0,0.0 +p06019,gas,96.5849983215332,193.1699966430664,193.1699966430664,193.1699966430664,193.1699966430664 p06019,geothermal,0.0,0.0,0.0,0.0,0.0 p06019,h2,0.0,0.0,0.0,0.0,0.0 p06019,hydro,0.0,0.0,0.0,0.0,0.0 p06019,nuclear,0.0,0.0,0.0,0.0,0.0 p06019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06019,pv,1682.0383000000002,3364.0766000000003,6773.908566666767,10183.740533333272,13593.5725 +p06019,pv,1827.6233,3655.2466,6136.487933333032,8617.729266666807,11098.9706 p06019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06023,battery,0.0,0.0,0.0,0.0,0.0 -p06023,biomass,0.0,0.0,0.0,0.0,0.0 -p06023,coal,0.0,0.0,0.0,0.0,0.0 -p06023,gas,0.0,0.0,0.0,0.0,0.0 -p06023,geothermal,0.0,0.0,0.0,0.0,0.0 -p06023,h2,0.0,0.0,0.0,0.0,0.0 -p06023,hydro,0.0,0.0,0.0,0.0,0.0 -p06023,nuclear,0.0,0.0,0.0,0.0,0.0 -p06023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06023,pv,0.0,0.0,0.0,0.0,0.0 -p06023,wind-ofs,0.0,0.0,53.97500000000582,107.95000000001164,161.925 -p06023,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06025,battery,592.5,1185.0,2060.969999999972,2936.939999999944,3812.91 -p06025,biomass,0.0,0.0,0.0,0.0,0.0 +p06021,csp,0.0,0.0,0.0,0.0,0.0 +p06023,csp,0.0,0.0,0.0,0.0,0.0 +p06025,battery,1203.1845,2406.369,2879.7356666666456,3353.1023333333433,3826.469 +p06025,biomass,0.0,0.0,9.333333333335759,18.66666666666788,28.0 p06025,coal,0.0,0.0,0.0,0.0,0.0 -p06025,gas,0.0,0.0,0.0,0.0,0.0 -p06025,geothermal,0.0,0.0,298.0,596.0,894.0 +p06025,csp,0.0,0.0,0.0,0.0,0.0 +p06025,gas,0.0,0.0,11.599999999998545,23.200000000000728,34.8 +p06025,geothermal,0.0,0.0,132.33333333337214,264.66666666668607,397.0 p06025,h2,0.0,0.0,0.0,0.0,0.0 p06025,hydro,0.0,0.0,0.0,0.0,0.0 p06025,nuclear,0.0,0.0,0.0,0.0,0.0 p06025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06025,pv,180.0,360.0,1781.226666667033,3202.4533333336003,4623.68 +p06025,pv,1071.19,2142.38,3092.1133333332837,4041.846666666679,4991.58 p06025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06025,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06027,battery,257.54,515.08,996.8749293333385,1478.669858666719,1960.4647879999998 +p06025,wind-ons,132.72,265.44,265.44,265.44,265.44 +p06027,battery,382.54,765.08,765.08,765.08,765.08 p06027,biomass,0.0,0.0,0.0,0.0,0.0 p06027,coal,0.0,0.0,0.0,0.0,0.0 +p06027,csp,0.0,0.0,0.0,0.0,0.0 p06027,gas,0.0,0.0,0.0,0.0,0.0 p06027,geothermal,0.0,0.0,0.0,0.0,0.0 p06027,h2,0.0,0.0,0.0,0.0,0.0 p06027,hydro,0.0,0.0,0.0,0.0,0.0 p06027,nuclear,0.0,0.0,0.0,0.0,0.0 p06027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06027,pv,254.28,508.56,855.0063153333031,1201.4526306666667,1547.8989459999998 +p06027,pv,379.28,758.56,758.56,758.56,758.56 p06027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06029,battery,2920.2632,5840.5264,10886.252398628742,15931.978397255763,20977.704395882 +p06029,battery,3748.7625000000003,7497.525000000001,9410.950349200051,11324.375698400196,13237.801047600002 p06029,biomass,0.0,0.0,0.0,0.0,0.0 p06029,coal,0.0,0.0,0.0,0.0,0.0 +p06029,csp,0.0,0.0,0.0,0.0,0.0 p06029,gas,0.0,0.0,218.56666666670935,437.1333333333605,655.7 p06029,geothermal,0.0,0.0,0.0,0.0,0.0 p06029,h2,0.0,0.0,0.0,0.0,0.0 p06029,hydro,0.0,0.0,0.0,0.0,0.0 p06029,nuclear,0.0,0.0,0.0,0.0,0.0 p06029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06029,pv,2783.3413,5566.6826,9634.05746119935,13701.43232239969,17768.8071836 +p06029,pv,3399.3055,6798.611,8922.207954600453,11045.804909200408,13169.4018638 p06029,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06029,wind-ons,110.0,220.0,293.33333333334303,366.66666666665697,440.0 -p06031,battery,688.25,1376.5,2409.1037314126734,3441.7074628253467,4474.311194238 +p06029,wind-ons,410.0,820.0,820.0,820.0,820.0 +p06031,battery,671.9,1343.8,2282.537094600033,3221.2741892000195,4160.0112838000005 p06031,biomass,0.0,0.0,0.0,0.0,0.0 p06031,coal,0.0,0.0,0.0,0.0,0.0 +p06031,csp,0.0,0.0,0.0,0.0,0.0 p06031,gas,0.0,0.0,0.0,0.0,0.0 p06031,geothermal,0.0,0.0,0.0,0.0,0.0 p06031,h2,0.0,0.0,0.0,0.0,0.0 p06031,hydro,0.0,0.0,0.0,0.0,0.0 p06031,nuclear,0.0,0.0,0.0,0.0,0.0 p06031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06031,pv,730.8534999999999,1461.7069999999999,3231.188749333378,5000.6704986663535,6770.152248 +p06031,pv,730.8534999999999,1461.7069999999999,2765.399622333236,4069.0922446665354,5372.784867 p06031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06033,battery,23.72325,47.4465,63.26199999999881,79.07749999999942,94.893 +p06033,battery,23.72325,47.4465,47.4465,47.4465,47.4465 p06033,biomass,0.0,0.0,0.0,0.0,0.0 p06033,coal,0.0,0.0,0.0,0.0,0.0 +p06033,csp,0.0,0.0,0.0,0.0,0.0 p06033,gas,0.0,0.0,0.0,0.0,0.0 -p06033,geothermal,4.7175,9.435,12.579999999999927,15.724999999999454,18.87 +p06033,geothermal,4.7175,9.435,9.435,9.435,9.435 p06033,h2,0.0,0.0,0.0,0.0,0.0 p06033,hydro,0.0,0.0,0.0,0.0,0.0 p06033,nuclear,0.0,0.0,0.0,0.0,0.0 @@ -1298,63 +1180,56 @@ p06033,wind-ons,0.0,0.0,0.0,0.0,0.0 p06035,battery,0.0,0.0,0.0,0.0,0.0 p06035,biomass,0.0,0.0,0.0,0.0,0.0 p06035,coal,0.0,0.0,0.0,0.0,0.0 +p06035,csp,0.0,0.0,0.0,0.0,0.0 p06035,gas,0.0,0.0,0.0,0.0,0.0 p06035,geothermal,0.0,0.0,0.0,0.0,0.0 p06035,h2,0.0,0.0,0.0,0.0,0.0 p06035,hydro,0.0,0.0,0.0,0.0,0.0 p06035,nuclear,0.0,0.0,0.0,0.0,0.0 p06035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06035,pv,125.0,250.0,333.33333333334303,416.66666666665697,500.0 +p06035,pv,125.0,250.0,350.0,450.0,550.0 p06035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06037,battery,1503.12,3006.24,7147.143717000261,11288.047434000298,15428.951151 +p06037,battery,2848.904147,5697.808294,7985.7364203333855,10273.664546666667,12561.592673000001 p06037,biomass,0.0,0.0,0.0,0.0,0.0 p06037,coal,0.0,0.0,0.0,0.0,0.0 -p06037,gas,0.0,0.0,183.33333333331393,366.66666666668607,550.0 +p06037,csp,0.0,0.0,0.0,0.0,0.0 +p06037,gas,0.0,0.0,0.0,0.0,0.0 p06037,geothermal,0.0,0.0,0.0,0.0,0.0 -p06037,h2,0.0,0.0,230.66666666668607,461.33333333331393,692.0 +p06037,h2,0.0,0.0,115.33333333331393,230.66666666665697,346.0 p06037,hydro,0.0,0.0,0.0,0.0,0.0 p06037,nuclear,0.0,0.0,0.0,0.0,0.0 p06037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06037,pv,979.5,1959.0,3663.8256999999285,5368.651399999857,7073.4771 +p06037,pv,979.5,1959.0,3576.833333333023,5194.666666666511,6812.5 p06037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06037,wind-ons,0.0,0.0,666.6666666667443,1333.3333333332557,2000.0 -p06039,battery,0.0,0.0,501.3892333332915,1002.778466666583,1504.1677000000002 +p06037,wind-ons,0.0,0.0,666.6666666665114,1333.3333333332557,2000.0 +p06039,battery,0.0,0.0,318.5759000000544,637.1517999999924,955.7277 p06039,biomass,0.0,0.0,0.0,0.0,0.0 p06039,coal,0.0,0.0,0.0,0.0,0.0 +p06039,csp,0.0,0.0,0.0,0.0,0.0 p06039,gas,0.0,0.0,0.0,0.0,0.0 p06039,geothermal,0.0,0.0,0.0,0.0,0.0 p06039,h2,0.0,0.0,0.0,0.0,0.0 p06039,hydro,0.0,0.0,0.0,0.0,0.0 p06039,nuclear,0.0,0.0,0.0,0.0,0.0 p06039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06039,pv,0.0,0.0,67.73333333336632,135.46666666670353,203.2 +p06039,pv,0.0,0.0,67.73333333336632,135.46666666667443,203.2 p06039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06039,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06041,battery,0.0,0.0,104.59773666664842,209.19547333332594,313.79321 -p06041,biomass,0.0,0.0,0.0,0.0,0.0 -p06041,coal,0.0,0.0,0.0,0.0,0.0 -p06041,gas,0.0,0.0,0.0,0.0,0.0 -p06041,geothermal,0.0,0.0,0.0,0.0,0.0 -p06041,h2,0.0,0.0,0.0,0.0,0.0 -p06041,hydro,0.0,0.0,0.0,0.0,0.0 -p06041,nuclear,0.0,0.0,0.0,0.0,0.0 -p06041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06041,pv,0.0,0.0,0.0,0.0,0.0 -p06041,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06041,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06047,battery,308.0582,616.1164,3264.723144667223,5913.329889333807,8561.936634 +p06041,csp,0.0,0.0,0.0,0.0,0.0 +p06047,battery,1128.8920999999998,2257.7841999999996,2854.5131999999285,3451.2421999999788,4047.9712 p06047,biomass,0.0,0.0,0.0,0.0,0.0 p06047,coal,0.0,0.0,0.0,0.0,0.0 -p06047,gas,0.0,0.0,94.0,188.0,282.0 +p06047,csp,0.0,0.0,0.0,0.0,0.0 +p06047,gas,0.0,0.0,0.0,0.0,0.0 p06047,geothermal,0.0,0.0,0.0,0.0,0.0 p06047,h2,0.0,0.0,0.0,0.0,0.0 p06047,hydro,0.0,0.0,0.0,0.0,0.0 p06047,nuclear,0.0,0.0,0.0,0.0,0.0 p06047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06047,pv,241.2387,482.4774,1503.8318333332427,2525.186266666744,3546.5406999999996 +p06047,pv,1062.27785,2124.5557,2452.041366666672,2779.5270333333174,3107.0126999999998 p06047,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06047,wind-ons,70.225,140.45,187.2666666666628,234.08333333332848,280.9 +p06047,wind-ons,70.225,140.45,140.45,140.45,140.45 p06049,battery,0.0,0.0,0.0,0.0,0.0 p06049,biomass,0.0,0.0,0.0,0.0,0.0 p06049,coal,0.0,0.0,0.0,0.0,0.0 @@ -1364,12 +1239,13 @@ p06049,h2,0.0,0.0,0.0,0.0,0.0 p06049,hydro,0.0,0.0,0.0,0.0,0.0 p06049,nuclear,0.0,0.0,0.0,0.0,0.0 p06049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06049,pv,0.0,0.0,8.30000000000291,16.600000000002183,24.9 +p06049,pv,0.0,0.0,8.299999999999272,16.599999999998545,24.9 p06049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06049,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06053,battery,391.395,782.79,1434.1744666665327,2085.558933333261,2736.9434 +p06053,battery,769.8015,1539.603,1649.322666666645,1759.0423333333165,1868.7620000000002 p06053,biomass,0.0,0.0,0.0,0.0,0.0 p06053,coal,0.0,0.0,0.0,0.0,0.0 +p06053,csp,0.0,0.0,0.0,0.0,0.0 p06053,gas,0.0,0.0,0.0,0.0,0.0 p06053,geothermal,0.0,0.0,0.0,0.0,0.0 p06053,h2,0.0,0.0,0.0,0.0,0.0 @@ -1378,22 +1254,24 @@ p06053,nuclear,0.0,0.0,0.0,0.0,0.0 p06053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p06053,pv,0.0,0.0,0.0,0.0,0.0 p06053,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06053,wind-ons,0.0,0.0,508.3906666666735,1016.781333333347,1525.172 -p06055,battery,0.0,0.0,84.0,168.0,252.0 +p06053,wind-ons,762.586,1525.172,1525.172,1525.172,1525.172 +p06055,battery,0.0,0.0,0.0,0.0,0.0 p06055,biomass,0.0,0.0,0.0,0.0,0.0 p06055,coal,0.0,0.0,0.0,0.0,0.0 +p06055,csp,0.0,0.0,0.0,0.0,0.0 p06055,gas,0.0,0.0,0.0,0.0,0.0 p06055,geothermal,0.0,0.0,0.0,0.0,0.0 p06055,h2,0.0,0.0,0.0,0.0,0.0 p06055,hydro,0.0,0.0,0.0,0.0,0.0 p06055,nuclear,0.0,0.0,0.0,0.0,0.0 p06055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06055,pv,12.25,24.5,32.66666666666788,40.83333333333212,49.0 +p06055,pv,12.25,24.5,24.5,24.5,24.5 p06055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06055,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06059,battery,228.4375,456.875,1092.9333333333489,1728.9916666666977,2365.05 +p06059,battery,430.7675,861.535,1279.9733333332697,1698.4116666666232,2116.85 p06059,biomass,0.0,0.0,0.0,0.0,0.0 p06059,coal,0.0,0.0,0.0,0.0,0.0 +p06059,csp,0.0,0.0,0.0,0.0,0.0 p06059,gas,0.0,0.0,0.0,0.0,0.0 p06059,geothermal,0.0,0.0,0.0,0.0,0.0 p06059,h2,0.0,0.0,0.0,0.0,0.0 @@ -1403,69 +1281,76 @@ p06059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p06059,pv,0.0,0.0,0.0,0.0,0.0 p06059,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06059,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06065,battery,2326.381,4652.762,6786.802033333108,8920.842066666111,11054.882099999999 -p06065,biomass,0.0,0.0,0.0,0.0,0.0 +p06061,csp,0.0,0.0,0.0,0.0,0.0 +p06065,battery,2972.0798999999997,5944.159799999999,6395.2201333333505,6846.280466666678,7297.3408 +p06065,biomass,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p06065,coal,0.0,0.0,0.0,0.0,0.0 +p06065,csp,0.0,0.0,0.0,0.0,0.0 p06065,gas,0.0,0.0,0.0,0.0,0.0 p06065,geothermal,0.0,0.0,0.0,0.0,0.0 p06065,h2,0.0,0.0,0.0,0.0,0.0 -p06065,hydro,0.0,0.0,433.33333333337214,866.6666666666279,1300.0 +p06065,hydro,0.0,0.0,0.0,0.0,0.0 p06065,nuclear,0.0,0.0,0.0,0.0,0.0 -p06065,pumped-hydro,250.0,500.0,972.3333333333721,1444.6666666666279,1917.0 -p06065,pv,1583.83035,3167.6607,4354.713299999945,5541.7658999999985,6728.818499999999 +p06065,pumped-hydro,250.0,500.0,500.0,500.0,500.0 +p06065,pv,1754.6956,3509.3912,4177.547900000121,4845.7046000000555,5513.8613000000005 p06065,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06065,wind-ons,30.0,60.0,263.82666666666046,467.6533333333209,671.48 -p06067,battery,29.375,58.75,446.75,834.75,1222.75 +p06065,wind-ons,30.0,60.0,195.59999999997672,331.20000000001164,466.8 +p06067,battery,0.0,0.0,371.3333333332557,742.6666666666279,1114.0 p06067,biomass,0.0,0.0,0.0,0.0,0.0 p06067,coal,0.0,0.0,0.0,0.0,0.0 +p06067,csp,0.0,0.0,0.0,0.0,0.0 p06067,gas,0.0,0.0,0.0,0.0,0.0 p06067,geothermal,0.0,0.0,0.0,0.0,0.0 p06067,h2,0.0,0.0,0.0,0.0,0.0 p06067,hydro,0.0,0.0,0.0,0.0,0.0 p06067,nuclear,0.0,0.0,0.0,0.0,0.0 p06067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06067,pv,0.0,0.0,831.6666666667443,1663.3333333332557,2495.0 +p06067,pv,0.0,0.0,608.3333333334886,1216.6666666667443,1825.0 p06067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06067,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06069,battery,0.0,0.0,106.09533333330182,212.19066666663275,318.286 +p06069,battery,56.193,112.386,112.386,112.386,112.386 p06069,biomass,0.0,0.0,0.0,0.0,0.0 p06069,coal,0.0,0.0,0.0,0.0,0.0 +p06069,csp,0.0,0.0,0.0,0.0,0.0 p06069,gas,0.0,0.0,0.0,0.0,0.0 p06069,geothermal,0.0,0.0,0.0,0.0,0.0 p06069,h2,0.0,0.0,0.0,0.0,0.0 p06069,hydro,0.0,0.0,0.0,0.0,0.0 p06069,nuclear,0.0,0.0,0.0,0.0,0.0 p06069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06069,pv,0.0,0.0,106.16366666665999,212.3273333333491,318.491 +p06069,pv,56.2455,112.491,112.491,112.491,112.491 p06069,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06069,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06071,battery,821.66,1643.32,6564.892904000357,11486.465808000416,16408.038712 +p06071,battery,1687.871706,3375.743412,6390.641545332968,9405.53967866581,12420.437812 p06071,biomass,0.0,0.0,0.0,0.0,0.0 p06071,coal,0.0,0.0,0.0,0.0,0.0 -p06071,gas,0.0,0.0,366.33333333337214,732.6666666666279,1099.0 +p06071,csp,0.0,0.0,0.0,0.0,0.0 +p06071,gas,0.0,0.0,366.3333333332557,732.6666666666279,1099.0 p06071,geothermal,0.0,0.0,0.0,0.0,0.0 p06071,h2,0.0,0.0,0.0,0.0,0.0 p06071,hydro,0.0,0.0,0.0,0.0,0.0 p06071,nuclear,0.0,0.0,0.0,0.0,0.0 p06071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06071,pv,887.735,1775.47,3190.7666333331726,4606.063266666606,6021.3599 +p06071,pv,940.92,1881.84,3059.6405000002123,4237.441000000108,5415.2415 p06071,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06071,wind-ons,106.09,212.18,282.90666666664765,353.6333333333023,424.36 -p06073,battery,761.867,1523.734,3079.7657666667365,4635.7975333333015,6191.829299999999 +p06071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06073,battery,655.822,1311.644,2060.583299999824,2809.5226000000257,3558.4619000000002 p06073,biomass,0.0,0.0,0.0,0.0,0.0 p06073,coal,0.0,0.0,0.0,0.0,0.0 +p06073,csp,0.0,0.0,0.0,0.0,0.0 p06073,gas,0.0,0.0,0.0,0.0,0.0 p06073,geothermal,0.0,0.0,0.0,0.0,0.0 p06073,h2,0.0,0.0,0.0,0.0,0.0 p06073,hydro,0.0,0.0,0.0,0.0,0.0 p06073,nuclear,0.0,0.0,0.0,0.0,0.0 p06073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06073,pv,90.94,181.88,242.50666666665347,303.1333333333314,363.76 +p06073,pv,55.0,110.0,110.0,110.0,110.0 p06073,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06073,wind-ons,296.9,593.8,791.733333333279,989.6666666666279,1187.6 -p06075,battery,125.0,250.0,333.33333333334303,416.66666666665697,500.0 +p06073,wind-ons,263.8,527.6,562.8666666666686,598.1333333333314,633.4 +p06075,battery,125.0,250.0,250.0,250.0,250.0 p06075,biomass,0.0,0.0,0.0,0.0,0.0 p06075,coal,0.0,0.0,0.0,0.0,0.0 +p06075,csp,0.0,0.0,0.0,0.0,0.0 p06075,gas,0.0,0.0,0.0,0.0,0.0 p06075,geothermal,0.0,0.0,0.0,0.0,0.0 p06075,h2,0.0,0.0,0.0,0.0,0.0 @@ -1475,33 +1360,36 @@ p06075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p06075,pv,0.0,0.0,0.0,0.0,0.0 p06075,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06075,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06077,battery,980.2625,1960.525,3545.276687533129,5130.028375066351,6714.780062600001 +p06077,battery,1000.2625,2000.525,2499.370300199953,2998.215600399999,3497.0609006000004 p06077,biomass,0.0,0.0,0.0,0.0,0.0 p06077,coal,0.0,0.0,0.0,0.0,0.0 -p06077,gas,0.0,0.0,0.0,0.0,0.0 +p06077,csp,0.0,0.0,0.0,0.0,0.0 +p06077,gas,72.5,145.0,145.0,145.0,145.0 p06077,geothermal,0.0,0.0,0.0,0.0,0.0 p06077,h2,0.0,0.0,0.0,0.0,0.0 p06077,hydro,0.0,0.0,0.0,0.0,0.0 p06077,nuclear,0.0,0.0,0.0,0.0,0.0 p06077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06077,pv,383.31600000000003,766.6320000000001,1022.1760000000359,1277.7200000000303,1533.2640000000001 +p06077,pv,383.31600000000003,766.6320000000001,766.6320000000001,766.6320000000001,766.6320000000001 p06077,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06077,wind-ons,204.4,408.8,545.0666666666511,681.3333333333139,817.6 -p06079,battery,53.1,106.2,948.6673333332874,1791.1346666666213,2633.602 +p06077,wind-ons,204.4,408.8,408.8,408.8,408.8 +p06079,battery,0.0,0.0,0.0,0.0,0.0 p06079,biomass,0.0,0.0,0.0,0.0,0.0 p06079,coal,0.0,0.0,0.0,0.0,0.0 +p06079,csp,0.0,0.0,0.0,0.0,0.0 p06079,gas,0.0,0.0,0.0,0.0,0.0 p06079,geothermal,0.0,0.0,0.0,0.0,0.0 p06079,h2,0.0,0.0,0.0,0.0,0.0 p06079,hydro,0.0,0.0,0.0,0.0,0.0 p06079,nuclear,0.0,0.0,0.0,0.0,0.0 p06079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06079,pv,0.0,0.0,324.1600000000326,648.3199999999488,972.48 -p06079,wind-ofs,514.47,1028.94,1371.920000000042,1714.9000000000233,2057.88 -p06079,wind-ons,0.0,0.0,902.8240000000224,1805.6480000000447,2708.4719999999998 -p06081,battery,0.0,0.0,116.96666666664532,233.93333333331975,350.9 +p06079,pv,0.0,0.0,0.0,0.0,0.0 +p06079,wind-ofs,514.47,1028.94,1028.94,1028.94,1028.94 +p06079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06081,battery,175.45,350.9,350.9,350.9,350.9 p06081,biomass,0.0,0.0,0.0,0.0,0.0 p06081,coal,0.0,0.0,0.0,0.0,0.0 +p06081,csp,0.0,0.0,0.0,0.0,0.0 p06081,gas,0.0,0.0,0.0,0.0,0.0 p06081,geothermal,0.0,0.0,0.0,0.0,0.0 p06081,h2,0.0,0.0,0.0,0.0,0.0 @@ -1511,21 +1399,23 @@ p06081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p06081,pv,0.0,0.0,0.0,0.0,0.0 p06081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06081,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06085,battery,252.094,504.188,952.2352066369494,1400.2824132739333,1848.329619911 +p06085,battery,429.534,859.068,979.2746666666644,1099.4813333333295,1219.688 p06085,biomass,0.0,0.0,0.0,0.0,0.0 p06085,coal,0.0,0.0,0.0,0.0,0.0 -p06085,gas,60.0,120.0,160.0,200.0,240.0 +p06085,csp,0.0,0.0,0.0,0.0,0.0 +p06085,gas,60.0,120.0,120.0,120.0,120.0 p06085,geothermal,0.0,0.0,0.0,0.0,0.0 p06085,h2,0.0,0.0,0.0,0.0,0.0 p06085,hydro,0.0,0.0,0.0,0.0,0.0 p06085,nuclear,0.0,0.0,0.0,0.0,0.0 p06085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06085,pv,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p06085,pv,0.0,0.0,0.0,0.0,0.0 p06085,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06085,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06087,battery,101.8495,203.699,271.59866666662856,339.4983333333221,407.398 +p06087,battery,101.8495,203.699,203.699,203.699,203.699 p06087,biomass,0.0,0.0,0.0,0.0,0.0 p06087,coal,0.0,0.0,0.0,0.0,0.0 +p06087,csp,0.0,0.0,0.0,0.0,0.0 p06087,gas,0.0,0.0,0.0,0.0,0.0 p06087,geothermal,0.0,0.0,0.0,0.0,0.0 p06087,h2,0.0,0.0,0.0,0.0,0.0 @@ -1538,18 +1428,20 @@ p06087,wind-ons,0.0,0.0,0.0,0.0,0.0 p06089,battery,0.0,0.0,0.0,0.0,0.0 p06089,biomass,0.0,0.0,0.0,0.0,0.0 p06089,coal,0.0,0.0,0.0,0.0,0.0 +p06089,csp,0.0,0.0,0.0,0.0,0.0 p06089,gas,0.0,0.0,0.0,0.0,0.0 p06089,geothermal,0.0,0.0,0.0,0.0,0.0 p06089,h2,0.0,0.0,0.0,0.0,0.0 p06089,hydro,0.0,0.0,0.0,0.0,0.0 p06089,nuclear,0.0,0.0,0.0,0.0,0.0 p06089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06089,pv,0.0,0.0,41.66666666667152,83.33333333332848,125.0 +p06089,pv,0.0,0.0,41.666666666656965,83.33333333332848,125.0 p06089,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06089,wind-ons,103.0,206.0,274.66666666665697,343.33333333334303,412.0 +p06089,wind-ons,103.0,206.0,206.0,206.0,206.0 p06093,battery,0.0,0.0,50.0,100.0,150.0 p06093,biomass,0.0,0.0,0.0,0.0,0.0 p06093,coal,0.0,0.0,0.0,0.0,0.0 +p06093,csp,0.0,0.0,0.0,0.0,0.0 p06093,gas,0.0,0.0,0.0,0.0,0.0 p06093,geothermal,0.0,0.0,0.0,0.0,0.0 p06093,h2,0.0,0.0,0.0,0.0,0.0 @@ -1559,23 +1451,25 @@ p06093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p06093,pv,0.0,0.0,0.0,0.0,0.0 p06093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06093,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06095,battery,304.72,609.44,1351.6662333332933,2093.8924666666426,2836.1187 +p06095,battery,202.75,405.5,910.8595666666515,1416.219133333303,1921.5787 p06095,biomass,0.0,0.0,0.0,0.0,0.0 p06095,coal,0.0,0.0,0.0,0.0,0.0 +p06095,csp,0.0,0.0,0.0,0.0,0.0 p06095,gas,0.0,0.0,0.0,0.0,0.0 p06095,geothermal,0.0,0.0,0.0,0.0,0.0 p06095,h2,0.0,0.0,0.0,0.0,0.0 p06095,hydro,0.0,0.0,0.0,0.0,0.0 p06095,nuclear,0.0,0.0,0.0,0.0,0.0 p06095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06095,pv,102.51,205.02,273.36000000001513,341.70000000001164,410.04 +p06095,pv,0.0,0.0,0.0,0.0,0.0 p06095,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06095,wind-ons,207.777,415.554,554.0720000000438,692.5900000000256,831.108 -p06097,battery,0.0,0.0,145.1144033333403,290.2288066666806,435.34321 +p06095,wind-ons,104.17699999999999,208.35399999999998,244.35400000000664,280.35400000000664,316.354 +p06097,battery,0.0,0.0,40.51666666667734,81.03333333334012,121.55 p06097,biomass,0.0,0.0,0.0,0.0,0.0 p06097,coal,0.0,0.0,0.0,0.0,0.0 +p06097,csp,0.0,0.0,0.0,0.0,0.0 p06097,gas,0.0,0.0,0.0,0.0,0.0 -p06097,geothermal,0.0,0.0,17.66666666666424,35.33333333333576,53.0 +p06097,geothermal,0.0,0.0,17.666666666671517,35.33333333333576,53.0 p06097,h2,0.0,0.0,0.0,0.0,0.0 p06097,hydro,0.0,0.0,0.0,0.0,0.0 p06097,nuclear,0.0,0.0,0.0,0.0,0.0 @@ -1583,69 +1477,63 @@ p06097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p06097,pv,0.0,0.0,0.0,0.0,0.0 p06097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06099,battery,10.0,20.0,837.9763340002391,1655.9526680002455,2473.929002 +p06099,battery,243.89600000000002,487.79200000000003,671.2270043332828,854.662008666608,1038.097013 p06099,biomass,0.0,0.0,0.0,0.0,0.0 p06099,coal,0.0,0.0,0.0,0.0,0.0 +p06099,csp,0.0,0.0,0.0,0.0,0.0 p06099,gas,0.0,0.0,0.0,0.0,0.0 p06099,geothermal,0.0,0.0,0.0,0.0,0.0 p06099,h2,0.0,0.0,0.0,0.0,0.0 p06099,hydro,0.0,0.0,0.0,0.0,0.0 p06099,nuclear,0.0,0.0,0.0,0.0,0.0 p06099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06099,pv,10.0,20.0,204.24574899999425,388.4914979999885,572.737247 +p06099,pv,10.0,20.0,204.27093266666634,388.5418653333327,572.8127979999999 p06099,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06101,battery,0.0,0.0,41.20000000001164,82.40000000000873,123.6 +p06101,battery,0.0,0.0,33.666666666656965,67.33333333332848,101.0 p06101,biomass,0.0,0.0,0.0,0.0,0.0 p06101,coal,0.0,0.0,0.0,0.0,0.0 -p06101,gas,0.0,0.0,7.533333333334667,15.066666666667516,22.6 +p06101,csp,0.0,0.0,0.0,0.0,0.0 +p06101,gas,0.0,0.0,0.0,0.0,0.0 p06101,geothermal,0.0,0.0,0.0,0.0,0.0 p06101,h2,0.0,0.0,0.0,0.0,0.0 p06101,hydro,0.0,0.0,0.0,0.0,0.0 p06101,nuclear,0.0,0.0,0.0,0.0,0.0 p06101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06101,pv,0.0,0.0,0.0,0.0,0.0 +p06101,pv,0.0,0.0,138.1333333333605,276.2666666666628,414.4 p06101,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06101,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06103,battery,0.0,0.0,118.26666666663368,236.53333333329647,354.8 +p06103,battery,0.0,0.0,0.0,0.0,0.0 p06103,biomass,0.0,0.0,0.0,0.0,0.0 p06103,coal,0.0,0.0,0.0,0.0,0.0 +p06103,csp,0.0,0.0,0.0,0.0,0.0 p06103,gas,0.0,0.0,0.0,0.0,0.0 p06103,geothermal,0.0,0.0,0.0,0.0,0.0 p06103,h2,0.0,0.0,0.0,0.0,0.0 -p06103,hydro,2.5,5.0,6.666666666666515,8.333333333333485,10.0 +p06103,hydro,2.5,5.0,5.0,5.0,5.0 p06103,nuclear,0.0,0.0,0.0,0.0,0.0 p06103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06103,pv,0.0,0.0,250.43333333329065,500.8666666666395,751.3 +p06103,pv,0.0,0.0,0.0,0.0,0.0 p06103,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06103,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06107,battery,135.0,270.0,1082.2070999999996,1894.4141999999993,2706.6213 +p06107,battery,196.63400000000001,393.26800000000003,871.0072159999982,1348.7464320000727,1826.485648 p06107,biomass,0.0,0.0,0.0,0.0,0.0 p06107,coal,0.0,0.0,0.0,0.0,0.0 +p06107,csp,0.0,0.0,0.0,0.0,0.0 p06107,gas,0.0,0.0,0.0,0.0,0.0 p06107,geothermal,0.0,0.0,0.0,0.0,0.0 p06107,h2,0.0,0.0,0.0,0.0,0.0 p06107,hydro,0.0,0.0,0.0,0.0,0.0 p06107,nuclear,0.0,0.0,0.0,0.0,0.0 p06107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06107,pv,170.0,340.0,986.7751993334386,1633.5503986668773,2280.3255980000004 +p06107,pv,201.63400000000001,403.26800000000003,871.3733680000296,1339.4787360000191,1807.584104 p06107,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06107,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06109,battery,5.0,10.0,13.33333333333303,16.66666666666697,20.0 -p06109,biomass,0.0,0.0,0.0,0.0,0.0 -p06109,coal,0.0,0.0,0.0,0.0,0.0 -p06109,gas,0.0,0.0,0.0,0.0,0.0 -p06109,geothermal,0.0,0.0,0.0,0.0,0.0 -p06109,h2,0.0,0.0,0.0,0.0,0.0 -p06109,hydro,0.0,0.0,0.0,0.0,0.0 -p06109,nuclear,0.0,0.0,0.0,0.0,0.0 -p06109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06109,pv,0.0,0.0,0.0,0.0,0.0 -p06109,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06109,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06111,battery,250.0,500.0,1132.841666666558,1765.683333333116,2398.525 +p06109,csp,0.0,0.0,0.0,0.0,0.0 +p06111,battery,706.9,1413.8,1584.3750000000582,1754.9500000000698,1925.525 p06111,biomass,0.0,0.0,0.0,0.0,0.0 p06111,coal,0.0,0.0,0.0,0.0,0.0 +p06111,csp,0.0,0.0,0.0,0.0,0.0 p06111,gas,0.0,0.0,0.0,0.0,0.0 p06111,geothermal,0.0,0.0,0.0,0.0,0.0 p06111,h2,0.0,0.0,0.0,0.0,0.0 @@ -1655,66 +1543,59 @@ p06111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p06111,pv,0.0,0.0,0.0,0.0,0.0 p06111,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06111,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06113,battery,6.05,12.1,40.37056666666467,68.6411333333308,96.9117 +p06113,battery,0.0,0.0,28.270566666666127,56.541133333332255,84.8117 p06113,biomass,0.0,0.0,0.0,0.0,0.0 p06113,coal,0.0,0.0,0.0,0.0,0.0 +p06113,csp,0.0,0.0,0.0,0.0,0.0 p06113,gas,0.0,0.0,0.0,0.0,0.0 p06113,geothermal,0.0,0.0,0.0,0.0,0.0 p06113,h2,0.0,0.0,0.0,0.0,0.0 p06113,hydro,0.0,0.0,0.0,0.0,0.0 p06113,nuclear,0.0,0.0,0.0,0.0,0.0 p06113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06113,pv,6.0,12.0,178.0985666666529,344.19713333336404,510.2957 +p06113,pv,0.0,0.0,28.331899999997404,56.663800000002084,84.9957 p06113,wind-ofs,0.0,0.0,0.0,0.0,0.0 p06113,wind-ons,0.0,0.0,0.0,0.0,0.0 -p06115,battery,0.0,0.0,171.40000000002328,342.80000000004657,514.2 -p06115,biomass,0.0,0.0,0.0,0.0,0.0 -p06115,coal,0.0,0.0,0.0,0.0,0.0 -p06115,gas,0.0,0.0,0.0,0.0,0.0 -p06115,geothermal,0.0,0.0,0.0,0.0,0.0 -p06115,h2,0.0,0.0,0.0,0.0,0.0 -p06115,hydro,0.0,0.0,0.0,0.0,0.0 -p06115,nuclear,0.0,0.0,0.0,0.0,0.0 -p06115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p06115,pv,0.0,0.0,35.0,70.0,105.0 -p06115,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p06115,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08001,battery,0.0,0.0,66.33333333334303,132.66666666665697,199.0 +p06115,csp,0.0,0.0,0.0,0.0,0.0 +p08001,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 p08001,biomass,0.0,0.0,0.0,0.0,0.0 p08001,coal,0.0,0.0,0.0,0.0,0.0 +p08001,csp,0.0,0.0,0.0,0.0,0.0 p08001,gas,0.0,0.0,0.0,0.0,0.0 p08001,geothermal,0.0,0.0,0.0,0.0,0.0 p08001,h2,0.0,0.0,0.0,0.0,0.0 p08001,hydro,0.0,0.0,0.0,0.0,0.0 p08001,nuclear,0.0,0.0,0.0,0.0,0.0 p08001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08001,pv,99.5,199.0,289.0,379.0,469.0 +p08001,pv,0.0,0.0,341.0,682.0,1023.0 p08001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08001,wind-ons,0.0,0.0,282.0,564.0,846.0 p08003,battery,0.0,0.0,0.0,0.0,0.0 p08003,biomass,0.0,0.0,0.0,0.0,0.0 p08003,coal,0.0,0.0,0.0,0.0,0.0 +p08003,csp,0.0,0.0,0.0,0.0,0.0 p08003,gas,0.0,0.0,0.0,0.0,0.0 p08003,geothermal,0.0,0.0,0.0,0.0,0.0 p08003,h2,0.0,0.0,0.0,0.0,0.0 p08003,hydro,0.0,0.0,0.0,0.0,0.0 p08003,nuclear,0.0,0.0,0.0,0.0,0.0 p08003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08003,pv,0.0,0.0,70.0,140.0,210.0 +p08003,pv,107.55,215.1,351.43333333334886,487.7666666666628,624.1 p08003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08005,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p08005,battery,0.0,0.0,0.0,0.0,0.0 p08005,biomass,0.0,0.0,0.0,0.0,0.0 p08005,coal,0.0,0.0,0.0,0.0,0.0 +p08005,csp,0.0,0.0,0.0,0.0,0.0 p08005,gas,0.0,0.0,0.0,0.0,0.0 p08005,geothermal,0.0,0.0,0.0,0.0,0.0 p08005,h2,0.0,0.0,0.0,0.0,0.0 p08005,hydro,0.0,0.0,0.0,0.0,0.0 p08005,nuclear,0.0,0.0,0.0,0.0,0.0 p08005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08005,pv,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p08005,pv,25.0,50.0,300.0,550.0,800.0 p08005,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08005,wind-ons,100.3,200.6,200.6,200.6,200.6 p08009,battery,0.0,0.0,0.0,0.0,0.0 p08009,biomass,0.0,0.0,0.0,0.0,0.0 p08009,coal,0.0,0.0,0.0,0.0,0.0 @@ -1726,20 +1607,9 @@ p08009,nuclear,0.0,0.0,0.0,0.0,0.0 p08009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p08009,pv,0.0,0.0,0.0,0.0,0.0 p08009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08009,wind-ons,119.0,238.0,317.33333333334303,396.66666666665697,476.0 -p08011,battery,0.0,0.0,0.0,0.0,0.0 -p08011,biomass,0.0,0.0,0.0,0.0,0.0 -p08011,coal,0.0,0.0,0.0,0.0,0.0 -p08011,gas,0.0,0.0,0.0,0.0,0.0 -p08011,geothermal,0.0,0.0,0.0,0.0,0.0 -p08011,h2,0.0,0.0,0.0,0.0,0.0 -p08011,hydro,0.0,0.0,0.0,0.0,0.0 -p08011,nuclear,0.0,0.0,0.0,0.0,0.0 -p08011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08011,pv,0.0,0.0,66.33333333334303,132.66666666665697,199.0 -p08011,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08013,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p08009,wind-ons,119.0,238.0,238.0,238.0,238.0 +p08011,csp,0.0,0.0,0.0,0.0,0.0 +p08013,battery,0.0,0.0,58.333333333343035,116.66666666667152,175.0 p08013,biomass,0.0,0.0,0.0,0.0,0.0 p08013,coal,0.0,0.0,0.0,0.0,0.0 p08013,gas,0.0,0.0,0.0,0.0,0.0 @@ -1748,48 +1618,88 @@ p08013,h2,0.0,0.0,0.0,0.0,0.0 p08013,hydro,0.0,0.0,0.0,0.0,0.0 p08013,nuclear,0.0,0.0,0.0,0.0,0.0 p08013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08013,pv,0.0,0.0,41.66666666667152,83.33333333332848,125.0 +p08013,pv,0.0,0.0,0.0,0.0,0.0 p08013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08017,battery,0.0,0.0,0.0,0.0,0.0 +p08017,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p08017,biomass,0.0,0.0,0.0,0.0,0.0 p08017,coal,0.0,0.0,0.0,0.0,0.0 +p08017,csp,0.0,0.0,0.0,0.0,0.0 p08017,gas,0.0,0.0,0.0,0.0,0.0 p08017,geothermal,0.0,0.0,0.0,0.0,0.0 p08017,h2,0.0,0.0,0.0,0.0,0.0 p08017,hydro,0.0,0.0,0.0,0.0,0.0 p08017,nuclear,0.0,0.0,0.0,0.0,0.0 p08017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08017,pv,0.0,0.0,66.33333333334303,132.66666666665697,199.0 +p08017,pv,0.0,0.0,299.6666666667443,599.3333333333721,899.0 p08017,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08017,wind-ons,250.0,500.0,650.0,800.0,950.0 +p08019,battery,0.0,0.0,0.0,0.0,0.0 +p08019,biomass,0.0,0.0,0.0,0.0,0.0 +p08019,coal,0.0,0.0,0.0,0.0,0.0 +p08019,gas,0.0,0.0,0.0,0.0,0.0 +p08019,geothermal,0.0,0.0,0.0,0.0,0.0 +p08019,h2,0.0,0.0,0.0,0.0,0.0 +p08019,hydro,21.0,42.0,42.0,42.0,42.0 +p08019,nuclear,0.0,0.0,0.0,0.0,0.0 +p08019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08019,pv,0.0,0.0,0.0,0.0,0.0 +p08019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08025,battery,0.0,0.0,0.0,0.0,0.0 +p08025,biomass,0.0,0.0,0.0,0.0,0.0 +p08025,coal,0.0,0.0,0.0,0.0,0.0 +p08025,gas,0.0,0.0,0.0,0.0,0.0 +p08025,geothermal,0.0,0.0,0.0,0.0,0.0 +p08025,h2,0.0,0.0,0.0,0.0,0.0 +p08025,hydro,0.0,0.0,0.0,0.0,0.0 +p08025,nuclear,0.0,0.0,0.0,0.0,0.0 +p08025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08025,pv,0.0,0.0,300.0,600.0,900.0 +p08025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08025,wind-ons,0.0,0.0,0.0,0.0,0.0 p08029,battery,0.0,0.0,0.0,0.0,0.0 p08029,biomass,0.0,0.0,0.0,0.0,0.0 p08029,coal,0.0,0.0,0.0,0.0,0.0 -p08029,gas,0.0,0.0,0.0,0.0,0.0 +p08029,csp,0.0,0.0,0.0,0.0,0.0 +p08029,gas,0.0,0.0,66.33333333331393,132.66666666665697,199.0 p08029,geothermal,0.0,0.0,0.0,0.0,0.0 p08029,h2,0.0,0.0,0.0,0.0,0.0 p08029,hydro,0.0,0.0,0.0,0.0,0.0 p08029,nuclear,0.0,0.0,0.0,0.0,0.0 p08029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08029,pv,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p08029,pv,0.0,0.0,0.0,0.0,0.0 p08029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08031,battery,0.0,0.0,0.0,0.0,0.0 +p08031,biomass,0.0,0.0,0.0,0.0,0.0 +p08031,coal,0.0,0.0,0.0,0.0,0.0 +p08031,gas,343.5,687.0,687.0,687.0,687.0 +p08031,geothermal,0.0,0.0,0.0,0.0,0.0 +p08031,h2,0.0,0.0,0.0,0.0,0.0 +p08031,hydro,0.0,0.0,0.0,0.0,0.0 +p08031,nuclear,0.0,0.0,0.0,0.0,0.0 +p08031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08031,pv,0.0,0.0,0.0,0.0,0.0 +p08031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08031,wind-ons,0.0,0.0,0.0,0.0,0.0 p08033,battery,0.0,0.0,0.0,0.0,0.0 p08033,biomass,0.0,0.0,0.0,0.0,0.0 p08033,coal,0.0,0.0,0.0,0.0,0.0 +p08033,csp,0.0,0.0,0.0,0.0,0.0 p08033,gas,0.0,0.0,0.0,0.0,0.0 p08033,geothermal,0.0,0.0,0.0,0.0,0.0 p08033,h2,0.0,0.0,0.0,0.0,0.0 p08033,hydro,0.0,0.0,0.0,0.0,0.0 p08033,nuclear,0.0,0.0,0.0,0.0,0.0 p08033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08033,pv,55.0,110.0,146.66666666667152,183.33333333332848,220.0 +p08033,pv,55.0,110.0,110.0,110.0,110.0 p08033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08033,wind-ons,0.0,0.0,0.0,0.0,0.0 p08039,battery,0.0,0.0,0.0,0.0,0.0 p08039,biomass,0.0,0.0,0.0,0.0,0.0 p08039,coal,0.0,0.0,0.0,0.0,0.0 +p08039,csp,0.0,0.0,0.0,0.0,0.0 p08039,gas,0.0,0.0,0.0,0.0,0.0 p08039,geothermal,0.0,0.0,0.0,0.0,0.0 p08039,h2,0.0,0.0,0.0,0.0,0.0 @@ -1799,141 +1709,180 @@ p08039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p08039,pv,0.0,0.0,199.0,398.0,597.0 p08039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08039,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08041,battery,0.0,0.0,68.33333333334303,136.66666666665697,205.0 +p08041,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p08041,biomass,0.0,0.0,0.0,0.0,0.0 p08041,coal,0.0,0.0,0.0,0.0,0.0 -p08041,gas,0.0,0.0,0.0,0.0,0.0 +p08041,csp,0.0,0.0,0.0,0.0,0.0 +p08041,gas,241.5,483.0,620.3333333333721,757.6666666666861,895.0 p08041,geothermal,0.0,0.0,0.0,0.0,0.0 p08041,h2,0.0,0.0,0.0,0.0,0.0 p08041,hydro,0.0,0.0,0.0,0.0,0.0 p08041,nuclear,0.0,0.0,0.0,0.0,0.0 p08041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08041,pv,87.5,175.0,441.66666666662786,708.3333333333721,975.0 +p08041,pv,18.0,36.0,269.33333333337214,502.66666666668607,736.0 p08041,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08041,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08057,battery,0.0,0.0,0.0,0.0,0.0 -p08057,biomass,0.0,0.0,0.0,0.0,0.0 -p08057,coal,0.0,0.0,0.0,0.0,0.0 -p08057,gas,0.0,0.0,0.0,0.0,0.0 -p08057,geothermal,0.0,0.0,0.0,0.0,0.0 -p08057,h2,0.0,0.0,0.0,0.0,0.0 -p08057,hydro,0.0,0.0,0.0,0.0,0.0 -p08057,nuclear,0.0,0.0,0.0,0.0,0.0 -p08057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08057,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p08057,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08057,wind-ons,252.0,504.0,672.0,840.0,1008.0 +p08041,wind-ons,125.0,250.0,250.0,250.0,250.0 +p08043,csp,0.0,0.0,0.0,0.0,0.0 +p08045,battery,0.0,0.0,0.0,0.0,0.0 +p08045,biomass,0.0,0.0,0.0,0.0,0.0 +p08045,coal,0.0,0.0,0.0,0.0,0.0 +p08045,csp,0.0,0.0,0.0,0.0,0.0 +p08045,gas,0.0,0.0,0.0,0.0,0.0 +p08045,geothermal,0.0,0.0,0.0,0.0,0.0 +p08045,h2,0.0,0.0,0.0,0.0,0.0 +p08045,hydro,0.0,0.0,0.0,0.0,0.0 +p08045,nuclear,0.0,0.0,0.0,0.0,0.0 +p08045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08045,pv,0.0,0.0,6.633333333333212,13.266666666666424,19.9 +p08045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08055,battery,0.0,0.0,0.0,0.0,0.0 +p08055,biomass,0.0,0.0,0.0,0.0,0.0 +p08055,coal,0.0,0.0,0.0,0.0,0.0 +p08055,csp,0.0,0.0,0.0,0.0,0.0 +p08055,gas,0.0,0.0,0.0,0.0,0.0 +p08055,geothermal,0.0,0.0,0.0,0.0,0.0 +p08055,h2,0.0,0.0,0.0,0.0,0.0 +p08055,hydro,0.0,0.0,0.0,0.0,0.0 +p08055,nuclear,0.0,0.0,0.0,0.0,0.0 +p08055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08055,pv,0.0,0.0,50.0,100.0,150.0 +p08055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08057,csp,0.0,0.0,0.0,0.0,0.0 +p08059,battery,0.0,0.0,0.0,0.0,0.0 +p08059,biomass,0.0,0.0,0.0,0.0,0.0 +p08059,coal,0.0,0.0,0.0,0.0,0.0 +p08059,gas,57.5,115.0,115.0,115.0,115.0 +p08059,geothermal,0.0,0.0,0.0,0.0,0.0 +p08059,h2,0.0,0.0,0.0,0.0,0.0 +p08059,hydro,0.0,0.0,0.0,0.0,0.0 +p08059,nuclear,0.0,0.0,0.0,0.0,0.0 +p08059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08059,pv,0.0,0.0,0.0,0.0,0.0 +p08059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08059,wind-ons,9.95,19.9,19.9,19.9,19.9 p08061,battery,0.0,0.0,0.0,0.0,0.0 p08061,biomass,0.0,0.0,0.0,0.0,0.0 p08061,coal,0.0,0.0,0.0,0.0,0.0 +p08061,csp,0.0,0.0,0.0,0.0,0.0 p08061,gas,0.0,0.0,0.0,0.0,0.0 p08061,geothermal,0.0,0.0,0.0,0.0,0.0 p08061,h2,0.0,0.0,0.0,0.0,0.0 p08061,hydro,0.0,0.0,0.0,0.0,0.0 p08061,nuclear,0.0,0.0,0.0,0.0,0.0 p08061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08061,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p08061,pv,0.0,0.0,458.3333333332557,916.6666666666279,1375.0 p08061,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08061,wind-ons,99.5,199.0,265.66666666665697,332.33333333334303,399.0 -p08063,battery,69.5,139.0,185.33333333332848,231.66666666667152,278.0 +p08061,wind-ons,0.0,0.0,233.33333333337214,466.66666666668607,700.0 +p08063,battery,69.5,139.0,215.33333333331393,291.66666666665697,368.0 p08063,biomass,0.0,0.0,0.0,0.0,0.0 p08063,coal,0.0,0.0,0.0,0.0,0.0 +p08063,csp,0.0,0.0,0.0,0.0,0.0 p08063,gas,0.0,0.0,0.0,0.0,0.0 p08063,geothermal,0.0,0.0,0.0,0.0,0.0 p08063,h2,0.0,0.0,0.0,0.0,0.0 p08063,hydro,0.0,0.0,0.0,0.0,0.0 p08063,nuclear,0.0,0.0,0.0,0.0,0.0 p08063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08063,pv,94.0,188.0,329.33333333331393,470.66666666668607,612.0 +p08063,pv,94.0,188.0,429.33333333337214,670.6666666666861,912.0 p08063,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08063,wind-ons,24.8,49.6,206.2666666666628,362.93333333329065,519.6 -p08067,battery,77.5,155.0,206.66666666667152,258.3333333333285,310.0 -p08067,biomass,0.0,0.0,0.0,0.0,0.0 -p08067,coal,0.0,0.0,0.0,0.0,0.0 -p08067,gas,0.0,0.0,0.0,0.0,0.0 -p08067,geothermal,0.0,0.0,0.0,0.0,0.0 -p08067,h2,0.0,0.0,0.0,0.0,0.0 -p08067,hydro,0.0,0.0,0.0,0.0,0.0 -p08067,nuclear,0.0,0.0,0.0,0.0,0.0 -p08067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08067,pv,77.5,155.0,206.66666666667152,258.3333333333285,310.0 -p08067,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08067,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08069,battery,0.0,0.0,81.66666666665697,163.33333333334303,245.0 +p08063,wind-ons,158.3,316.6,1073.2666666666046,1829.9333333333489,2586.6 +p08067,csp,0.0,0.0,0.0,0.0,0.0 +p08069,battery,0.0,0.0,123.33333333331393,246.66666666665697,370.0 p08069,biomass,0.0,0.0,0.0,0.0,0.0 p08069,coal,0.0,0.0,0.0,0.0,0.0 -p08069,gas,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p08069,gas,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p08069,geothermal,0.0,0.0,0.0,0.0,0.0 p08069,h2,0.0,0.0,0.0,0.0,0.0 p08069,hydro,0.0,0.0,0.0,0.0,0.0 p08069,nuclear,0.0,0.0,0.0,0.0,0.0 p08069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08069,pv,0.0,0.0,128.33333333334303,256.66666666665697,385.0 +p08069,pv,0.0,0.0,103.33333333331393,206.66666666665697,310.0 p08069,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08069,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p08069,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p08071,battery,0.0,0.0,0.0,0.0,0.0 p08071,biomass,0.0,0.0,0.0,0.0,0.0 p08071,coal,0.0,0.0,0.0,0.0,0.0 +p08071,csp,0.0,0.0,0.0,0.0,0.0 p08071,gas,0.0,0.0,0.0,0.0,0.0 p08071,geothermal,0.0,0.0,0.0,0.0,0.0 p08071,h2,0.0,0.0,0.0,0.0,0.0 p08071,hydro,0.0,0.0,0.0,0.0,0.0 p08071,nuclear,0.0,0.0,0.0,0.0,0.0 p08071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08071,pv,70.0,140.0,186.66666666667152,233.33333333332848,280.0 +p08071,pv,0.0,0.0,105.0,210.0,315.0 p08071,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08071,wind-ons,0.0,0.0,0.0,0.0,0.0 p08073,battery,0.0,0.0,0.0,0.0,0.0 p08073,biomass,0.0,0.0,0.0,0.0,0.0 p08073,coal,0.0,0.0,0.0,0.0,0.0 +p08073,csp,0.0,0.0,0.0,0.0,0.0 p08073,gas,0.0,0.0,0.0,0.0,0.0 p08073,geothermal,0.0,0.0,0.0,0.0,0.0 p08073,h2,0.0,0.0,0.0,0.0,0.0 p08073,hydro,0.0,0.0,0.0,0.0,0.0 p08073,nuclear,0.0,0.0,0.0,0.0,0.0 p08073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08073,pv,0.0,0.0,316.0,632.0,948.0 +p08073,pv,0.0,0.0,232.66666666662786,465.33333333331393,698.0 p08073,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08073,wind-ons,549.95,1099.9,1466.533333333442,1833.1666666667443,2199.8 +p08073,wind-ons,874.95,1749.9,1982.9000000000233,2215.9000000000233,2448.9 +p08075,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p08075,biomass,0.0,0.0,0.0,0.0,0.0 +p08075,coal,0.0,0.0,0.0,0.0,0.0 +p08075,csp,0.0,0.0,0.0,0.0,0.0 +p08075,gas,0.0,0.0,0.0,0.0,0.0 +p08075,geothermal,0.0,0.0,0.0,0.0,0.0 +p08075,h2,0.0,0.0,0.0,0.0,0.0 +p08075,hydro,0.0,0.0,0.0,0.0,0.0 +p08075,nuclear,0.0,0.0,0.0,0.0,0.0 +p08075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08075,pv,0.0,0.0,0.0,0.0,0.0 +p08075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08075,wind-ons,330.0,660.0,705.0,750.0,795.0 p08077,battery,0.0,0.0,0.0,0.0,0.0 p08077,biomass,0.0,0.0,0.0,0.0,0.0 p08077,coal,0.0,0.0,0.0,0.0,0.0 +p08077,csp,0.0,0.0,0.0,0.0,0.0 p08077,gas,0.0,0.0,0.0,0.0,0.0 p08077,geothermal,0.0,0.0,0.0,0.0,0.0 p08077,h2,0.0,0.0,0.0,0.0,0.0 -p08077,hydro,2.25,4.5,6.0,7.5,9.0 +p08077,hydro,2.25,4.5,4.5,4.5,4.5 p08077,nuclear,0.0,0.0,0.0,0.0,0.0 p08077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p08077,pv,0.0,0.0,0.0,0.0,0.0 p08077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08077,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08081,battery,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p08081,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p08081,biomass,0.0,0.0,0.0,0.0,0.0 p08081,coal,0.0,0.0,0.0,0.0,0.0 +p08081,csp,0.0,0.0,0.0,0.0,0.0 p08081,gas,0.0,0.0,0.0,0.0,0.0 p08081,geothermal,0.0,0.0,0.0,0.0,0.0 p08081,h2,0.0,0.0,0.0,0.0,0.0 p08081,hydro,0.0,0.0,0.0,0.0,0.0 p08081,nuclear,0.0,0.0,0.0,0.0,0.0 p08081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08081,pv,172.0,344.0,458.66666666665697,573.333333333343,688.0 +p08081,pv,72.5,145.0,211.5,278.0,344.5 p08081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08081,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08083,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p08083,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p08083,biomass,0.0,0.0,0.0,0.0,0.0 p08083,coal,0.0,0.0,0.0,0.0,0.0 +p08083,csp,0.0,0.0,0.0,0.0,0.0 p08083,gas,0.0,0.0,0.0,0.0,0.0 p08083,geothermal,0.0,0.0,0.0,0.0,0.0 p08083,h2,0.0,0.0,0.0,0.0,0.0 p08083,hydro,0.0,0.0,0.0,0.0,0.0 p08083,nuclear,0.0,0.0,0.0,0.0,0.0 p08083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08083,pv,70.0,140.0,186.66666666667152,233.33333333332848,280.0 +p08083,pv,0.0,0.0,41.666666666656965,83.33333333332848,125.0 p08083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08085,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p08085,battery,50.0,100.0,116.66666666667152,133.33333333333576,150.0 p08085,biomass,0.0,0.0,0.0,0.0,0.0 p08085,coal,0.0,0.0,0.0,0.0,0.0 +p08085,csp,0.0,0.0,0.0,0.0,0.0 p08085,gas,0.0,0.0,0.0,0.0,0.0 p08085,geothermal,0.0,0.0,0.0,0.0,0.0 p08085,h2,0.0,0.0,0.0,0.0,0.0 @@ -1943,54 +1892,71 @@ p08085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p08085,pv,0.0,0.0,0.0,0.0,0.0 p08085,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08085,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08087,battery,0.0,0.0,0.0,0.0,0.0 +p08087,battery,99.95,199.9,283.2333333333081,366.56666666665114,449.9 p08087,biomass,0.0,0.0,0.0,0.0,0.0 p08087,coal,0.0,0.0,0.0,0.0,0.0 +p08087,csp,0.0,0.0,0.0,0.0,0.0 p08087,gas,0.0,0.0,0.0,0.0,0.0 p08087,geothermal,0.0,0.0,0.0,0.0,0.0 p08087,h2,0.0,0.0,0.0,0.0,0.0 p08087,hydro,0.0,0.0,0.0,0.0,0.0 p08087,nuclear,0.0,0.0,0.0,0.0,0.0 p08087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08087,pv,0.0,0.0,416.6333333334187,833.266666666721,1249.9 +p08087,pv,99.95,199.9,853.1666666667443,1506.4333333333489,2159.7 p08087,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08087,wind-ons,0.0,0.0,133.33333333331393,266.66666666668607,400.0 -p08099,battery,37.5,75.0,100.0,125.0,150.0 +p08087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08089,battery,0.0,0.0,0.0,0.0,0.0 +p08089,biomass,0.0,0.0,0.0,0.0,0.0 +p08089,coal,0.0,0.0,0.0,0.0,0.0 +p08089,csp,0.0,0.0,0.0,0.0,0.0 +p08089,gas,0.0,0.0,0.0,0.0,0.0 +p08089,geothermal,0.0,0.0,0.0,0.0,0.0 +p08089,h2,0.0,0.0,0.0,0.0,0.0 +p08089,hydro,0.0,0.0,0.0,0.0,0.0 +p08089,nuclear,0.0,0.0,0.0,0.0,0.0 +p08089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08089,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p08089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08093,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p08093,biomass,0.0,0.0,0.0,0.0,0.0 +p08093,coal,0.0,0.0,0.0,0.0,0.0 +p08093,gas,0.0,0.0,0.0,0.0,0.0 +p08093,geothermal,0.0,0.0,0.0,0.0,0.0 +p08093,h2,0.0,0.0,0.0,0.0,0.0 +p08093,hydro,0.0,0.0,0.0,0.0,0.0 +p08093,nuclear,0.0,0.0,0.0,0.0,0.0 +p08093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08093,pv,27.15,54.3,54.3,54.3,54.3 +p08093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08099,battery,99.5,199.0,199.0,199.0,199.0 p08099,biomass,0.0,0.0,0.0,0.0,0.0 p08099,coal,0.0,0.0,0.0,0.0,0.0 +p08099,csp,0.0,0.0,0.0,0.0,0.0 p08099,gas,0.0,0.0,0.0,0.0,0.0 p08099,geothermal,0.0,0.0,0.0,0.0,0.0 p08099,h2,0.0,0.0,0.0,0.0,0.0 p08099,hydro,0.0,0.0,0.0,0.0,0.0 p08099,nuclear,0.0,0.0,0.0,0.0,0.0 p08099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08099,pv,75.0,150.0,216.33333333334303,282.66666666665697,349.0 +p08099,pv,99.5,199.0,235.66666666665697,272.3333333333285,309.0 p08099,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08101,battery,37.5,75.0,128.33333333332848,181.66666666667152,235.0 +p08099,wind-ons,37.5,75.0,172.5,270.0,367.5 +p08101,battery,37.5,75.0,195.0,315.0,435.0 p08101,biomass,0.0,0.0,0.0,0.0,0.0 -p08101,coal,0.0,0.0,0.0,0.0,0.0 +p08101,coal,425.0,850.0,850.0,850.0,850.0 +p08101,csp,0.0,0.0,0.0,0.0,0.0 p08101,gas,0.0,0.0,0.0,0.0,0.0 p08101,geothermal,0.0,0.0,0.0,0.0,0.0 p08101,h2,0.0,0.0,0.0,0.0,0.0 p08101,hydro,0.0,0.0,0.0,0.0,0.0 p08101,nuclear,0.0,0.0,0.0,0.0,0.0 p08101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08101,pv,125.0,250.0,1064.3333333332557,1878.6666666667443,2693.0 +p08101,pv,370.0,740.0,1766.3333333334886,2792.6666666667443,3819.0 p08101,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08101,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08107,battery,0.0,0.0,0.0,0.0,0.0 -p08107,biomass,0.0,0.0,0.0,0.0,0.0 -p08107,coal,0.0,0.0,0.0,0.0,0.0 -p08107,gas,0.0,0.0,0.0,0.0,0.0 -p08107,geothermal,0.0,0.0,0.0,0.0,0.0 -p08107,h2,0.0,0.0,0.0,0.0,0.0 -p08107,hydro,0.0,0.0,0.0,0.0,0.0 -p08107,nuclear,0.0,0.0,0.0,0.0,0.0 -p08107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08107,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p08107,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08107,csp,0.0,0.0,0.0,0.0,0.0 p08109,battery,0.0,0.0,0.0,0.0,0.0 p08109,biomass,0.0,0.0,0.0,0.0,0.0 p08109,coal,0.0,0.0,0.0,0.0,0.0 @@ -2000,96 +1966,105 @@ p08109,h2,0.0,0.0,0.0,0.0,0.0 p08109,hydro,0.0,0.0,0.0,0.0,0.0 p08109,nuclear,0.0,0.0,0.0,0.0,0.0 p08109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08109,pv,0.0,0.0,56.66666666667152,113.33333333332848,170.0 +p08109,pv,0.0,0.0,56.666666666656965,113.33333333332848,170.0 p08109,wind-ofs,0.0,0.0,0.0,0.0,0.0 p08109,wind-ons,0.0,0.0,0.0,0.0,0.0 -p08123,battery,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p08113,csp,0.0,0.0,0.0,0.0,0.0 +p08123,battery,100.0,200.0,283.0,366.0,449.0 p08123,biomass,0.0,0.0,0.0,0.0,0.0 p08123,coal,0.0,0.0,0.0,0.0,0.0 -p08123,gas,54.0,108.0,144.0,180.0,216.0 +p08123,csp,0.0,0.0,0.0,0.0,0.0 +p08123,gas,404.5,809.0,1009.0,1209.0,1409.0 p08123,geothermal,0.0,0.0,0.0,0.0,0.0 p08123,h2,0.0,0.0,0.0,0.0,0.0 p08123,hydro,0.0,0.0,0.0,0.0,0.0 p08123,nuclear,0.0,0.0,0.0,0.0,0.0 p08123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08123,pv,99.5,199.0,820.7700000002515,1442.54000000027,2064.31 +p08123,pv,199.0,398.0,967.7700000002515,1537.5400000000373,2107.31 p08123,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08123,wind-ons,0.0,0.0,116.66666666665697,233.33333333334303,350.0 +p08123,wind-ons,360.0,720.0,836.6666666666861,953.333333333343,1070.0 p08125,battery,0.0,0.0,0.0,0.0,0.0 p08125,biomass,0.0,0.0,0.0,0.0,0.0 p08125,coal,0.0,0.0,0.0,0.0,0.0 +p08125,csp,0.0,0.0,0.0,0.0,0.0 p08125,gas,0.0,0.0,0.0,0.0,0.0 p08125,geothermal,0.0,0.0,0.0,0.0,0.0 p08125,h2,0.0,0.0,0.0,0.0,0.0 p08125,hydro,0.0,0.0,0.0,0.0,0.0 p08125,nuclear,0.0,0.0,0.0,0.0,0.0 p08125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p08125,pv,0.0,0.0,66.33333333334303,132.66666666665697,199.0 +p08125,pv,0.0,0.0,166.33333333337214,332.66666666668607,499.0 p08125,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p08125,wind-ons,0.0,0.0,86.66666666665697,173.33333333334303,260.0 +p08125,wind-ons,0.0,0.0,241.16666666662786,482.33333333331393,723.5 p10001,battery,0.0,0.0,0.0,0.0,0.0 p10001,biomass,0.0,0.0,0.0,0.0,0.0 p10001,coal,0.0,0.0,0.0,0.0,0.0 +p10001,csp,0.0,0.0,0.0,0.0,0.0 p10001,gas,0.0,0.0,0.0,0.0,0.0 p10001,geothermal,0.0,0.0,0.0,0.0,0.0 p10001,h2,0.0,0.0,0.0,0.0,0.0 p10001,hydro,0.0,0.0,0.0,0.0,0.0 p10001,nuclear,0.0,0.0,0.0,0.0,0.0 p10001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p10001,pv,45.0,90.0,120.0,150.0,180.0 +p10001,pv,25.0,50.0,50.0,50.0,50.0 p10001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p10001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p10003,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p10003,biomass,0.0,0.0,0.0,0.0,0.0 +p10003,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p10003,biomass,0.0,0.0,3.3333333333339397,6.66666666666697,10.0 p10003,coal,0.0,0.0,0.0,0.0,0.0 +p10003,csp,0.0,0.0,0.0,0.0,0.0 p10003,gas,0.0,0.0,0.0,0.0,0.0 p10003,geothermal,0.0,0.0,0.0,0.0,0.0 p10003,h2,0.0,0.0,0.0,0.0,0.0 p10003,hydro,0.0,0.0,0.0,0.0,0.0 p10003,nuclear,0.0,0.0,0.0,0.0,0.0 p10003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p10003,pv,37.15,74.3,104.63333333333867,134.96666666666715,165.3 +p10003,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p10003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p10003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p10005,battery,0.0,0.0,65.0,130.0,195.0 +p10005,battery,0.0,0.0,50.0,100.0,150.0 p10005,biomass,0.0,0.0,0.0,0.0,0.0 p10005,coal,0.0,0.0,0.0,0.0,0.0 +p10005,csp,0.0,0.0,0.0,0.0,0.0 p10005,gas,0.0,0.0,0.0,0.0,0.0 p10005,geothermal,0.0,0.0,0.0,0.0,0.0 p10005,h2,0.0,0.0,0.0,0.0,0.0 p10005,hydro,0.0,0.0,0.0,0.0,0.0 p10005,nuclear,0.0,0.0,0.0,0.0,0.0 p10005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p10005,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p10005,wind-ofs,127.55000000000001,255.10000000000002,726.5666666666511,1198.0333333333256,1669.5 +p10005,pv,0.0,0.0,25.0,50.0,75.0 +p10005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p10005,wind-ons,0.0,0.0,0.0,0.0,0.0 p12001,battery,0.0,0.0,0.0,0.0,0.0 p12001,biomass,0.0,0.0,0.0,0.0,0.0 p12001,coal,0.0,0.0,0.0,0.0,0.0 +p12001,csp,0.0,0.0,0.0,0.0,0.0 p12001,gas,0.0,0.0,0.0,0.0,0.0 p12001,geothermal,0.0,0.0,0.0,0.0,0.0 p12001,h2,0.0,0.0,0.0,0.0,0.0 p12001,hydro,0.0,0.0,0.0,0.0,0.0 p12001,nuclear,0.0,0.0,0.0,0.0,0.0 p12001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12001,pv,0.0,0.0,24.96666666666715,49.9333333333343,74.9 +p12001,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 p12001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12001,wind-ons,0.0,0.0,0.0,0.0,0.0 p12003,battery,0.0,0.0,0.0,0.0,0.0 p12003,biomass,0.0,0.0,0.0,0.0,0.0 p12003,coal,0.0,0.0,0.0,0.0,0.0 +p12003,csp,0.0,0.0,0.0,0.0,0.0 p12003,gas,0.0,0.0,0.0,0.0,0.0 p12003,geothermal,0.0,0.0,0.0,0.0,0.0 p12003,h2,0.0,0.0,0.0,0.0,0.0 p12003,hydro,0.0,0.0,0.0,0.0,0.0 p12003,nuclear,0.0,0.0,0.0,0.0,0.0 p12003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12003,pv,0.0,0.0,49.66666666667152,99.33333333332848,149.0 +p12003,pv,0.0,0.0,49.666666666656965,99.33333333332848,149.0 p12003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12005,battery,0.0,0.0,50.0,100.0,150.0 +p12005,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p12005,biomass,0.0,0.0,0.0,0.0,0.0 p12005,coal,0.0,0.0,0.0,0.0,0.0 +p12005,csp,0.0,0.0,0.0,0.0,0.0 p12005,gas,0.0,0.0,0.0,0.0,0.0 p12005,geothermal,0.0,0.0,0.0,0.0,0.0 p12005,h2,0.0,0.0,0.0,0.0,0.0 @@ -2102,42 +2077,46 @@ p12005,wind-ons,0.0,0.0,0.0,0.0,0.0 p12007,battery,0.0,0.0,0.0,0.0,0.0 p12007,biomass,0.0,0.0,0.0,0.0,0.0 p12007,coal,0.0,0.0,0.0,0.0,0.0 +p12007,csp,0.0,0.0,0.0,0.0,0.0 p12007,gas,0.0,0.0,0.0,0.0,0.0 p12007,geothermal,0.0,0.0,0.0,0.0,0.0 p12007,h2,0.0,0.0,0.0,0.0,0.0 p12007,hydro,0.0,0.0,0.0,0.0,0.0 p12007,nuclear,0.0,0.0,0.0,0.0,0.0 p12007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12007,pv,0.0,0.0,74.90000000002328,149.80000000001746,224.70000000000002 +p12007,pv,37.45,74.9,74.9,74.9,74.9 p12007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12007,wind-ons,0.0,0.0,0.0,0.0,0.0 p12009,battery,0.0,0.0,75.0,150.0,225.0 p12009,biomass,0.0,0.0,0.0,0.0,0.0 p12009,coal,0.0,0.0,0.0,0.0,0.0 +p12009,csp,0.0,0.0,0.0,0.0,0.0 p12009,gas,0.0,0.0,0.0,0.0,0.0 p12009,geothermal,0.0,0.0,0.0,0.0,0.0 p12009,h2,0.0,0.0,0.0,0.0,0.0 p12009,hydro,0.0,0.0,0.0,0.0,0.0 p12009,nuclear,0.0,0.0,0.0,0.0,0.0 p12009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12009,pv,0.0,0.0,174.2333333333372,348.4666666666744,522.7 +p12009,pv,0.0,0.0,74.5,149.0,223.5 p12009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12009,wind-ons,0.0,0.0,0.0,0.0,0.0 p12013,battery,0.0,0.0,0.0,0.0,0.0 p12013,biomass,0.0,0.0,0.0,0.0,0.0 p12013,coal,0.0,0.0,0.0,0.0,0.0 +p12013,csp,0.0,0.0,0.0,0.0,0.0 p12013,gas,0.0,0.0,0.0,0.0,0.0 p12013,geothermal,0.0,0.0,0.0,0.0,0.0 p12013,h2,0.0,0.0,0.0,0.0,0.0 p12013,hydro,0.0,0.0,0.0,0.0,0.0 p12013,nuclear,0.0,0.0,0.0,0.0,0.0 p12013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12013,pv,10.0,20.0,69.66666666667152,119.33333333332848,169.0 +p12013,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 p12013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12013,wind-ons,0.0,0.0,0.0,0.0,0.0 p12015,battery,0.0,0.0,0.0,0.0,0.0 p12015,biomass,0.0,0.0,0.0,0.0,0.0 p12015,coal,0.0,0.0,0.0,0.0,0.0 +p12015,csp,0.0,0.0,0.0,0.0,0.0 p12015,gas,0.0,0.0,0.0,0.0,0.0 p12015,geothermal,0.0,0.0,0.0,0.0,0.0 p12015,h2,0.0,0.0,0.0,0.0,0.0 @@ -2147,9 +2126,10 @@ p12015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p12015,pv,0.0,0.0,348.4666666666744,696.9333333333489,1045.4 p12015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12015,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12017,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p12017,battery,0.0,0.0,99.66666666668607,199.33333333334303,299.0 p12017,biomass,0.0,0.0,0.0,0.0,0.0 p12017,coal,0.0,0.0,0.0,0.0,0.0 +p12017,csp,0.0,0.0,0.0,0.0,0.0 p12017,gas,0.0,0.0,0.0,0.0,0.0 p12017,geothermal,0.0,0.0,0.0,0.0,0.0 p12017,h2,0.0,0.0,0.0,0.0,0.0 @@ -2159,9 +2139,11 @@ p12017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p12017,pv,0.0,0.0,0.0,0.0,0.0 p12017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12019,csp,0.0,0.0,0.0,0.0,0.0 p12021,battery,0.0,0.0,0.0,0.0,0.0 p12021,biomass,0.0,0.0,0.0,0.0,0.0 p12021,coal,0.0,0.0,0.0,0.0,0.0 +p12021,csp,0.0,0.0,0.0,0.0,0.0 p12021,gas,0.0,0.0,0.0,0.0,0.0 p12021,geothermal,0.0,0.0,0.0,0.0,0.0 p12021,h2,0.0,0.0,0.0,0.0,0.0 @@ -2174,30 +2156,33 @@ p12021,wind-ons,0.0,0.0,0.0,0.0,0.0 p12023,battery,0.0,0.0,0.0,0.0,0.0 p12023,biomass,0.0,0.0,0.0,0.0,0.0 p12023,coal,0.0,0.0,0.0,0.0,0.0 +p12023,csp,0.0,0.0,0.0,0.0,0.0 p12023,gas,0.0,0.0,0.0,0.0,0.0 p12023,geothermal,0.0,0.0,0.0,0.0,0.0 p12023,h2,0.0,0.0,0.0,0.0,0.0 p12023,hydro,0.0,0.0,0.0,0.0,0.0 p12023,nuclear,0.0,0.0,0.0,0.0,0.0 p12023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12023,pv,0.0,0.0,24.83333333333576,49.66666666666424,74.5 +p12023,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 p12023,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12023,wind-ons,0.0,0.0,0.0,0.0,0.0 p12027,battery,0.0,0.0,0.0,0.0,0.0 p12027,biomass,0.0,0.0,0.0,0.0,0.0 p12027,coal,0.0,0.0,0.0,0.0,0.0 +p12027,csp,0.0,0.0,0.0,0.0,0.0 p12027,gas,0.0,0.0,0.0,0.0,0.0 p12027,geothermal,0.0,0.0,0.0,0.0,0.0 p12027,h2,0.0,0.0,0.0,0.0,0.0 p12027,hydro,0.0,0.0,0.0,0.0,0.0 p12027,nuclear,0.0,0.0,0.0,0.0,0.0 p12027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12027,pv,0.0,0.0,447.266666666721,894.533333333442,1341.8 +p12027,pv,0.0,0.0,397.5999999999767,795.1999999999534,1192.8 p12027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12027,wind-ons,0.0,0.0,0.0,0.0,0.0 p12031,battery,0.0,0.0,0.0,0.0,0.0 p12031,biomass,0.0,0.0,0.0,0.0,0.0 p12031,coal,0.0,0.0,0.0,0.0,0.0 +p12031,csp,0.0,0.0,0.0,0.0,0.0 p12031,gas,0.0,0.0,215.0,430.0,645.0 p12031,geothermal,0.0,0.0,0.0,0.0,0.0 p12031,h2,0.0,0.0,0.0,0.0,0.0 @@ -2207,33 +2192,39 @@ p12031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p12031,pv,25.0,50.0,149.8666666666686,249.7333333333372,349.6 p12031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12033,csp,0.0,0.0,0.0,0.0,0.0 +p12035,csp,0.0,0.0,0.0,0.0,0.0 p12039,battery,0.0,0.0,0.0,0.0,0.0 p12039,biomass,0.0,0.0,0.0,0.0,0.0 p12039,coal,0.0,0.0,0.0,0.0,0.0 +p12039,csp,0.0,0.0,0.0,0.0,0.0 p12039,gas,0.0,0.0,0.0,0.0,0.0 p12039,geothermal,0.0,0.0,0.0,0.0,0.0 p12039,h2,0.0,0.0,0.0,0.0,0.0 p12039,hydro,0.0,0.0,0.0,0.0,0.0 p12039,nuclear,0.0,0.0,0.0,0.0,0.0 p12039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12039,pv,0.0,0.0,24.83333333333576,49.66666666666424,74.5 +p12039,pv,0.0,0.0,49.666666666656965,99.33333333332848,149.0 p12039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12039,wind-ons,0.0,0.0,0.0,0.0,0.0 p12041,battery,0.0,0.0,0.0,0.0,0.0 p12041,biomass,0.0,0.0,0.0,0.0,0.0 p12041,coal,0.0,0.0,0.0,0.0,0.0 +p12041,csp,0.0,0.0,0.0,0.0,0.0 p12041,gas,0.0,0.0,0.0,0.0,0.0 p12041,geothermal,0.0,0.0,0.0,0.0,0.0 p12041,h2,0.0,0.0,0.0,0.0,0.0 p12041,hydro,0.0,0.0,0.0,0.0,0.0 p12041,nuclear,0.0,0.0,0.0,0.0,0.0 p12041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12041,pv,0.0,0.0,70.06666666668025,140.1333333333605,210.2 +p12041,pv,0.0,0.0,49.666666666656965,99.33333333332848,149.0 p12041,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12045,csp,0.0,0.0,0.0,0.0,0.0 p12047,battery,0.0,0.0,0.0,0.0,0.0 p12047,biomass,0.0,0.0,0.0,0.0,0.0 p12047,coal,0.0,0.0,0.0,0.0,0.0 +p12047,csp,0.0,0.0,0.0,0.0,0.0 p12047,gas,0.0,0.0,0.0,0.0,0.0 p12047,geothermal,0.0,0.0,0.0,0.0,0.0 p12047,h2,0.0,0.0,0.0,0.0,0.0 @@ -2243,165 +2234,144 @@ p12047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p12047,pv,0.0,0.0,24.96666666666715,49.9333333333343,74.9 p12047,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12049,battery,0.0,0.0,0.0,0.0,0.0 -p12049,biomass,0.0,0.0,0.0,0.0,0.0 -p12049,coal,0.0,0.0,0.0,0.0,0.0 -p12049,gas,320.0,640.0,853.3333333333139,1066.666666666686,1280.0 -p12049,geothermal,0.0,0.0,0.0,0.0,0.0 -p12049,h2,0.0,0.0,0.0,0.0,0.0 -p12049,hydro,0.0,0.0,0.0,0.0,0.0 -p12049,nuclear,0.0,0.0,0.0,0.0,0.0 -p12049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12049,pv,0.0,0.0,0.0,0.0,0.0 -p12049,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p12049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12049,csp,0.0,0.0,0.0,0.0,0.0 p12051,battery,0.0,0.0,0.0,0.0,0.0 p12051,biomass,0.0,0.0,0.0,0.0,0.0 p12051,coal,0.0,0.0,0.0,0.0,0.0 +p12051,csp,0.0,0.0,0.0,0.0,0.0 p12051,gas,0.0,0.0,0.0,0.0,0.0 p12051,geothermal,0.0,0.0,0.0,0.0,0.0 p12051,h2,0.0,0.0,0.0,0.0,0.0 p12051,hydro,0.0,0.0,0.0,0.0,0.0 p12051,nuclear,0.0,0.0,0.0,0.0,0.0 p12051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12051,pv,0.0,0.0,993.3333333332557,1986.6666666667443,2980.0 +p12051,pv,0.0,0.0,993.3333333334886,1986.6666666667443,2980.0 p12051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12051,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12053,battery,0.0,0.0,0.0,0.0,0.0 -p12053,biomass,0.0,0.0,0.0,0.0,0.0 -p12053,coal,0.0,0.0,0.0,0.0,0.0 -p12053,gas,0.0,0.0,0.0,0.0,0.0 -p12053,geothermal,0.0,0.0,0.0,0.0,0.0 -p12053,h2,0.0,0.0,0.0,0.0,0.0 -p12053,hydro,0.0,0.0,0.0,0.0,0.0 -p12053,nuclear,0.0,0.0,0.0,0.0,0.0 -p12053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12053,pv,0.0,0.0,24.96666666666715,49.9333333333343,74.9 -p12053,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p12053,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12055,battery,0.0,0.0,0.0,0.0,0.0 +p12053,csp,0.0,0.0,0.0,0.0,0.0 +p12055,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p12055,biomass,0.0,0.0,0.0,0.0,0.0 p12055,coal,0.0,0.0,0.0,0.0,0.0 +p12055,csp,0.0,0.0,0.0,0.0,0.0 p12055,gas,0.0,0.0,0.0,0.0,0.0 p12055,geothermal,0.0,0.0,0.0,0.0,0.0 p12055,h2,0.0,0.0,0.0,0.0,0.0 p12055,hydro,0.0,0.0,0.0,0.0,0.0 p12055,nuclear,0.0,0.0,0.0,0.0,0.0 p12055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12055,pv,0.0,0.0,74.76666666663368,149.53333333329647,224.3 +p12055,pv,0.0,0.0,74.76666666663368,149.53333333332557,224.3 p12055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12055,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12057,battery,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p12057,battery,0.0,0.0,0.0,0.0,0.0 p12057,biomass,0.0,0.0,0.0,0.0,0.0 p12057,coal,0.0,0.0,0.0,0.0,0.0 +p12057,csp,0.0,0.0,0.0,0.0,0.0 p12057,gas,0.0,0.0,0.0,0.0,0.0 p12057,geothermal,0.0,0.0,0.0,0.0,0.0 p12057,h2,0.0,0.0,0.0,0.0,0.0 p12057,hydro,0.0,0.0,0.0,0.0,0.0 p12057,nuclear,0.0,0.0,0.0,0.0,0.0 p12057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12057,pv,0.0,0.0,74.5,149.0,223.5 +p12057,pv,0.0,0.0,99.33333333331393,198.66666666665697,298.0 p12057,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12057,wind-ons,0.0,0.0,0.0,0.0,0.0 p12061,battery,0.0,0.0,0.0,0.0,0.0 p12061,biomass,0.0,0.0,0.0,0.0,0.0 p12061,coal,0.0,0.0,0.0,0.0,0.0 +p12061,csp,0.0,0.0,0.0,0.0,0.0 p12061,gas,0.0,0.0,0.0,0.0,0.0 p12061,geothermal,0.0,0.0,0.0,0.0,0.0 p12061,h2,0.0,0.0,0.0,0.0,0.0 p12061,hydro,0.0,0.0,0.0,0.0,0.0 p12061,nuclear,0.0,0.0,0.0,0.0,0.0 p12061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12061,pv,0.0,0.0,198.66666666668607,397.33333333331393,596.0 +p12061,pv,0.0,0.0,198.66666666662786,397.33333333331393,596.0 p12061,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12061,wind-ons,0.0,0.0,0.0,0.0,0.0 p12063,battery,0.0,0.0,0.0,0.0,0.0 p12063,biomass,0.0,0.0,0.0,0.0,0.0 p12063,coal,0.0,0.0,0.0,0.0,0.0 +p12063,csp,0.0,0.0,0.0,0.0,0.0 p12063,gas,0.0,0.0,0.0,0.0,0.0 p12063,geothermal,0.0,0.0,0.0,0.0,0.0 p12063,h2,0.0,0.0,0.0,0.0,0.0 p12063,hydro,0.0,0.0,0.0,0.0,0.0 p12063,nuclear,0.0,0.0,0.0,0.0,0.0 p12063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12063,pv,0.0,0.0,49.83333333332848,99.66666666667152,149.5 +p12063,pv,37.5,75.0,99.96666666666715,124.9333333333343,149.9 p12063,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12063,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12065,battery,0.0,0.0,0.0,0.0,0.0 -p12065,biomass,0.0,0.0,0.0,0.0,0.0 -p12065,coal,0.0,0.0,0.0,0.0,0.0 -p12065,gas,0.0,0.0,0.0,0.0,0.0 -p12065,geothermal,0.0,0.0,0.0,0.0,0.0 -p12065,h2,0.0,0.0,0.0,0.0,0.0 -p12065,hydro,0.0,0.0,0.0,0.0,0.0 -p12065,nuclear,0.0,0.0,0.0,0.0,0.0 -p12065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12065,pv,0.0,0.0,24.96666666666715,49.9333333333343,74.9 -p12065,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p12065,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12073,battery,0.0,0.0,0.0,0.0,0.0 +p12065,csp,0.0,0.0,0.0,0.0,0.0 +p12071,csp,0.0,0.0,0.0,0.0,0.0 +p12073,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p12073,biomass,0.0,0.0,0.0,0.0,0.0 p12073,coal,0.0,0.0,0.0,0.0,0.0 +p12073,csp,0.0,0.0,0.0,0.0,0.0 p12073,gas,0.0,0.0,0.0,0.0,0.0 p12073,geothermal,0.0,0.0,0.0,0.0,0.0 p12073,h2,0.0,0.0,0.0,0.0,0.0 p12073,hydro,0.0,0.0,0.0,0.0,0.0 p12073,nuclear,0.0,0.0,0.0,0.0,0.0 p12073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12073,pv,0.0,0.0,49.66666666667152,99.33333333332848,149.0 +p12073,pv,0.0,0.0,49.666666666656965,99.33333333332848,149.0 p12073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12073,wind-ons,0.0,0.0,0.0,0.0,0.0 p12075,battery,0.0,0.0,0.0,0.0,0.0 p12075,biomass,0.0,0.0,0.0,0.0,0.0 p12075,coal,0.0,0.0,0.0,0.0,0.0 +p12075,csp,0.0,0.0,0.0,0.0,0.0 p12075,gas,0.0,0.0,0.0,0.0,0.0 p12075,geothermal,0.0,0.0,0.0,0.0,0.0 p12075,h2,0.0,0.0,0.0,0.0,0.0 p12075,hydro,0.0,0.0,0.0,0.0,0.0 p12075,nuclear,0.0,0.0,0.0,0.0,0.0 p12075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12075,pv,37.45,74.9,172.7333333333372,270.56666666665114,368.4 +p12075,pv,0.0,0.0,48.30000000000291,96.60000000000582,144.9 p12075,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12075,wind-ons,0.0,0.0,0.0,0.0,0.0 p12077,battery,0.0,0.0,0.0,0.0,0.0 p12077,biomass,0.0,0.0,0.0,0.0,0.0 p12077,coal,0.0,0.0,0.0,0.0,0.0 +p12077,csp,0.0,0.0,0.0,0.0,0.0 p12077,gas,0.0,0.0,0.0,0.0,0.0 p12077,geothermal,0.0,0.0,0.0,0.0,0.0 p12077,h2,0.0,0.0,0.0,0.0,0.0 p12077,hydro,0.0,0.0,0.0,0.0,0.0 p12077,nuclear,0.0,0.0,0.0,0.0,0.0 p12077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12077,pv,0.0,0.0,0.0,0.0,0.0 +p12077,pv,0.0,0.0,49.9333333333343,99.8666666666686,149.8 p12077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12077,wind-ons,0.0,0.0,0.0,0.0,0.0 p12079,battery,0.0,0.0,0.0,0.0,0.0 p12079,biomass,0.0,0.0,0.0,0.0,0.0 p12079,coal,0.0,0.0,0.0,0.0,0.0 +p12079,csp,0.0,0.0,0.0,0.0,0.0 p12079,gas,0.0,0.0,0.0,0.0,0.0 p12079,geothermal,0.0,0.0,0.0,0.0,0.0 p12079,h2,0.0,0.0,0.0,0.0,0.0 p12079,hydro,0.0,0.0,0.0,0.0,0.0 p12079,nuclear,0.0,0.0,0.0,0.0,0.0 p12079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12079,pv,0.0,0.0,99.59999999997672,199.19999999998254,298.8 +p12079,pv,0.0,0.0,99.73333333336632,199.46666666667443,299.20000000000005 p12079,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12079,wind-ons,0.0,0.0,0.0,0.0,0.0 p12081,battery,0.0,0.0,0.0,0.0,0.0 p12081,biomass,0.0,0.0,0.0,0.0,0.0 p12081,coal,0.0,0.0,0.0,0.0,0.0 +p12081,csp,0.0,0.0,0.0,0.0,0.0 p12081,gas,0.0,0.0,29.0,58.0,87.0 p12081,geothermal,0.0,0.0,0.0,0.0,0.0 p12081,h2,0.0,0.0,0.0,0.0,0.0 p12081,hydro,0.0,0.0,0.0,0.0,0.0 p12081,nuclear,0.0,0.0,0.0,0.0,0.0 p12081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12081,pv,0.0,0.0,223.5,447.0,670.5 +p12081,pv,0.0,0.0,198.66666666662786,397.33333333331393,596.0 p12081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12081,wind-ons,0.0,0.0,0.0,0.0,0.0 p12083,battery,0.0,0.0,0.0,0.0,0.0 p12083,biomass,0.0,0.0,0.0,0.0,0.0 p12083,coal,0.0,0.0,0.0,0.0,0.0 +p12083,csp,0.0,0.0,0.0,0.0,0.0 p12083,gas,0.0,0.0,0.0,0.0,0.0 p12083,geothermal,0.0,0.0,0.0,0.0,0.0 p12083,h2,0.0,0.0,0.0,0.0,0.0 @@ -2414,115 +2384,100 @@ p12083,wind-ons,0.0,0.0,0.0,0.0,0.0 p12085,battery,0.0,0.0,0.0,0.0,0.0 p12085,biomass,0.0,0.0,0.0,0.0,0.0 p12085,coal,0.0,0.0,0.0,0.0,0.0 +p12085,csp,0.0,0.0,0.0,0.0,0.0 p12085,gas,0.0,0.0,20.0,40.0,60.0 p12085,geothermal,0.0,0.0,0.0,0.0,0.0 p12085,h2,0.0,0.0,0.0,0.0,0.0 p12085,hydro,0.0,0.0,0.0,0.0,0.0 p12085,nuclear,0.0,0.0,0.0,0.0,0.0 p12085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12085,pv,0.0,0.0,347.66666666662786,695.3333333333721,1043.0 +p12085,pv,0.0,0.0,322.8333333332557,645.6666666666279,968.5 p12085,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12085,wind-ons,0.0,0.0,0.0,0.0,0.0 p12086,battery,0.0,0.0,0.0,0.0,0.0 p12086,biomass,0.0,0.0,0.0,0.0,0.0 p12086,coal,0.0,0.0,0.0,0.0,0.0 -p12086,gas,0.0,0.0,33.0,66.0,99.0 +p12086,csp,0.0,0.0,0.0,0.0,0.0 +p12086,gas,0.0,0.0,0.0,0.0,0.0 p12086,geothermal,0.0,0.0,0.0,0.0,0.0 p12086,h2,0.0,0.0,0.0,0.0,0.0 p12086,hydro,0.0,0.0,0.0,0.0,0.0 -p12086,nuclear,0.0,0.0,866.6666666667443,1733.3333333332557,2600.0 +p12086,nuclear,0.0,0.0,866.6666666665114,1733.3333333332557,2600.0 p12086,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12086,pv,0.0,0.0,49.66666666667152,99.33333333332848,149.0 +p12086,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 p12086,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12086,wind-ons,0.0,0.0,0.0,0.0,0.0 p12089,battery,0.0,0.0,0.0,0.0,0.0 p12089,biomass,0.0,0.0,0.0,0.0,0.0 p12089,coal,0.0,0.0,0.0,0.0,0.0 +p12089,csp,0.0,0.0,0.0,0.0,0.0 p12089,gas,0.0,0.0,0.0,0.0,0.0 p12089,geothermal,0.0,0.0,0.0,0.0,0.0 p12089,h2,0.0,0.0,0.0,0.0,0.0 p12089,hydro,0.0,0.0,0.0,0.0,0.0 p12089,nuclear,0.0,0.0,0.0,0.0,0.0 p12089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12089,pv,0.0,0.0,49.66666666667152,99.33333333332848,149.0 +p12089,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 p12089,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12089,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12091,battery,0.0,0.0,0.0,0.0,0.0 -p12091,biomass,0.0,0.0,0.0,0.0,0.0 -p12091,coal,0.0,0.0,0.0,0.0,0.0 -p12091,gas,0.0,0.0,0.0,0.0,0.0 -p12091,geothermal,0.0,0.0,0.0,0.0,0.0 -p12091,h2,0.0,0.0,0.0,0.0,0.0 -p12091,hydro,0.0,0.0,0.0,0.0,0.0 -p12091,nuclear,0.0,0.0,0.0,0.0,0.0 -p12091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12091,pv,37.45,74.9,99.8666666666686,124.83333333333576,149.8 -p12091,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p12091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12091,csp,0.0,0.0,0.0,0.0,0.0 p12093,battery,0.0,0.0,0.0,0.0,0.0 p12093,biomass,0.0,0.0,0.0,0.0,0.0 p12093,coal,0.0,0.0,0.0,0.0,0.0 +p12093,csp,0.0,0.0,0.0,0.0,0.0 p12093,gas,0.0,0.0,0.0,0.0,0.0 p12093,geothermal,0.0,0.0,0.0,0.0,0.0 p12093,h2,0.0,0.0,0.0,0.0,0.0 p12093,hydro,0.0,0.0,0.0,0.0,0.0 p12093,nuclear,0.0,0.0,0.0,0.0,0.0 p12093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12093,pv,0.0,0.0,49.66666666667152,99.33333333332848,149.0 +p12093,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 p12093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12093,wind-ons,0.0,0.0,0.0,0.0,0.0 p12095,battery,0.0,0.0,0.0,0.0,0.0 p12095,biomass,0.0,0.0,0.0,0.0,0.0 p12095,coal,0.0,0.0,0.0,0.0,0.0 -p12095,gas,0.0,0.0,0.0,0.0,0.0 +p12095,gas,0.0,0.0,4.0,8.0,12.0 p12095,geothermal,0.0,0.0,0.0,0.0,0.0 p12095,h2,0.0,0.0,0.0,0.0,0.0 p12095,hydro,0.0,0.0,0.0,0.0,0.0 p12095,nuclear,0.0,0.0,0.0,0.0,0.0 p12095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12095,pv,0.0,0.0,20.0,40.0,60.0 +p12095,pv,0.0,0.0,94.89999999999418,189.79999999998836,284.70000000000005 p12095,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12095,wind-ons,0.0,0.0,0.0,0.0,0.0 p12097,battery,0.0,0.0,0.0,0.0,0.0 p12097,biomass,0.0,0.0,0.0,0.0,0.0 p12097,coal,0.0,0.0,0.0,0.0,0.0 -p12097,gas,546.0,1092.0,1456.0,1820.0,2184.0 +p12097,csp,0.0,0.0,0.0,0.0,0.0 +p12097,gas,277.5,555.0,910.6666666667443,1266.3333333333721,1622.0 p12097,geothermal,0.0,0.0,0.0,0.0,0.0 p12097,h2,0.0,0.0,0.0,0.0,0.0 p12097,hydro,0.0,0.0,0.0,0.0,0.0 p12097,nuclear,0.0,0.0,0.0,0.0,0.0 p12097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12097,pv,74.9,149.8,224.29999999998836,298.79999999998836,373.3 +p12097,pv,0.0,0.0,124.43333333331975,248.8666666666686,373.3 p12097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12099,battery,0.0,0.0,0.0,0.0,0.0 -p12099,biomass,0.0,0.0,0.0,0.0,0.0 -p12099,coal,0.0,0.0,0.0,0.0,0.0 -p12099,gas,0.0,0.0,0.0,0.0,0.0 -p12099,geothermal,0.0,0.0,0.0,0.0,0.0 -p12099,h2,0.0,0.0,0.0,0.0,0.0 -p12099,hydro,0.0,0.0,0.0,0.0,0.0 -p12099,nuclear,0.0,0.0,0.0,0.0,0.0 -p12099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12099,pv,0.0,0.0,24.83333333333576,49.66666666666424,74.5 -p12099,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p12099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12101,battery,0.0,0.0,0.0,0.0,0.0 -p12101,biomass,0.0,0.0,0.0,0.0,0.0 +p12099,csp,0.0,0.0,0.0,0.0,0.0 +p12101,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p12101,biomass,0.0,0.0,4.369666666667399,8.73933333333298,13.109 p12101,coal,0.0,0.0,0.0,0.0,0.0 -p12101,gas,240.0,480.0,671.6666666666861,863.3333333333139,1055.0 +p12101,csp,0.0,0.0,0.0,0.0,0.0 +p12101,gas,0.0,0.0,191.66666666662786,383.33333333331393,575.0 p12101,geothermal,0.0,0.0,0.0,0.0,0.0 p12101,h2,0.0,0.0,0.0,0.0,0.0 p12101,hydro,0.0,0.0,0.0,0.0,0.0 p12101,nuclear,0.0,0.0,0.0,0.0,0.0 p12101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12101,pv,0.0,0.0,0.0,0.0,0.0 +p12101,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 p12101,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12101,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12103,battery,0.0,0.0,0.0,0.0,0.0 +p12103,battery,0.0,0.0,75.0,150.0,225.0 p12103,biomass,0.0,0.0,0.0,0.0,0.0 p12103,coal,0.0,0.0,0.0,0.0,0.0 -p12103,gas,0.0,0.0,57.33333333332848,114.66666666667152,172.0 +p12103,csp,0.0,0.0,0.0,0.0,0.0 +p12103,gas,0.0,0.0,57.333333333343035,114.66666666667152,172.0 p12103,geothermal,0.0,0.0,0.0,0.0,0.0 p12103,h2,0.0,0.0,0.0,0.0,0.0 p12103,hydro,0.0,0.0,0.0,0.0,0.0 @@ -2531,33 +2486,36 @@ p12103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p12103,pv,0.0,0.0,0.0,0.0,0.0 p12103,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12103,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12105,battery,0.0,0.0,0.0,0.0,0.0 +p12105,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p12105,biomass,0.0,0.0,0.0,0.0,0.0 p12105,coal,0.0,0.0,0.0,0.0,0.0 -p12105,gas,149.5,299.0,398.66666666665697,498.33333333334303,598.0 +p12105,csp,0.0,0.0,0.0,0.0,0.0 +p12105,gas,0.0,0.0,72.0,144.0,216.0 p12105,geothermal,0.0,0.0,0.0,0.0,0.0 p12105,h2,0.0,0.0,0.0,0.0,0.0 p12105,hydro,0.0,0.0,0.0,0.0,0.0 p12105,nuclear,0.0,0.0,0.0,0.0,0.0 p12105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12105,pv,0.0,0.0,17.33333333333576,34.66666666666424,52.0 +p12105,pv,27.5,55.0,103.80000000000291,152.60000000000582,201.4 p12105,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12105,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12107,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p12107,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p12107,biomass,0.0,0.0,0.0,0.0,0.0 p12107,coal,0.0,0.0,0.0,0.0,0.0 +p12107,csp,0.0,0.0,0.0,0.0,0.0 p12107,gas,0.0,0.0,0.0,0.0,0.0 p12107,geothermal,0.0,0.0,0.0,0.0,0.0 p12107,h2,0.0,0.0,0.0,0.0,0.0 p12107,hydro,0.0,0.0,0.0,0.0,0.0 p12107,nuclear,0.0,0.0,0.0,0.0,0.0 p12107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12107,pv,111.95,223.9,298.5333333333256,373.16666666665697,447.8 +p12107,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 p12107,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12107,wind-ons,0.0,0.0,0.0,0.0,0.0 p12111,battery,0.0,0.0,0.0,0.0,0.0 p12111,biomass,0.0,0.0,0.0,0.0,0.0 p12111,coal,0.0,0.0,0.0,0.0,0.0 +p12111,csp,0.0,0.0,0.0,0.0,0.0 p12111,gas,0.0,0.0,0.0,0.0,0.0 p12111,geothermal,0.0,0.0,0.0,0.0,0.0 p12111,h2,0.0,0.0,0.0,0.0,0.0 @@ -2567,9 +2525,11 @@ p12111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p12111,pv,0.0,0.0,596.0,1192.0,1788.0 p12111,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12113,csp,0.0,0.0,0.0,0.0,0.0 p12119,battery,0.0,0.0,0.0,0.0,0.0 p12119,biomass,0.0,0.0,0.0,0.0,0.0 p12119,coal,0.0,0.0,0.0,0.0,0.0 +p12119,csp,0.0,0.0,0.0,0.0,0.0 p12119,gas,0.0,0.0,0.0,0.0,0.0 p12119,geothermal,0.0,0.0,0.0,0.0,0.0 p12119,h2,0.0,0.0,0.0,0.0,0.0 @@ -2579,9 +2539,10 @@ p12119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p12119,pv,0.0,0.0,49.9333333333343,99.8666666666686,149.8 p12119,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12119,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12121,battery,0.0,0.0,2.66666666666697,5.33333333333303,8.0 +p12121,battery,0.0,0.0,0.0,0.0,0.0 p12121,biomass,0.0,0.0,0.0,0.0,0.0 p12121,coal,0.0,0.0,0.0,0.0,0.0 +p12121,csp,0.0,0.0,0.0,0.0,0.0 p12121,gas,0.0,0.0,0.0,0.0,0.0 p12121,geothermal,0.0,0.0,0.0,0.0,0.0 p12121,h2,0.0,0.0,0.0,0.0,0.0 @@ -2591,34 +2552,25 @@ p12121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p12121,pv,0.0,0.0,99.8666666666686,199.7333333333372,299.6 p12121,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12121,wind-ons,0.0,0.0,0.0,0.0,0.0 -p12123,battery,0.0,0.0,0.0,0.0,0.0 -p12123,biomass,0.0,0.0,0.0,0.0,0.0 -p12123,coal,0.0,0.0,0.0,0.0,0.0 -p12123,gas,0.0,0.0,0.0,0.0,0.0 -p12123,geothermal,0.0,0.0,0.0,0.0,0.0 -p12123,h2,0.0,0.0,0.0,0.0,0.0 -p12123,hydro,0.0,0.0,0.0,0.0,0.0 -p12123,nuclear,0.0,0.0,0.0,0.0,0.0 -p12123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12123,pv,0.0,0.0,24.83333333333576,49.66666666666424,74.5 -p12123,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p12123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12123,csp,0.0,0.0,0.0,0.0,0.0 p12125,battery,0.0,0.0,0.0,0.0,0.0 p12125,biomass,0.0,0.0,0.0,0.0,0.0 p12125,coal,0.0,0.0,0.0,0.0,0.0 +p12125,csp,0.0,0.0,0.0,0.0,0.0 p12125,gas,0.0,0.0,0.0,0.0,0.0 p12125,geothermal,0.0,0.0,0.0,0.0,0.0 p12125,h2,0.0,0.0,0.0,0.0,0.0 p12125,hydro,0.0,0.0,0.0,0.0,0.0 p12125,nuclear,0.0,0.0,0.0,0.0,0.0 p12125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12125,pv,0.0,0.0,24.83333333333576,49.66666666666424,74.5 +p12125,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 p12125,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12125,wind-ons,0.0,0.0,0.0,0.0,0.0 p12127,battery,0.0,0.0,0.0,0.0,0.0 p12127,biomass,0.0,0.0,0.0,0.0,0.0 p12127,coal,0.0,0.0,0.0,0.0,0.0 -p12127,gas,0.0,0.0,25.33333333333576,50.66666666666424,76.0 +p12127,csp,0.0,0.0,0.0,0.0,0.0 +p12127,gas,0.0,0.0,25.333333333328483,50.66666666666424,76.0 p12127,geothermal,0.0,0.0,0.0,0.0,0.0 p12127,h2,0.0,0.0,0.0,0.0,0.0 p12127,hydro,0.0,0.0,0.0,0.0,0.0 @@ -2630,66 +2582,73 @@ p12127,wind-ons,0.0,0.0,0.0,0.0,0.0 p12131,battery,0.0,0.0,0.0,0.0,0.0 p12131,biomass,0.0,0.0,0.0,0.0,0.0 p12131,coal,0.0,0.0,0.0,0.0,0.0 +p12131,csp,0.0,0.0,0.0,0.0,0.0 p12131,gas,0.0,0.0,0.0,0.0,0.0 p12131,geothermal,0.0,0.0,0.0,0.0,0.0 p12131,h2,0.0,0.0,0.0,0.0,0.0 p12131,hydro,0.0,0.0,0.0,0.0,0.0 p12131,nuclear,0.0,0.0,0.0,0.0,0.0 p12131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p12131,pv,0.0,0.0,49.66666666667152,99.33333333332848,149.0 +p12131,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 p12131,wind-ofs,0.0,0.0,0.0,0.0,0.0 p12131,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12133,csp,0.0,0.0,0.0,0.0,0.0 p13001,battery,0.0,0.0,0.0,0.0,0.0 p13001,biomass,0.0,0.0,0.0,0.0,0.0 p13001,coal,0.0,0.0,0.0,0.0,0.0 +p13001,csp,0.0,0.0,0.0,0.0,0.0 p13001,gas,0.0,0.0,0.0,0.0,0.0 p13001,geothermal,0.0,0.0,0.0,0.0,0.0 p13001,h2,0.0,0.0,0.0,0.0,0.0 p13001,hydro,0.0,0.0,0.0,0.0,0.0 -p13001,nuclear,0.0,0.0,0.0,0.0,0.0 +p13001,nuclear,0.0,0.0,41.666666666656965,83.33333333332848,125.0 p13001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13001,pv,0.0,0.0,31.66666666666424,63.33333333333576,95.0 +p13001,pv,0.0,0.0,31.666666666671517,63.33333333333576,95.0 p13001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13001,wind-ons,0.0,0.0,0.0,0.0,0.0 p13005,battery,0.0,0.0,0.0,0.0,0.0 p13005,biomass,0.0,0.0,0.0,0.0,0.0 p13005,coal,0.0,0.0,0.0,0.0,0.0 +p13005,csp,0.0,0.0,0.0,0.0,0.0 p13005,gas,0.0,0.0,0.0,0.0,0.0 p13005,geothermal,0.0,0.0,0.0,0.0,0.0 p13005,h2,0.0,0.0,0.0,0.0,0.0 p13005,hydro,0.0,0.0,0.0,0.0,0.0 p13005,nuclear,0.0,0.0,0.0,0.0,0.0 p13005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13005,pv,107.5,215.0,286.66666666665697,358.33333333334303,430.0 +p13005,pv,0.0,0.0,100.0,200.0,300.0 p13005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13005,wind-ons,0.0,0.0,0.0,0.0,0.0 p13009,battery,0.0,0.0,0.0,0.0,0.0 p13009,biomass,0.0,0.0,0.0,0.0,0.0 p13009,coal,0.0,0.0,0.0,0.0,0.0 +p13009,csp,0.0,0.0,0.0,0.0,0.0 p13009,gas,0.0,0.0,0.0,0.0,0.0 p13009,geothermal,0.0,0.0,0.0,0.0,0.0 p13009,h2,0.0,0.0,0.0,0.0,0.0 p13009,hydro,0.0,0.0,0.0,0.0,0.0 p13009,nuclear,0.0,0.0,0.0,0.0,0.0 p13009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13009,pv,91.5,183.0,294.0,405.0,516.0 +p13009,pv,91.5,183.0,244.0,305.0,366.0 p13009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13009,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13015,battery,0.0,0.0,170.0,340.0,510.0 +p13015,battery,125.0,250.0,333.33333333331393,416.66666666665697,500.0 p13015,biomass,0.0,0.0,0.0,0.0,0.0 p13015,coal,0.0,0.0,0.0,0.0,0.0 -p13015,gas,0.0,0.0,962.6666666667443,1925.3333333332557,2888.0 +p13015,csp,0.0,0.0,0.0,0.0,0.0 +p13015,gas,1444.0,2888.0,2888.0,2888.0,2888.0 p13015,geothermal,0.0,0.0,0.0,0.0,0.0 p13015,h2,0.0,0.0,0.0,0.0,0.0 p13015,hydro,0.0,0.0,0.0,0.0,0.0 p13015,nuclear,0.0,0.0,0.0,0.0,0.0 p13015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13015,pv,100.0,200.0,316.66666666665697,433.33333333334303,550.0 +p13015,pv,100.0,200.0,200.0,200.0,200.0 p13015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13015,wind-ons,0.0,0.0,0.0,0.0,0.0 p13027,battery,0.0,0.0,0.0,0.0,0.0 p13027,biomass,0.0,0.0,0.0,0.0,0.0 p13027,coal,0.0,0.0,0.0,0.0,0.0 +p13027,csp,0.0,0.0,0.0,0.0,0.0 p13027,gas,0.0,0.0,0.0,0.0,0.0 p13027,geothermal,0.0,0.0,0.0,0.0,0.0 p13027,h2,0.0,0.0,0.0,0.0,0.0 @@ -2702,18 +2661,20 @@ p13027,wind-ons,0.0,0.0,0.0,0.0,0.0 p13033,battery,0.0,0.0,0.0,0.0,0.0 p13033,biomass,0.0,0.0,0.0,0.0,0.0 p13033,coal,0.0,0.0,0.0,0.0,0.0 +p13033,csp,0.0,0.0,0.0,0.0,0.0 p13033,gas,0.0,0.0,0.0,0.0,0.0 p13033,geothermal,0.0,0.0,0.0,0.0,0.0 p13033,h2,0.0,0.0,0.0,0.0,0.0 p13033,hydro,0.0,0.0,0.0,0.0,0.0 -p13033,nuclear,0.0,0.0,0.0,0.0,0.0 +p13033,nuclear,0.0,0.0,55.333333333343035,110.66666666667152,166.0 p13033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13033,pv,20.0,40.0,115.0,190.0,265.0 +p13033,pv,20.0,40.0,140.0,240.0,340.0 p13033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13033,wind-ons,0.0,0.0,0.0,0.0,0.0 p13039,battery,0.0,0.0,0.0,0.0,0.0 p13039,biomass,0.0,0.0,0.0,0.0,0.0 p13039,coal,0.0,0.0,0.0,0.0,0.0 +p13039,csp,0.0,0.0,0.0,0.0,0.0 p13039,gas,0.0,0.0,0.0,0.0,0.0 p13039,geothermal,0.0,0.0,0.0,0.0,0.0 p13039,h2,0.0,0.0,0.0,0.0,0.0 @@ -2726,18 +2687,20 @@ p13039,wind-ons,0.0,0.0,0.0,0.0,0.0 p13043,battery,0.0,0.0,0.0,0.0,0.0 p13043,biomass,0.0,0.0,0.0,0.0,0.0 p13043,coal,0.0,0.0,0.0,0.0,0.0 +p13043,csp,0.0,0.0,0.0,0.0,0.0 p13043,gas,0.0,0.0,0.0,0.0,0.0 p13043,geothermal,0.0,0.0,0.0,0.0,0.0 p13043,h2,0.0,0.0,0.0,0.0,0.0 p13043,hydro,0.0,0.0,0.0,0.0,0.0 p13043,nuclear,0.0,0.0,0.0,0.0,0.0 p13043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13043,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p13043,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p13043,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13043,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13045,battery,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p13045,battery,50.0,100.0,100.0,100.0,100.0 p13045,biomass,0.0,0.0,0.0,0.0,0.0 p13045,coal,0.0,0.0,0.0,0.0,0.0 +p13045,csp,0.0,0.0,0.0,0.0,0.0 p13045,gas,0.0,0.0,0.0,0.0,0.0 p13045,geothermal,0.0,0.0,0.0,0.0,0.0 p13045,h2,0.0,0.0,0.0,0.0,0.0 @@ -2747,21 +2710,24 @@ p13045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p13045,pv,0.0,0.0,0.0,0.0,0.0 p13045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13045,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13049,battery,0.0,0.0,20.0,40.0,60.0 +p13049,battery,0.0,0.0,0.0,0.0,0.0 p13049,biomass,0.0,0.0,0.0,0.0,0.0 p13049,coal,0.0,0.0,0.0,0.0,0.0 +p13049,csp,0.0,0.0,0.0,0.0,0.0 p13049,gas,0.0,0.0,0.0,0.0,0.0 p13049,geothermal,0.0,0.0,0.0,0.0,0.0 p13049,h2,0.0,0.0,0.0,0.0,0.0 p13049,hydro,0.0,0.0,0.0,0.0,0.0 p13049,nuclear,0.0,0.0,0.0,0.0,0.0 p13049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13049,pv,0.0,0.0,80.0,160.0,240.0 +p13049,pv,0.0,0.0,40.0,80.0,120.0 p13049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13049,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13057,battery,132.5,265.0,441.66666666668607,618.3333333333139,795.0 +p13051,csp,0.0,0.0,0.0,0.0,0.0 +p13057,battery,265.0,530.0,530.0,530.0,530.0 p13057,biomass,0.0,0.0,0.0,0.0,0.0 p13057,coal,0.0,0.0,0.0,0.0,0.0 +p13057,csp,0.0,0.0,0.0,0.0,0.0 p13057,gas,0.0,0.0,0.0,0.0,0.0 p13057,geothermal,0.0,0.0,0.0,0.0,0.0 p13057,h2,0.0,0.0,0.0,0.0,0.0 @@ -2771,28 +2737,20 @@ p13057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p13057,pv,0.0,0.0,0.0,0.0,0.0 p13057,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13057,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13065,battery,0.0,0.0,0.0,0.0,0.0 -p13065,biomass,0.0,0.0,0.0,0.0,0.0 -p13065,coal,0.0,0.0,0.0,0.0,0.0 -p13065,gas,0.0,0.0,0.0,0.0,0.0 -p13065,geothermal,0.0,0.0,0.0,0.0,0.0 -p13065,h2,0.0,0.0,0.0,0.0,0.0 -p13065,hydro,0.0,0.0,0.0,0.0,0.0 -p13065,nuclear,0.0,0.0,0.0,0.0,0.0 -p13065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13065,pv,0.0,0.0,34.0,68.0,102.0 -p13065,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13065,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13069,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p13059,csp,0.0,0.0,0.0,0.0,0.0 +p13063,csp,0.0,0.0,0.0,0.0,0.0 +p13065,csp,0.0,0.0,0.0,0.0,0.0 +p13069,battery,0.0,0.0,0.0,0.0,0.0 p13069,biomass,0.0,0.0,0.0,0.0,0.0 p13069,coal,0.0,0.0,0.0,0.0,0.0 +p13069,csp,0.0,0.0,0.0,0.0,0.0 p13069,gas,0.0,0.0,0.0,0.0,0.0 p13069,geothermal,0.0,0.0,0.0,0.0,0.0 p13069,h2,0.0,0.0,0.0,0.0,0.0 p13069,hydro,0.0,0.0,0.0,0.0,0.0 p13069,nuclear,0.0,0.0,0.0,0.0,0.0 p13069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13069,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p13069,pv,100.0,200.0,200.0,200.0,200.0 p13069,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13069,wind-ons,0.0,0.0,0.0,0.0,0.0 p13071,battery,0.0,0.0,0.0,0.0,0.0 @@ -2804,85 +2762,80 @@ p13071,h2,0.0,0.0,0.0,0.0,0.0 p13071,hydro,0.0,0.0,0.0,0.0,0.0 p13071,nuclear,0.0,0.0,0.0,0.0,0.0 p13071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13071,pv,0.0,0.0,43.33333333332848,86.66666666667152,130.0 +p13071,pv,0.0,0.0,43.333333333343035,86.66666666667152,130.0 p13071,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13071,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13077,battery,0.0,0.0,106.66666666665697,213.33333333334303,320.0 +p13077,battery,160.0,320.0,403.33333333331393,486.66666666665697,570.0 p13077,biomass,0.0,0.0,0.0,0.0,0.0 p13077,coal,0.0,0.0,0.0,0.0,0.0 -p13077,gas,822.0,1644.0,2192.0,2740.0,3288.0 +p13077,csp,0.0,0.0,0.0,0.0,0.0 +p13077,gas,616.5,1233.0,1486.0333333332674,1739.0666666666511,1992.1 p13077,geothermal,0.0,0.0,0.0,0.0,0.0 p13077,h2,0.0,0.0,0.0,0.0,0.0 p13077,hydro,0.0,0.0,0.0,0.0,0.0 p13077,nuclear,0.0,0.0,0.0,0.0,0.0 p13077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13077,pv,0.0,0.0,156.66666666668607,313.33333333331393,470.0 +p13077,pv,0.0,0.0,0.0,0.0,0.0 p13077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13077,wind-ons,0.0,0.0,0.0,0.0,0.0 p13079,battery,0.0,0.0,0.0,0.0,0.0 p13079,biomass,0.0,0.0,0.0,0.0,0.0 p13079,coal,0.0,0.0,0.0,0.0,0.0 +p13079,csp,0.0,0.0,0.0,0.0,0.0 p13079,gas,0.0,0.0,0.0,0.0,0.0 p13079,geothermal,0.0,0.0,0.0,0.0,0.0 p13079,h2,0.0,0.0,0.0,0.0,0.0 p13079,hydro,0.0,0.0,0.0,0.0,0.0 p13079,nuclear,0.0,0.0,0.0,0.0,0.0 p13079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13079,pv,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p13079,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 p13079,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13079,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13087,battery,0.0,0.0,146.66666666668607,293.33333333331393,440.0 +p13087,battery,0.0,0.0,0.0,0.0,0.0 p13087,biomass,0.0,0.0,0.0,0.0,0.0 p13087,coal,0.0,0.0,0.0,0.0,0.0 +p13087,csp,0.0,0.0,0.0,0.0,0.0 p13087,gas,0.0,0.0,0.0,0.0,0.0 p13087,geothermal,0.0,0.0,0.0,0.0,0.0 p13087,h2,0.0,0.0,0.0,0.0,0.0 p13087,hydro,0.0,0.0,0.0,0.0,0.0 p13087,nuclear,0.0,0.0,0.0,0.0,0.0 p13087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13087,pv,224.51500000000001,449.03000000000003,677.696666666714,906.3633333333419,1135.03 +p13087,pv,289.515,579.03,579.03,579.03,579.03 p13087,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13087,wind-ons,0.0,0.0,0.0,0.0,0.0 p13091,battery,0.0,0.0,0.0,0.0,0.0 p13091,biomass,0.0,0.0,0.0,0.0,0.0 p13091,coal,0.0,0.0,0.0,0.0,0.0 +p13091,csp,0.0,0.0,0.0,0.0,0.0 p13091,gas,0.0,0.0,0.0,0.0,0.0 p13091,geothermal,0.0,0.0,0.0,0.0,0.0 p13091,h2,0.0,0.0,0.0,0.0,0.0 p13091,hydro,0.0,0.0,0.0,0.0,0.0 p13091,nuclear,0.0,0.0,0.0,0.0,0.0 p13091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13091,pv,60.1,120.2,160.2666666666628,200.33333333332848,240.4 +p13091,pv,60.1,120.2,250.20000000001164,380.20000000001164,510.2 p13091,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13091,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13097,battery,250.0,500.0,666.6666666666861,833.3333333333139,1000.0 -p13097,biomass,0.0,0.0,0.0,0.0,0.0 -p13097,coal,0.0,0.0,0.0,0.0,0.0 -p13097,gas,0.0,0.0,0.0,0.0,0.0 -p13097,geothermal,0.0,0.0,0.0,0.0,0.0 -p13097,h2,0.0,0.0,0.0,0.0,0.0 -p13097,hydro,0.0,0.0,0.0,0.0,0.0 -p13097,nuclear,0.0,0.0,0.0,0.0,0.0 -p13097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13097,pv,0.0,0.0,0.0,0.0,0.0 -p13097,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13099,battery,0.0,0.0,0.0,0.0,0.0 -p13099,biomass,0.0,0.0,0.0,0.0,0.0 -p13099,coal,0.0,0.0,0.0,0.0,0.0 -p13099,gas,0.0,0.0,0.0,0.0,0.0 -p13099,geothermal,0.0,0.0,0.0,0.0,0.0 -p13099,h2,0.0,0.0,0.0,0.0,0.0 -p13099,hydro,0.0,0.0,0.0,0.0,0.0 -p13099,nuclear,0.0,0.0,0.0,0.0,0.0 -p13099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13099,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 -p13099,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13103,battery,0.0,0.0,0.0,0.0,0.0 +p13095,battery,0.0,0.0,40.0,80.0,120.0 +p13095,biomass,0.0,0.0,0.0,0.0,0.0 +p13095,coal,0.0,0.0,0.0,0.0,0.0 +p13095,gas,0.0,0.0,0.0,0.0,0.0 +p13095,geothermal,0.0,0.0,0.0,0.0,0.0 +p13095,h2,0.0,0.0,0.0,0.0,0.0 +p13095,hydro,0.0,0.0,0.0,0.0,0.0 +p13095,nuclear,0.0,0.0,0.0,0.0,0.0 +p13095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13095,pv,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p13095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13097,csp,0.0,0.0,0.0,0.0,0.0 +p13099,csp,0.0,0.0,0.0,0.0,0.0 +p13103,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p13103,biomass,0.0,0.0,0.0,0.0,0.0 p13103,coal,0.0,0.0,0.0,0.0,0.0 -p13103,gas,0.0,0.0,481.33333333337214,962.6666666666279,1444.0 +p13103,csp,0.0,0.0,0.0,0.0,0.0 +p13103,gas,361.0,722.0,1022.0,1322.0,1622.0 p13103,geothermal,0.0,0.0,0.0,0.0,0.0 p13103,h2,0.0,0.0,0.0,0.0,0.0 p13103,hydro,0.0,0.0,0.0,0.0,0.0 @@ -2894,42 +2847,46 @@ p13103,wind-ons,0.0,0.0,0.0,0.0,0.0 p13105,battery,0.0,0.0,0.0,0.0,0.0 p13105,biomass,0.0,0.0,0.0,0.0,0.0 p13105,coal,0.0,0.0,0.0,0.0,0.0 +p13105,csp,0.0,0.0,0.0,0.0,0.0 p13105,gas,0.0,0.0,0.0,0.0,0.0 p13105,geothermal,0.0,0.0,0.0,0.0,0.0 p13105,h2,0.0,0.0,0.0,0.0,0.0 p13105,hydro,0.0,0.0,0.0,0.0,0.0 p13105,nuclear,0.0,0.0,0.0,0.0,0.0 p13105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13105,pv,0.0,0.0,50.0,100.0,150.0 +p13105,pv,0.0,0.0,26.333333333328483,52.66666666666424,79.0 p13105,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13105,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13107,battery,94.5,189.0,252.0,315.0,378.0 +p13107,battery,0.0,0.0,0.0,0.0,0.0 p13107,biomass,0.0,0.0,0.0,0.0,0.0 p13107,coal,0.0,0.0,0.0,0.0,0.0 +p13107,csp,0.0,0.0,0.0,0.0,0.0 p13107,gas,0.0,0.0,0.0,0.0,0.0 p13107,geothermal,0.0,0.0,0.0,0.0,0.0 p13107,h2,0.0,0.0,0.0,0.0,0.0 p13107,hydro,0.0,0.0,0.0,0.0,0.0 p13107,nuclear,0.0,0.0,0.0,0.0,0.0 p13107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13107,pv,94.5,189.0,431.66666666668607,674.3333333333139,917.0 +p13107,pv,194.0,388.0,438.0,488.0,538.0 p13107,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13107,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13115,battery,0.0,0.0,24.16666666666424,48.33333333333576,72.5 +p13115,battery,36.25,72.5,136.66666666665697,200.83333333332848,265.0 p13115,biomass,0.0,0.0,0.0,0.0,0.0 p13115,coal,0.0,0.0,0.0,0.0,0.0 +p13115,csp,0.0,0.0,0.0,0.0,0.0 p13115,gas,0.0,0.0,0.0,0.0,0.0 p13115,geothermal,0.0,0.0,0.0,0.0,0.0 p13115,h2,0.0,0.0,0.0,0.0,0.0 p13115,hydro,0.0,0.0,0.0,0.0,0.0 p13115,nuclear,0.0,0.0,0.0,0.0,0.0 p13115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13115,pv,0.0,0.0,108.33333333334303,216.66666666665697,325.0 +p13115,pv,0.0,0.0,75.0,150.0,225.0 p13115,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13115,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13121,battery,0.0,0.0,300.0,600.0,900.0 +p13121,battery,0.0,0.0,100.0,200.0,300.0 p13121,biomass,0.0,0.0,0.0,0.0,0.0 p13121,coal,0.0,0.0,0.0,0.0,0.0 +p13121,csp,0.0,0.0,0.0,0.0,0.0 p13121,gas,0.0,0.0,0.0,0.0,0.0 p13121,geothermal,0.0,0.0,0.0,0.0,0.0 p13121,h2,0.0,0.0,0.0,0.0,0.0 @@ -2939,28 +2896,18 @@ p13121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p13121,pv,0.0,0.0,0.0,0.0,0.0 p13121,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13121,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13125,battery,0.0,0.0,0.0,0.0,0.0 -p13125,biomass,0.0,0.0,0.0,0.0,0.0 -p13125,coal,0.0,0.0,0.0,0.0,0.0 -p13125,gas,0.0,0.0,0.0,0.0,0.0 -p13125,geothermal,0.0,0.0,0.0,0.0,0.0 -p13125,h2,0.0,0.0,0.0,0.0,0.0 -p13125,hydro,0.0,0.0,0.0,0.0,0.0 -p13125,nuclear,0.0,0.0,0.0,0.0,0.0 -p13125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13125,pv,0.0,0.0,22.83333333333576,45.66666666666424,68.5 -p13125,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13125,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13127,battery,0.0,0.0,286.66666666662786,573.3333333333721,860.0 +p13125,csp,0.0,0.0,0.0,0.0,0.0 +p13127,battery,0.0,0.0,0.0,0.0,0.0 p13127,biomass,0.0,0.0,0.0,0.0,0.0 p13127,coal,0.0,0.0,0.0,0.0,0.0 +p13127,csp,0.0,0.0,0.0,0.0,0.0 p13127,gas,0.0,0.0,0.0,0.0,0.0 p13127,geothermal,0.0,0.0,0.0,0.0,0.0 p13127,h2,0.0,0.0,0.0,0.0,0.0 p13127,hydro,0.0,0.0,0.0,0.0,0.0 p13127,nuclear,0.0,0.0,0.0,0.0,0.0 p13127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13127,pv,0.0,0.0,933.3333333332557,1866.6666666667443,2800.0 +p13127,pv,0.0,0.0,300.0,600.0,900.0 p13127,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13127,wind-ons,0.0,0.0,0.0,0.0,0.0 p13131,battery,0.0,0.0,0.0,0.0,0.0 @@ -2975,7 +2922,8 @@ p13131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p13131,pv,0.0,0.0,50.0,100.0,150.0 p13131,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13131,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13139,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p13133,csp,0.0,0.0,0.0,0.0,0.0 +p13139,battery,125.0,250.0,250.0,250.0,250.0 p13139,biomass,0.0,0.0,0.0,0.0,0.0 p13139,coal,0.0,0.0,0.0,0.0,0.0 p13139,gas,0.0,0.0,0.0,0.0,0.0 @@ -2987,235 +2935,257 @@ p13139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p13139,pv,0.0,0.0,0.0,0.0,0.0 p13139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13139,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13149,battery,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p13141,battery,0.0,0.0,350.0,700.0,1050.0 +p13141,biomass,0.0,0.0,0.0,0.0,0.0 +p13141,coal,0.0,0.0,0.0,0.0,0.0 +p13141,gas,0.0,0.0,253.03333333326736,506.06666666665114,759.1 +p13141,geothermal,0.0,0.0,0.0,0.0,0.0 +p13141,h2,0.0,0.0,0.0,0.0,0.0 +p13141,hydro,0.0,0.0,0.0,0.0,0.0 +p13141,nuclear,0.0,0.0,0.0,0.0,0.0 +p13141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13141,pv,0.0,0.0,55.0,110.0,165.0 +p13141,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13141,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13147,csp,0.0,0.0,0.0,0.0,0.0 +p13149,battery,250.0,500.0,500.0,500.0,500.0 p13149,biomass,0.0,0.0,0.0,0.0,0.0 p13149,coal,0.0,0.0,0.0,0.0,0.0 -p13149,gas,0.0,0.0,1149.6666666665114,2299.3333333334886,3449.0 +p13149,csp,0.0,0.0,0.0,0.0,0.0 +p13149,gas,1724.5,3449.0,3535.0,3621.0,3707.0 p13149,geothermal,0.0,0.0,0.0,0.0,0.0 p13149,h2,0.0,0.0,0.0,0.0,0.0 p13149,hydro,0.0,0.0,0.0,0.0,0.0 p13149,nuclear,0.0,0.0,0.0,0.0,0.0 p13149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13149,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p13149,pv,0.0,0.0,0.0,0.0,0.0 p13149,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13149,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13153,battery,0.0,0.0,42.66666666667152,85.33333333332848,128.0 -p13153,biomass,0.0,0.0,0.0,0.0,0.0 -p13153,coal,0.0,0.0,0.0,0.0,0.0 -p13153,gas,0.0,0.0,0.0,0.0,0.0 -p13153,geothermal,0.0,0.0,0.0,0.0,0.0 -p13153,h2,0.0,0.0,0.0,0.0,0.0 -p13153,hydro,0.0,0.0,0.0,0.0,0.0 -p13153,nuclear,0.0,0.0,0.0,0.0,0.0 -p13153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13153,pv,0.0,0.0,136.0,272.0,408.0 -p13153,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13153,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13155,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p13153,csp,0.0,0.0,0.0,0.0,0.0 +p13155,battery,0.0,0.0,0.0,0.0,0.0 p13155,biomass,0.0,0.0,0.0,0.0,0.0 p13155,coal,0.0,0.0,0.0,0.0,0.0 +p13155,csp,0.0,0.0,0.0,0.0,0.0 p13155,gas,0.0,0.0,0.0,0.0,0.0 p13155,geothermal,0.0,0.0,0.0,0.0,0.0 p13155,h2,0.0,0.0,0.0,0.0,0.0 p13155,hydro,0.0,0.0,0.0,0.0,0.0 p13155,nuclear,0.0,0.0,0.0,0.0,0.0 p13155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13155,pv,0.0,0.0,183.33333333331393,366.66666666668607,550.0 +p13155,pv,100.0,200.0,250.0,300.0,350.0 p13155,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13155,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13157,battery,0.0,0.0,108.33333333331393,216.66666666665697,325.0 +p13157,biomass,0.0,0.0,0.0,0.0,0.0 +p13157,coal,0.0,0.0,0.0,0.0,0.0 +p13157,gas,0.0,0.0,0.0,0.0,0.0 +p13157,geothermal,0.0,0.0,0.0,0.0,0.0 +p13157,h2,0.0,0.0,0.0,0.0,0.0 +p13157,hydro,0.0,0.0,0.0,0.0,0.0 +p13157,nuclear,0.0,0.0,0.0,0.0,0.0 +p13157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13157,pv,0.0,0.0,0.0,0.0,0.0 +p13157,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13157,wind-ons,0.0,0.0,0.0,0.0,0.0 p13159,battery,0.0,0.0,0.0,0.0,0.0 p13159,biomass,0.0,0.0,0.0,0.0,0.0 p13159,coal,0.0,0.0,0.0,0.0,0.0 +p13159,csp,0.0,0.0,0.0,0.0,0.0 p13159,gas,0.0,0.0,0.0,0.0,0.0 p13159,geothermal,0.0,0.0,0.0,0.0,0.0 p13159,h2,0.0,0.0,0.0,0.0,0.0 p13159,hydro,0.0,0.0,0.0,0.0,0.0 p13159,nuclear,0.0,0.0,0.0,0.0,0.0 p13159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13159,pv,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p13159,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p13159,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13159,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13161,battery,0.0,0.0,0.0,0.0,0.0 -p13161,biomass,0.0,0.0,0.0,0.0,0.0 -p13161,coal,0.0,0.0,0.0,0.0,0.0 -p13161,gas,0.0,0.0,0.0,0.0,0.0 -p13161,geothermal,0.0,0.0,0.0,0.0,0.0 -p13161,h2,0.0,0.0,0.0,0.0,0.0 -p13161,hydro,0.0,0.0,0.0,0.0,0.0 -p13161,nuclear,0.0,0.0,0.0,0.0,0.0 -p13161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13161,pv,0.0,0.0,76.66666666665697,153.33333333334303,230.0 -p13161,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13161,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13161,csp,0.0,0.0,0.0,0.0,0.0 p13163,battery,0.0,0.0,0.0,0.0,0.0 p13163,biomass,0.0,0.0,0.0,0.0,0.0 p13163,coal,0.0,0.0,0.0,0.0,0.0 +p13163,csp,0.0,0.0,0.0,0.0,0.0 p13163,gas,0.0,0.0,0.0,0.0,0.0 p13163,geothermal,0.0,0.0,0.0,0.0,0.0 p13163,h2,0.0,0.0,0.0,0.0,0.0 p13163,hydro,0.0,0.0,0.0,0.0,0.0 p13163,nuclear,0.0,0.0,0.0,0.0,0.0 p13163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13163,pv,0.0,0.0,313.83333333337214,627.6666666666279,941.5 +p13163,pv,163.75,327.5,643.8333333332557,960.1666666666279,1276.5 p13163,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13163,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13167,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 -p13167,biomass,0.0,0.0,0.0,0.0,0.0 -p13167,coal,0.0,0.0,0.0,0.0,0.0 -p13167,gas,0.0,0.0,0.0,0.0,0.0 -p13167,geothermal,0.0,0.0,0.0,0.0,0.0 -p13167,h2,0.0,0.0,0.0,0.0,0.0 -p13167,hydro,0.0,0.0,0.0,0.0,0.0 -p13167,nuclear,0.0,0.0,0.0,0.0,0.0 -p13167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13167,pv,0.0,0.0,100.0,200.0,300.0 -p13167,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13167,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13175,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p13165,battery,0.0,0.0,0.0,0.0,0.0 +p13165,biomass,0.0,0.0,0.0,0.0,0.0 +p13165,coal,0.0,0.0,0.0,0.0,0.0 +p13165,gas,0.0,0.0,0.0,0.0,0.0 +p13165,geothermal,0.0,0.0,0.0,0.0,0.0 +p13165,h2,0.0,0.0,0.0,0.0,0.0 +p13165,hydro,0.0,0.0,0.0,0.0,0.0 +p13165,nuclear,0.0,0.0,0.0,0.0,0.0 +p13165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13165,pv,0.0,0.0,21.666666666671517,43.33333333333576,65.0 +p13165,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13165,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13167,csp,0.0,0.0,0.0,0.0,0.0 +p13175,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p13175,biomass,0.0,0.0,0.0,0.0,0.0 p13175,coal,0.0,0.0,0.0,0.0,0.0 +p13175,csp,0.0,0.0,0.0,0.0,0.0 p13175,gas,0.0,0.0,0.0,0.0,0.0 p13175,geothermal,0.0,0.0,0.0,0.0,0.0 p13175,h2,0.0,0.0,0.0,0.0,0.0 p13175,hydro,0.0,0.0,0.0,0.0,0.0 p13175,nuclear,0.0,0.0,0.0,0.0,0.0 p13175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13175,pv,75.0,150.0,438.33333333337214,726.6666666666279,1015.0 +p13175,pv,287.5,575.0,788.0,1001.0,1214.0 p13175,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13175,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13177,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p13177,battery,0.0,0.0,0.0,0.0,0.0 p13177,biomass,0.0,0.0,0.0,0.0,0.0 p13177,coal,0.0,0.0,0.0,0.0,0.0 -p13177,gas,0.0,0.0,0.0,0.0,0.0 +p13177,csp,0.0,0.0,0.0,0.0,0.0 +p13177,gas,0.0,0.0,37.0,74.0,111.0 p13177,geothermal,0.0,0.0,0.0,0.0,0.0 p13177,h2,0.0,0.0,0.0,0.0,0.0 p13177,hydro,0.0,0.0,0.0,0.0,0.0 p13177,nuclear,0.0,0.0,0.0,0.0,0.0 p13177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13177,pv,100.0,200.0,308.33333333334303,416.66666666665697,525.0 +p13177,pv,100.0,200.0,200.0,200.0,200.0 p13177,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13177,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13179,battery,7.5,15.0,79.33333333332848,143.66666666667152,208.0 +p13179,battery,0.0,0.0,0.0,0.0,0.0 p13179,biomass,0.0,0.0,0.0,0.0,0.0 p13179,coal,0.0,0.0,0.0,0.0,0.0 +p13179,csp,0.0,0.0,0.0,0.0,0.0 p13179,gas,0.0,0.0,0.0,0.0,0.0 p13179,geothermal,0.0,0.0,0.0,0.0,0.0 p13179,h2,0.0,0.0,0.0,0.0,0.0 p13179,hydro,0.0,0.0,0.0,0.0,0.0 p13179,nuclear,0.0,0.0,0.0,0.0,0.0 p13179,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13179,pv,21.5,43.0,157.33333333334303,271.66666666665697,386.0 +p13179,pv,6.5,13.0,63.0,113.0,163.0 p13179,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13179,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13181,battery,0.0,0.0,0.0,0.0,0.0 -p13181,biomass,0.0,0.0,0.0,0.0,0.0 -p13181,coal,0.0,0.0,0.0,0.0,0.0 -p13181,gas,0.0,0.0,0.0,0.0,0.0 -p13181,geothermal,0.0,0.0,0.0,0.0,0.0 -p13181,h2,0.0,0.0,0.0,0.0,0.0 -p13181,hydro,0.0,0.0,0.0,0.0,0.0 -p13181,nuclear,0.0,0.0,0.0,0.0,0.0 -p13181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13181,pv,0.0,0.0,35.0,70.0,105.0 -p13181,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13181,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13185,battery,0.0,0.0,16.5,33.0,49.5 +p13181,csp,0.0,0.0,0.0,0.0,0.0 +p13185,battery,0.0,0.0,0.0,0.0,0.0 p13185,biomass,0.0,0.0,0.0,0.0,0.0 p13185,coal,0.0,0.0,0.0,0.0,0.0 +p13185,csp,0.0,0.0,0.0,0.0,0.0 p13185,gas,0.0,0.0,0.0,0.0,0.0 p13185,geothermal,0.0,0.0,0.0,0.0,0.0 p13185,h2,0.0,0.0,0.0,0.0,0.0 p13185,hydro,0.0,0.0,0.0,0.0,0.0 p13185,nuclear,0.0,0.0,0.0,0.0,0.0 p13185,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13185,pv,0.0,0.0,16.5,33.0,49.5 +p13185,pv,1.75,3.5,3.5,3.5,3.5 p13185,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13185,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13189,battery,0.0,0.0,0.0,0.0,0.0 +p13189,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p13189,biomass,0.0,0.0,0.0,0.0,0.0 p13189,coal,0.0,0.0,0.0,0.0,0.0 +p13189,csp,0.0,0.0,0.0,0.0,0.0 p13189,gas,0.0,0.0,0.0,0.0,0.0 p13189,geothermal,0.0,0.0,0.0,0.0,0.0 p13189,h2,0.0,0.0,0.0,0.0,0.0 p13189,hydro,0.0,0.0,0.0,0.0,0.0 p13189,nuclear,0.0,0.0,0.0,0.0,0.0 p13189,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13189,pv,125.0,250.0,333.33333333334303,416.66666666665697,500.0 +p13189,pv,125.0,250.0,333.33333333331393,416.66666666665697,500.0 p13189,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13189,wind-ons,0.0,0.0,0.0,0.0,0.0 p13193,battery,0.0,0.0,0.0,0.0,0.0 p13193,biomass,0.0,0.0,0.0,0.0,0.0 p13193,coal,0.0,0.0,0.0,0.0,0.0 +p13193,csp,0.0,0.0,0.0,0.0,0.0 p13193,gas,0.0,0.0,0.0,0.0,0.0 p13193,geothermal,0.0,0.0,0.0,0.0,0.0 p13193,h2,0.0,0.0,0.0,0.0,0.0 p13193,hydro,0.0,0.0,0.0,0.0,0.0 p13193,nuclear,0.0,0.0,0.0,0.0,0.0 p13193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13193,pv,75.0,150.0,250.0,350.0,450.0 +p13193,pv,0.0,0.0,100.0,200.0,300.0 p13193,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13193,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13197,battery,0.0,0.0,0.0,0.0,0.0 +p13197,biomass,0.0,0.0,0.0,0.0,0.0 +p13197,coal,0.0,0.0,0.0,0.0,0.0 +p13197,csp,0.0,0.0,0.0,0.0,0.0 +p13197,gas,0.0,0.0,0.0,0.0,0.0 +p13197,geothermal,0.0,0.0,0.0,0.0,0.0 +p13197,h2,0.0,0.0,0.0,0.0,0.0 +p13197,hydro,0.0,0.0,0.0,0.0,0.0 +p13197,nuclear,0.0,0.0,0.0,0.0,0.0 +p13197,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13197,pv,0.0,0.0,50.0,100.0,150.0 +p13197,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13197,wind-ons,0.0,0.0,0.0,0.0,0.0 p13199,battery,0.0,0.0,0.0,0.0,0.0 p13199,biomass,0.0,0.0,0.0,0.0,0.0 p13199,coal,0.0,0.0,0.0,0.0,0.0 +p13199,csp,0.0,0.0,0.0,0.0,0.0 p13199,gas,0.0,0.0,0.0,0.0,0.0 p13199,geothermal,0.0,0.0,0.0,0.0,0.0 p13199,h2,0.0,0.0,0.0,0.0,0.0 p13199,hydro,0.0,0.0,0.0,0.0,0.0 p13199,nuclear,0.0,0.0,0.0,0.0,0.0 p13199,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13199,pv,0.0,0.0,41.66666666667152,83.33333333332848,125.0 +p13199,pv,0.0,0.0,41.666666666656965,83.33333333332848,125.0 p13199,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13199,wind-ons,0.0,0.0,0.0,0.0,0.0 p13201,battery,0.0,0.0,0.0,0.0,0.0 p13201,biomass,0.0,0.0,0.0,0.0,0.0 p13201,coal,0.0,0.0,0.0,0.0,0.0 +p13201,csp,0.0,0.0,0.0,0.0,0.0 p13201,gas,0.0,0.0,0.0,0.0,0.0 p13201,geothermal,0.0,0.0,0.0,0.0,0.0 p13201,h2,0.0,0.0,0.0,0.0,0.0 p13201,hydro,0.0,0.0,0.0,0.0,0.0 p13201,nuclear,0.0,0.0,0.0,0.0,0.0 p13201,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13201,pv,0.0,0.0,115.0,230.0,345.0 +p13201,pv,0.0,0.0,25.0,50.0,75.0 p13201,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13201,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13205,battery,15.0,30.0,80.0,130.0,180.0 +p13205,battery,0.0,0.0,0.0,0.0,0.0 p13205,biomass,0.0,0.0,0.0,0.0,0.0 p13205,coal,0.0,0.0,0.0,0.0,0.0 -p13205,gas,0.0,0.0,260.0,520.0,780.0 +p13205,csp,0.0,0.0,0.0,0.0,0.0 +p13205,gas,0.0,0.0,520.0,1040.0,1560.0 p13205,geothermal,0.0,0.0,0.0,0.0,0.0 p13205,h2,0.0,0.0,0.0,0.0,0.0 p13205,hydro,0.0,0.0,0.0,0.0,0.0 p13205,nuclear,0.0,0.0,0.0,0.0,0.0 p13205,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13205,pv,260.0,520.0,889.1999999999534,1258.3999999999069,1627.6 +p13205,pv,205.0,410.0,545.8666666666395,681.7333333333372,817.6 p13205,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13205,wind-ons,0.0,0.0,0.0,0.0,0.0 p13207,battery,0.0,0.0,0.0,0.0,0.0 p13207,biomass,0.0,0.0,0.0,0.0,0.0 p13207,coal,0.0,0.0,0.0,0.0,0.0 -p13207,gas,0.0,0.0,666.6666666667443,1333.3333333332557,2000.0 +p13207,csp,0.0,0.0,0.0,0.0,0.0 +p13207,gas,0.0,0.0,666.6666666665114,1333.3333333332557,2000.0 p13207,geothermal,0.0,0.0,0.0,0.0,0.0 p13207,h2,0.0,0.0,0.0,0.0,0.0 p13207,hydro,0.0,0.0,0.0,0.0,0.0 p13207,nuclear,0.0,0.0,0.0,0.0,0.0 p13207,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13207,pv,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p13207,pv,0.0,0.0,0.0,0.0,0.0 p13207,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13207,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13221,battery,0.0,0.0,120.0,240.0,360.0 +p13209,csp,0.0,0.0,0.0,0.0,0.0 +p13221,battery,0.0,0.0,0.0,0.0,0.0 p13221,biomass,0.0,0.0,0.0,0.0,0.0 p13221,coal,0.0,0.0,0.0,0.0,0.0 +p13221,csp,0.0,0.0,0.0,0.0,0.0 p13221,gas,0.0,0.0,0.0,0.0,0.0 p13221,geothermal,0.0,0.0,0.0,0.0,0.0 p13221,h2,0.0,0.0,0.0,0.0,0.0 p13221,hydro,0.0,0.0,0.0,0.0,0.0 p13221,nuclear,0.0,0.0,0.0,0.0,0.0 p13221,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13221,pv,129.0,258.0,438.0,618.0,798.0 +p13221,pv,49.0,98.0,98.0,98.0,98.0 p13221,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13221,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13223,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p13223,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p13223,biomass,0.0,0.0,0.0,0.0,0.0 p13223,coal,0.0,0.0,0.0,0.0,0.0 p13223,gas,0.0,0.0,0.0,0.0,0.0 @@ -3227,58 +3197,38 @@ p13223,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p13223,pv,0.0,0.0,0.0,0.0,0.0 p13223,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13223,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13225,battery,0.0,0.0,0.0,0.0,0.0 -p13225,biomass,0.0,0.0,0.0,0.0,0.0 -p13225,coal,0.0,0.0,0.0,0.0,0.0 -p13225,gas,0.0,0.0,0.0,0.0,0.0 -p13225,geothermal,0.0,0.0,0.0,0.0,0.0 -p13225,h2,0.0,0.0,0.0,0.0,0.0 -p13225,hydro,0.0,0.0,0.0,0.0,0.0 -p13225,nuclear,0.0,0.0,0.0,0.0,0.0 -p13225,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13225,pv,0.0,0.0,19.0,38.0,57.0 -p13225,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13225,wind-ons,0.0,0.0,0.0,0.0,0.0 p13229,battery,0.0,0.0,0.0,0.0,0.0 p13229,biomass,0.0,0.0,0.0,0.0,0.0 p13229,coal,0.0,0.0,0.0,0.0,0.0 +p13229,csp,0.0,0.0,0.0,0.0,0.0 p13229,gas,0.0,0.0,0.0,0.0,0.0 p13229,geothermal,0.0,0.0,0.0,0.0,0.0 p13229,h2,0.0,0.0,0.0,0.0,0.0 p13229,hydro,0.0,0.0,0.0,0.0,0.0 p13229,nuclear,0.0,0.0,0.0,0.0,0.0 p13229,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13229,pv,58.75,117.5,156.66666666667152,195.83333333332848,235.0 +p13229,pv,58.75,117.5,117.5,117.5,117.5 p13229,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13229,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13233,battery,0.0,0.0,50.0,100.0,150.0 -p13233,biomass,0.0,0.0,0.0,0.0,0.0 -p13233,coal,0.0,0.0,0.0,0.0,0.0 -p13233,gas,0.0,0.0,0.0,0.0,0.0 -p13233,geothermal,0.0,0.0,0.0,0.0,0.0 -p13233,h2,0.0,0.0,0.0,0.0,0.0 -p13233,hydro,0.0,0.0,0.0,0.0,0.0 -p13233,nuclear,0.0,0.0,0.0,0.0,0.0 -p13233,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13233,pv,0.0,0.0,0.0,0.0,0.0 -p13233,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13233,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13235,battery,0.0,0.0,70.0,140.0,210.0 -p13235,biomass,0.0,0.0,0.0,0.0,0.0 -p13235,coal,0.0,0.0,0.0,0.0,0.0 -p13235,gas,0.0,0.0,0.0,0.0,0.0 -p13235,geothermal,0.0,0.0,0.0,0.0,0.0 -p13235,h2,0.0,0.0,0.0,0.0,0.0 -p13235,hydro,0.0,0.0,0.0,0.0,0.0 -p13235,nuclear,0.0,0.0,0.0,0.0,0.0 -p13235,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13235,pv,0.0,0.0,150.0,300.0,450.0 -p13235,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13235,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13237,battery,75.0,150.0,200.0,250.0,300.0 +p13231,battery,0.0,0.0,0.0,0.0,0.0 +p13231,biomass,0.0,0.0,0.0,0.0,0.0 +p13231,coal,0.0,0.0,0.0,0.0,0.0 +p13231,gas,0.0,0.0,0.0,0.0,0.0 +p13231,geothermal,0.0,0.0,0.0,0.0,0.0 +p13231,h2,0.0,0.0,0.0,0.0,0.0 +p13231,hydro,0.0,0.0,0.0,0.0,0.0 +p13231,nuclear,0.0,0.0,0.0,0.0,0.0 +p13231,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13231,pv,0.0,0.0,40.0,80.0,120.0 +p13231,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13231,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13233,csp,0.0,0.0,0.0,0.0,0.0 +p13235,csp,0.0,0.0,0.0,0.0,0.0 +p13237,battery,75.0,150.0,150.0,150.0,150.0 p13237,biomass,0.0,0.0,0.0,0.0,0.0 p13237,coal,0.0,0.0,0.0,0.0,0.0 -p13237,gas,0.0,0.0,0.0,0.0,0.0 +p13237,csp,0.0,0.0,0.0,0.0,0.0 +p13237,gas,0.0,0.0,253.03333333326736,506.06666666665114,759.1 p13237,geothermal,0.0,0.0,0.0,0.0,0.0 p13237,h2,0.0,0.0,0.0,0.0,0.0 p13237,hydro,0.0,0.0,0.0,0.0,0.0 @@ -3287,46 +3237,26 @@ p13237,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p13237,pv,0.0,0.0,0.0,0.0,0.0 p13237,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13237,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13243,battery,0.0,0.0,0.0,0.0,0.0 -p13243,biomass,0.0,0.0,0.0,0.0,0.0 -p13243,coal,0.0,0.0,0.0,0.0,0.0 -p13243,gas,0.0,0.0,0.0,0.0,0.0 -p13243,geothermal,0.0,0.0,0.0,0.0,0.0 -p13243,h2,0.0,0.0,0.0,0.0,0.0 -p13243,hydro,0.0,0.0,0.0,0.0,0.0 -p13243,nuclear,0.0,0.0,0.0,0.0,0.0 -p13243,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13243,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p13243,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13243,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13247,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p13247,biomass,0.0,0.0,0.0,0.0,0.0 -p13247,coal,0.0,0.0,0.0,0.0,0.0 -p13247,gas,0.0,0.0,0.0,0.0,0.0 -p13247,geothermal,0.0,0.0,0.0,0.0,0.0 -p13247,h2,0.0,0.0,0.0,0.0,0.0 -p13247,hydro,0.0,0.0,0.0,0.0,0.0 -p13247,nuclear,0.0,0.0,0.0,0.0,0.0 -p13247,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13247,pv,0.0,0.0,0.0,0.0,0.0 -p13247,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13247,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13243,csp,0.0,0.0,0.0,0.0,0.0 +p13247,csp,0.0,0.0,0.0,0.0,0.0 p13261,battery,0.0,0.0,0.0,0.0,0.0 p13261,biomass,0.0,0.0,0.0,0.0,0.0 p13261,coal,0.0,0.0,0.0,0.0,0.0 +p13261,csp,0.0,0.0,0.0,0.0,0.0 p13261,gas,0.0,0.0,0.0,0.0,0.0 p13261,geothermal,0.0,0.0,0.0,0.0,0.0 p13261,h2,0.0,0.0,0.0,0.0,0.0 p13261,hydro,0.0,0.0,0.0,0.0,0.0 p13261,nuclear,0.0,0.0,0.0,0.0,0.0 p13261,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13261,pv,1090.0,2180.0,2906.6666666667443,3633.3333333332557,4360.0 +p13261,pv,657.5,1315.0,1345.6666666666715,1376.3333333333358,1407.0 p13261,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13261,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13263,battery,32.5,65.0,86.66666666666424,108.33333333333576,130.0 +p13263,battery,0.0,0.0,0.0,0.0,0.0 p13263,biomass,0.0,0.0,0.0,0.0,0.0 p13263,coal,0.0,0.0,0.0,0.0,0.0 -p13263,gas,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p13263,csp,0.0,0.0,0.0,0.0,0.0 +p13263,gas,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p13263,geothermal,0.0,0.0,0.0,0.0,0.0 p13263,h2,0.0,0.0,0.0,0.0,0.0 p13263,hydro,0.0,0.0,0.0,0.0,0.0 @@ -3338,6 +3268,7 @@ p13263,wind-ons,0.0,0.0,0.0,0.0,0.0 p13265,battery,0.0,0.0,0.0,0.0,0.0 p13265,biomass,0.0,0.0,0.0,0.0,0.0 p13265,coal,0.0,0.0,0.0,0.0,0.0 +p13265,csp,0.0,0.0,0.0,0.0,0.0 p13265,gas,0.0,0.0,0.0,0.0,0.0 p13265,geothermal,0.0,0.0,0.0,0.0,0.0 p13265,h2,0.0,0.0,0.0,0.0,0.0 @@ -3350,30 +3281,33 @@ p13265,wind-ons,0.0,0.0,0.0,0.0,0.0 p13267,battery,0.0,0.0,0.0,0.0,0.0 p13267,biomass,0.0,0.0,0.0,0.0,0.0 p13267,coal,0.0,0.0,0.0,0.0,0.0 +p13267,csp,0.0,0.0,0.0,0.0,0.0 p13267,gas,0.0,0.0,0.0,0.0,0.0 p13267,geothermal,0.0,0.0,0.0,0.0,0.0 p13267,h2,0.0,0.0,0.0,0.0,0.0 p13267,hydro,0.0,0.0,0.0,0.0,0.0 p13267,nuclear,0.0,0.0,0.0,0.0,0.0 p13267,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13267,pv,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p13267,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 p13267,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13267,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13269,battery,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p13269,battery,0.0,0.0,0.0,0.0,0.0 p13269,biomass,0.0,0.0,0.0,0.0,0.0 p13269,coal,0.0,0.0,0.0,0.0,0.0 +p13269,csp,0.0,0.0,0.0,0.0,0.0 p13269,gas,0.0,0.0,0.0,0.0,0.0 p13269,geothermal,0.0,0.0,0.0,0.0,0.0 p13269,h2,0.0,0.0,0.0,0.0,0.0 p13269,hydro,0.0,0.0,0.0,0.0,0.0 p13269,nuclear,0.0,0.0,0.0,0.0,0.0 p13269,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13269,pv,200.0,400.0,533.3333333333139,666.6666666666861,800.0 +p13269,pv,100.0,200.0,200.0,200.0,200.0 p13269,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13269,wind-ons,0.0,0.0,0.0,0.0,0.0 p13273,battery,0.0,0.0,0.0,0.0,0.0 p13273,biomass,0.0,0.0,0.0,0.0,0.0 p13273,coal,0.0,0.0,0.0,0.0,0.0 +p13273,csp,0.0,0.0,0.0,0.0,0.0 p13273,gas,0.0,0.0,0.0,0.0,0.0 p13273,geothermal,0.0,0.0,0.0,0.0,0.0 p13273,h2,0.0,0.0,0.0,0.0,0.0 @@ -3383,100 +3317,96 @@ p13273,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p13273,pv,0.0,0.0,100.0,200.0,300.0 p13273,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13273,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13279,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p13279,biomass,0.0,0.0,0.0,0.0,0.0 -p13279,coal,0.0,0.0,0.0,0.0,0.0 -p13279,gas,0.0,0.0,0.0,0.0,0.0 -p13279,geothermal,0.0,0.0,0.0,0.0,0.0 -p13279,h2,0.0,0.0,0.0,0.0,0.0 -p13279,hydro,0.0,0.0,0.0,0.0,0.0 -p13279,nuclear,0.0,0.0,0.0,0.0,0.0 -p13279,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13279,pv,0.0,0.0,300.0,600.0,900.0 -p13279,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13279,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13283,battery,0.0,0.0,18.41666666666424,36.83333333333576,55.25 -p13283,biomass,0.0,0.0,0.0,0.0,0.0 -p13283,coal,0.0,0.0,0.0,0.0,0.0 -p13283,gas,0.0,0.0,0.0,0.0,0.0 -p13283,geothermal,0.0,0.0,0.0,0.0,0.0 -p13283,h2,0.0,0.0,0.0,0.0,0.0 -p13283,hydro,0.0,0.0,0.0,0.0,0.0 -p13283,nuclear,0.0,0.0,0.0,0.0,0.0 -p13283,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13283,pv,55.25,110.5,147.33333333332848,184.16666666667152,221.0 -p13283,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p13283,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13277,battery,0.0,0.0,0.0,0.0,0.0 +p13277,biomass,0.0,0.0,0.0,0.0,0.0 +p13277,coal,0.0,0.0,0.0,0.0,0.0 +p13277,gas,0.0,0.0,0.0,0.0,0.0 +p13277,geothermal,0.0,0.0,0.0,0.0,0.0 +p13277,h2,0.0,0.0,0.0,0.0,0.0 +p13277,hydro,0.0,0.0,0.0,0.0,0.0 +p13277,nuclear,0.0,0.0,0.0,0.0,0.0 +p13277,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13277,pv,0.0,0.0,29.333333333328483,58.66666666666424,88.0 +p13277,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13277,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13279,csp,0.0,0.0,0.0,0.0,0.0 +p13283,csp,0.0,0.0,0.0,0.0,0.0 p13285,battery,0.0,0.0,0.0,0.0,0.0 p13285,biomass,0.0,0.0,0.0,0.0,0.0 p13285,coal,0.0,0.0,0.0,0.0,0.0 +p13285,csp,0.0,0.0,0.0,0.0,0.0 p13285,gas,0.0,0.0,0.0,0.0,0.0 p13285,geothermal,0.0,0.0,0.0,0.0,0.0 p13285,h2,0.0,0.0,0.0,0.0,0.0 p13285,hydro,0.0,0.0,0.0,0.0,0.0 p13285,nuclear,0.0,0.0,0.0,0.0,0.0 p13285,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13285,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p13285,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p13285,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13285,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13287,battery,0.0,0.0,38.41666666667152,76.83333333332848,115.25 +p13287,battery,0.0,0.0,0.0,0.0,0.0 p13287,biomass,0.0,0.0,0.0,0.0,0.0 p13287,coal,0.0,0.0,0.0,0.0,0.0 +p13287,csp,0.0,0.0,0.0,0.0,0.0 p13287,gas,0.0,0.0,0.0,0.0,0.0 p13287,geothermal,0.0,0.0,0.0,0.0,0.0 p13287,h2,0.0,0.0,0.0,0.0,0.0 p13287,hydro,0.0,0.0,0.0,0.0,0.0 p13287,nuclear,0.0,0.0,0.0,0.0,0.0 p13287,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13287,pv,55.25,110.5,400.66666666662786,690.8333333333721,981.0 +p13287,pv,0.0,0.0,40.0,80.0,120.0 p13287,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13287,wind-ons,0.0,0.0,0.0,0.0,0.0 p13289,battery,0.0,0.0,0.0,0.0,0.0 p13289,biomass,0.0,0.0,0.0,0.0,0.0 p13289,coal,0.0,0.0,0.0,0.0,0.0 +p13289,csp,0.0,0.0,0.0,0.0,0.0 p13289,gas,0.0,0.0,0.0,0.0,0.0 p13289,geothermal,0.0,0.0,0.0,0.0,0.0 p13289,h2,0.0,0.0,0.0,0.0,0.0 p13289,hydro,0.0,0.0,0.0,0.0,0.0 p13289,nuclear,0.0,0.0,0.0,0.0,0.0 p13289,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13289,pv,0.0,0.0,50.0,100.0,150.0 +p13289,pv,0.0,0.0,107.33333333331393,214.66666666665697,322.0 p13289,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13289,wind-ons,0.0,0.0,0.0,0.0,0.0 p13299,battery,0.0,0.0,0.0,0.0,0.0 p13299,biomass,0.0,0.0,0.0,0.0,0.0 p13299,coal,0.0,0.0,0.0,0.0,0.0 +p13299,csp,0.0,0.0,0.0,0.0,0.0 p13299,gas,0.0,0.0,0.0,0.0,0.0 p13299,geothermal,0.0,0.0,0.0,0.0,0.0 p13299,h2,0.0,0.0,0.0,0.0,0.0 p13299,hydro,0.0,0.0,0.0,0.0,0.0 p13299,nuclear,0.0,0.0,0.0,0.0,0.0 p13299,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13299,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p13299,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p13299,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13299,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13301,battery,15.0,30.0,40.0,50.0,60.0 +p13301,battery,0.0,0.0,0.0,0.0,0.0 p13301,biomass,0.0,0.0,0.0,0.0,0.0 p13301,coal,0.0,0.0,0.0,0.0,0.0 +p13301,csp,0.0,0.0,0.0,0.0,0.0 p13301,gas,0.0,0.0,0.0,0.0,0.0 p13301,geothermal,0.0,0.0,0.0,0.0,0.0 p13301,h2,0.0,0.0,0.0,0.0,0.0 p13301,hydro,0.0,0.0,0.0,0.0,0.0 p13301,nuclear,0.0,0.0,0.0,0.0,0.0 p13301,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13301,pv,60.0,120.0,270.0,420.0,570.0 +p13301,pv,100.0,200.0,333.33333333337214,466.66666666668607,600.0 p13301,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13301,wind-ons,0.0,0.0,0.0,0.0,0.0 p13303,battery,0.0,0.0,0.0,0.0,0.0 p13303,biomass,0.0,0.0,0.0,0.0,0.0 p13303,coal,0.0,0.0,0.0,0.0,0.0 +p13303,csp,0.0,0.0,0.0,0.0,0.0 p13303,gas,0.0,0.0,0.0,0.0,0.0 p13303,geothermal,0.0,0.0,0.0,0.0,0.0 p13303,h2,0.0,0.0,0.0,0.0,0.0 p13303,hydro,0.0,0.0,0.0,0.0,0.0 p13303,nuclear,0.0,0.0,0.0,0.0,0.0 p13303,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13303,pv,100.0,200.0,431.66666666668607,663.3333333333139,895.0 +p13303,pv,100.0,200.0,362.66666666662786,525.3333333333139,688.0 p13303,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13303,wind-ons,0.0,0.0,0.0,0.0,0.0 p13305,battery,0.0,0.0,0.0,0.0,0.0 @@ -3494,30 +3424,33 @@ p13305,wind-ons,0.0,0.0,0.0,0.0,0.0 p13309,battery,0.0,0.0,0.0,0.0,0.0 p13309,biomass,0.0,0.0,0.0,0.0,0.0 p13309,coal,0.0,0.0,0.0,0.0,0.0 +p13309,csp,0.0,0.0,0.0,0.0,0.0 p13309,gas,0.0,0.0,0.0,0.0,0.0 p13309,geothermal,0.0,0.0,0.0,0.0,0.0 p13309,h2,0.0,0.0,0.0,0.0,0.0 p13309,hydro,0.0,0.0,0.0,0.0,0.0 p13309,nuclear,0.0,0.0,0.0,0.0,0.0 p13309,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13309,pv,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p13309,pv,40.0,80.0,80.0,80.0,80.0 p13309,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13309,wind-ons,0.0,0.0,0.0,0.0,0.0 p13315,battery,0.0,0.0,0.0,0.0,0.0 p13315,biomass,0.0,0.0,0.0,0.0,0.0 p13315,coal,0.0,0.0,0.0,0.0,0.0 +p13315,csp,0.0,0.0,0.0,0.0,0.0 p13315,gas,0.0,0.0,0.0,0.0,0.0 p13315,geothermal,0.0,0.0,0.0,0.0,0.0 p13315,h2,0.0,0.0,0.0,0.0,0.0 p13315,hydro,0.0,0.0,0.0,0.0,0.0 p13315,nuclear,0.0,0.0,0.0,0.0,0.0 p13315,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p13315,pv,45.0,90.0,180.0,270.0,360.0 +p13315,pv,0.0,0.0,70.0,140.0,210.0 p13315,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13315,wind-ons,0.0,0.0,0.0,0.0,0.0 -p13319,battery,0.0,0.0,73.33333333334303,146.66666666665697,220.0 +p13319,battery,110.0,220.0,220.0,220.0,220.0 p13319,biomass,0.0,0.0,0.0,0.0,0.0 p13319,coal,0.0,0.0,0.0,0.0,0.0 +p13319,csp,0.0,0.0,0.0,0.0,0.0 p13319,gas,0.0,0.0,0.0,0.0,0.0 p13319,geothermal,0.0,0.0,0.0,0.0,0.0 p13319,h2,0.0,0.0,0.0,0.0,0.0 @@ -3527,93 +3460,92 @@ p13319,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p13319,pv,0.0,0.0,0.0,0.0,0.0 p13319,wind-ofs,0.0,0.0,0.0,0.0,0.0 p13319,wind-ons,0.0,0.0,0.0,0.0,0.0 -p16001,battery,235.0,470.0,626.6666666666861,783.3333333333139,940.0 +p13321,csp,0.0,0.0,0.0,0.0,0.0 +p16001,battery,75.0,150.0,166.66666666667152,183.33333333333576,200.0 p16001,biomass,0.0,0.0,0.0,0.0,0.0 p16001,coal,0.0,0.0,0.0,0.0,0.0 +p16001,csp,0.0,0.0,0.0,0.0,0.0 p16001,gas,0.0,0.0,0.0,0.0,0.0 p16001,geothermal,0.0,0.0,0.0,0.0,0.0 p16001,h2,0.0,0.0,0.0,0.0,0.0 p16001,hydro,0.0,0.0,0.0,0.0,0.0 p16001,nuclear,0.0,0.0,0.0,0.0,0.0 p16001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16001,pv,712.5,1425.0,1900.0,2375.0,2850.0 +p16001,pv,362.5,725.0,1084.6666666667443,1444.3333333333721,1804.0 p16001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p16001,wind-ons,0.0,0.0,0.0,0.0,0.0 p16005,battery,0.0,0.0,0.0,0.0,0.0 p16005,biomass,0.0,0.0,0.0,0.0,0.0 p16005,coal,0.0,0.0,0.0,0.0,0.0 +p16005,csp,0.0,0.0,0.0,0.0,0.0 p16005,gas,0.0,0.0,0.0,0.0,0.0 p16005,geothermal,0.0,0.0,0.0,0.0,0.0 p16005,h2,0.0,0.0,0.0,0.0,0.0 -p16005,hydro,0.45,0.9,1.1999999999999318,1.4999999999998863,1.8 +p16005,hydro,0.45,0.9,0.9,0.9,0.9 p16005,nuclear,0.0,0.0,0.0,0.0,0.0 p16005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16005,pv,150.0,300.0,400.0,500.0,600.0 +p16005,pv,150.0,300.0,300.0,300.0,300.0 p16005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p16005,wind-ons,0.0,0.0,0.0,0.0,0.0 -p16007,battery,0.0,0.0,0.0,0.0,0.0 -p16007,biomass,0.0,0.0,0.0,0.0,0.0 -p16007,coal,0.0,0.0,0.0,0.0,0.0 -p16007,gas,0.0,0.0,0.0,0.0,0.0 -p16007,geothermal,0.0,0.0,0.0,0.0,0.0 -p16007,h2,0.0,0.0,0.0,0.0,0.0 -p16007,hydro,0.0,0.0,0.0,0.0,0.0 -p16007,nuclear,0.0,0.0,0.0,0.0,0.0 -p16007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16007,pv,162.5,325.0,433.33333333334303,541.666666666657,650.0 -p16007,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p16007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16007,csp,0.0,0.0,0.0,0.0,0.0 p16009,battery,0.0,0.0,0.0,0.0,0.0 p16009,biomass,0.0,0.0,0.0,0.0,0.0 p16009,coal,0.0,0.0,0.0,0.0,0.0 +p16009,csp,0.0,0.0,0.0,0.0,0.0 p16009,gas,0.0,0.0,0.0,0.0,0.0 p16009,geothermal,0.0,0.0,0.0,0.0,0.0 p16009,h2,0.0,0.0,0.0,0.0,0.0 p16009,hydro,0.0,0.0,0.0,0.0,0.0 p16009,nuclear,0.0,0.0,0.0,0.0,0.0 p16009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16009,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p16009,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p16009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p16009,wind-ons,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p16009,wind-ons,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p16011,battery,0.0,0.0,0.0,0.0,0.0 p16011,biomass,0.0,0.0,0.0,0.0,0.0 p16011,coal,0.0,0.0,0.0,0.0,0.0 +p16011,csp,0.0,0.0,0.0,0.0,0.0 p16011,gas,0.0,0.0,0.0,0.0,0.0 p16011,geothermal,0.0,0.0,0.0,0.0,0.0 p16011,h2,0.0,0.0,0.0,0.0,0.0 p16011,hydro,0.0,0.0,0.0,0.0,0.0 -p16011,nuclear,0.0,0.0,0.0,0.0,0.0 +p16011,nuclear,0.0,0.0,15.0,30.0,45.0 p16011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16011,pv,292.5,585.0,850.6666666666279,1116.3333333333721,1382.0 +p16011,pv,0.0,0.0,284.3333333332557,568.6666666666279,853.0 p16011,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p16011,wind-ons,0.0,0.0,319.266666666721,638.533333333442,957.8 +p16011,wind-ons,0.0,0.0,285.5999999999767,571.1999999999534,856.8 p16013,battery,0.0,0.0,0.0,0.0,0.0 p16013,biomass,0.0,0.0,0.0,0.0,0.0 p16013,coal,0.0,0.0,0.0,0.0,0.0 +p16013,csp,0.0,0.0,0.0,0.0,0.0 p16013,gas,0.0,0.0,0.0,0.0,0.0 p16013,geothermal,0.0,0.0,0.0,0.0,0.0 p16013,h2,0.0,0.0,0.0,0.0,0.0 p16013,hydro,0.0,0.0,0.0,0.0,0.0 p16013,nuclear,0.0,0.0,0.0,0.0,0.0 p16013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16013,pv,100.0,200.0,466.66666666662786,733.3333333333721,1000.0 +p16013,pv,100.0,200.0,200.0,200.0,200.0 p16013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p16013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16017,csp,0.0,0.0,0.0,0.0,0.0 p16019,battery,0.0,0.0,0.0,0.0,0.0 p16019,biomass,0.0,0.0,0.0,0.0,0.0 p16019,coal,0.0,0.0,0.0,0.0,0.0 +p16019,csp,0.0,0.0,0.0,0.0,0.0 p16019,gas,0.0,0.0,0.0,0.0,0.0 p16019,geothermal,0.0,0.0,0.0,0.0,0.0 p16019,h2,0.0,0.0,0.0,0.0,0.0 p16019,hydro,0.0,0.0,0.0,0.0,0.0 p16019,nuclear,0.0,0.0,0.0,0.0,0.0 p16019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16019,pv,0.0,0.0,132.66666666668607,265.33333333331393,398.0 +p16019,pv,0.0,0.0,0.0,0.0,0.0 p16019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p16019,wind-ons,0.0,0.0,102.0,204.0,306.0 -p16027,battery,140.0,280.0,373.33333333334303,466.66666666665697,560.0 +p16019,wind-ons,0.0,0.0,51.0,102.0,153.0 +p16023,csp,0.0,0.0,0.0,0.0,0.0 +p16027,battery,0.0,0.0,197.93333333329065,395.8666666666395,593.8 p16027,biomass,0.0,0.0,0.0,0.0,0.0 p16027,coal,0.0,0.0,0.0,0.0,0.0 +p16027,csp,0.0,0.0,0.0,0.0,0.0 p16027,gas,0.0,0.0,0.0,0.0,0.0 p16027,geothermal,0.0,0.0,0.0,0.0,0.0 p16027,h2,0.0,0.0,0.0,0.0,0.0 @@ -3623,45 +3555,13 @@ p16027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p16027,pv,0.0,0.0,0.0,0.0,0.0 p16027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p16027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p16029,battery,0.0,0.0,0.0,0.0,0.0 -p16029,biomass,0.0,0.0,0.0,0.0,0.0 -p16029,coal,0.0,0.0,0.0,0.0,0.0 -p16029,gas,0.0,0.0,0.0,0.0,0.0 -p16029,geothermal,0.0,0.0,0.0,0.0,0.0 -p16029,h2,0.0,0.0,0.0,0.0,0.0 -p16029,hydro,0.0,0.0,0.0,0.0,0.0 -p16029,nuclear,0.0,0.0,0.0,0.0,0.0 -p16029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16029,pv,0.0,0.0,81.66666666665697,163.33333333334303,245.0 -p16029,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p16029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p16031,battery,0.0,0.0,0.0,0.0,0.0 -p16031,biomass,0.0,0.0,0.0,0.0,0.0 -p16031,coal,0.0,0.0,0.0,0.0,0.0 -p16031,gas,0.0,0.0,0.0,0.0,0.0 -p16031,geothermal,0.0,0.0,3.33333333333303,6.66666666666697,10.0 -p16031,h2,0.0,0.0,0.0,0.0,0.0 -p16031,hydro,0.0,0.0,0.0,0.0,0.0 -p16031,nuclear,0.0,0.0,0.0,0.0,0.0 -p16031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16031,pv,0.0,0.0,0.0,0.0,0.0 -p16031,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p16031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p16033,battery,0.0,0.0,0.0,0.0,0.0 -p16033,biomass,0.0,0.0,0.0,0.0,0.0 -p16033,coal,0.0,0.0,0.0,0.0,0.0 -p16033,gas,0.0,0.0,0.0,0.0,0.0 -p16033,geothermal,0.0,0.0,0.0,0.0,0.0 -p16033,h2,0.0,0.0,0.0,0.0,0.0 -p16033,hydro,0.0,0.0,0.0,0.0,0.0 -p16033,nuclear,0.0,0.0,0.0,0.0,0.0 -p16033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16033,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p16033,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p16033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16029,csp,0.0,0.0,0.0,0.0,0.0 +p16031,csp,0.0,0.0,0.0,0.0,0.0 +p16033,csp,0.0,0.0,0.0,0.0,0.0 p16035,battery,0.0,0.0,0.0,0.0,0.0 p16035,biomass,0.0,0.0,0.0,0.0,0.0 p16035,coal,0.0,0.0,0.0,0.0,0.0 +p16035,csp,0.0,0.0,0.0,0.0,0.0 p16035,gas,0.0,0.0,0.0,0.0,0.0 p16035,geothermal,0.0,0.0,0.0,0.0,0.0 p16035,h2,0.0,0.0,0.0,0.0,0.0 @@ -3671,33 +3571,36 @@ p16035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p16035,pv,0.0,0.0,0.0,0.0,0.0 p16035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p16035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p16039,battery,0.0,0.0,0.0,0.0,0.0 +p16039,battery,0.0,0.0,110.0,220.0,330.0 p16039,biomass,0.0,0.0,0.0,0.0,0.0 p16039,coal,0.0,0.0,0.0,0.0,0.0 -p16039,gas,0.0,0.0,0.0,0.0,0.0 +p16039,csp,0.0,0.0,0.0,0.0,0.0 +p16039,gas,0.0,0.0,412.75333333329763,825.5066666665953,1238.26 p16039,geothermal,0.0,0.0,0.0,0.0,0.0 p16039,h2,0.0,0.0,0.0,0.0,0.0 p16039,hydro,0.0,0.0,0.0,0.0,0.0 p16039,nuclear,0.0,0.0,0.0,0.0,0.0 p16039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16039,pv,144.5,289.0,385.33333333334303,481.66666666665697,578.0 +p16039,pv,289.5,579.0,702.3333333333139,825.666666666657,949.0 p16039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p16039,wind-ons,0.0,0.0,0.0,0.0,0.0 p16041,battery,0.0,0.0,0.0,0.0,0.0 p16041,biomass,0.0,0.0,0.0,0.0,0.0 p16041,coal,0.0,0.0,0.0,0.0,0.0 +p16041,csp,0.0,0.0,0.0,0.0,0.0 p16041,gas,0.0,0.0,0.0,0.0,0.0 p16041,geothermal,0.0,0.0,0.0,0.0,0.0 p16041,h2,0.0,0.0,0.0,0.0,0.0 -p16041,hydro,0.205,0.41,0.5466666666666242,0.6833333333332803,0.82 +p16041,hydro,0.205,0.41,0.41,0.41,0.41 p16041,nuclear,0.0,0.0,0.0,0.0,0.0 p16041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16041,pv,0.0,0.0,100.0,200.0,300.0 +p16041,pv,0.0,0.0,0.0,0.0,0.0 p16041,wind-ofs,0.0,0.0,0.0,0.0,0.0 p16041,wind-ons,0.0,0.0,0.0,0.0,0.0 -p16043,battery,0.0,0.0,17.33333333333576,34.66666666666424,52.0 +p16043,battery,0.0,0.0,17.333333333328483,34.66666666666424,52.0 p16043,biomass,0.0,0.0,0.0,0.0,0.0 p16043,coal,0.0,0.0,0.0,0.0,0.0 +p16043,csp,0.0,0.0,0.0,0.0,0.0 p16043,gas,0.0,0.0,0.0,0.0,0.0 p16043,geothermal,0.0,0.0,0.0,0.0,0.0 p16043,h2,0.0,0.0,0.0,0.0,0.0 @@ -3707,37 +3610,41 @@ p16043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p16043,pv,0.0,0.0,50.0,100.0,150.0 p16043,wind-ofs,0.0,0.0,0.0,0.0,0.0 p16043,wind-ons,0.0,0.0,0.0,0.0,0.0 -p16051,battery,0.0,0.0,100.0,200.0,300.0 -p16051,biomass,0.0,0.0,0.0,0.0,0.0 -p16051,coal,0.0,0.0,0.0,0.0,0.0 -p16051,gas,0.0,0.0,0.0,0.0,0.0 -p16051,geothermal,0.0,0.0,0.0,0.0,0.0 -p16051,h2,0.0,0.0,0.0,0.0,0.0 -p16051,hydro,0.0,0.0,0.0,0.0,0.0 -p16051,nuclear,0.0,0.0,0.0,0.0,0.0 -p16051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16051,pv,0.0,0.0,0.0,0.0,0.0 -p16051,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p16051,wind-ons,0.0,0.0,0.0,0.0,0.0 -p16053,battery,130.0,260.0,346.66666666665697,433.33333333334303,520.0 +p16045,battery,0.0,0.0,0.0,0.0,0.0 +p16045,biomass,0.0,0.0,0.0,0.0,0.0 +p16045,coal,0.0,0.0,0.0,0.0,0.0 +p16045,gas,0.0,0.0,0.0,0.0,0.0 +p16045,geothermal,0.0,0.0,0.0,0.0,0.0 +p16045,h2,0.0,0.0,0.0,0.0,0.0 +p16045,hydro,0.0375,0.075,0.075,0.075,0.075 +p16045,nuclear,0.0,0.0,0.0,0.0,0.0 +p16045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16045,pv,0.0,0.0,0.0,0.0,0.0 +p16045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16047,csp,0.0,0.0,0.0,0.0,0.0 +p16051,csp,0.0,0.0,0.0,0.0,0.0 +p16053,battery,100.0,200.0,200.0,200.0,200.0 p16053,biomass,0.0,0.0,0.0,0.0,0.0 p16053,coal,0.0,0.0,0.0,0.0,0.0 +p16053,csp,0.0,0.0,0.0,0.0,0.0 p16053,gas,0.0,0.0,0.0,0.0,0.0 p16053,geothermal,0.0,0.0,0.0,0.0,0.0 p16053,h2,0.0,0.0,0.0,0.0,0.0 p16053,hydro,0.0,0.0,0.0,0.0,0.0 p16053,nuclear,0.0,0.0,0.0,0.0,0.0 p16053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16053,pv,0.0,0.0,0.0,0.0,0.0 +p16053,pv,60.0,120.0,120.0,120.0,120.0 p16053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p16053,wind-ons,0.0,0.0,0.0,0.0,0.0 p16055,battery,0.0,0.0,0.0,0.0,0.0 p16055,biomass,0.0,0.0,0.0,0.0,0.0 p16055,coal,0.0,0.0,0.0,0.0,0.0 -p16055,gas,0.0,0.0,0.0,0.0,0.0 +p16055,csp,0.0,0.0,0.0,0.0,0.0 +p16055,gas,0.0,0.0,67.66666666668607,135.33333333334303,203.0 p16055,geothermal,0.0,0.0,0.0,0.0,0.0 p16055,h2,0.0,0.0,0.0,0.0,0.0 -p16055,hydro,13.0,26.0,34.66666666666788,43.33333333333212,52.0 +p16055,hydro,26.0,52.0,52.0,52.0,52.0 p16055,nuclear,0.0,0.0,0.0,0.0,0.0 p16055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p16055,pv,0.0,0.0,0.0,0.0,0.0 @@ -3746,54 +3653,98 @@ p16055,wind-ons,0.0,0.0,0.0,0.0,0.0 p16063,battery,0.0,0.0,0.0,0.0,0.0 p16063,biomass,0.0,0.0,0.0,0.0,0.0 p16063,coal,0.0,0.0,0.0,0.0,0.0 +p16063,csp,0.0,0.0,0.0,0.0,0.0 p16063,gas,0.0,0.0,0.0,0.0,0.0 p16063,geothermal,0.0,0.0,0.0,0.0,0.0 p16063,h2,0.0,0.0,0.0,0.0,0.0 p16063,hydro,0.0,0.0,0.0,0.0,0.0 p16063,nuclear,0.0,0.0,0.0,0.0,0.0 p16063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16063,pv,0.0,0.0,66.6333333333314,133.2666666666628,199.9 +p16063,pv,99.95,199.9,199.9,199.9,199.9 p16063,wind-ofs,0.0,0.0,0.0,0.0,0.0 p16063,wind-ons,0.0,0.0,0.0,0.0,0.0 -p16073,battery,214.0,428.0,791.3000000000466,1154.6000000000931,1517.9 +p16067,battery,0.0,0.0,0.0,0.0,0.0 +p16067,biomass,0.0,0.0,0.0,0.0,0.0 +p16067,coal,0.0,0.0,0.0,0.0,0.0 +p16067,csp,0.0,0.0,0.0,0.0,0.0 +p16067,gas,0.0,0.0,0.0,0.0,0.0 +p16067,geothermal,0.0,0.0,0.0,0.0,0.0 +p16067,h2,0.0,0.0,0.0,0.0,0.0 +p16067,hydro,0.0,0.0,0.0,0.0,0.0 +p16067,nuclear,0.0,0.0,0.0,0.0,0.0 +p16067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16067,pv,0.0,0.0,18.666666666671517,37.33333333333576,56.0 +p16067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16069,battery,0.0,0.0,0.0,0.0,0.0 +p16069,biomass,0.0,0.0,0.0,0.0,0.0 +p16069,coal,0.0,0.0,0.0,0.0,0.0 +p16069,gas,0.0,0.0,0.0,0.0,0.0 +p16069,geothermal,0.0,0.0,0.0,0.0,0.0 +p16069,h2,0.0,0.0,0.0,0.0,0.0 +p16069,hydro,0.0,0.0,0.0,0.0,0.0 +p16069,nuclear,0.0,0.0,0.0,0.0,0.0 +p16069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16069,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p16069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16071,csp,0.0,0.0,0.0,0.0,0.0 +p16073,battery,321.5,643.0,759.6666666666861,876.333333333343,993.0 p16073,biomass,0.0,0.0,0.0,0.0,0.0 p16073,coal,0.0,0.0,0.0,0.0,0.0 +p16073,csp,0.0,0.0,0.0,0.0,0.0 p16073,gas,0.0,0.0,0.0,0.0,0.0 p16073,geothermal,0.0,0.0,0.0,0.0,0.0 p16073,h2,0.0,0.0,0.0,0.0,0.0 p16073,hydro,0.0,0.0,0.0,0.0,0.0 p16073,nuclear,0.0,0.0,0.0,0.0,0.0 p16073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16073,pv,150.0,300.0,400.0,500.0,600.0 +p16073,pv,0.0,0.0,0.0,0.0,0.0 p16073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p16073,wind-ons,0.0,0.0,0.0,0.0,0.0 p16077,battery,0.0,0.0,0.0,0.0,0.0 p16077,biomass,0.0,0.0,0.0,0.0,0.0 p16077,coal,0.0,0.0,0.0,0.0,0.0 -p16077,gas,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p16077,csp,0.0,0.0,0.0,0.0,0.0 +p16077,gas,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p16077,geothermal,0.0,0.0,0.0,0.0,0.0 p16077,h2,0.0,0.0,0.0,0.0,0.0 p16077,hydro,0.0,0.0,0.0,0.0,0.0 p16077,nuclear,0.0,0.0,0.0,0.0,0.0 p16077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16077,pv,150.0,300.0,533.3333333333139,766.6666666666861,1000.0 +p16077,pv,450.0,900.0,900.0,900.0,900.0 p16077,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p16077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16077,wind-ons,0.0,0.0,100.0,200.0,300.0 p16083,battery,0.0,0.0,0.0,0.0,0.0 p16083,biomass,0.0,0.0,0.0,0.0,0.0 p16083,coal,0.0,0.0,0.0,0.0,0.0 -p16083,gas,0.0,0.0,0.0,0.0,0.0 +p16083,csp,0.0,0.0,0.0,0.0,0.0 +p16083,gas,0.0,0.0,6.420000000000073,12.840000000000146,19.26 p16083,geothermal,0.0,0.0,0.0,0.0,0.0 p16083,h2,0.0,0.0,0.0,0.0,0.0 -p16083,hydro,0.75,1.5,2.0,2.5,3.0 +p16083,hydro,0.0,0.0,0.0,0.0,0.0 p16083,nuclear,0.0,0.0,0.0,0.0,0.0 p16083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p16083,pv,165.0,330.0,440.0,550.0,660.0 +p16083,pv,0.0,0.0,0.0,0.0,0.0 p16083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p16083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17001,battery,0.0,0.0,116.66666666665697,233.33333333334303,350.0 +p16087,battery,0.0,0.0,0.0,0.0,0.0 +p16087,biomass,0.0,0.0,0.0,0.0,0.0 +p16087,coal,0.0,0.0,0.0,0.0,0.0 +p16087,csp,0.0,0.0,0.0,0.0,0.0 +p16087,gas,0.0,0.0,0.0,0.0,0.0 +p16087,geothermal,0.0,0.0,0.0,0.0,0.0 +p16087,h2,0.0,0.0,0.0,0.0,0.0 +p16087,hydro,0.0,0.0,0.0,0.0,0.0 +p16087,nuclear,0.0,0.0,0.0,0.0,0.0 +p16087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16087,pv,0.0,0.0,40.666666666656965,81.33333333332848,122.0 +p16087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17001,battery,0.0,0.0,116.66666666668607,233.33333333334303,350.0 p17001,biomass,0.0,0.0,0.0,0.0,0.0 p17001,coal,0.0,0.0,0.0,0.0,0.0 +p17001,csp,0.0,0.0,0.0,0.0,0.0 p17001,gas,0.0,0.0,0.0,0.0,0.0 p17001,geothermal,0.0,0.0,0.0,0.0,0.0 p17001,h2,0.0,0.0,0.0,0.0,0.0 @@ -3803,184 +3754,200 @@ p17001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p17001,pv,47.45,94.9,249.90000000002328,404.9000000000233,559.9 p17001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17005,battery,0.0,0.0,0.0,0.0,0.0 -p17005,biomass,0.0,0.0,0.0,0.0,0.0 -p17005,coal,0.0,0.0,0.0,0.0,0.0 -p17005,gas,0.0,0.0,0.0,0.0,0.0 -p17005,geothermal,0.0,0.0,0.0,0.0,0.0 -p17005,h2,0.0,0.0,0.0,0.0,0.0 -p17005,hydro,0.0,0.0,0.0,0.0,0.0 -p17005,nuclear,0.0,0.0,0.0,0.0,0.0 -p17005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17005,pv,0.0,0.0,50.0,100.0,150.0 -p17005,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17005,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17007,battery,0.0,0.0,0.0,0.0,0.0 -p17007,biomass,0.0,0.0,0.0,0.0,0.0 -p17007,coal,0.0,0.0,0.0,0.0,0.0 -p17007,gas,0.0,0.0,0.0,0.0,0.0 -p17007,geothermal,0.0,0.0,0.0,0.0,0.0 -p17007,h2,0.0,0.0,0.0,0.0,0.0 -p17007,hydro,0.0,0.0,0.0,0.0,0.0 -p17007,nuclear,0.0,0.0,0.0,0.0,0.0 -p17007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17007,pv,0.0,0.0,20.53333333333285,41.0666666666657,61.6 -p17007,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17005,csp,0.0,0.0,0.0,0.0,0.0 +p17007,csp,0.0,0.0,0.0,0.0,0.0 p17011,battery,0.0,0.0,0.0,0.0,0.0 p17011,biomass,0.0,0.0,0.0,0.0,0.0 p17011,coal,0.0,0.0,0.0,0.0,0.0 +p17011,csp,0.0,0.0,0.0,0.0,0.0 p17011,gas,0.0,0.0,0.0,0.0,0.0 p17011,geothermal,0.0,0.0,0.0,0.0,0.0 p17011,h2,0.0,0.0,0.0,0.0,0.0 p17011,hydro,0.0,0.0,0.0,0.0,0.0 p17011,nuclear,0.0,0.0,0.0,0.0,0.0 p17011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17011,pv,0.0,0.0,0.0,0.0,0.0 +p17011,pv,0.0,0.0,134.96000000002095,269.9199999999837,404.88 p17011,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17011,wind-ons,0.0,0.0,149.59999999997672,299.19999999995343,448.8 +p17011,wind-ons,0.0,0.0,89.79999999998836,179.60000000000582,269.4 p17017,battery,0.0,0.0,0.0,0.0,0.0 p17017,biomass,0.0,0.0,0.0,0.0,0.0 p17017,coal,0.0,0.0,0.0,0.0,0.0 +p17017,csp,0.0,0.0,0.0,0.0,0.0 p17017,gas,0.0,0.0,0.0,0.0,0.0 p17017,geothermal,0.0,0.0,0.0,0.0,0.0 p17017,h2,0.0,0.0,0.0,0.0,0.0 p17017,hydro,0.0,0.0,0.0,0.0,0.0 p17017,nuclear,0.0,0.0,0.0,0.0,0.0 p17017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17017,pv,74.97,149.94,199.91999999999825,249.90000000000873,299.88 +p17017,pv,0.0,0.0,49.98000000001048,99.9600000000064,149.94 p17017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17017,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17019,battery,0.0,0.0,180.0,360.0,540.0 +p17019,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p17019,biomass,0.0,0.0,0.0,0.0,0.0 p17019,coal,0.0,0.0,0.0,0.0,0.0 +p17019,csp,0.0,0.0,0.0,0.0,0.0 p17019,gas,0.0,0.0,0.0,0.0,0.0 p17019,geothermal,0.0,0.0,0.0,0.0,0.0 p17019,h2,0.0,0.0,0.0,0.0,0.0 p17019,hydro,0.0,0.0,0.0,0.0,0.0 p17019,nuclear,0.0,0.0,0.0,0.0,0.0 p17019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17019,pv,75.0,150.0,383.7666666666628,617.5333333333256,851.3 +p17019,pv,75.0,150.0,258.7666666666337,367.5333333333256,476.3 p17019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17019,wind-ons,0.0,0.0,150.0,300.0,450.0 -p17021,battery,0.0,0.0,10.0,20.0,30.0 +p17019,wind-ons,0.0,0.0,96.12666666664882,192.25333333332674,288.38 +p17021,battery,0.0,0.0,93.33333333331393,186.66666666665697,280.0 p17021,biomass,0.0,0.0,0.0,0.0,0.0 p17021,coal,0.0,0.0,0.0,0.0,0.0 +p17021,csp,0.0,0.0,0.0,0.0,0.0 p17021,gas,0.0,0.0,0.0,0.0,0.0 p17021,geothermal,0.0,0.0,0.0,0.0,0.0 p17021,h2,0.0,0.0,0.0,0.0,0.0 p17021,hydro,0.0,0.0,0.0,0.0,0.0 p17021,nuclear,0.0,0.0,0.0,0.0,0.0 p17021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17021,pv,315.0,630.0,987.6999999999534,1345.3999999999069,1703.1 +p17021,pv,10.0,20.0,633.0,1246.0,1859.0 p17021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17021,wind-ons,225.0,450.0,600.0,750.0,900.0 -p17023,battery,0.0,0.0,116.66666666665697,233.33333333334303,350.0 +p17021,wind-ons,100.0,200.0,283.33333333331393,366.66666666665697,450.0 +p17023,battery,0.0,0.0,116.66666666668607,233.33333333334303,350.0 p17023,biomass,0.0,0.0,0.0,0.0,0.0 p17023,coal,0.0,0.0,0.0,0.0,0.0 +p17023,csp,0.0,0.0,0.0,0.0,0.0 p17023,gas,0.0,0.0,0.0,0.0,0.0 p17023,geothermal,0.0,0.0,0.0,0.0,0.0 p17023,h2,0.0,0.0,0.0,0.0,0.0 p17023,hydro,0.0,0.0,0.0,0.0,0.0 p17023,nuclear,0.0,0.0,0.0,0.0,0.0 p17023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17023,pv,354.3,708.6,944.7999999999884,1181.0,1417.2 +p17023,pv,316.8,633.6,838.5999999999767,1043.5999999999767,1248.6 p17023,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17023,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17025,battery,0.0,0.0,100.0,200.0,300.0 +p17025,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p17025,biomass,0.0,0.0,0.0,0.0,0.0 p17025,coal,0.0,0.0,0.0,0.0,0.0 +p17025,csp,0.0,0.0,0.0,0.0,0.0 p17025,gas,0.0,0.0,0.0,0.0,0.0 p17025,geothermal,0.0,0.0,0.0,0.0,0.0 p17025,h2,0.0,0.0,0.0,0.0,0.0 p17025,hydro,0.0,0.0,0.0,0.0,0.0 p17025,nuclear,0.0,0.0,0.0,0.0,0.0 p17025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17025,pv,237.5,475.0,700.0,925.0,1150.0 +p17025,pv,0.0,0.0,333.3333333332557,666.6666666666279,1000.0 p17025,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17025,wind-ons,0.0,0.0,0.0,0.0,0.0 p17027,battery,0.0,0.0,0.0,0.0,0.0 p17027,biomass,0.0,0.0,0.0,0.0,0.0 p17027,coal,0.0,0.0,0.0,0.0,0.0 +p17027,csp,0.0,0.0,0.0,0.0,0.0 p17027,gas,0.0,0.0,0.0,0.0,0.0 p17027,geothermal,0.0,0.0,0.0,0.0,0.0 p17027,h2,0.0,0.0,0.0,0.0,0.0 p17027,hydro,0.0,0.0,0.0,0.0,0.0 p17027,nuclear,0.0,0.0,0.0,0.0,0.0 p17027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17027,pv,0.0,0.0,91.66666666665697,183.33333333334303,275.0 +p17027,pv,0.0,0.0,58.333333333343035,116.66666666667152,175.0 p17027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17029,battery,0.0,0.0,13.33333333333212,26.66666666666788,40.0 +p17029,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p17029,biomass,0.0,0.0,0.0,0.0,0.0 p17029,coal,0.0,0.0,0.0,0.0,0.0 +p17029,csp,0.0,0.0,0.0,0.0,0.0 p17029,gas,0.0,0.0,0.0,0.0,0.0 p17029,geothermal,0.0,0.0,0.0,0.0,0.0 p17029,h2,0.0,0.0,0.0,0.0,0.0 p17029,hydro,0.0,0.0,0.0,0.0,0.0 p17029,nuclear,0.0,0.0,0.0,0.0,0.0 p17029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17029,pv,49.5,99.0,302.66666666668607,506.33333333331393,710.0 +p17029,pv,49.5,99.0,194.66666666668607,290.33333333334303,386.0 p17029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17029,wind-ons,0.0,0.0,166.7666666666628,333.5333333333256,500.3 -p17031,battery,10.0,20.0,130.0,240.0,350.0 +p17031,battery,10.0,20.0,158.33333333337214,296.66666666668607,435.0 p17031,biomass,0.0,0.0,0.0,0.0,0.0 p17031,coal,0.0,0.0,0.0,0.0,0.0 +p17031,csp,0.0,0.0,0.0,0.0,0.0 p17031,gas,0.0,0.0,0.0,0.0,0.0 p17031,geothermal,0.0,0.0,0.0,0.0,0.0 p17031,h2,0.0,0.0,0.0,0.0,0.0 p17031,hydro,0.0,0.0,0.0,0.0,0.0 p17031,nuclear,0.0,0.0,0.0,0.0,0.0 p17031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17031,pv,0.0,0.0,14.66666666666788,29.33333333333212,44.0 +p17031,pv,0.0,0.0,0.0,0.0,0.0 p17031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17035,battery,0.0,0.0,100.0,200.0,300.0 +p17033,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p17033,biomass,0.0,0.0,0.0,0.0,0.0 +p17033,coal,0.0,0.0,0.0,0.0,0.0 +p17033,gas,0.0,0.0,0.0,0.0,0.0 +p17033,geothermal,0.0,0.0,0.0,0.0,0.0 +p17033,h2,0.0,0.0,0.0,0.0,0.0 +p17033,hydro,0.0,0.0,0.0,0.0,0.0 +p17033,nuclear,0.0,0.0,0.0,0.0,0.0 +p17033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17033,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p17033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17035,battery,0.0,0.0,0.0,0.0,0.0 p17035,biomass,0.0,0.0,0.0,0.0,0.0 p17035,coal,0.0,0.0,0.0,0.0,0.0 +p17035,csp,0.0,0.0,0.0,0.0,0.0 p17035,gas,0.0,0.0,0.0,0.0,0.0 p17035,geothermal,0.0,0.0,0.0,0.0,0.0 p17035,h2,0.0,0.0,0.0,0.0,0.0 p17035,hydro,0.0,0.0,0.0,0.0,0.0 p17035,nuclear,0.0,0.0,0.0,0.0,0.0 p17035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17035,pv,0.0,0.0,384.83333333337214,769.6666666666279,1154.5 +p17035,pv,0.0,0.0,303.1666666667443,606.3333333333721,909.5 p17035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17037,battery,0.0,0.0,44.79999999998836,89.59999999999127,134.4 +p17037,battery,0.0,0.0,0.0,0.0,0.0 p17037,biomass,0.0,0.0,0.0,0.0,0.0 p17037,coal,0.0,0.0,0.0,0.0,0.0 +p17037,csp,0.0,0.0,0.0,0.0,0.0 p17037,gas,0.0,0.0,0.0,0.0,0.0 p17037,geothermal,0.0,0.0,0.0,0.0,0.0 p17037,h2,0.0,0.0,0.0,0.0,0.0 p17037,hydro,0.0,0.0,0.0,0.0,0.0 p17037,nuclear,0.0,0.0,0.0,0.0,0.0 p17037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17037,pv,0.0,0.0,398.6783333333442,797.3566666666884,1196.035 +p17037,pv,0.0,0.0,290.8116666667629,581.6233333334094,872.435 p17037,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17037,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17045,battery,0.0,0.0,0.0,0.0,0.0 +p17039,battery,0.0,0.0,0.0,0.0,0.0 +p17039,biomass,0.0,0.0,0.0,0.0,0.0 +p17039,coal,0.0,0.0,0.0,0.0,0.0 +p17039,csp,0.0,0.0,0.0,0.0,0.0 +p17039,gas,0.0,0.0,0.0,0.0,0.0 +p17039,geothermal,0.0,0.0,0.0,0.0,0.0 +p17039,h2,0.0,0.0,0.0,0.0,0.0 +p17039,hydro,0.0,0.0,0.0,0.0,0.0 +p17039,nuclear,0.0,0.0,7.0,14.0,21.0 +p17039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17039,pv,0.0,0.0,147.46666666673264,294.93333333334886,442.4 +p17039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17045,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p17045,biomass,0.0,0.0,0.0,0.0,0.0 p17045,coal,0.0,0.0,0.0,0.0,0.0 +p17045,csp,0.0,0.0,0.0,0.0,0.0 p17045,gas,0.0,0.0,0.0,0.0,0.0 p17045,geothermal,0.0,0.0,0.0,0.0,0.0 p17045,h2,0.0,0.0,0.0,0.0,0.0 p17045,hydro,0.0,0.0,0.0,0.0,0.0 p17045,nuclear,0.0,0.0,0.0,0.0,0.0 p17045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17045,pv,0.0,0.0,105.41000000000349,210.82000000000698,316.23 +p17045,pv,0.0,0.0,172.07666666666046,344.1533333333209,516.23 p17045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17045,wind-ons,0.0,0.0,0.0,0.0,0.0 p17047,battery,0.0,0.0,0.0,0.0,0.0 p17047,biomass,0.0,0.0,0.0,0.0,0.0 p17047,coal,0.0,0.0,0.0,0.0,0.0 +p17047,csp,0.0,0.0,0.0,0.0,0.0 p17047,gas,0.0,0.0,0.0,0.0,0.0 p17047,geothermal,0.0,0.0,0.0,0.0,0.0 p17047,h2,0.0,0.0,0.0,0.0,0.0 p17047,hydro,0.0,0.0,0.0,0.0,0.0 p17047,nuclear,0.0,0.0,0.0,0.0,0.0 p17047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17047,pv,75.0,150.0,200.0,250.0,300.0 +p17047,pv,75.0,150.0,179.33333333332848,208.66666666666424,238.0 p17047,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17047,wind-ons,0.0,0.0,0.0,0.0,0.0 p17049,battery,0.0,0.0,0.0,0.0,0.0 @@ -3995,88 +3962,95 @@ p17049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p17049,pv,0.0,0.0,50.0,100.0,150.0 p17049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17049,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17051,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p17051,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p17051,biomass,0.0,0.0,0.0,0.0,0.0 p17051,coal,0.0,0.0,0.0,0.0,0.0 +p17051,csp,0.0,0.0,0.0,0.0,0.0 p17051,gas,0.0,0.0,0.0,0.0,0.0 p17051,geothermal,0.0,0.0,0.0,0.0,0.0 p17051,h2,0.0,0.0,0.0,0.0,0.0 p17051,hydro,0.0,0.0,0.0,0.0,0.0 p17051,nuclear,0.0,0.0,0.0,0.0,0.0 p17051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17051,pv,0.0,0.0,326.66666666662786,653.3333333333721,980.0 +p17051,pv,0.0,0.0,267.6666666667443,535.3333333333721,803.0 p17051,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17051,wind-ons,0.0,0.0,22.266666666670062,44.53333333333285,66.8 p17053,battery,0.0,0.0,0.0,0.0,0.0 p17053,biomass,0.0,0.0,0.0,0.0,0.0 p17053,coal,0.0,0.0,0.0,0.0,0.0 +p17053,csp,0.0,0.0,0.0,0.0,0.0 p17053,gas,0.0,0.0,0.0,0.0,0.0 p17053,geothermal,0.0,0.0,0.0,0.0,0.0 p17053,h2,0.0,0.0,0.0,0.0,0.0 p17053,hydro,0.0,0.0,0.0,0.0,0.0 p17053,nuclear,0.0,0.0,0.0,0.0,0.0 p17053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17053,pv,0.0,0.0,211.66666666668607,423.33333333331393,635.0 +p17053,pv,0.0,0.0,211.66666666662786,423.33333333331393,635.0 p17053,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17053,wind-ons,425.0,850.0,1133.3333333333721,1416.6666666666279,1700.0 -p17055,battery,0.0,0.0,333.33333333337214,666.6666666666279,1000.0 +p17053,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p17055,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p17055,biomass,0.0,0.0,0.0,0.0,0.0 -p17055,coal,0.0,0.0,0.0,0.0,0.0 +p17055,coal,275.0,550.0,550.0,550.0,550.0 +p17055,csp,0.0,0.0,0.0,0.0,0.0 p17055,gas,0.0,0.0,0.0,0.0,0.0 p17055,geothermal,0.0,0.0,0.0,0.0,0.0 p17055,h2,0.0,0.0,0.0,0.0,0.0 p17055,hydro,0.0,0.0,0.0,0.0,0.0 p17055,nuclear,0.0,0.0,0.0,0.0,0.0 p17055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17055,pv,0.0,0.0,100.0,200.0,300.0 +p17055,pv,0.0,0.0,0.0,0.0,0.0 p17055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17055,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17057,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p17057,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p17057,biomass,0.0,0.0,0.0,0.0,0.0 p17057,coal,0.0,0.0,0.0,0.0,0.0 +p17057,csp,0.0,0.0,0.0,0.0,0.0 p17057,gas,0.0,0.0,0.0,0.0,0.0 p17057,geothermal,0.0,0.0,0.0,0.0,0.0 p17057,h2,0.0,0.0,0.0,0.0,0.0 p17057,hydro,0.0,0.0,0.0,0.0,0.0 p17057,nuclear,0.0,0.0,0.0,0.0,0.0 p17057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17057,pv,85.0,170.0,855.8999999999069,1541.7999999998137,2227.7 +p17057,pv,85.0,170.0,620.1999999999534,1070.4000000000233,1520.6 p17057,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17057,wind-ons,125.0,250.0,333.33333333334303,416.66666666665697,500.0 +p17057,wind-ons,0.0,0.0,0.0,0.0,0.0 p17061,battery,0.0,0.0,0.0,0.0,0.0 p17061,biomass,0.0,0.0,0.0,0.0,0.0 p17061,coal,0.0,0.0,0.0,0.0,0.0 +p17061,csp,0.0,0.0,0.0,0.0,0.0 p17061,gas,0.0,0.0,0.0,0.0,0.0 p17061,geothermal,0.0,0.0,0.0,0.0,0.0 p17061,h2,0.0,0.0,0.0,0.0,0.0 p17061,hydro,0.0,0.0,0.0,0.0,0.0 p17061,nuclear,0.0,0.0,0.0,0.0,0.0 p17061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17061,pv,0.0,0.0,100.0,200.0,300.0 +p17061,pv,55.0,110.0,244.61333333340008,379.22666666674195,513.84 p17061,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17061,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17063,battery,0.0,0.0,126.66666666665697,253.33333333334303,380.0 +p17063,battery,0.0,0.0,126.66666666668607,253.33333333334303,380.0 p17063,biomass,0.0,0.0,0.0,0.0,0.0 p17063,coal,0.0,0.0,0.0,0.0,0.0 -p17063,gas,0.0,0.0,0.0,0.0,0.0 +p17063,csp,0.0,0.0,0.0,0.0,0.0 +p17063,gas,51.35,102.7,102.7,102.7,102.7 p17063,geothermal,0.0,0.0,0.0,0.0,0.0 p17063,h2,0.0,0.0,0.0,0.0,0.0 p17063,hydro,0.0,0.0,0.0,0.0,0.0 p17063,nuclear,0.0,0.0,0.0,0.0,0.0 p17063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17063,pv,58.0,116.0,258.03333333326736,400.06666666659294,542.1 +p17063,pv,58.0,116.0,244.03333333335468,372.06666666668025,500.1 p17063,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17063,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17065,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p17065,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p17065,biomass,0.0,0.0,0.0,0.0,0.0 p17065,coal,0.0,0.0,0.0,0.0,0.0 +p17065,csp,0.0,0.0,0.0,0.0,0.0 p17065,gas,0.0,0.0,0.0,0.0,0.0 p17065,geothermal,0.0,0.0,0.0,0.0,0.0 p17065,h2,0.0,0.0,0.0,0.0,0.0 p17065,hydro,0.0,0.0,0.0,0.0,0.0 p17065,nuclear,0.0,0.0,0.0,0.0,0.0 p17065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17065,pv,0.0,0.0,196.66666666668607,393.33333333331393,590.0 +p17065,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 p17065,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17065,wind-ons,0.0,0.0,66.66333333333023,133.32666666666046,199.99 p17067,battery,0.0,0.0,0.0,0.0,0.0 @@ -4090,106 +4064,89 @@ p17067,nuclear,0.0,0.0,0.0,0.0,0.0 p17067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p17067,pv,0.0,0.0,0.0,0.0,0.0 p17067,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17067,wind-ons,0.0,0.0,42.33333333332848,84.66666666667152,127.0 +p17067,wind-ons,0.0,0.0,42.333333333343035,84.66666666667152,127.0 p17073,battery,0.0,0.0,0.0,0.0,0.0 p17073,biomass,0.0,0.0,0.0,0.0,0.0 p17073,coal,0.0,0.0,0.0,0.0,0.0 +p17073,csp,0.0,0.0,0.0,0.0,0.0 p17073,gas,0.0,0.0,0.0,0.0,0.0 p17073,geothermal,0.0,0.0,0.0,0.0,0.0 p17073,h2,0.0,0.0,0.0,0.0,0.0 p17073,hydro,0.0,0.0,0.0,0.0,0.0 p17073,nuclear,0.0,0.0,0.0,0.0,0.0 p17073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17073,pv,0.0,0.0,13.580000000001746,27.159999999999854,40.74 +p17073,pv,0.0,0.0,13.580000000001746,27.160000000003492,40.74 p17073,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17073,wind-ons,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p17073,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p17075,battery,0.0,0.0,0.0,0.0,0.0 p17075,biomass,0.0,0.0,0.0,0.0,0.0 p17075,coal,0.0,0.0,0.0,0.0,0.0 +p17075,csp,0.0,0.0,0.0,0.0,0.0 p17075,gas,0.0,0.0,0.0,0.0,0.0 p17075,geothermal,0.0,0.0,0.0,0.0,0.0 p17075,h2,0.0,0.0,0.0,0.0,0.0 p17075,hydro,0.0,0.0,0.0,0.0,0.0 p17075,nuclear,0.0,0.0,0.0,0.0,0.0 p17075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17075,pv,0.0,0.0,262.9666666666744,525.9333333333489,788.9 +p17075,pv,0.0,0.0,196.29999999998836,392.5999999999767,588.9 p17075,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17075,wind-ons,0.0,0.0,262.9566666666651,525.9133333333302,788.87 -p17077,battery,0.0,0.0,27.80000000000291,55.60000000000582,83.4 +p17075,wind-ons,0.0,0.0,396.29000000003725,792.5800000000745,1188.87 +p17077,battery,0.0,0.0,0.0,0.0,0.0 p17077,biomass,0.0,0.0,0.0,0.0,0.0 p17077,coal,0.0,0.0,0.0,0.0,0.0 +p17077,csp,0.0,0.0,0.0,0.0,0.0 p17077,gas,0.0,0.0,0.0,0.0,0.0 p17077,geothermal,0.0,0.0,0.0,0.0,0.0 p17077,h2,0.0,0.0,0.0,0.0,0.0 p17077,hydro,0.0,0.0,0.0,0.0,0.0 p17077,nuclear,0.0,0.0,0.0,0.0,0.0 p17077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17077,pv,75.0,150.0,216.66666666665697,283.33333333334303,350.0 +p17077,pv,75.0,150.0,150.0,150.0,150.0 p17077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17077,wind-ons,0.0,0.0,0.0,0.0,0.0 p17079,battery,0.0,0.0,0.0,0.0,0.0 p17079,biomass,0.0,0.0,0.0,0.0,0.0 p17079,coal,0.0,0.0,0.0,0.0,0.0 +p17079,csp,0.0,0.0,0.0,0.0,0.0 p17079,gas,0.0,0.0,0.0,0.0,0.0 p17079,geothermal,0.0,0.0,0.0,0.0,0.0 p17079,h2,0.0,0.0,0.0,0.0,0.0 p17079,hydro,0.0,0.0,0.0,0.0,0.0 p17079,nuclear,0.0,0.0,0.0,0.0,0.0 p17079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17079,pv,25.9,51.8,330.80000000004657,609.8000000000466,888.8 +p17079,pv,25.9,51.8,325.80000000004657,599.8000000000466,873.8 p17079,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17079,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17081,battery,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p17081,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p17081,biomass,0.0,0.0,0.0,0.0,0.0 p17081,coal,0.0,0.0,0.0,0.0,0.0 +p17081,csp,0.0,0.0,0.0,0.0,0.0 p17081,gas,0.0,0.0,0.0,0.0,0.0 p17081,geothermal,0.0,0.0,0.0,0.0,0.0 p17081,h2,0.0,0.0,0.0,0.0,0.0 p17081,hydro,0.0,0.0,0.0,0.0,0.0 p17081,nuclear,0.0,0.0,0.0,0.0,0.0 p17081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17081,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p17081,pv,100.0,200.0,266.66666666668607,333.33333333334303,400.0 p17081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17081,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17083,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 -p17083,biomass,0.0,0.0,0.0,0.0,0.0 -p17083,coal,0.0,0.0,0.0,0.0,0.0 -p17083,gas,0.0,0.0,0.0,0.0,0.0 -p17083,geothermal,0.0,0.0,0.0,0.0,0.0 -p17083,h2,0.0,0.0,0.0,0.0,0.0 -p17083,hydro,0.0,0.0,0.0,0.0,0.0 -p17083,nuclear,0.0,0.0,0.0,0.0,0.0 -p17083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17083,pv,0.0,0.0,0.0,0.0,0.0 -p17083,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17085,battery,0.0,0.0,0.0,0.0,0.0 -p17085,biomass,0.0,0.0,0.0,0.0,0.0 -p17085,coal,0.0,0.0,0.0,0.0,0.0 -p17085,gas,0.0,0.0,0.0,0.0,0.0 -p17085,geothermal,0.0,0.0,0.0,0.0,0.0 -p17085,h2,0.0,0.0,0.0,0.0,0.0 -p17085,hydro,0.0,0.0,0.0,0.0,0.0 -p17085,nuclear,0.0,0.0,0.0,0.0,0.0 -p17085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17085,pv,0.0,0.0,45.0,90.0,135.0 -p17085,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17085,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17087,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p17087,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p17087,biomass,0.0,0.0,0.0,0.0,0.0 p17087,coal,0.0,0.0,0.0,0.0,0.0 +p17087,csp,0.0,0.0,0.0,0.0,0.0 p17087,gas,0.0,0.0,0.0,0.0,0.0 p17087,geothermal,0.0,0.0,0.0,0.0,0.0 p17087,h2,0.0,0.0,0.0,0.0,0.0 p17087,hydro,0.0,0.0,0.0,0.0,0.0 p17087,nuclear,0.0,0.0,0.0,0.0,0.0 p17087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17087,pv,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p17087,pv,0.0,0.0,200.0,400.0,600.0 p17087,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17087,wind-ons,0.0,0.0,0.0,0.0,0.0 p17089,battery,0.0,0.0,70.0,140.0,210.0 p17089,biomass,0.0,0.0,0.0,0.0,0.0 p17089,coal,0.0,0.0,0.0,0.0,0.0 +p17089,csp,0.0,0.0,0.0,0.0,0.0 p17089,gas,0.0,0.0,0.0,0.0,0.0 p17089,geothermal,0.0,0.0,0.0,0.0,0.0 p17089,h2,0.0,0.0,0.0,0.0,0.0 @@ -4202,157 +4159,169 @@ p17089,wind-ons,0.0,0.0,0.0,0.0,0.0 p17091,battery,0.0,0.0,0.0,0.0,0.0 p17091,biomass,0.0,0.0,0.0,0.0,0.0 p17091,coal,0.0,0.0,0.0,0.0,0.0 +p17091,csp,0.0,0.0,0.0,0.0,0.0 p17091,gas,0.0,0.0,0.0,0.0,0.0 p17091,geothermal,0.0,0.0,0.0,0.0,0.0 p17091,h2,0.0,0.0,0.0,0.0,0.0 p17091,hydro,0.0,0.0,0.0,0.0,0.0 p17091,nuclear,0.0,0.0,0.0,0.0,0.0 p17091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17091,pv,0.0,0.0,384.9666666666744,769.9333333333489,1154.9 +p17091,pv,185.0,370.0,603.6333333333605,837.2666666666628,1070.9 p17091,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17091,wind-ons,0.0,0.0,95.0,190.0,285.0 -p17093,battery,0.0,0.0,57.33333333332848,114.66666666667152,172.0 +p17091,wind-ons,425.0,850.0,850.0,850.0,850.0 +p17093,battery,0.0,0.0,57.333333333343035,114.66666666667152,172.0 p17093,biomass,0.0,0.0,0.0,0.0,0.0 p17093,coal,0.0,0.0,0.0,0.0,0.0 +p17093,csp,0.0,0.0,0.0,0.0,0.0 p17093,gas,0.0,0.0,0.0,0.0,0.0 p17093,geothermal,0.0,0.0,0.0,0.0,0.0 p17093,h2,0.0,0.0,0.0,0.0,0.0 p17093,hydro,0.0,0.0,0.0,0.0,0.0 p17093,nuclear,0.0,0.0,0.0,0.0,0.0 p17093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17093,pv,0.0,0.0,243.59999999997672,487.19999999995343,730.8 +p17093,pv,0.0,0.0,243.59999999997672,487.20000000001164,730.8 p17093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17093,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17095,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p17095,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p17095,biomass,0.0,0.0,0.0,0.0,0.0 p17095,coal,0.0,0.0,0.0,0.0,0.0 +p17095,csp,0.0,0.0,0.0,0.0,0.0 p17095,gas,0.0,0.0,0.0,0.0,0.0 p17095,geothermal,0.0,0.0,0.0,0.0,0.0 p17095,h2,0.0,0.0,0.0,0.0,0.0 p17095,hydro,0.0,0.0,0.0,0.0,0.0 p17095,nuclear,0.0,0.0,0.0,0.0,0.0 p17095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17095,pv,0.0,0.0,200.0,400.0,600.0 +p17095,pv,0.0,0.0,100.0,200.0,300.0 p17095,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17095,wind-ons,150.0,300.0,400.0,500.0,600.0 -p17097,battery,25.0,50.0,277.46666666673264,504.93333333340706,732.4 +p17095,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p17097,battery,25.0,50.0,277.46666666673264,504.93333333334886,732.4 p17097,biomass,0.0,0.0,0.0,0.0,0.0 p17097,coal,0.0,0.0,0.0,0.0,0.0 +p17097,csp,0.0,0.0,0.0,0.0,0.0 p17097,gas,0.0,0.0,0.0,0.0,0.0 p17097,geothermal,0.0,0.0,0.0,0.0,0.0 p17097,h2,0.0,0.0,0.0,0.0,0.0 p17097,hydro,0.0,0.0,0.0,0.0,0.0 p17097,nuclear,0.0,0.0,0.0,0.0,0.0 p17097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17097,pv,0.0,0.0,7.66666666666606,15.33333333333394,23.0 +p17097,pv,0.0,0.0,0.0,0.0,0.0 p17097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17101,battery,0.0,0.0,50.0,100.0,150.0 -p17101,biomass,0.0,0.0,0.0,0.0,0.0 -p17101,coal,0.0,0.0,0.0,0.0,0.0 -p17101,gas,0.0,0.0,0.0,0.0,0.0 -p17101,geothermal,0.0,0.0,0.0,0.0,0.0 -p17101,h2,0.0,0.0,0.0,0.0,0.0 -p17101,hydro,0.0,0.0,0.0,0.0,0.0 -p17101,nuclear,0.0,0.0,0.0,0.0,0.0 -p17101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17101,pv,0.0,0.0,50.0,100.0,150.0 -p17101,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17101,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17103,battery,0.0,0.0,223.33333333331393,446.66666666668607,670.0 +p17099,battery,0.0,0.0,50.0,100.0,150.0 +p17099,biomass,0.0,0.0,0.0,0.0,0.0 +p17099,coal,0.0,0.0,0.0,0.0,0.0 +p17099,gas,0.0,0.0,0.0,0.0,0.0 +p17099,geothermal,0.0,0.0,0.0,0.0,0.0 +p17099,h2,0.0,0.0,0.0,0.0,0.0 +p17099,hydro,0.0,0.0,0.0,0.0,0.0 +p17099,nuclear,0.0,0.0,58.033333333340124,116.0666666666657,174.1 +p17099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17099,pv,0.0,0.0,100.0,200.0,300.0 +p17099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17099,wind-ons,75.0,150.0,150.0,150.0,150.0 +p17103,battery,0.0,0.0,136.66666666662786,273.33333333331393,410.0 p17103,biomass,0.0,0.0,0.0,0.0,0.0 p17103,coal,0.0,0.0,0.0,0.0,0.0 -p17103,gas,0.0,0.0,0.0,0.0,0.0 +p17103,csp,0.0,0.0,0.0,0.0,0.0 +p17103,gas,0.0,0.0,12.666666666664241,25.33333333333212,38.0 p17103,geothermal,0.0,0.0,0.0,0.0,0.0 p17103,h2,0.0,0.0,0.0,0.0,0.0 p17103,hydro,0.0,0.0,0.0,0.0,0.0 p17103,nuclear,0.0,0.0,0.0,0.0,0.0 p17103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17103,pv,0.0,0.0,626.6666666667443,1253.3333333332557,1880.0 +p17103,pv,0.0,0.0,626.6666666665114,1253.3333333332557,1880.0 p17103,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17103,wind-ons,0.0,0.0,186.41333333333023,372.82666666666046,559.24 +p17103,wind-ons,52.95,105.9,138.3000000000029,170.70000000001164,203.10000000000002 p17105,battery,0.0,0.0,250.0,500.0,750.0 p17105,biomass,0.0,0.0,0.0,0.0,0.0 p17105,coal,0.0,0.0,0.0,0.0,0.0 +p17105,csp,0.0,0.0,0.0,0.0,0.0 p17105,gas,0.0,0.0,0.0,0.0,0.0 p17105,geothermal,0.0,0.0,0.0,0.0,0.0 p17105,h2,0.0,0.0,0.0,0.0,0.0 p17105,hydro,0.0,0.0,0.0,0.0,0.0 p17105,nuclear,0.0,0.0,0.0,0.0,0.0 p17105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17105,pv,0.0,0.0,299.266666666721,598.533333333442,897.8 +p17105,pv,100.0,200.0,369.1333333333605,538.2666666666628,707.4 p17105,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17105,wind-ons,0.0,0.0,133.43333333329065,266.8666666666395,400.3 -p17107,battery,0.0,0.0,20.0,40.0,60.0 +p17105,wind-ons,0.0,0.0,85.0,170.0,255.0 +p17107,battery,0.0,0.0,0.0,0.0,0.0 p17107,biomass,0.0,0.0,0.0,0.0,0.0 p17107,coal,0.0,0.0,0.0,0.0,0.0 +p17107,csp,0.0,0.0,0.0,0.0,0.0 p17107,gas,0.0,0.0,0.0,0.0,0.0 p17107,geothermal,0.0,0.0,0.0,0.0,0.0 p17107,h2,0.0,0.0,0.0,0.0,0.0 p17107,hydro,0.0,0.0,0.0,0.0,0.0 p17107,nuclear,0.0,0.0,0.0,0.0,0.0 p17107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17107,pv,35.0,70.0,257.5,445.0,632.5 +p17107,pv,0.0,0.0,122.5,245.0,367.5 p17107,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17107,wind-ons,100.0,200.0,479.1433333333116,758.2866666666232,1037.4299999999998 -p17109,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p17107,wind-ons,0.0,0.0,26.0,52.0,78.0 +p17109,battery,0.0,0.0,0.0,0.0,0.0 p17109,biomass,0.0,0.0,0.0,0.0,0.0 p17109,coal,0.0,0.0,0.0,0.0,0.0 +p17109,csp,0.0,0.0,0.0,0.0,0.0 p17109,gas,0.0,0.0,0.0,0.0,0.0 p17109,geothermal,0.0,0.0,0.0,0.0,0.0 p17109,h2,0.0,0.0,0.0,0.0,0.0 p17109,hydro,0.0,0.0,0.0,0.0,0.0 p17109,nuclear,0.0,0.0,0.0,0.0,0.0 p17109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17109,pv,0.0,0.0,68.33333333334303,136.66666666665697,205.0 +p17109,pv,0.0,0.0,0.0,0.0,0.0 p17109,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17109,wind-ons,0.0,0.0,138.53333333326736,277.06666666659294,415.6 -p17111,battery,0.0,0.0,496.66666666662786,993.3333333333721,1490.0 +p17109,wind-ons,0.0,0.0,138.53333333326736,277.06666666665114,415.6 +p17111,battery,0.0,0.0,350.0,700.0,1050.0 p17111,biomass,0.0,0.0,0.0,0.0,0.0 p17111,coal,0.0,0.0,0.0,0.0,0.0 +p17111,csp,0.0,0.0,0.0,0.0,0.0 p17111,gas,0.0,0.0,0.0,0.0,0.0 p17111,geothermal,0.0,0.0,0.0,0.0,0.0 p17111,h2,0.0,0.0,0.0,0.0,0.0 p17111,hydro,0.0,0.0,0.0,0.0,0.0 p17111,nuclear,0.0,0.0,0.0,0.0,0.0 p17111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17111,pv,0.0,0.0,230.05000000004657,460.1000000000349,690.15 +p17111,pv,0.0,0.0,171.91666666662786,343.83333333331393,515.75 p17111,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17111,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17113,battery,50.0,100.0,333.33333333331393,566.6666666666861,800.0 +p17113,battery,50.0,100.0,350.0,600.0,850.0 p17113,biomass,0.0,0.0,0.0,0.0,0.0 p17113,coal,0.0,0.0,0.0,0.0,0.0 +p17113,csp,0.0,0.0,0.0,0.0,0.0 p17113,gas,0.0,0.0,0.0,0.0,0.0 p17113,geothermal,0.0,0.0,0.0,0.0,0.0 p17113,h2,0.0,0.0,0.0,0.0,0.0 p17113,hydro,0.0,0.0,0.0,0.0,0.0 p17113,nuclear,0.0,0.0,0.0,0.0,0.0 p17113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17113,pv,0.0,0.0,453.0,906.0,1359.0 +p17113,pv,0.0,0.0,203.0,406.0,609.0 p17113,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17113,wind-ons,0.0,0.0,823.8200000000652,1647.6399999998976,2471.46 -p17115,battery,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p17113,wind-ons,0.0,0.0,600.3199999998324,1200.6399999998976,1800.96 +p17115,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p17115,biomass,0.0,0.0,0.0,0.0,0.0 p17115,coal,0.0,0.0,0.0,0.0,0.0 -p17115,gas,0.0,0.0,113.43333333331975,226.8666666666395,340.3 +p17115,csp,0.0,0.0,0.0,0.0,0.0 +p17115,gas,0.0,0.0,113.43333333331975,226.8666666666686,340.3 p17115,geothermal,0.0,0.0,0.0,0.0,0.0 p17115,h2,0.0,0.0,0.0,0.0,0.0 p17115,hydro,0.0,0.0,0.0,0.0,0.0 p17115,nuclear,0.0,0.0,0.0,0.0,0.0 p17115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17115,pv,0.0,0.0,186.66666666668607,373.33333333331393,560.0 +p17115,pv,0.0,0.0,186.66666666662786,373.33333333331393,560.0 p17115,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17115,wind-ons,100.0,200.0,299.43333333331975,398.8666666666395,498.3 -p17117,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p17115,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p17117,battery,0.0,0.0,0.0,0.0,0.0 p17117,biomass,0.0,0.0,0.0,0.0,0.0 p17117,coal,0.0,0.0,0.0,0.0,0.0 +p17117,csp,0.0,0.0,0.0,0.0,0.0 p17117,gas,0.0,0.0,0.0,0.0,0.0 p17117,geothermal,0.0,0.0,0.0,0.0,0.0 p17117,h2,0.0,0.0,0.0,0.0,0.0 p17117,hydro,0.0,0.0,0.0,0.0,0.0 p17117,nuclear,0.0,0.0,0.0,0.0,0.0 p17117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17117,pv,346.4,692.8,923.733333333279,1154.6666666666279,1385.6 +p17117,pv,0.0,0.0,0.0,0.0,0.0 p17117,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17117,wind-ons,0.0,0.0,148.0,296.0,444.0 p17119,battery,0.0,0.0,75.0,150.0,225.0 @@ -4366,130 +4335,116 @@ p17119,nuclear,0.0,0.0,0.0,0.0,0.0 p17119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p17119,pv,0.0,0.0,0.0,0.0,0.0 p17119,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17119,wind-ons,0.0,0.0,78.66666666665697,157.33333333334303,236.0 -p17121,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p17119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17121,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p17121,biomass,0.0,0.0,0.0,0.0,0.0 p17121,coal,0.0,0.0,0.0,0.0,0.0 +p17121,csp,0.0,0.0,0.0,0.0,0.0 p17121,gas,0.0,0.0,0.0,0.0,0.0 p17121,geothermal,0.0,0.0,0.0,0.0,0.0 p17121,h2,0.0,0.0,0.0,0.0,0.0 p17121,hydro,0.0,0.0,0.0,0.0,0.0 p17121,nuclear,0.0,0.0,0.0,0.0,0.0 p17121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17121,pv,49.5,99.0,315.66666666668607,532.3333333333139,749.0 +p17121,pv,49.5,99.0,182.33333333331393,265.66666666665697,349.0 p17121,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17121,wind-ons,0.0,0.0,0.0,0.0,0.0 p17123,battery,0.0,0.0,0.0,0.0,0.0 p17123,biomass,0.0,0.0,0.0,0.0,0.0 p17123,coal,0.0,0.0,0.0,0.0,0.0 +p17123,csp,0.0,0.0,0.0,0.0,0.0 p17123,gas,0.0,0.0,0.0,0.0,0.0 p17123,geothermal,0.0,0.0,0.0,0.0,0.0 p17123,h2,0.0,0.0,0.0,0.0,0.0 p17123,hydro,0.0,0.0,0.0,0.0,0.0 p17123,nuclear,0.0,0.0,0.0,0.0,0.0 p17123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17123,pv,0.0,0.0,11.66666666666788,23.33333333333212,35.0 +p17123,pv,0.0,0.0,11.666666666664241,23.33333333333212,35.0 p17123,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17123,wind-ons,0.0,0.0,59.33333333332848,118.66666666667152,178.0 -p17125,battery,0.0,0.0,12.33333333333212,24.66666666666788,37.0 +p17123,wind-ons,0.0,0.0,59.333333333343035,118.66666666667152,178.0 +p17125,battery,0.0,0.0,0.0,0.0,0.0 p17125,biomass,0.0,0.0,0.0,0.0,0.0 p17125,coal,0.0,0.0,0.0,0.0,0.0 +p17125,csp,0.0,0.0,0.0,0.0,0.0 p17125,gas,0.0,0.0,0.0,0.0,0.0 p17125,geothermal,0.0,0.0,0.0,0.0,0.0 p17125,h2,0.0,0.0,0.0,0.0,0.0 p17125,hydro,0.0,0.0,0.0,0.0,0.0 p17125,nuclear,0.0,0.0,0.0,0.0,0.0 p17125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17125,pv,0.0,0.0,356.66666666662786,713.3333333333721,1070.0 +p17125,pv,0.0,0.0,214.0,428.0,642.0 p17125,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17125,wind-ons,0.0,0.0,214.7399999999907,429.4799999999814,644.22 -p17127,battery,0.0,0.0,0.0,0.0,0.0 -p17127,biomass,0.0,0.0,0.0,0.0,0.0 -p17127,coal,0.0,0.0,0.0,0.0,0.0 -p17127,gas,0.0,0.0,0.0,0.0,0.0 -p17127,geothermal,0.0,0.0,0.0,0.0,0.0 -p17127,h2,0.0,0.0,0.0,0.0,0.0 -p17127,hydro,0.0,0.0,0.0,0.0,0.0 -p17127,nuclear,0.0,0.0,0.0,0.0,0.0 -p17127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17127,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p17127,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17125,wind-ons,0.0,0.0,133.29999999998836,266.5999999999767,399.9 +p17129,battery,0.0,0.0,0.0,0.0,0.0 +p17129,biomass,0.0,0.0,0.0,0.0,0.0 +p17129,coal,0.0,0.0,0.0,0.0,0.0 +p17129,csp,0.0,0.0,0.0,0.0,0.0 +p17129,gas,0.0,0.0,0.0,0.0,0.0 +p17129,geothermal,0.0,0.0,0.0,0.0,0.0 +p17129,h2,0.0,0.0,0.0,0.0,0.0 +p17129,hydro,0.0,0.0,0.0,0.0,0.0 +p17129,nuclear,0.0,0.0,0.0,0.0,0.0 +p17129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17129,pv,0.0,0.0,73.33333333331393,146.66666666665697,220.0 +p17129,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17129,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p17131,battery,0.0,0.0,0.0,0.0,0.0 p17131,biomass,0.0,0.0,0.0,0.0,0.0 p17131,coal,0.0,0.0,0.0,0.0,0.0 +p17131,csp,0.0,0.0,0.0,0.0,0.0 p17131,gas,0.0,0.0,0.0,0.0,0.0 p17131,geothermal,0.0,0.0,0.0,0.0,0.0 p17131,h2,0.0,0.0,0.0,0.0,0.0 p17131,hydro,0.0,0.0,0.0,0.0,0.0 p17131,nuclear,0.0,0.0,0.0,0.0,0.0 p17131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17131,pv,0.0,0.0,81.0799999999872,162.1600000000035,243.23999999999998 +p17131,pv,0.0,0.0,65.21333333334769,130.42666666669538,195.64 p17131,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17131,wind-ons,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p17133,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p17133,biomass,0.0,0.0,0.0,0.0,0.0 -p17133,coal,0.0,0.0,0.0,0.0,0.0 -p17133,gas,0.0,0.0,0.0,0.0,0.0 -p17133,geothermal,0.0,0.0,0.0,0.0,0.0 -p17133,h2,0.0,0.0,0.0,0.0,0.0 -p17133,hydro,0.0,0.0,0.0,0.0,0.0 -p17133,nuclear,0.0,0.0,0.0,0.0,0.0 -p17133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17133,pv,0.0,0.0,0.0,0.0,0.0 -p17133,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17133,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17135,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p17131,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p17135,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p17135,biomass,0.0,0.0,0.0,0.0,0.0 p17135,coal,0.0,0.0,0.0,0.0,0.0 +p17135,csp,0.0,0.0,0.0,0.0,0.0 p17135,gas,0.0,0.0,0.0,0.0,0.0 p17135,geothermal,0.0,0.0,0.0,0.0,0.0 p17135,h2,0.0,0.0,0.0,0.0,0.0 p17135,hydro,0.0,0.0,0.0,0.0,0.0 p17135,nuclear,0.0,0.0,0.0,0.0,0.0 p17135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17135,pv,22.1,44.2,310.19999999995343,576.1999999999534,842.2 +p17135,pv,22.1,44.2,254.53333333338378,464.8666666666977,675.2 p17135,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17135,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17137,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p17137,battery,0.0,0.0,0.0,0.0,0.0 p17137,biomass,0.0,0.0,0.0,0.0,0.0 p17137,coal,0.0,0.0,0.0,0.0,0.0 +p17137,csp,0.0,0.0,0.0,0.0,0.0 p17137,gas,0.0,0.0,0.0,0.0,0.0 p17137,geothermal,0.0,0.0,0.0,0.0,0.0 p17137,h2,0.0,0.0,0.0,0.0,0.0 p17137,hydro,0.0,0.0,0.0,0.0,0.0 p17137,nuclear,0.0,0.0,0.0,0.0,0.0 p17137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17137,pv,0.0,0.0,43.33333333332848,86.66666666667152,130.0 +p17137,pv,70.0,140.0,150.0,160.0,170.0 p17137,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17137,wind-ons,175.0,350.0,466.66666666665697,583.333333333343,700.0 -p17139,battery,0.0,0.0,0.0,0.0,0.0 -p17139,biomass,0.0,0.0,0.0,0.0,0.0 -p17139,coal,0.0,0.0,0.0,0.0,0.0 -p17139,gas,0.0,0.0,0.0,0.0,0.0 -p17139,geothermal,0.0,0.0,0.0,0.0,0.0 -p17139,h2,0.0,0.0,0.0,0.0,0.0 -p17139,hydro,0.0,0.0,0.0,0.0,0.0 -p17139,nuclear,0.0,0.0,0.0,0.0,0.0 -p17139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17139,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p17139,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17139,wind-ons,0.0,0.0,36.33333333332848,72.66666666667152,109.0 -p17141,battery,0.0,0.0,50.0,100.0,150.0 +p17137,wind-ons,100.0,200.0,250.0,300.0,350.0 +p17139,csp,0.0,0.0,0.0,0.0,0.0 +p17141,battery,0.0,0.0,0.0,0.0,0.0 p17141,biomass,0.0,0.0,0.0,0.0,0.0 p17141,coal,0.0,0.0,0.0,0.0,0.0 +p17141,csp,0.0,0.0,0.0,0.0,0.0 p17141,gas,0.0,0.0,0.0,0.0,0.0 p17141,geothermal,0.0,0.0,0.0,0.0,0.0 p17141,h2,0.0,0.0,0.0,0.0,0.0 p17141,hydro,0.0,0.0,0.0,0.0,0.0 -p17141,nuclear,0.0,0.0,0.0,0.0,0.0 +p17141,nuclear,0.0,0.0,29.333333333328483,58.66666666666424,88.0 p17141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17141,pv,20.0,40.0,358.16666666662786,676.3333333333721,994.5 +p17141,pv,30.0,60.0,110.0,160.0,210.0 p17141,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17141,wind-ons,0.0,0.0,50.0,100.0,150.0 p17143,battery,0.0,0.0,200.0,400.0,600.0 p17143,biomass,0.0,0.0,0.0,0.0,0.0 p17143,coal,0.0,0.0,0.0,0.0,0.0 +p17143,csp,0.0,0.0,0.0,0.0,0.0 p17143,gas,0.0,0.0,0.0,0.0,0.0 p17143,geothermal,0.0,0.0,0.0,0.0,0.0 p17143,h2,0.0,0.0,0.0,0.0,0.0 @@ -4498,22 +4453,24 @@ p17143,nuclear,0.0,0.0,0.0,0.0,0.0 p17143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p17143,pv,0.0,0.0,0.0,0.0,0.0 p17143,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17143,wind-ons,0.0,0.0,300.66666666662786,601.3333333333721,902.0 -p17145,battery,0.0,0.0,47.66666666667152,95.33333333332848,143.0 +p17143,wind-ons,0.0,0.0,517.3333333334886,1034.6666666667443,1552.0 +p17145,battery,0.0,0.0,147.66666666662786,295.33333333331393,443.0 p17145,biomass,0.0,0.0,0.0,0.0,0.0 p17145,coal,0.0,0.0,0.0,0.0,0.0 +p17145,csp,0.0,0.0,0.0,0.0,0.0 p17145,gas,0.0,0.0,0.0,0.0,0.0 p17145,geothermal,0.0,0.0,0.0,0.0,0.0 p17145,h2,0.0,0.0,0.0,0.0,0.0 p17145,hydro,0.0,0.0,0.0,0.0,0.0 p17145,nuclear,0.0,0.0,0.0,0.0,0.0 p17145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17145,pv,100.0,200.0,852.3333333332557,1504.6666666667443,2157.0 +p17145,pv,100.0,200.0,602.3333333332557,1004.6666666666279,1407.0 p17145,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17145,wind-ons,0.0,0.0,0.0,0.0,0.0 p17147,battery,0.0,0.0,0.0,0.0,0.0 p17147,biomass,0.0,0.0,0.0,0.0,0.0 p17147,coal,0.0,0.0,0.0,0.0,0.0 +p17147,csp,0.0,0.0,0.0,0.0,0.0 p17147,gas,0.0,0.0,0.0,0.0,0.0 p17147,geothermal,0.0,0.0,0.0,0.0,0.0 p17147,h2,0.0,0.0,0.0,0.0,0.0 @@ -4522,7 +4479,7 @@ p17147,nuclear,0.0,0.0,0.0,0.0,0.0 p17147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p17147,pv,0.0,0.0,57.0,114.0,171.0 p17147,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17147,wind-ons,150.0,300.0,400.0,500.0,600.0 +p17147,wind-ons,150.0,300.0,300.0,300.0,300.0 p17149,battery,0.0,0.0,0.0,0.0,0.0 p17149,biomass,0.0,0.0,0.0,0.0,0.0 p17149,coal,0.0,0.0,0.0,0.0,0.0 @@ -4532,120 +4489,130 @@ p17149,h2,0.0,0.0,0.0,0.0,0.0 p17149,hydro,0.0,0.0,0.0,0.0,0.0 p17149,nuclear,0.0,0.0,0.0,0.0,0.0 p17149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17149,pv,0.0,0.0,50.0,100.0,150.0 +p17149,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p17149,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17149,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17153,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p17153,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p17153,biomass,0.0,0.0,0.0,0.0,0.0 p17153,coal,0.0,0.0,0.0,0.0,0.0 +p17153,csp,0.0,0.0,0.0,0.0,0.0 p17153,gas,0.0,0.0,0.0,0.0,0.0 p17153,geothermal,0.0,0.0,0.0,0.0,0.0 p17153,h2,0.0,0.0,0.0,0.0,0.0 p17153,hydro,0.0,0.0,0.0,0.0,0.0 p17153,nuclear,0.0,0.0,0.0,0.0,0.0 p17153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17153,pv,0.0,0.0,191.66666666668607,383.33333333331393,575.0 +p17153,pv,0.0,0.0,125.0,250.0,375.0 p17153,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17153,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17155,battery,0.0,0.0,70.0,140.0,210.0 +p17155,battery,0.0,0.0,36.666666666656965,73.33333333332848,110.0 p17155,biomass,0.0,0.0,0.0,0.0,0.0 p17155,coal,0.0,0.0,0.0,0.0,0.0 +p17155,csp,0.0,0.0,0.0,0.0,0.0 p17155,gas,0.0,0.0,0.0,0.0,0.0 p17155,geothermal,0.0,0.0,0.0,0.0,0.0 p17155,h2,0.0,0.0,0.0,0.0,0.0 p17155,hydro,0.0,0.0,0.0,0.0,0.0 p17155,nuclear,0.0,0.0,0.0,0.0,0.0 p17155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17155,pv,12.1,24.2,104.20000000001164,184.20000000001164,264.2 +p17155,pv,12.1,24.2,130.8666666666977,237.53333333335468,344.2 p17155,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17155,wind-ons,0.0,0.0,15.96666666667079,31.93333333333794,47.9 +p17155,wind-ons,0.0,0.0,64.30000000000291,128.60000000000582,192.9 p17157,battery,0.0,0.0,0.0,0.0,0.0 p17157,biomass,0.0,0.0,0.0,0.0,0.0 p17157,coal,0.0,0.0,0.0,0.0,0.0 +p17157,csp,0.0,0.0,0.0,0.0,0.0 p17157,gas,0.0,0.0,0.0,0.0,0.0 p17157,geothermal,0.0,0.0,0.0,0.0,0.0 p17157,h2,0.0,0.0,0.0,0.0,0.0 p17157,hydro,0.0,0.0,0.0,0.0,0.0 p17157,nuclear,0.0,0.0,0.0,0.0,0.0 p17157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17157,pv,34.2,68.4,200.33333333331393,332.2666666666628,464.20000000000005 +p17157,pv,34.2,68.4,151.7333333333081,235.06666666665114,318.4 p17157,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17157,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17161,battery,0.0,0.0,193.33333333331393,386.66666666668607,580.0 +p17161,battery,0.0,0.0,220.0,440.0,660.0 p17161,biomass,0.0,0.0,0.0,0.0,0.0 p17161,coal,0.0,0.0,0.0,0.0,0.0 +p17161,csp,0.0,0.0,0.0,0.0,0.0 p17161,gas,0.0,0.0,0.0,0.0,0.0 p17161,geothermal,0.0,0.0,0.0,0.0,0.0 p17161,h2,0.0,0.0,0.0,0.0,0.0 p17161,hydro,0.0,0.0,0.0,0.0,0.0 p17161,nuclear,0.0,0.0,0.0,0.0,0.0 p17161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17161,pv,0.0,0.0,137.33333333331393,274.66666666668607,412.0 +p17161,pv,0.0,0.0,129.33333333337214,258.66666666668607,388.0 p17161,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17161,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17163,battery,0.0,0.0,233.33333333331393,466.66666666668607,700.0 +p17161,wind-ons,0.0,0.0,100.0,200.0,300.0 +p17163,battery,0.0,0.0,116.66666666668607,233.33333333334303,350.0 p17163,biomass,0.0,0.0,0.0,0.0,0.0 p17163,coal,0.0,0.0,0.0,0.0,0.0 +p17163,csp,0.0,0.0,0.0,0.0,0.0 p17163,gas,0.0,0.0,0.0,0.0,0.0 p17163,geothermal,0.0,0.0,0.0,0.0,0.0 p17163,h2,0.0,0.0,0.0,0.0,0.0 p17163,hydro,0.0,0.0,0.0,0.0,0.0 p17163,nuclear,0.0,0.0,0.0,0.0,0.0 p17163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17163,pv,75.0,150.0,454.66666666662786,759.3333333333721,1064.0 +p17163,pv,75.0,150.0,198.33333333334303,246.66666666667152,295.0 p17163,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17163,wind-ons,0.0,0.0,0.0,0.0,0.0 p17165,battery,0.0,0.0,0.0,0.0,0.0 p17165,biomass,0.0,0.0,0.0,0.0,0.0 p17165,coal,0.0,0.0,0.0,0.0,0.0 +p17165,csp,0.0,0.0,0.0,0.0,0.0 p17165,gas,0.0,0.0,0.0,0.0,0.0 p17165,geothermal,0.0,0.0,0.0,0.0,0.0 p17165,h2,0.0,0.0,0.0,0.0,0.0 p17165,hydro,0.0,0.0,0.0,0.0,0.0 p17165,nuclear,0.0,0.0,0.0,0.0,0.0 p17165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17165,pv,230.0,460.0,651.6666666666861,843.3333333333139,1035.0 +p17165,pv,155.0,310.0,585.0,860.0,1135.0 p17165,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17165,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17167,battery,0.0,0.0,293.30000000004657,586.6000000000931,879.9 +p17167,battery,0.0,0.0,149.96666666673264,299.93333333334886,449.9 p17167,biomass,0.0,0.0,0.0,0.0,0.0 p17167,coal,0.0,0.0,0.0,0.0,0.0 -p17167,gas,582.5,1165.0,1553.3333333333721,1941.6666666666279,2330.0 +p17167,csp,0.0,0.0,0.0,0.0,0.0 +p17167,gas,0.0,0.0,388.3333333332557,776.6666666666279,1165.0 p17167,geothermal,0.0,0.0,0.0,0.0,0.0 p17167,h2,0.0,0.0,0.0,0.0,0.0 p17167,hydro,0.0,0.0,0.0,0.0,0.0 p17167,nuclear,0.0,0.0,0.0,0.0,0.0 p17167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17167,pv,0.0,0.0,278.33333333337214,556.6666666666279,835.0 +p17167,pv,0.0,0.0,270.9466666666558,541.8933333333116,812.84 p17167,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17167,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p17167,wind-ons,0.0,0.0,0.0,0.0,0.0 p17171,battery,0.0,0.0,0.0,0.0,0.0 p17171,biomass,0.0,0.0,0.0,0.0,0.0 p17171,coal,0.0,0.0,0.0,0.0,0.0 +p17171,csp,0.0,0.0,0.0,0.0,0.0 p17171,gas,0.0,0.0,0.0,0.0,0.0 p17171,geothermal,0.0,0.0,0.0,0.0,0.0 p17171,h2,0.0,0.0,0.0,0.0,0.0 p17171,hydro,0.0,0.0,0.0,0.0,0.0 p17171,nuclear,0.0,0.0,0.0,0.0,0.0 p17171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17171,pv,0.0,0.0,244.33333333331393,488.66666666668607,733.0 +p17171,pv,0.0,0.0,333.93333333346527,667.8666666666977,1001.8 p17171,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17171,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17173,battery,0.0,0.0,20.0,40.0,60.0 +p17173,battery,0.0,0.0,86.66666666668607,173.33333333334303,260.0 p17173,biomass,0.0,0.0,0.0,0.0,0.0 p17173,coal,0.0,0.0,0.0,0.0,0.0 +p17173,csp,0.0,0.0,0.0,0.0,0.0 p17173,gas,0.0,0.0,0.0,0.0,0.0 p17173,geothermal,0.0,0.0,0.0,0.0,0.0 p17173,h2,0.0,0.0,0.0,0.0,0.0 p17173,hydro,0.0,0.0,0.0,0.0,0.0 p17173,nuclear,0.0,0.0,0.0,0.0,0.0 p17173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17173,pv,0.0,0.0,178.33333333331393,356.66666666668607,535.0 +p17173,pv,0.0,0.0,55.0,110.0,165.0 p17173,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17173,wind-ons,0.0,0.0,116.66666666665697,233.33333333334303,350.0 -p17175,battery,0.0,0.0,84.0,168.0,252.0 +p17173,wind-ons,0.0,0.0,283.3333333332557,566.6666666666279,850.0 +p17175,battery,0.0,0.0,0.0,0.0,0.0 p17175,biomass,0.0,0.0,0.0,0.0,0.0 p17175,coal,0.0,0.0,0.0,0.0,0.0 +p17175,csp,0.0,0.0,0.0,0.0,0.0 p17175,gas,0.0,0.0,0.0,0.0,0.0 p17175,geothermal,0.0,0.0,0.0,0.0,0.0 p17175,h2,0.0,0.0,0.0,0.0,0.0 @@ -4654,79 +4621,85 @@ p17175,nuclear,0.0,0.0,0.0,0.0,0.0 p17175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p17175,pv,0.0,0.0,210.0,420.0,630.0 p17175,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17175,wind-ons,0.0,0.0,133.33333333331393,266.66666666668607,400.0 -p17177,battery,0.0,0.0,122.66666666665697,245.33333333334303,368.0 +p17175,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p17177,battery,0.0,0.0,109.33333333331393,218.66666666665697,328.0 p17177,biomass,0.0,0.0,0.0,0.0,0.0 p17177,coal,0.0,0.0,0.0,0.0,0.0 +p17177,csp,0.0,0.0,0.0,0.0,0.0 p17177,gas,0.0,0.0,0.0,0.0,0.0 p17177,geothermal,0.0,0.0,0.0,0.0,0.0 p17177,h2,0.0,0.0,0.0,0.0,0.0 p17177,hydro,0.0,0.0,0.0,0.0,0.0 p17177,nuclear,0.0,0.0,0.0,0.0,0.0 p17177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17177,pv,0.0,0.0,78.09999999997672,156.19999999998254,234.3 +p17177,pv,0.0,0.0,44.666666666656965,89.33333333332848,134.0 p17177,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17177,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p17179,battery,0.0,0.0,291.0,582.0,873.0 +p17177,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p17179,battery,0.0,0.0,306.0,612.0,918.0 p17179,biomass,0.0,0.0,0.0,0.0,0.0 p17179,coal,0.0,0.0,0.0,0.0,0.0 +p17179,csp,0.0,0.0,0.0,0.0,0.0 p17179,gas,0.0,0.0,0.0,0.0,0.0 p17179,geothermal,0.0,0.0,0.0,0.0,0.0 p17179,h2,0.0,0.0,0.0,0.0,0.0 p17179,hydro,0.0,0.0,0.0,0.0,0.0 p17179,nuclear,0.0,0.0,0.0,0.0,0.0 p17179,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17179,pv,0.0,0.0,431.9033333333209,863.8066666666418,1295.71 +p17179,pv,0.0,0.0,216.66666666662786,433.33333333331393,650.0 p17179,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17179,wind-ons,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p17179,wind-ons,0.0,0.0,191.66666666662786,383.33333333331393,575.0 p17183,battery,0.0,0.0,0.0,0.0,0.0 p17183,biomass,0.0,0.0,0.0,0.0,0.0 p17183,coal,0.0,0.0,0.0,0.0,0.0 +p17183,csp,0.0,0.0,0.0,0.0,0.0 p17183,gas,0.0,0.0,0.0,0.0,0.0 p17183,geothermal,0.0,0.0,0.0,0.0,0.0 p17183,h2,0.0,0.0,0.0,0.0,0.0 p17183,hydro,0.0,0.0,0.0,0.0,0.0 p17183,nuclear,0.0,0.0,0.0,0.0,0.0 p17183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17183,pv,0.0,0.0,368.33333333337214,736.6666666666279,1105.0 +p17183,pv,0.0,0.0,214.33333333337214,428.66666666668607,643.0 p17183,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17183,wind-ons,0.0,0.0,166.6333333333605,333.266666666721,499.9 +p17183,wind-ons,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p17185,battery,0.0,0.0,0.0,0.0,0.0 p17185,biomass,0.0,0.0,0.0,0.0,0.0 p17185,coal,0.0,0.0,0.0,0.0,0.0 +p17185,csp,0.0,0.0,0.0,0.0,0.0 p17185,gas,0.0,0.0,0.0,0.0,0.0 p17185,geothermal,0.0,0.0,0.0,0.0,0.0 p17185,h2,0.0,0.0,0.0,0.0,0.0 p17185,hydro,0.0,0.0,0.0,0.0,0.0 p17185,nuclear,0.0,0.0,0.0,0.0,0.0 p17185,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17185,pv,0.0,0.0,256.66666666668607,513.3333333333139,770.0 +p17185,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p17185,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17185,wind-ons,0.0,0.0,78.33333333334303,156.66666666665697,235.0 +p17185,wind-ons,0.0,0.0,78.33333333331393,156.66666666665697,235.0 p17187,battery,0.0,0.0,0.0,0.0,0.0 p17187,biomass,0.0,0.0,0.0,0.0,0.0 p17187,coal,0.0,0.0,0.0,0.0,0.0 +p17187,csp,0.0,0.0,0.0,0.0,0.0 p17187,gas,0.0,0.0,0.0,0.0,0.0 p17187,geothermal,0.0,0.0,0.0,0.0,0.0 p17187,h2,0.0,0.0,0.0,0.0,0.0 p17187,hydro,0.0,0.0,0.0,0.0,0.0 p17187,nuclear,0.0,0.0,0.0,0.0,0.0 p17187,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17187,pv,0.0,0.0,78.33333333334303,156.66666666665697,235.0 +p17187,pv,0.0,0.0,11.666666666664241,23.33333333333212,35.0 p17187,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17187,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17189,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p17189,battery,0.0,0.0,50.0,100.0,150.0 p17189,biomass,0.0,0.0,0.0,0.0,0.0 p17189,coal,0.0,0.0,0.0,0.0,0.0 +p17189,csp,0.0,0.0,0.0,0.0,0.0 p17189,gas,0.0,0.0,0.0,0.0,0.0 p17189,geothermal,0.0,0.0,0.0,0.0,0.0 p17189,h2,0.0,0.0,0.0,0.0,0.0 p17189,hydro,0.0,0.0,0.0,0.0,0.0 p17189,nuclear,0.0,0.0,0.0,0.0,0.0 p17189,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17189,pv,200.0,400.0,540.0,680.0,820.0 +p17189,pv,125.0,250.0,300.0,350.0,400.0 p17189,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17189,wind-ons,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p17189,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p17191,battery,0.0,0.0,0.0,0.0,0.0 p17191,biomass,0.0,0.0,0.0,0.0,0.0 p17191,coal,0.0,0.0,0.0,0.0,0.0 @@ -4736,120 +4709,130 @@ p17191,h2,0.0,0.0,0.0,0.0,0.0 p17191,hydro,0.0,0.0,0.0,0.0,0.0 p17191,nuclear,0.0,0.0,0.0,0.0,0.0 p17191,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17191,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p17191,pv,0.0,0.0,7.146666666667443,14.293333333334886,21.44 p17191,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17191,wind-ons,0.0,0.0,0.0,0.0,0.0 p17193,battery,0.0,0.0,0.0,0.0,0.0 p17193,biomass,0.0,0.0,0.0,0.0,0.0 p17193,coal,0.0,0.0,0.0,0.0,0.0 +p17193,csp,0.0,0.0,0.0,0.0,0.0 p17193,gas,0.0,0.0,0.0,0.0,0.0 p17193,geothermal,0.0,0.0,0.0,0.0,0.0 p17193,h2,0.0,0.0,0.0,0.0,0.0 p17193,hydro,0.0,0.0,0.0,0.0,0.0 p17193,nuclear,0.0,0.0,0.0,0.0,0.0 p17193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17193,pv,125.0,250.0,333.33333333334303,416.66666666665697,500.0 +p17193,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p17193,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17193,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17195,battery,0.0,0.0,77.66666666665697,155.33333333334303,233.0 +p17195,battery,0.0,0.0,51.0,102.0,153.0 p17195,biomass,0.0,0.0,0.0,0.0,0.0 p17195,coal,0.0,0.0,0.0,0.0,0.0 +p17195,csp,0.0,0.0,0.0,0.0,0.0 p17195,gas,0.0,0.0,0.0,0.0,0.0 p17195,geothermal,0.0,0.0,0.0,0.0,0.0 p17195,h2,0.0,0.0,0.0,0.0,0.0 p17195,hydro,0.0,0.0,0.0,0.0,0.0 p17195,nuclear,0.0,0.0,0.0,0.0,0.0 p17195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17195,pv,0.0,0.0,218.33333333331393,436.66666666668607,655.0 +p17195,pv,0.0,0.0,218.33333333337214,436.66666666668607,655.0 p17195,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17195,wind-ons,0.0,0.0,170.69999999995343,341.3999999999651,512.1 -p17197,battery,20.0,40.0,480.0,920.0,1360.0 +p17195,wind-ons,0.0,0.0,163.63000000006286,327.2600000000093,490.89 +p17197,battery,0.0,0.0,270.6666666667443,541.3333333333721,812.0 p17197,biomass,0.0,0.0,0.0,0.0,0.0 p17197,coal,0.0,0.0,0.0,0.0,0.0 -p17197,gas,60.0,120.0,160.0,200.0,240.0 +p17197,csp,0.0,0.0,0.0,0.0,0.0 +p17197,gas,60.0,120.0,121.66666666666697,123.33333333333348,125.0 p17197,geothermal,0.0,0.0,0.0,0.0,0.0 p17197,h2,0.0,0.0,0.0,0.0,0.0 p17197,hydro,0.0,0.0,0.0,0.0,0.0 -p17197,nuclear,0.0,0.0,0.0,0.0,0.0 +p17197,nuclear,0.0,0.0,43.333333333343035,86.66666666667152,130.0 p17197,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17197,pv,0.0,0.0,23.86666666666133,47.73333333332994,71.6 +p17197,pv,9.95,19.9,37.13333333333139,54.36666666666861,71.6 p17197,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17197,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17199,battery,0.0,0.0,63.33333333332848,126.66666666667152,190.0 +p17199,battery,0.0,0.0,63.333333333343035,126.66666666667152,190.0 p17199,biomass,0.0,0.0,0.0,0.0,0.0 p17199,coal,0.0,0.0,0.0,0.0,0.0 +p17199,csp,0.0,0.0,0.0,0.0,0.0 p17199,gas,0.0,0.0,0.0,0.0,0.0 p17199,geothermal,0.0,0.0,0.0,0.0,0.0 p17199,h2,0.0,0.0,0.0,0.0,0.0 p17199,hydro,0.0,0.0,0.0,0.0,0.0 p17199,nuclear,0.0,0.0,0.0,0.0,0.0 p17199,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17199,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p17199,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p17199,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17199,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17201,battery,0.0,0.0,104.66666666665697,209.33333333334303,314.0 +p17201,battery,0.0,0.0,50.0,100.0,150.0 p17201,biomass,0.0,0.0,0.0,0.0,0.0 p17201,coal,0.0,0.0,0.0,0.0,0.0 +p17201,csp,0.0,0.0,0.0,0.0,0.0 p17201,gas,0.0,0.0,0.0,0.0,0.0 p17201,geothermal,0.0,0.0,0.0,0.0,0.0 p17201,h2,0.0,0.0,0.0,0.0,0.0 p17201,hydro,0.0,0.0,0.0,0.0,0.0 p17201,nuclear,0.0,0.0,0.0,0.0,0.0 p17201,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17201,pv,0.0,0.0,179.66666666668607,359.33333333331393,539.0 +p17201,pv,0.0,0.0,93.33333333331393,186.66666666665697,280.0 p17201,wind-ofs,0.0,0.0,0.0,0.0,0.0 p17201,wind-ons,0.0,0.0,0.0,0.0,0.0 -p17203,battery,0.0,0.0,50.0,100.0,150.0 +p17203,battery,0.0,0.0,0.0,0.0,0.0 p17203,biomass,0.0,0.0,0.0,0.0,0.0 p17203,coal,0.0,0.0,0.0,0.0,0.0 +p17203,csp,0.0,0.0,0.0,0.0,0.0 p17203,gas,0.0,0.0,0.0,0.0,0.0 p17203,geothermal,0.0,0.0,0.0,0.0,0.0 p17203,h2,0.0,0.0,0.0,0.0,0.0 p17203,hydro,0.0,0.0,0.0,0.0,0.0 p17203,nuclear,0.0,0.0,0.0,0.0,0.0 p17203,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p17203,pv,0.0,0.0,18.39999999999418,36.799999999995634,55.2 +p17203,pv,0.0,0.0,18.400000000001455,36.80000000000291,55.2 p17203,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p17203,wind-ons,400.0,800.0,1066.6666666666279,1333.3333333333721,1600.0 +p17203,wind-ons,400.0,800.0,800.0,800.0,800.0 p18001,battery,0.0,0.0,0.0,0.0,0.0 p18001,biomass,0.0,0.0,0.0,0.0,0.0 p18001,coal,0.0,0.0,0.0,0.0,0.0 +p18001,csp,0.0,0.0,0.0,0.0,0.0 p18001,gas,0.0,0.0,0.0,0.0,0.0 p18001,geothermal,0.0,0.0,0.0,0.0,0.0 p18001,h2,0.0,0.0,0.0,0.0,0.0 p18001,hydro,0.0,0.0,0.0,0.0,0.0 p18001,nuclear,0.0,0.0,0.0,0.0,0.0 p18001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18001,pv,0.0,0.0,55.79999999998836,111.59999999999127,167.4 +p18001,pv,67.5,135.0,135.0,135.0,135.0 p18001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18003,battery,25.0,50.0,83.33333333332848,116.66666666667152,150.0 +p18003,battery,25.0,50.0,66.66666666667152,83.33333333333576,100.0 p18003,biomass,0.0,0.0,0.0,0.0,0.0 p18003,coal,0.0,0.0,0.0,0.0,0.0 +p18003,csp,0.0,0.0,0.0,0.0,0.0 p18003,gas,0.0,0.0,0.0,0.0,0.0 p18003,geothermal,0.0,0.0,0.0,0.0,0.0 p18003,h2,0.0,0.0,0.0,0.0,0.0 p18003,hydro,0.0,0.0,0.0,0.0,0.0 p18003,nuclear,0.0,0.0,0.0,0.0,0.0 p18003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18003,pv,100.0,200.0,363.06666666670935,526.1333333333605,689.2 +p18003,pv,150.0,300.0,322.40000000000146,344.8000000000029,367.2 p18003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18005,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p18005,battery,0.0,0.0,0.0,0.0,0.0 p18005,biomass,0.0,0.0,0.0,0.0,0.0 p18005,coal,0.0,0.0,0.0,0.0,0.0 +p18005,csp,0.0,0.0,0.0,0.0,0.0 p18005,gas,0.0,0.0,0.0,0.0,0.0 p18005,geothermal,0.0,0.0,0.0,0.0,0.0 p18005,h2,0.0,0.0,0.0,0.0,0.0 p18005,hydro,0.0,0.0,0.0,0.0,0.0 p18005,nuclear,0.0,0.0,0.0,0.0,0.0 p18005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18005,pv,75.0,150.0,216.66666666665697,283.33333333334303,350.0 +p18005,pv,0.0,0.0,50.0,100.0,150.0 p18005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18005,wind-ons,0.0,0.0,0.0,0.0,0.0 p18007,battery,0.0,0.0,0.0,0.0,0.0 p18007,biomass,0.0,0.0,0.0,0.0,0.0 p18007,coal,0.0,0.0,0.0,0.0,0.0 +p18007,csp,0.0,0.0,0.0,0.0,0.0 p18007,gas,0.0,0.0,0.0,0.0,0.0 p18007,geothermal,0.0,0.0,0.0,0.0,0.0 p18007,h2,0.0,0.0,0.0,0.0,0.0 @@ -4858,34 +4841,37 @@ p18007,nuclear,0.0,0.0,0.0,0.0,0.0 p18007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p18007,pv,0.0,0.0,0.0,0.0,0.0 p18007,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18007,wind-ons,15.0,30.0,96.66666666665697,163.33333333334303,230.0 +p18007,wind-ons,15.0,30.0,96.66666666668607,163.33333333334303,230.0 p18009,battery,0.0,0.0,0.0,0.0,0.0 p18009,biomass,0.0,0.0,0.0,0.0,0.0 p18009,coal,0.0,0.0,0.0,0.0,0.0 +p18009,csp,0.0,0.0,0.0,0.0,0.0 p18009,gas,0.0,0.0,0.0,0.0,0.0 p18009,geothermal,0.0,0.0,0.0,0.0,0.0 p18009,h2,0.0,0.0,0.0,0.0,0.0 p18009,hydro,0.0,0.0,0.0,0.0,0.0 p18009,nuclear,0.0,0.0,0.0,0.0,0.0 p18009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18009,pv,122.5,245.0,352.2666666666337,459.53333333329647,566.8 +p18009,pv,122.5,245.0,295.0,345.0,395.0 p18009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18009,wind-ons,0.0,0.0,303.93333333346527,607.8666666668141,911.8 -p18011,battery,0.0,0.0,0.0,0.0,0.0 +p18009,wind-ons,250.0,500.0,566.6666666666861,633.333333333343,700.0 +p18011,battery,0.0,0.0,103.32000000000698,206.63999999998487,309.96 p18011,biomass,0.0,0.0,0.0,0.0,0.0 p18011,coal,0.0,0.0,0.0,0.0,0.0 +p18011,csp,0.0,0.0,0.0,0.0,0.0 p18011,gas,0.0,0.0,0.0,0.0,0.0 p18011,geothermal,0.0,0.0,0.0,0.0,0.0 p18011,h2,0.0,0.0,0.0,0.0,0.0 p18011,hydro,0.0,0.0,0.0,0.0,0.0 p18011,nuclear,0.0,0.0,0.0,0.0,0.0 p18011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18011,pv,100.0,200.0,300.0,400.0,500.0 +p18011,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18013,battery,2.5,5.0,6.666666666666515,8.333333333333485,10.0 +p18013,battery,0.0,0.0,1.6666666666669698,3.333333333333485,5.0 p18013,biomass,0.0,0.0,0.0,0.0,0.0 p18013,coal,0.0,0.0,0.0,0.0,0.0 +p18013,csp,0.0,0.0,0.0,0.0,0.0 p18013,gas,0.0,0.0,0.0,0.0,0.0 p18013,geothermal,0.0,0.0,0.0,0.0,0.0 p18013,h2,0.0,0.0,0.0,0.0,0.0 @@ -4895,88 +4881,70 @@ p18013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p18013,pv,0.0,0.0,0.0,0.0,0.0 p18013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18015,battery,0.0,0.0,0.0,0.0,0.0 -p18015,biomass,0.0,0.0,0.0,0.0,0.0 -p18015,coal,0.0,0.0,0.0,0.0,0.0 -p18015,gas,0.0,0.0,0.0,0.0,0.0 -p18015,geothermal,0.0,0.0,0.0,0.0,0.0 -p18015,h2,0.0,0.0,0.0,0.0,0.0 -p18015,hydro,0.0,0.0,0.0,0.0,0.0 -p18015,nuclear,0.0,0.0,0.0,0.0,0.0 -p18015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18015,pv,0.0,0.0,119.66666666665697,239.33333333334303,359.0 -p18015,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18015,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18017,battery,0.0,0.0,0.0,0.0,0.0 +p18015,csp,0.0,0.0,0.0,0.0,0.0 +p18017,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18017,biomass,0.0,0.0,0.0,0.0,0.0 p18017,coal,0.0,0.0,0.0,0.0,0.0 +p18017,csp,0.0,0.0,0.0,0.0,0.0 p18017,gas,0.0,0.0,0.0,0.0,0.0 p18017,geothermal,0.0,0.0,0.0,0.0,0.0 p18017,h2,0.0,0.0,0.0,0.0,0.0 p18017,hydro,0.0,0.0,0.0,0.0,0.0 p18017,nuclear,0.0,0.0,0.0,0.0,0.0 p18017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18017,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p18017,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18017,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18019,battery,0.0,0.0,100.0,200.0,300.0 +p18019,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18019,biomass,0.0,0.0,0.0,0.0,0.0 p18019,coal,0.0,0.0,0.0,0.0,0.0 +p18019,csp,0.0,0.0,0.0,0.0,0.0 p18019,gas,0.0,0.0,0.0,0.0,0.0 p18019,geothermal,0.0,0.0,0.0,0.0,0.0 p18019,h2,0.0,0.0,0.0,0.0,0.0 p18019,hydro,0.0,0.0,0.0,0.0,0.0 p18019,nuclear,0.0,0.0,0.0,0.0,0.0 p18019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18019,pv,0.0,0.0,156.66666666668607,313.33333333331393,470.0 +p18019,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18019,wind-ons,0.0,0.0,0.0,0.0,0.0 p18021,battery,0.0,0.0,0.0,0.0,0.0 p18021,biomass,0.0,0.0,0.0,0.0,0.0 p18021,coal,0.0,0.0,0.0,0.0,0.0 +p18021,csp,0.0,0.0,0.0,0.0,0.0 p18021,gas,0.0,0.0,0.0,0.0,0.0 p18021,geothermal,0.0,0.0,0.0,0.0,0.0 p18021,h2,0.0,0.0,0.0,0.0,0.0 p18021,hydro,0.0,0.0,0.0,0.0,0.0 p18021,nuclear,0.0,0.0,0.0,0.0,0.0 p18021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18021,pv,0.0,0.0,103.33333333334303,206.66666666665697,310.0 +p18021,pv,0.0,0.0,61.666666666656965,123.33333333332848,185.0 p18021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18021,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18023,battery,0.0,0.0,173.33333333331393,346.66666666668607,520.0 +p18023,battery,0.0,0.0,0.0,0.0,0.0 p18023,biomass,0.0,0.0,0.0,0.0,0.0 p18023,coal,0.0,0.0,0.0,0.0,0.0 +p18023,csp,0.0,0.0,0.0,0.0,0.0 p18023,gas,0.0,0.0,0.0,0.0,0.0 p18023,geothermal,0.0,0.0,0.0,0.0,0.0 p18023,h2,0.0,0.0,0.0,0.0,0.0 p18023,hydro,0.0,0.0,0.0,0.0,0.0 p18023,nuclear,0.0,0.0,0.0,0.0,0.0 p18023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18023,pv,97.5,195.0,260.0,325.0,390.0 +p18023,pv,0.0,0.0,65.0,130.0,195.0 p18023,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18023,wind-ons,0.0,0.0,126.66666666665697,253.33333333334303,380.0 -p18025,battery,0.0,0.0,0.0,0.0,0.0 -p18025,biomass,0.0,0.0,0.0,0.0,0.0 -p18025,coal,0.0,0.0,0.0,0.0,0.0 -p18025,gas,0.0,0.0,0.0,0.0,0.0 -p18025,geothermal,0.0,0.0,0.0,0.0,0.0 -p18025,h2,0.0,0.0,0.0,0.0,0.0 -p18025,hydro,0.0,0.0,0.0,0.0,0.0 -p18025,nuclear,0.0,0.0,0.0,0.0,0.0 -p18025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18025,pv,0.0,0.0,12.66666666666788,25.33333333333212,38.0 -p18025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18023,wind-ons,0.0,0.0,60.0,120.0,180.0 p18027,battery,0.0,0.0,0.0,0.0,0.0 p18027,biomass,0.0,0.0,0.0,0.0,0.0 p18027,coal,0.0,0.0,0.0,0.0,0.0 +p18027,csp,0.0,0.0,0.0,0.0,0.0 p18027,gas,0.0,0.0,0.0,0.0,0.0 p18027,geothermal,0.0,0.0,0.0,0.0,0.0 p18027,h2,0.0,0.0,0.0,0.0,0.0 p18027,hydro,0.0,0.0,0.0,0.0,0.0 p18027,nuclear,0.0,0.0,0.0,0.0,0.0 p18027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18027,pv,0.0,0.0,587.6666666667443,1175.3333333332557,1763.0 +p18027,pv,0.0,0.0,300.0,600.0,900.0 p18027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18027,wind-ons,0.0,0.0,0.0,0.0,0.0 p18029,battery,0.0,0.0,0.0,0.0,0.0 @@ -4991,198 +4959,180 @@ p18029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p18029,pv,0.0,0.0,50.0,100.0,150.0 p18029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18031,battery,73.0,146.0,212.66666666665697,279.33333333334303,346.0 +p18031,battery,73.0,146.0,146.0,146.0,146.0 p18031,biomass,0.0,0.0,0.0,0.0,0.0 p18031,coal,0.0,0.0,0.0,0.0,0.0 +p18031,csp,0.0,0.0,0.0,0.0,0.0 p18031,gas,0.0,0.0,0.0,0.0,0.0 p18031,geothermal,0.0,0.0,0.0,0.0,0.0 p18031,h2,0.0,0.0,0.0,0.0,0.0 p18031,hydro,0.0,0.0,0.0,0.0,0.0 p18031,nuclear,0.0,0.0,0.0,0.0,0.0 p18031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18031,pv,0.0,0.0,246.66666666668607,493.33333333331393,740.0 +p18031,pv,0.0,0.0,0.0,0.0,0.0 p18031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18031,wind-ons,0.0,0.0,0.0,0.0,0.0 p18033,battery,0.0,0.0,0.0,0.0,0.0 p18033,biomass,0.0,0.0,0.0,0.0,0.0 p18033,coal,0.0,0.0,0.0,0.0,0.0 +p18033,csp,0.0,0.0,0.0,0.0,0.0 p18033,gas,0.0,0.0,0.0,0.0,0.0 p18033,geothermal,0.0,0.0,0.0,0.0,0.0 p18033,h2,0.0,0.0,0.0,0.0,0.0 p18033,hydro,0.0,0.0,0.0,0.0,0.0 p18033,nuclear,0.0,0.0,0.0,0.0,0.0 p18033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18033,pv,90.0,180.0,240.0,300.0,360.0 +p18033,pv,90.0,180.0,198.06666666665842,216.1333333333314,234.2 p18033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18033,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18035,battery,0.0,0.0,23.33333333333576,46.66666666666424,70.0 +p18035,battery,0.0,0.0,0.0,0.0,0.0 p18035,biomass,0.0,0.0,0.0,0.0,0.0 p18035,coal,0.0,0.0,0.0,0.0,0.0 +p18035,csp,0.0,0.0,0.0,0.0,0.0 p18035,gas,0.0,0.0,0.0,0.0,0.0 p18035,geothermal,0.0,0.0,0.0,0.0,0.0 p18035,h2,0.0,0.0,0.0,0.0,0.0 p18035,hydro,0.0,0.0,0.0,0.0,0.0 p18035,nuclear,0.0,0.0,0.0,0.0,0.0 p18035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18035,pv,41.5,83.0,291.30666666664183,499.61333333334187,707.92 +p18035,pv,41.5,83.0,133.16666666665697,183.33333333332848,233.5 p18035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18037,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p18037,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18037,biomass,0.0,0.0,0.0,0.0,0.0 p18037,coal,0.0,0.0,0.0,0.0,0.0 +p18037,csp,0.0,0.0,0.0,0.0,0.0 p18037,gas,0.0,0.0,0.0,0.0,0.0 p18037,geothermal,0.0,0.0,0.0,0.0,0.0 p18037,h2,0.0,0.0,0.0,0.0,0.0 p18037,hydro,0.0,0.0,0.0,0.0,0.0 p18037,nuclear,0.0,0.0,0.0,0.0,0.0 p18037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18037,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p18037,pv,100.0,200.0,236.66666666665697,273.3333333333285,310.0 p18037,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18037,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18039,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p18039,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18039,biomass,0.0,0.0,0.0,0.0,0.0 p18039,coal,0.0,0.0,0.0,0.0,0.0 +p18039,csp,0.0,0.0,0.0,0.0,0.0 p18039,gas,0.0,0.0,0.0,0.0,0.0 p18039,geothermal,0.0,0.0,0.0,0.0,0.0 p18039,h2,0.0,0.0,0.0,0.0,0.0 p18039,hydro,0.0,0.0,0.0,0.0,0.0 p18039,nuclear,0.0,0.0,0.0,0.0,0.0 p18039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18039,pv,50.0,100.0,150.0,200.0,250.0 +p18039,pv,50.0,100.0,100.0,100.0,100.0 p18039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18039,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18045,battery,0.0,0.0,96.66666666665697,193.33333333334303,290.0 +p18041,csp,0.0,0.0,0.0,0.0,0.0 +p18045,battery,0.0,0.0,50.0,100.0,150.0 p18045,biomass,0.0,0.0,0.0,0.0,0.0 p18045,coal,0.0,0.0,0.0,0.0,0.0 +p18045,csp,0.0,0.0,0.0,0.0,0.0 p18045,gas,0.0,0.0,0.0,0.0,0.0 p18045,geothermal,0.0,0.0,0.0,0.0,0.0 p18045,h2,0.0,0.0,0.0,0.0,0.0 p18045,hydro,0.0,0.0,0.0,0.0,0.0 p18045,nuclear,0.0,0.0,0.0,0.0,0.0 p18045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18045,pv,100.0,200.0,855.0,1510.0,2165.0 +p18045,pv,100.0,200.0,500.0,800.0,1100.0 p18045,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18045,wind-ons,0.0,0.0,26.0,52.0,78.0 -p18051,battery,0.0,0.0,100.0,200.0,300.0 +p18045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18047,csp,0.0,0.0,0.0,0.0,0.0 +p18051,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p18051,biomass,0.0,0.0,0.0,0.0,0.0 p18051,coal,0.0,0.0,0.0,0.0,0.0 +p18051,csp,0.0,0.0,0.0,0.0,0.0 p18051,gas,0.0,0.0,0.0,0.0,0.0 p18051,geothermal,0.0,0.0,0.0,0.0,0.0 p18051,h2,0.0,0.0,0.0,0.0,0.0 p18051,hydro,0.0,0.0,0.0,0.0,0.0 p18051,nuclear,0.0,0.0,0.0,0.0,0.0 p18051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18051,pv,215.0,430.0,813.3333333333721,1196.6666666666279,1580.0 +p18051,pv,75.0,150.0,316.66666666662786,483.33333333331393,650.0 p18051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18051,wind-ons,0.0,0.0,0.0,0.0,0.0 p18053,battery,0.0,0.0,0.0,0.0,0.0 p18053,biomass,0.0,0.0,0.0,0.0,0.0 p18053,coal,0.0,0.0,0.0,0.0,0.0 +p18053,csp,0.0,0.0,0.0,0.0,0.0 p18053,gas,0.0,0.0,0.0,0.0,0.0 p18053,geothermal,0.0,0.0,0.0,0.0,0.0 p18053,h2,0.0,0.0,0.0,0.0,0.0 p18053,hydro,0.0,0.0,0.0,0.0,0.0 p18053,nuclear,0.0,0.0,0.0,0.0,0.0 p18053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18053,pv,0.0,0.0,130.7333333333372,261.4666666666744,392.2 +p18053,pv,37.5,75.0,158.0,241.0,324.0 p18053,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18053,wind-ons,0.0,0.0,35.466666666659876,70.93333333331975,106.4 -p18055,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p18053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18055,battery,0.0,0.0,50.0,100.0,150.0 p18055,biomass,0.0,0.0,0.0,0.0,0.0 p18055,coal,0.0,0.0,0.0,0.0,0.0 +p18055,csp,0.0,0.0,0.0,0.0,0.0 p18055,gas,0.0,0.0,0.0,0.0,0.0 p18055,geothermal,0.0,0.0,0.0,0.0,0.0 p18055,h2,0.0,0.0,0.0,0.0,0.0 p18055,hydro,0.0,0.0,0.0,0.0,0.0 p18055,nuclear,0.0,0.0,0.0,0.0,0.0 p18055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18055,pv,0.0,0.0,475.0,950.0,1425.0 +p18055,pv,0.0,0.0,385.0,770.0,1155.0 p18055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18055,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18057,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p18057,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18057,biomass,0.0,0.0,0.0,0.0,0.0 p18057,coal,0.0,0.0,0.0,0.0,0.0 +p18057,csp,0.0,0.0,0.0,0.0,0.0 p18057,gas,0.0,0.0,0.0,0.0,0.0 p18057,geothermal,0.0,0.0,0.0,0.0,0.0 p18057,h2,0.0,0.0,0.0,0.0,0.0 p18057,hydro,0.0,0.0,0.0,0.0,0.0 p18057,nuclear,0.0,0.0,0.0,0.0,0.0 p18057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18057,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p18057,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18057,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18057,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18059,battery,0.0,0.0,0.0,0.0,0.0 -p18059,biomass,0.0,0.0,0.0,0.0,0.0 -p18059,coal,0.0,0.0,0.0,0.0,0.0 -p18059,gas,0.0,0.0,0.0,0.0,0.0 -p18059,geothermal,0.0,0.0,0.0,0.0,0.0 -p18059,h2,0.0,0.0,0.0,0.0,0.0 -p18059,hydro,0.0,0.0,0.0,0.0,0.0 -p18059,nuclear,0.0,0.0,0.0,0.0,0.0 -p18059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18059,pv,0.0,0.0,146.66666666668607,293.33333333331393,440.0 -p18059,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18059,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18061,battery,0.0,0.0,0.0,0.0,0.0 -p18061,biomass,0.0,0.0,0.0,0.0,0.0 -p18061,coal,0.0,0.0,0.0,0.0,0.0 -p18061,gas,0.0,0.0,0.0,0.0,0.0 -p18061,geothermal,0.0,0.0,0.0,0.0,0.0 -p18061,h2,0.0,0.0,0.0,0.0,0.0 -p18061,hydro,0.0,0.0,0.0,0.0,0.0 -p18061,nuclear,0.0,0.0,0.0,0.0,0.0 -p18061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18061,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p18061,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18061,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18063,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p18063,biomass,0.0,0.0,0.0,0.0,0.0 -p18063,coal,0.0,0.0,0.0,0.0,0.0 -p18063,gas,0.0,0.0,0.0,0.0,0.0 -p18063,geothermal,0.0,0.0,0.0,0.0,0.0 -p18063,h2,0.0,0.0,0.0,0.0,0.0 -p18063,hydro,0.0,0.0,0.0,0.0,0.0 -p18063,nuclear,0.0,0.0,0.0,0.0,0.0 -p18063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18063,pv,0.0,0.0,7.5900000000019645,15.18000000000211,22.77 -p18063,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18063,wind-ons,0.0,0.0,36.66666666667152,73.33333333332848,110.0 +p18059,csp,0.0,0.0,0.0,0.0,0.0 +p18061,csp,0.0,0.0,0.0,0.0,0.0 +p18063,csp,0.0,0.0,0.0,0.0,0.0 p18065,battery,0.0,0.0,50.0,100.0,150.0 p18065,biomass,0.0,0.0,0.0,0.0,0.0 p18065,coal,0.0,0.0,0.0,0.0,0.0 +p18065,csp,0.0,0.0,0.0,0.0,0.0 p18065,gas,0.0,0.0,0.0,0.0,0.0 p18065,geothermal,0.0,0.0,0.0,0.0,0.0 p18065,h2,0.0,0.0,0.0,0.0,0.0 p18065,hydro,0.0,0.0,0.0,0.0,0.0 p18065,nuclear,0.0,0.0,0.0,0.0,0.0 p18065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18065,pv,50.0,100.0,145.20000000001164,190.40000000000873,235.6 +p18065,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p18065,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18065,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18067,battery,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p18067,battery,0.0,0.0,0.0,0.0,0.0 p18067,biomass,0.0,0.0,0.0,0.0,0.0 p18067,coal,0.0,0.0,0.0,0.0,0.0 +p18067,csp,0.0,0.0,0.0,0.0,0.0 p18067,gas,0.0,0.0,0.0,0.0,0.0 p18067,geothermal,0.0,0.0,0.0,0.0,0.0 p18067,h2,0.0,0.0,0.0,0.0,0.0 p18067,hydro,0.0,0.0,0.0,0.0,0.0 p18067,nuclear,0.0,0.0,0.0,0.0,0.0 p18067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18067,pv,200.0,400.0,533.3333333333139,666.6666666666861,800.0 +p18067,pv,200.0,400.0,400.0,400.0,400.0 p18067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18067,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18069,battery,0.0,0.0,266.66666666662786,533.3333333333721,800.0 +p18069,battery,0.0,0.0,266.6666666667443,533.3333333333721,800.0 p18069,biomass,0.0,0.0,0.0,0.0,0.0 p18069,coal,0.0,0.0,0.0,0.0,0.0 +p18069,csp,0.0,0.0,0.0,0.0,0.0 p18069,gas,0.0,0.0,0.0,0.0,0.0 p18069,geothermal,0.0,0.0,0.0,0.0,0.0 p18069,h2,0.0,0.0,0.0,0.0,0.0 p18069,hydro,0.0,0.0,0.0,0.0,0.0 p18069,nuclear,0.0,0.0,0.0,0.0,0.0 p18069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18069,pv,92.5,185.0,405.80000000004657,626.6000000000349,847.4 +p18069,pv,17.5,35.0,194.1333333333605,353.2666666666628,512.4 p18069,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18069,wind-ons,0.0,0.0,56.66666666667152,113.33333333332848,170.0 +p18069,wind-ons,0.0,0.0,56.666666666656965,113.33333333332848,170.0 p18071,battery,0.0,0.0,0.0,0.0,0.0 p18071,biomass,0.0,0.0,0.0,0.0,0.0 p18071,coal,0.0,0.0,0.0,0.0,0.0 @@ -5192,156 +5142,121 @@ p18071,h2,0.0,0.0,0.0,0.0,0.0 p18071,hydro,0.0,0.0,0.0,0.0,0.0 p18071,nuclear,0.0,0.0,0.0,0.0,0.0 p18071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18071,pv,0.0,0.0,50.0,100.0,150.0 +p18071,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18071,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18071,wind-ons,0.0,0.0,0.0,0.0,0.0 p18073,battery,0.0,0.0,0.0,0.0,0.0 p18073,biomass,0.0,0.0,0.0,0.0,0.0 p18073,coal,0.0,0.0,0.0,0.0,0.0 -p18073,gas,0.0,0.0,0.0,0.0,0.0 +p18073,csp,0.0,0.0,0.0,0.0,0.0 +p18073,gas,0.0,0.0,1157.5099999997765,2315.019999999553,3472.53 p18073,geothermal,0.0,0.0,0.0,0.0,0.0 p18073,h2,0.0,0.0,0.0,0.0,0.0 p18073,hydro,0.0,0.0,0.0,0.0,0.0 p18073,nuclear,0.0,0.0,0.0,0.0,0.0 p18073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18073,pv,494.25,988.5,1318.0,1647.5,1977.0 +p18073,pv,416.75,833.5,1110.1666666667443,1386.8333333333721,1663.5 p18073,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18073,wind-ons,100.0,200.0,266.66666666665697,333.33333333334303,400.0 -p18075,battery,0.0,0.0,58.33333333332848,116.66666666667152,175.0 +p18073,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18075,battery,0.0,0.0,41.666666666656965,83.33333333332848,125.0 p18075,biomass,0.0,0.0,0.0,0.0,0.0 p18075,coal,0.0,0.0,0.0,0.0,0.0 +p18075,csp,0.0,0.0,0.0,0.0,0.0 p18075,gas,0.0,0.0,0.0,0.0,0.0 p18075,geothermal,0.0,0.0,0.0,0.0,0.0 p18075,h2,0.0,0.0,0.0,0.0,0.0 p18075,hydro,0.0,0.0,0.0,0.0,0.0 p18075,nuclear,0.0,0.0,0.0,0.0,0.0 p18075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18075,pv,147.0,294.0,468.06666666670935,642.1333333333605,816.2 +p18075,pv,222.0,444.0,502.0,560.0,618.0 p18075,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18075,wind-ons,0.0,0.0,4.213333333333139,8.426666666666279,12.64 -p18077,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p18077,biomass,0.0,0.0,0.0,0.0,0.0 -p18077,coal,0.0,0.0,0.0,0.0,0.0 -p18077,gas,0.0,0.0,0.0,0.0,0.0 -p18077,geothermal,0.0,0.0,0.0,0.0,0.0 -p18077,h2,0.0,0.0,0.0,0.0,0.0 -p18077,hydro,0.0,0.0,0.0,0.0,0.0 -p18077,nuclear,0.0,0.0,0.0,0.0,0.0 -p18077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18077,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p18077,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18077,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18079,battery,0.0,0.0,14.66666666666788,29.33333333333212,44.0 -p18079,biomass,0.0,0.0,0.0,0.0,0.0 -p18079,coal,0.0,0.0,0.0,0.0,0.0 -p18079,gas,0.0,0.0,0.0,0.0,0.0 -p18079,geothermal,0.0,0.0,0.0,0.0,0.0 -p18079,h2,0.0,0.0,0.0,0.0,0.0 -p18079,hydro,0.0,0.0,0.0,0.0,0.0 -p18079,nuclear,0.0,0.0,0.0,0.0,0.0 -p18079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18079,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p18079,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18079,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18081,battery,0.0,0.0,0.0,0.0,0.0 -p18081,biomass,0.0,0.0,0.0,0.0,0.0 -p18081,coal,0.0,0.0,0.0,0.0,0.0 -p18081,gas,0.0,0.0,0.0,0.0,0.0 -p18081,geothermal,0.0,0.0,0.0,0.0,0.0 -p18081,h2,0.0,0.0,0.0,0.0,0.0 -p18081,hydro,0.0,0.0,0.0,0.0,0.0 -p18081,nuclear,0.0,0.0,0.0,0.0,0.0 -p18081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18081,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p18081,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18081,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18083,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p18075,wind-ons,6.32,12.64,12.64,12.64,12.64 +p18077,csp,0.0,0.0,0.0,0.0,0.0 +p18079,csp,0.0,0.0,0.0,0.0,0.0 +p18081,csp,0.0,0.0,0.0,0.0,0.0 +p18083,battery,0.0,0.0,50.0,100.0,150.0 p18083,biomass,0.0,0.0,0.0,0.0,0.0 p18083,coal,0.0,0.0,0.0,0.0,0.0 +p18083,csp,0.0,0.0,0.0,0.0,0.0 p18083,gas,0.0,0.0,0.0,0.0,0.0 p18083,geothermal,0.0,0.0,0.0,0.0,0.0 p18083,h2,0.0,0.0,0.0,0.0,0.0 p18083,hydro,0.0,0.0,0.0,0.0,0.0 p18083,nuclear,0.0,0.0,0.0,0.0,0.0 p18083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18083,pv,75.0,150.0,386.66666666668607,623.3333333333139,860.0 +p18083,pv,75.0,150.0,386.66666666662786,623.3333333333139,860.0 p18083,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18085,battery,0.0,0.0,233.33333333331393,466.66666666668607,700.0 +p18083,wind-ons,0.0,0.0,100.0,200.0,300.0 +p18085,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18085,biomass,0.0,0.0,0.0,0.0,0.0 p18085,coal,0.0,0.0,0.0,0.0,0.0 +p18085,csp,0.0,0.0,0.0,0.0,0.0 p18085,gas,0.0,0.0,0.0,0.0,0.0 p18085,geothermal,0.0,0.0,0.0,0.0,0.0 p18085,h2,0.0,0.0,0.0,0.0,0.0 p18085,hydro,0.0,0.0,0.0,0.0,0.0 p18085,nuclear,0.0,0.0,0.0,0.0,0.0 p18085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18085,pv,0.0,0.0,157.66666666668607,315.33333333331393,473.0 +p18085,pv,0.0,0.0,0.0,0.0,0.0 p18085,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18085,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18087,battery,12.5,25.0,91.66666666665697,158.33333333334303,225.0 +p18087,battery,12.5,25.0,125.0,225.0,325.0 p18087,biomass,0.0,0.0,0.0,0.0,0.0 p18087,coal,0.0,0.0,0.0,0.0,0.0 +p18087,csp,0.0,0.0,0.0,0.0,0.0 p18087,gas,0.0,0.0,0.0,0.0,0.0 p18087,geothermal,0.0,0.0,0.0,0.0,0.0 p18087,h2,0.0,0.0,0.0,0.0,0.0 p18087,hydro,0.0,0.0,0.0,0.0,0.0 p18087,nuclear,0.0,0.0,0.0,0.0,0.0 p18087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18087,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p18087,pv,50.0,100.0,100.0,100.0,100.0 p18087,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18087,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18089,battery,0.0,0.0,100.0,200.0,300.0 +p18089,battery,0.0,0.0,308.8933333333116,617.7866666667396,926.68 p18089,biomass,0.0,0.0,0.0,0.0,0.0 p18089,coal,0.0,0.0,0.0,0.0,0.0 +p18089,csp,0.0,0.0,0.0,0.0,0.0 p18089,gas,0.0,0.0,0.0,0.0,0.0 p18089,geothermal,0.0,0.0,0.0,0.0,0.0 p18089,h2,0.0,0.0,0.0,0.0,0.0 p18089,hydro,0.0,0.0,0.0,0.0,0.0 p18089,nuclear,0.0,0.0,0.0,0.0,0.0 p18089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18089,pv,300.0,600.0,800.0,1000.0,1200.0 +p18089,pv,150.0,300.0,400.0,500.0,600.0 p18089,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18089,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18091,battery,142.5,285.0,380.0,475.0,570.0 +p18091,battery,142.5,285.0,318.33333333334303,351.6666666666715,385.0 p18091,biomass,0.0,0.0,0.0,0.0,0.0 p18091,coal,0.0,0.0,0.0,0.0,0.0 +p18091,csp,0.0,0.0,0.0,0.0,0.0 p18091,gas,0.0,0.0,0.0,0.0,0.0 p18091,geothermal,0.0,0.0,0.0,0.0,0.0 p18091,h2,0.0,0.0,0.0,0.0,0.0 p18091,hydro,0.0,0.0,0.0,0.0,0.0 p18091,nuclear,0.0,0.0,0.0,0.0,0.0 p18091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18091,pv,0.0,0.0,436.0,872.0,1308.0 +p18091,pv,62.5,125.0,452.6666666667443,780.3333333333721,1108.0 p18091,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18091,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18093,battery,0.0,0.0,0.0,0.0,0.0 -p18093,biomass,0.0,0.0,0.0,0.0,0.0 -p18093,coal,0.0,0.0,0.0,0.0,0.0 -p18093,gas,0.0,0.0,0.0,0.0,0.0 -p18093,geothermal,0.0,0.0,0.0,0.0,0.0 -p18093,h2,0.0,0.0,0.0,0.0,0.0 -p18093,hydro,0.0,0.0,0.0,0.0,0.0 -p18093,nuclear,0.0,0.0,0.0,0.0,0.0 -p18093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18093,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p18093,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18093,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18095,battery,115.0,230.0,330.0,430.0,530.0 +p18093,csp,0.0,0.0,0.0,0.0,0.0 +p18095,battery,115.0,230.0,230.0,230.0,230.0 p18095,biomass,0.0,0.0,0.0,0.0,0.0 p18095,coal,0.0,0.0,0.0,0.0,0.0 -p18095,gas,0.0,0.0,80.0,160.0,240.0 +p18095,csp,0.0,0.0,0.0,0.0,0.0 +p18095,gas,0.0,0.0,0.0,0.0,0.0 p18095,geothermal,0.0,0.0,0.0,0.0,0.0 p18095,h2,0.0,0.0,0.0,0.0,0.0 p18095,hydro,0.0,0.0,0.0,0.0,0.0 p18095,nuclear,0.0,0.0,0.0,0.0,0.0 p18095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18095,pv,0.0,0.0,9.599999999998545,19.19999999999709,28.8 +p18095,pv,0.0,0.0,9.599999999998545,19.200000000000728,28.8 p18095,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18095,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18097,battery,0.0,0.0,132.33333333331393,264.66666666668607,397.0 +p18097,battery,0.0,0.0,93.33333333331393,186.66666666665697,280.0 p18097,biomass,0.0,0.0,0.0,0.0,0.0 p18097,coal,0.0,0.0,0.0,0.0,0.0 +p18097,csp,0.0,0.0,0.0,0.0,0.0 p18097,gas,0.0,0.0,0.0,0.0,0.0 p18097,geothermal,0.0,0.0,0.0,0.0,0.0 p18097,h2,0.0,0.0,0.0,0.0,0.0 @@ -5351,46 +5266,49 @@ p18097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p18097,pv,0.0,0.0,0.0,0.0,0.0 p18097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18099,battery,0.0,0.0,280.0,560.0,840.0 +p18099,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18099,biomass,0.0,0.0,0.0,0.0,0.0 p18099,coal,0.0,0.0,0.0,0.0,0.0 +p18099,csp,0.0,0.0,0.0,0.0,0.0 p18099,gas,0.0,0.0,0.0,0.0,0.0 p18099,geothermal,0.0,0.0,0.0,0.0,0.0 p18099,h2,0.0,0.0,0.0,0.0,0.0 p18099,hydro,0.0,0.0,0.0,0.0,0.0 p18099,nuclear,0.0,0.0,0.0,0.0,0.0 p18099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18099,pv,0.0,0.0,330.0,660.0,990.0 +p18099,pv,0.0,0.0,50.0,100.0,150.0 p18099,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18103,battery,0.0,0.0,11.66666666666788,23.33333333333212,35.0 +p18103,battery,0.0,0.0,0.0,0.0,0.0 p18103,biomass,0.0,0.0,0.0,0.0,0.0 p18103,coal,0.0,0.0,0.0,0.0,0.0 +p18103,csp,0.0,0.0,0.0,0.0,0.0 p18103,gas,0.0,0.0,0.0,0.0,0.0 p18103,geothermal,0.0,0.0,0.0,0.0,0.0 p18103,h2,0.0,0.0,0.0,0.0,0.0 p18103,hydro,0.0,0.0,0.0,0.0,0.0 p18103,nuclear,0.0,0.0,0.0,0.0,0.0 p18103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18103,pv,0.0,0.0,224.96666666673264,449.93333333340706,674.9 +p18103,pv,0.0,0.0,207.6333333333605,415.2666666666628,622.9 p18103,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18103,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18107,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p18107,battery,0.0,0.0,0.0,0.0,0.0 p18107,biomass,0.0,0.0,0.0,0.0,0.0 p18107,coal,0.0,0.0,0.0,0.0,0.0 +p18107,csp,0.0,0.0,0.0,0.0,0.0 p18107,gas,0.0,0.0,0.0,0.0,0.0 p18107,geothermal,0.0,0.0,0.0,0.0,0.0 p18107,h2,0.0,0.0,0.0,0.0,0.0 p18107,hydro,0.0,0.0,0.0,0.0,0.0 p18107,nuclear,0.0,0.0,0.0,0.0,0.0 p18107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18107,pv,0.0,0.0,239.6333333333605,479.266666666721,718.9 +p18107,pv,0.0,0.0,233.33333333337214,466.66666666668607,700.0 p18107,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18107,wind-ons,0.0,0.0,147.53000000002794,295.0599999999977,442.59000000000003 -p18109,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p18107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18109,battery,0.0,0.0,0.0,0.0,0.0 p18109,biomass,0.0,0.0,0.0,0.0,0.0 p18109,coal,0.0,0.0,0.0,0.0,0.0 -p18109,gas,0.0,0.0,126.27333333334536,252.54666666669073,378.82 +p18109,gas,0.0,0.0,126.27333333334536,252.54666666666162,378.82 p18109,geothermal,0.0,0.0,0.0,0.0,0.0 p18109,h2,0.0,0.0,0.0,0.0,0.0 p18109,hydro,0.0,0.0,0.0,0.0,0.0 @@ -5399,237 +5317,233 @@ p18109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p18109,pv,0.0,0.0,0.0,0.0,0.0 p18109,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18109,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18111,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p18111,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p18111,biomass,0.0,0.0,0.0,0.0,0.0 p18111,coal,0.0,0.0,0.0,0.0,0.0 +p18111,csp,0.0,0.0,0.0,0.0,0.0 p18111,gas,0.0,0.0,0.0,0.0,0.0 p18111,geothermal,0.0,0.0,0.0,0.0,0.0 p18111,h2,0.0,0.0,0.0,0.0,0.0 p18111,hydro,0.0,0.0,0.0,0.0,0.0 p18111,nuclear,0.0,0.0,0.0,0.0,0.0 p18111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18111,pv,0.0,0.0,279.33333333337214,558.6666666666279,838.0 +p18111,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p18111,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18111,wind-ons,0.0,0.0,91.66666666665697,183.33333333334303,275.0 +p18111,wind-ons,0.0,0.0,283.3333333332557,566.6666666666279,850.0 p18113,battery,0.0,0.0,0.0,0.0,0.0 p18113,biomass,0.0,0.0,0.0,0.0,0.0 p18113,coal,0.0,0.0,0.0,0.0,0.0 +p18113,csp,0.0,0.0,0.0,0.0,0.0 p18113,gas,0.0,0.0,0.0,0.0,0.0 p18113,geothermal,0.0,0.0,0.0,0.0,0.0 p18113,h2,0.0,0.0,0.0,0.0,0.0 p18113,hydro,0.0,0.0,0.0,0.0,0.0 p18113,nuclear,0.0,0.0,0.0,0.0,0.0 p18113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18113,pv,0.0,0.0,100.0,200.0,300.0 +p18113,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p18113,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18113,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18121,battery,0.0,0.0,50.0,100.0,150.0 -p18121,biomass,0.0,0.0,0.0,0.0,0.0 -p18121,coal,0.0,0.0,0.0,0.0,0.0 -p18121,gas,0.0,0.0,0.0,0.0,0.0 -p18121,geothermal,0.0,0.0,0.0,0.0,0.0 -p18121,h2,0.0,0.0,0.0,0.0,0.0 -p18121,hydro,0.0,0.0,0.0,0.0,0.0 -p18121,nuclear,0.0,0.0,0.0,0.0,0.0 -p18121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18121,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p18121,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18121,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18125,battery,0.0,0.0,110.0,220.0,330.0 +p18125,battery,0.0,0.0,43.333333333343035,86.66666666667152,130.0 p18125,biomass,0.0,0.0,0.0,0.0,0.0 p18125,coal,0.0,0.0,0.0,0.0,0.0 +p18125,csp,0.0,0.0,0.0,0.0,0.0 p18125,gas,0.0,0.0,0.0,0.0,0.0 p18125,geothermal,0.0,0.0,0.0,0.0,0.0 p18125,h2,0.0,0.0,0.0,0.0,0.0 p18125,hydro,0.0,0.0,0.0,0.0,0.0 p18125,nuclear,0.0,0.0,0.0,0.0,0.0 p18125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18125,pv,290.0,580.0,852.6666666666279,1125.3333333333721,1398.0 +p18125,pv,215.0,430.0,514.3333333333139,598.666666666657,683.0 p18125,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18125,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18127,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p18127,battery,0.0,0.0,226.80666666664183,453.61333333328366,680.42 p18127,biomass,0.0,0.0,0.0,0.0,0.0 p18127,coal,0.0,0.0,0.0,0.0,0.0 -p18127,gas,0.0,0.0,0.0,0.0,0.0 +p18127,csp,0.0,0.0,0.0,0.0,0.0 +p18127,gas,0.0,0.0,363.266666666721,726.5333333333256,1089.8 p18127,geothermal,0.0,0.0,0.0,0.0,0.0 p18127,h2,0.0,0.0,0.0,0.0,0.0 p18127,hydro,0.0,0.0,0.0,0.0,0.0 p18127,nuclear,0.0,0.0,0.0,0.0,0.0 p18127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18127,pv,50.0,100.0,140.66666666667152,181.33333333332848,222.0 +p18127,pv,50.0,100.0,100.0,100.0,100.0 p18127,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18127,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18129,battery,0.0,0.0,165.0,330.0,495.0 +p18129,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18129,biomass,0.0,0.0,0.0,0.0,0.0 p18129,coal,0.0,0.0,0.0,0.0,0.0 +p18129,csp,0.0,0.0,0.0,0.0,0.0 p18129,gas,0.0,0.0,0.0,0.0,0.0 p18129,geothermal,0.0,0.0,0.0,0.0,0.0 p18129,h2,0.0,0.0,0.0,0.0,0.0 p18129,hydro,0.0,0.0,0.0,0.0,0.0 p18129,nuclear,0.0,0.0,0.0,0.0,0.0 p18129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18129,pv,150.0,300.0,465.0,630.0,795.0 +p18129,pv,150.0,300.0,383.33333333331393,466.66666666665697,550.0 p18129,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18129,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18131,battery,0.0,0.0,123.33333333334303,246.66666666665697,370.0 +p18131,battery,0.0,0.0,84.33333333331393,168.66666666665697,253.0 p18131,biomass,0.0,0.0,0.0,0.0,0.0 p18131,coal,0.0,0.0,0.0,0.0,0.0 +p18131,csp,0.0,0.0,0.0,0.0,0.0 p18131,gas,0.0,0.0,0.0,0.0,0.0 p18131,geothermal,0.0,0.0,0.0,0.0,0.0 p18131,h2,0.0,0.0,0.0,0.0,0.0 p18131,hydro,0.0,0.0,0.0,0.0,0.0 p18131,nuclear,0.0,0.0,0.0,0.0,0.0 p18131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18131,pv,430.0,860.0,1510.6333333330695,2161.2666666663717,2811.9 +p18131,pv,680.0,1360.0,1675.0,1990.0,2305.0 p18131,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18131,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18133,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p18133,battery,0.0,0.0,0.0,0.0,0.0 p18133,biomass,0.0,0.0,0.0,0.0,0.0 p18133,coal,0.0,0.0,0.0,0.0,0.0 +p18133,csp,0.0,0.0,0.0,0.0,0.0 p18133,gas,0.0,0.0,0.0,0.0,0.0 p18133,geothermal,0.0,0.0,0.0,0.0,0.0 p18133,h2,0.0,0.0,0.0,0.0,0.0 p18133,hydro,0.0,0.0,0.0,0.0,0.0 p18133,nuclear,0.0,0.0,0.0,0.0,0.0 p18133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18133,pv,0.0,0.0,210.0,420.0,630.0 +p18133,pv,0.0,0.0,100.0,200.0,300.0 p18133,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18133,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18135,battery,0.0,0.0,36.66666666667152,73.33333333332848,110.0 +p18135,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p18135,biomass,0.0,0.0,0.0,0.0,0.0 p18135,coal,0.0,0.0,0.0,0.0,0.0 +p18135,csp,0.0,0.0,0.0,0.0,0.0 p18135,gas,0.0,0.0,0.0,0.0,0.0 p18135,geothermal,0.0,0.0,0.0,0.0,0.0 p18135,h2,0.0,0.0,0.0,0.0,0.0 p18135,hydro,0.0,0.0,0.0,0.0,0.0 p18135,nuclear,0.0,0.0,0.0,0.0,0.0 p18135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18135,pv,187.5,375.0,583.8333333333139,792.6666666666861,1001.5 +p18135,pv,137.5,275.0,358.33333333331393,441.66666666665697,525.0 p18135,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18135,wind-ons,100.0,200.0,270.93333333331975,341.8666666666395,412.8 -p18137,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p18135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18137,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p18137,biomass,0.0,0.0,0.0,0.0,0.0 p18137,coal,0.0,0.0,0.0,0.0,0.0 +p18137,csp,0.0,0.0,0.0,0.0,0.0 p18137,gas,0.0,0.0,0.0,0.0,0.0 p18137,geothermal,0.0,0.0,0.0,0.0,0.0 p18137,h2,0.0,0.0,0.0,0.0,0.0 p18137,hydro,0.0,0.0,0.0,0.0,0.0 p18137,nuclear,0.0,0.0,0.0,0.0,0.0 p18137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18137,pv,0.0,0.0,28.0,56.0,84.0 +p18137,pv,0.0,0.0,0.0,0.0,0.0 p18137,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18137,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18139,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p18139,battery,0.0,0.0,0.0,0.0,0.0 p18139,biomass,0.0,0.0,0.0,0.0,0.0 p18139,coal,0.0,0.0,0.0,0.0,0.0 +p18139,csp,0.0,0.0,0.0,0.0,0.0 p18139,gas,0.0,0.0,0.0,0.0,0.0 p18139,geothermal,0.0,0.0,0.0,0.0,0.0 p18139,h2,0.0,0.0,0.0,0.0,0.0 p18139,hydro,0.0,0.0,0.0,0.0,0.0 p18139,nuclear,0.0,0.0,0.0,0.0,0.0 p18139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18139,pv,0.0,0.0,126.0,252.0,378.0 +p18139,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p18139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18139,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18141,battery,0.0,0.0,76.66666666665697,153.33333333334303,230.0 +p18141,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p18141,biomass,0.0,0.0,0.0,0.0,0.0 p18141,coal,0.0,0.0,0.0,0.0,0.0 -p18141,gas,0.0,0.0,23.66666666666424,47.33333333333576,71.0 +p18141,csp,0.0,0.0,0.0,0.0,0.0 +p18141,gas,357.5,715.0,732.3333333333285,749.6666666666642,767.0 p18141,geothermal,0.0,0.0,0.0,0.0,0.0 p18141,h2,0.0,0.0,0.0,0.0,0.0 p18141,hydro,0.0,0.0,0.0,0.0,0.0 p18141,nuclear,0.0,0.0,0.0,0.0,0.0 p18141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18141,pv,75.0,150.0,472.83333333337214,795.6666666666279,1118.5 +p18141,pv,0.0,0.0,180.0,360.0,540.0 p18141,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18141,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18143,battery,0.0,0.0,0.0,0.0,0.0 -p18143,biomass,0.0,0.0,0.0,0.0,0.0 -p18143,coal,0.0,0.0,0.0,0.0,0.0 -p18143,gas,0.0,0.0,0.0,0.0,0.0 -p18143,geothermal,0.0,0.0,0.0,0.0,0.0 -p18143,h2,0.0,0.0,0.0,0.0,0.0 -p18143,hydro,0.0,0.0,0.0,0.0,0.0 -p18143,nuclear,0.0,0.0,0.0,0.0,0.0 -p18143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18143,pv,0.0,0.0,10.0,20.0,30.0 -p18143,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18143,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18145,battery,0.0,0.0,100.0,200.0,300.0 +p18143,csp,0.0,0.0,0.0,0.0,0.0 +p18145,battery,0.0,0.0,0.0,0.0,0.0 p18145,biomass,0.0,0.0,0.0,0.0,0.0 p18145,coal,0.0,0.0,0.0,0.0,0.0 +p18145,csp,0.0,0.0,0.0,0.0,0.0 p18145,gas,0.0,0.0,0.0,0.0,0.0 p18145,geothermal,0.0,0.0,0.0,0.0,0.0 p18145,h2,0.0,0.0,0.0,0.0,0.0 p18145,hydro,0.0,0.0,0.0,0.0,0.0 p18145,nuclear,0.0,0.0,0.0,0.0,0.0 p18145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18145,pv,99.5,199.0,265.33333333334303,331.66666666665697,398.0 +p18145,pv,0.0,0.0,66.33333333331393,132.66666666665697,199.0 p18145,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18145,wind-ons,0.0,0.0,0.0,0.0,0.0 p18147,battery,0.0,0.0,0.0,0.0,0.0 p18147,biomass,0.0,0.0,0.0,0.0,0.0 p18147,coal,0.0,0.0,0.0,0.0,0.0 -p18147,gas,0.0,0.0,233.33333333331393,466.66666666668607,700.0 +p18147,csp,0.0,0.0,0.0,0.0,0.0 +p18147,gas,0.0,0.0,233.33333333337214,466.66666666668607,700.0 p18147,geothermal,0.0,0.0,0.0,0.0,0.0 p18147,h2,0.0,0.0,0.0,0.0,0.0 p18147,hydro,0.0,0.0,0.0,0.0,0.0 p18147,nuclear,0.0,0.0,0.0,0.0,0.0 p18147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18147,pv,35.0,70.0,253.33333333331393,436.66666666668607,620.0 +p18147,pv,0.0,0.0,90.0,180.0,270.0 p18147,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18147,wind-ons,0.0,0.0,0.0,0.0,0.0 p18149,battery,0.0,0.0,0.0,0.0,0.0 p18149,biomass,0.0,0.0,0.0,0.0,0.0 p18149,coal,0.0,0.0,0.0,0.0,0.0 +p18149,csp,0.0,0.0,0.0,0.0,0.0 p18149,gas,0.0,0.0,0.0,0.0,0.0 p18149,geothermal,0.0,0.0,0.0,0.0,0.0 p18149,h2,0.0,0.0,0.0,0.0,0.0 p18149,hydro,0.0,0.0,0.0,0.0,0.0 p18149,nuclear,0.0,0.0,0.0,0.0,0.0 p18149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18149,pv,0.0,0.0,414.0,828.0,1242.0 +p18149,pv,0.0,0.0,230.0,460.0,690.0 p18149,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18149,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18153,battery,25.0,50.0,198.33333333331393,346.66666666668607,495.0 +p18153,battery,25.0,50.0,150.0,250.0,350.0 p18153,biomass,0.0,0.0,0.0,0.0,0.0 p18153,coal,0.0,0.0,0.0,0.0,0.0 -p18153,gas,575.0,1150.0,1737.2666666668374,2324.533333333442,2911.8 +p18153,csp,0.0,0.0,0.0,0.0,0.0 +p18153,gas,575.0,1150.0,2237.266666666139,3324.533333333209,4411.8 p18153,geothermal,0.0,0.0,0.0,0.0,0.0 p18153,h2,0.0,0.0,0.0,0.0,0.0 p18153,hydro,0.0,0.0,0.0,0.0,0.0 p18153,nuclear,0.0,0.0,0.0,0.0,0.0 p18153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18153,pv,225.0,450.0,1280.0,2110.0,2940.0 +p18153,pv,100.0,200.0,1205.0,2210.0,3215.0 p18153,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18153,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18157,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p18157,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p18157,biomass,0.0,0.0,0.0,0.0,0.0 p18157,coal,0.0,0.0,0.0,0.0,0.0 +p18157,csp,0.0,0.0,0.0,0.0,0.0 p18157,gas,0.0,0.0,0.0,0.0,0.0 p18157,geothermal,0.0,0.0,0.0,0.0,0.0 p18157,h2,0.0,0.0,0.0,0.0,0.0 p18157,hydro,0.0,0.0,0.0,0.0,0.0 p18157,nuclear,0.0,0.0,0.0,0.0,0.0 p18157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18157,pv,60.0,120.0,176.66666666667152,233.33333333332848,290.0 +p18157,pv,60.0,120.0,120.0,120.0,120.0 p18157,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18157,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p18159,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p18157,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18159,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p18159,biomass,0.0,0.0,0.0,0.0,0.0 p18159,coal,0.0,0.0,0.0,0.0,0.0 +p18159,csp,0.0,0.0,0.0,0.0,0.0 p18159,gas,0.0,0.0,0.0,0.0,0.0 p18159,geothermal,0.0,0.0,0.0,0.0,0.0 p18159,h2,0.0,0.0,0.0,0.0,0.0 p18159,hydro,0.0,0.0,0.0,0.0,0.0 p18159,nuclear,0.0,0.0,0.0,0.0,0.0 p18159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18159,pv,0.0,0.0,22.33333333333576,44.66666666666424,67.0 +p18159,pv,0.0,0.0,22.333333333328483,44.66666666666424,67.0 p18159,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18159,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18163,battery,25.0,50.0,150.0,250.0,350.0 +p18161,csp,0.0,0.0,0.0,0.0,0.0 +p18163,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p18163,biomass,0.0,0.0,0.0,0.0,0.0 p18163,coal,0.0,0.0,0.0,0.0,0.0 +p18163,csp,0.0,0.0,0.0,0.0,0.0 p18163,gas,0.0,0.0,0.0,0.0,0.0 p18163,geothermal,0.0,0.0,0.0,0.0,0.0 p18163,h2,0.0,0.0,0.0,0.0,0.0 @@ -5639,93 +5553,79 @@ p18163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p18163,pv,0.0,0.0,0.0,0.0,0.0 p18163,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18163,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18165,battery,0.0,0.0,333.33333333337214,666.6666666666279,1000.0 +p18165,battery,0.0,0.0,0.0,0.0,0.0 p18165,biomass,0.0,0.0,0.0,0.0,0.0 p18165,coal,0.0,0.0,0.0,0.0,0.0 -p18165,gas,0.0,0.0,513.3333333333721,1026.6666666666279,1540.0 +p18165,csp,0.0,0.0,0.0,0.0,0.0 +p18165,gas,0.0,0.0,1026.6666666665114,2053.3333333332557,3080.0 p18165,geothermal,0.0,0.0,0.0,0.0,0.0 p18165,h2,0.0,0.0,0.0,0.0,0.0 p18165,hydro,0.0,0.0,0.0,0.0,0.0 p18165,nuclear,0.0,0.0,0.0,0.0,0.0 p18165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18165,pv,100.0,200.0,729.3333333332557,1258.6666666667443,1788.0 +p18165,pv,100.0,200.0,571.0,942.0,1313.0 p18165,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18165,wind-ons,0.0,0.0,85.0,170.0,255.0 -p18167,battery,0.0,0.0,196.66666666668607,393.33333333331393,590.0 +p18167,battery,0.0,0.0,0.0,0.0,0.0 p18167,biomass,0.0,0.0,0.0,0.0,0.0 p18167,coal,0.0,0.0,0.0,0.0,0.0 +p18167,csp,0.0,0.0,0.0,0.0,0.0 p18167,gas,0.0,0.0,29.0,58.0,87.0 p18167,geothermal,0.0,0.0,0.0,0.0,0.0 p18167,h2,0.0,0.0,0.0,0.0,0.0 p18167,hydro,0.0,0.0,0.0,0.0,0.0 p18167,nuclear,0.0,0.0,0.0,0.0,0.0 p18167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18167,pv,0.0,0.0,304.03999999992084,608.0799999999581,912.12 +p18167,pv,0.0,0.0,486.28000000002794,972.5599999999395,1458.8400000000001 p18167,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18167,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18171,battery,0.0,0.0,0.0,0.0,0.0 -p18171,biomass,0.0,0.0,0.0,0.0,0.0 -p18171,coal,0.0,0.0,0.0,0.0,0.0 -p18171,gas,0.0,0.0,0.0,0.0,0.0 -p18171,geothermal,0.0,0.0,0.0,0.0,0.0 -p18171,h2,0.0,0.0,0.0,0.0,0.0 -p18171,hydro,0.0,0.0,0.0,0.0,0.0 -p18171,nuclear,0.0,0.0,0.0,0.0,0.0 -p18171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18171,pv,0.0,0.0,48.33333333332848,96.66666666667152,145.0 -p18171,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18171,wind-ons,0.0,0.0,83.0,166.0,249.0 +p18169,csp,0.0,0.0,0.0,0.0,0.0 +p18171,csp,0.0,0.0,0.0,0.0,0.0 p18173,battery,0.0,0.0,0.0,0.0,0.0 p18173,biomass,0.0,0.0,0.0,0.0,0.0 p18173,coal,0.0,0.0,0.0,0.0,0.0 +p18173,csp,0.0,0.0,0.0,0.0,0.0 p18173,gas,0.0,0.0,0.0,0.0,0.0 p18173,geothermal,0.0,0.0,0.0,0.0,0.0 p18173,h2,0.0,0.0,0.0,0.0,0.0 p18173,hydro,0.0,0.0,0.0,0.0,0.0 p18173,nuclear,0.0,0.0,0.0,0.0,0.0 p18173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18173,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p18173,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p18173,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18173,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18175,csp,0.0,0.0,0.0,0.0,0.0 p18177,battery,0.0,0.0,0.0,0.0,0.0 p18177,biomass,0.0,0.0,0.0,0.0,0.0 p18177,coal,0.0,0.0,0.0,0.0,0.0 +p18177,csp,0.0,0.0,0.0,0.0,0.0 p18177,gas,0.0,0.0,0.0,0.0,0.0 p18177,geothermal,0.0,0.0,0.0,0.0,0.0 p18177,h2,0.0,0.0,0.0,0.0,0.0 p18177,hydro,0.0,0.0,0.0,0.0,0.0 p18177,nuclear,0.0,0.0,0.0,0.0,0.0 p18177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18177,pv,0.0,0.0,130.0,260.0,390.0 +p18177,pv,0.0,0.0,96.66666666668607,193.33333333334303,290.0 p18177,wind-ofs,0.0,0.0,0.0,0.0,0.0 p18177,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18179,battery,0.0,0.0,0.0,0.0,0.0 -p18179,biomass,0.0,0.0,0.0,0.0,0.0 -p18179,coal,0.0,0.0,0.0,0.0,0.0 -p18179,gas,0.0,0.0,0.0,0.0,0.0 -p18179,geothermal,0.0,0.0,0.0,0.0,0.0 -p18179,h2,0.0,0.0,0.0,0.0,0.0 -p18179,hydro,0.0,0.0,0.0,0.0,0.0 -p18179,nuclear,0.0,0.0,0.0,0.0,0.0 -p18179,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18179,pv,175.0,350.0,466.66666666665697,583.333333333343,700.0 -p18179,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18179,wind-ons,0.0,0.0,0.0,0.0,0.0 -p18181,battery,0.0,0.0,491.66666666662786,983.3333333333721,1475.0 +p18179,csp,0.0,0.0,0.0,0.0,0.0 +p18181,battery,0.0,0.0,396.0,792.0,1188.0 p18181,biomass,0.0,0.0,0.0,0.0,0.0 p18181,coal,0.0,0.0,0.0,0.0,0.0 +p18181,csp,0.0,0.0,0.0,0.0,0.0 p18181,gas,0.0,0.0,0.0,0.0,0.0 p18181,geothermal,0.0,0.0,0.0,0.0,0.0 p18181,h2,0.0,0.0,0.0,0.0,0.0 p18181,hydro,0.0,0.0,0.0,0.0,0.0 p18181,nuclear,0.0,0.0,0.0,0.0,0.0 p18181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p18181,pv,175.0,350.0,934.2000000001863,1518.4000000001397,2102.6 +p18181,pv,365.0,730.0,933.3333333333721,1136.666666666686,1340.0 p18181,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p18181,wind-ons,0.0,0.0,138.8666666666395,277.733333333279,416.6 -p18183,battery,0.0,0.0,25.0,50.0,75.0 +p18181,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18183,battery,0.0,0.0,0.0,0.0,0.0 p18183,biomass,0.0,0.0,0.0,0.0,0.0 p18183,coal,0.0,0.0,0.0,0.0,0.0 +p18183,csp,0.0,0.0,0.0,0.0,0.0 p18183,gas,0.0,0.0,0.0,0.0,0.0 p18183,geothermal,0.0,0.0,0.0,0.0,0.0 p18183,h2,0.0,0.0,0.0,0.0,0.0 @@ -5738,7 +5638,8 @@ p18183,wind-ons,0.0,0.0,0.0,0.0,0.0 p19001,battery,0.0,0.0,0.0,0.0,0.0 p19001,biomass,0.0,0.0,0.0,0.0,0.0 p19001,coal,0.0,0.0,0.0,0.0,0.0 -p19001,gas,0.0,0.0,175.33333333331393,350.66666666668607,526.0 +p19001,csp,0.0,0.0,0.0,0.0,0.0 +p19001,gas,0.0,0.0,263.6666666667443,527.3333333333721,791.0 p19001,geothermal,0.0,0.0,0.0,0.0,0.0 p19001,h2,0.0,0.0,0.0,0.0,0.0 p19001,hydro,0.0,0.0,0.0,0.0,0.0 @@ -5746,8 +5647,8 @@ p19001,nuclear,0.0,0.0,0.0,0.0,0.0 p19001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19001,pv,0.0,0.0,0.0,0.0,0.0 p19001,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19001,wind-ons,0.0,0.0,32.0,64.0,96.0 -p19005,battery,0.0,0.0,0.0,0.0,0.0 +p19001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19005,battery,0.0,0.0,93.33333333331393,186.66666666665697,280.0 p19005,biomass,0.0,0.0,0.0,0.0,0.0 p19005,coal,0.0,0.0,0.0,0.0,0.0 p19005,gas,0.0,0.0,0.0,0.0,0.0 @@ -5758,22 +5659,11 @@ p19005,nuclear,0.0,0.0,0.0,0.0,0.0 p19005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19005,pv,0.0,0.0,0.0,0.0,0.0 p19005,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19005,wind-ons,0.0,0.0,45.33333333332848,90.66666666667152,136.0 -p19015,battery,0.0,0.0,0.0,0.0,0.0 -p19015,biomass,0.0,0.0,0.0,0.0,0.0 -p19015,coal,0.0,0.0,0.0,0.0,0.0 -p19015,gas,0.0,0.0,0.0,0.0,0.0 -p19015,geothermal,0.0,0.0,0.0,0.0,0.0 -p19015,h2,0.0,0.0,0.0,0.0,0.0 -p19015,hydro,0.0,0.0,0.0,0.0,0.0 -p19015,nuclear,0.0,0.0,0.0,0.0,0.0 -p19015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19015,pv,0.0,0.0,0.0,0.0,0.0 -p19015,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19015,wind-ons,0.0,0.0,28.0,56.0,84.0 -p19019,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p19005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19019,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p19019,biomass,0.0,0.0,0.0,0.0,0.0 p19019,coal,0.0,0.0,0.0,0.0,0.0 +p19019,csp,0.0,0.0,0.0,0.0,0.0 p19019,gas,0.0,0.0,0.0,0.0,0.0 p19019,geothermal,0.0,0.0,0.0,0.0,0.0 p19019,h2,0.0,0.0,0.0,0.0,0.0 @@ -5786,15 +5676,28 @@ p19019,wind-ons,0.0,0.0,0.0,0.0,0.0 p19027,battery,0.0,0.0,0.0,0.0,0.0 p19027,biomass,0.0,0.0,0.0,0.0,0.0 p19027,coal,0.0,0.0,0.0,0.0,0.0 +p19027,csp,0.0,0.0,0.0,0.0,0.0 p19027,gas,0.0,0.0,0.0,0.0,0.0 p19027,geothermal,0.0,0.0,0.0,0.0,0.0 p19027,h2,0.0,0.0,0.0,0.0,0.0 p19027,hydro,0.0,0.0,0.0,0.0,0.0 p19027,nuclear,0.0,0.0,0.0,0.0,0.0 p19027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19027,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p19027,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p19027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19029,battery,0.0,0.0,0.0,0.0,0.0 +p19029,biomass,0.0,0.0,0.0,0.0,0.0 +p19029,coal,0.0,0.0,0.0,0.0,0.0 +p19029,gas,0.0,0.0,0.0,0.0,0.0 +p19029,geothermal,0.0,0.0,0.0,0.0,0.0 +p19029,h2,0.0,0.0,0.0,0.0,0.0 +p19029,hydro,0.0,0.0,0.0,0.0,0.0 +p19029,nuclear,0.0,0.0,0.0,0.0,0.0 +p19029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19029,pv,0.0,0.0,14.080000000001746,28.160000000003492,42.24 +p19029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19029,wind-ons,0.0,0.0,0.0,0.0,0.0 p19031,battery,0.0,0.0,0.0,0.0,0.0 p19031,biomass,0.0,0.0,0.0,0.0,0.0 p19031,coal,0.0,0.0,0.0,0.0,0.0 @@ -5807,21 +5710,23 @@ p19031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19031,pv,0.0,0.0,0.0,0.0,0.0 p19031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p19033,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p19033,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p19033,biomass,0.0,0.0,0.0,0.0,0.0 p19033,coal,0.0,0.0,0.0,0.0,0.0 -p19033,gas,0.0,0.0,0.0,0.0,0.0 +p19033,csp,0.0,0.0,0.0,0.0,0.0 +p19033,gas,0.0,0.0,737.0500000000466,1474.1000000000931,2211.15 p19033,geothermal,0.0,0.0,0.0,0.0,0.0 p19033,h2,0.0,0.0,0.0,0.0,0.0 p19033,hydro,0.0,0.0,0.0,0.0,0.0 p19033,nuclear,0.0,0.0,0.0,0.0,0.0 p19033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19033,pv,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p19033,pv,0.0,0.0,140.0,280.0,420.0 p19033,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19033,wind-ons,0.0,0.0,174.66666666668607,349.33333333331393,524.0 +p19033,wind-ons,0.0,0.0,0.0,0.0,0.0 p19035,battery,0.0,0.0,0.0,0.0,0.0 p19035,biomass,0.0,0.0,0.0,0.0,0.0 p19035,coal,0.0,0.0,0.0,0.0,0.0 +p19035,csp,0.0,0.0,0.0,0.0,0.0 p19035,gas,0.0,0.0,0.0,0.0,0.0 p19035,geothermal,0.0,0.0,0.0,0.0,0.0 p19035,h2,0.0,0.0,0.0,0.0,0.0 @@ -5830,46 +5735,26 @@ p19035,nuclear,0.0,0.0,0.0,0.0,0.0 p19035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19035,pv,0.0,0.0,53.4333333333343,106.8666666666686,160.3 p19035,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19035,wind-ons,0.0,0.0,46.66666666667152,93.33333333332848,140.0 -p19041,battery,0.0,0.0,0.0,0.0,0.0 -p19041,biomass,0.0,0.0,0.0,0.0,0.0 -p19041,coal,0.0,0.0,0.0,0.0,0.0 -p19041,gas,0.0,0.0,0.0,0.0,0.0 -p19041,geothermal,0.0,0.0,0.0,0.0,0.0 -p19041,h2,0.0,0.0,0.0,0.0,0.0 -p19041,hydro,0.0,0.0,0.0,0.0,0.0 -p19041,nuclear,0.0,0.0,0.0,0.0,0.0 -p19041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19041,pv,0.0,0.0,0.0,0.0,0.0 -p19041,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19041,wind-ons,0.0,0.0,99.76666666663368,199.53333333329647,299.3 -p19043,battery,0.0,0.0,0.0,0.0,0.0 -p19043,biomass,0.0,0.0,0.0,0.0,0.0 -p19043,coal,0.0,0.0,0.0,0.0,0.0 -p19043,gas,0.0,0.0,0.0,0.0,0.0 -p19043,geothermal,0.0,0.0,0.0,0.0,0.0 -p19043,h2,0.0,0.0,0.0,0.0,0.0 -p19043,hydro,0.0,0.0,0.0,0.0,0.0 -p19043,nuclear,0.0,0.0,0.0,0.0,0.0 -p19043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19043,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p19043,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19043,wind-ons,0.0,0.0,0.0,0.0,0.0 -p19045,battery,0.0,0.0,0.0,0.0,0.0 +p19035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19037,csp,0.0,0.0,0.0,0.0,0.0 +p19041,csp,0.0,0.0,0.0,0.0,0.0 +p19045,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p19045,biomass,0.0,0.0,0.0,0.0,0.0 p19045,coal,0.0,0.0,0.0,0.0,0.0 -p19045,gas,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p19045,csp,0.0,0.0,0.0,0.0,0.0 +p19045,gas,0.0,0.0,53.333333333343035,106.66666666667152,160.0 p19045,geothermal,0.0,0.0,0.0,0.0,0.0 p19045,h2,0.0,0.0,0.0,0.0,0.0 p19045,hydro,0.0,0.0,0.0,0.0,0.0 p19045,nuclear,0.0,0.0,0.0,0.0,0.0 p19045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19045,pv,175.0,350.0,466.66666666665697,583.333333333343,700.0 +p19045,pv,100.0,200.0,333.33333333337214,466.66666666668607,600.0 p19045,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19045,wind-ons,125.0,250.0,333.33333333334303,416.66666666665697,500.0 +p19045,wind-ons,125.0,250.0,250.0,250.0,250.0 p19047,battery,0.0,0.0,0.0,0.0,0.0 p19047,biomass,0.0,0.0,0.0,0.0,0.0 p19047,coal,0.0,0.0,0.0,0.0,0.0 +p19047,csp,0.0,0.0,0.0,0.0,0.0 p19047,gas,0.0,0.0,0.0,0.0,0.0 p19047,geothermal,0.0,0.0,0.0,0.0,0.0 p19047,h2,0.0,0.0,0.0,0.0,0.0 @@ -5878,7 +5763,7 @@ p19047,nuclear,0.0,0.0,0.0,0.0,0.0 p19047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19047,pv,0.0,0.0,0.0,0.0,0.0 p19047,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19047,wind-ons,90.0,180.0,240.0,300.0,360.0 +p19047,wind-ons,126.0,252.0,252.0,252.0,252.0 p19049,battery,0.0,0.0,0.0,0.0,0.0 p19049,biomass,0.0,0.0,0.0,0.0,0.0 p19049,coal,0.0,0.0,0.0,0.0,0.0 @@ -5890,22 +5775,24 @@ p19049,nuclear,0.0,0.0,0.0,0.0,0.0 p19049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19049,pv,0.0,0.0,0.0,0.0,0.0 p19049,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19049,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p19049,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p19057,battery,0.0,0.0,0.0,0.0,0.0 p19057,biomass,0.0,0.0,0.0,0.0,0.0 p19057,coal,0.0,0.0,0.0,0.0,0.0 -p19057,gas,0.0,0.0,10.33333333333212,20.66666666666788,31.0 +p19057,csp,0.0,0.0,0.0,0.0,0.0 +p19057,gas,0.0,0.0,0.0,0.0,0.0 p19057,geothermal,0.0,0.0,0.0,0.0,0.0 p19057,h2,0.0,0.0,0.0,0.0,0.0 p19057,hydro,0.0,0.0,0.0,0.0,0.0 p19057,nuclear,0.0,0.0,0.0,0.0,0.0 p19057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19057,pv,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p19057,pv,25.0,50.0,50.0,50.0,50.0 p19057,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19057,wind-ons,0.0,0.0,0.0,0.0,0.0 p19059,battery,0.0,0.0,0.0,0.0,0.0 p19059,biomass,0.0,0.0,0.0,0.0,0.0 p19059,coal,0.0,0.0,0.0,0.0,0.0 +p19059,csp,0.0,0.0,0.0,0.0,0.0 p19059,gas,0.0,0.0,0.0,0.0,0.0 p19059,geothermal,0.0,0.0,0.0,0.0,0.0 p19059,h2,0.0,0.0,0.0,0.0,0.0 @@ -5914,11 +5801,12 @@ p19059,nuclear,0.0,0.0,0.0,0.0,0.0 p19059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19059,pv,0.0,0.0,0.0,0.0,0.0 p19059,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19059,wind-ons,150.0,300.0,400.0,500.0,600.0 -p19061,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p19059,wind-ons,150.0,300.0,300.0,300.0,300.0 +p19061,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p19061,biomass,0.0,0.0,0.0,0.0,0.0 p19061,coal,0.0,0.0,0.0,0.0,0.0 -p19061,gas,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p19061,csp,0.0,0.0,0.0,0.0,0.0 +p19061,gas,0.0,0.0,53.333333333343035,106.66666666667152,160.0 p19061,geothermal,0.0,0.0,0.0,0.0,0.0 p19061,h2,0.0,0.0,0.0,0.0,0.0 p19061,hydro,0.0,0.0,0.0,0.0,0.0 @@ -5927,45 +5815,37 @@ p19061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19061,pv,0.0,0.0,0.0,0.0,0.0 p19061,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19061,wind-ons,0.0,0.0,0.0,0.0,0.0 -p19069,battery,0.0,0.0,0.0,0.0,0.0 +p19069,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p19069,biomass,0.0,0.0,0.0,0.0,0.0 p19069,coal,0.0,0.0,0.0,0.0,0.0 -p19069,gas,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p19069,csp,0.0,0.0,0.0,0.0,0.0 +p19069,gas,0.0,0.0,53.333333333343035,106.66666666667152,160.0 p19069,geothermal,0.0,0.0,0.0,0.0,0.0 p19069,h2,0.0,0.0,0.0,0.0,0.0 p19069,hydro,0.0,0.0,0.0,0.0,0.0 p19069,nuclear,0.0,0.0,0.0,0.0,0.0 p19069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19069,pv,0.0,0.0,0.0,0.0,0.0 +p19069,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p19069,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19069,wind-ons,0.0,0.0,166.33333333331393,332.66666666668607,499.0 +p19069,wind-ons,0.0,0.0,219.66666666662786,439.33333333331393,659.0 p19073,battery,0.0,0.0,0.0,0.0,0.0 p19073,biomass,0.0,0.0,0.0,0.0,0.0 p19073,coal,0.0,0.0,0.0,0.0,0.0 +p19073,csp,0.0,0.0,0.0,0.0,0.0 p19073,gas,0.0,0.0,0.0,0.0,0.0 p19073,geothermal,0.0,0.0,0.0,0.0,0.0 p19073,h2,0.0,0.0,0.0,0.0,0.0 p19073,hydro,0.0,0.0,0.0,0.0,0.0 p19073,nuclear,0.0,0.0,0.0,0.0,0.0 p19073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19073,pv,50.0,100.0,143.66666666667152,187.33333333332848,231.0 +p19073,pv,50.0,100.0,100.0,100.0,100.0 p19073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19073,wind-ons,0.0,0.0,0.0,0.0,0.0 -p19081,battery,0.0,0.0,0.0,0.0,0.0 -p19081,biomass,0.0,0.0,0.0,0.0,0.0 -p19081,coal,0.0,0.0,0.0,0.0,0.0 -p19081,gas,0.0,0.0,0.0,0.0,0.0 -p19081,geothermal,0.0,0.0,0.0,0.0,0.0 -p19081,h2,0.0,0.0,0.0,0.0,0.0 -p19081,hydro,0.0,0.0,0.0,0.0,0.0 -p19081,nuclear,0.0,0.0,0.0,0.0,0.0 -p19081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19081,pv,0.0,0.0,0.0,0.0,0.0 -p19081,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19081,wind-ons,0.0,0.0,50.0,100.0,150.0 +p19081,csp,0.0,0.0,0.0,0.0,0.0 p19083,battery,0.0,0.0,0.0,0.0,0.0 p19083,biomass,0.0,0.0,0.0,0.0,0.0 p19083,coal,0.0,0.0,0.0,0.0,0.0 +p19083,csp,0.0,0.0,0.0,0.0,0.0 p19083,gas,0.0,0.0,0.0,0.0,0.0 p19083,geothermal,0.0,0.0,0.0,0.0,0.0 p19083,h2,0.0,0.0,0.0,0.0,0.0 @@ -5974,10 +5854,11 @@ p19083,nuclear,0.0,0.0,0.0,0.0,0.0 p19083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19083,pv,0.0,0.0,0.0,0.0,0.0 p19083,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19083,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p19087,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p19083,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p19087,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p19087,biomass,0.0,0.0,0.0,0.0,0.0 p19087,coal,0.0,0.0,0.0,0.0,0.0 +p19087,csp,0.0,0.0,0.0,0.0,0.0 p19087,gas,0.0,0.0,0.0,0.0,0.0 p19087,geothermal,0.0,0.0,0.0,0.0,0.0 p19087,h2,0.0,0.0,0.0,0.0,0.0 @@ -5986,10 +5867,11 @@ p19087,nuclear,0.0,0.0,0.0,0.0,0.0 p19087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19087,pv,0.0,0.0,0.0,0.0,0.0 p19087,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19087,wind-ons,0.0,0.0,100.0,200.0,300.0 +p19087,wind-ons,0.0,0.0,0.0,0.0,0.0 p19089,battery,0.0,0.0,0.0,0.0,0.0 p19089,biomass,0.0,0.0,0.0,0.0,0.0 p19089,coal,0.0,0.0,0.0,0.0,0.0 +p19089,csp,0.0,0.0,0.0,0.0,0.0 p19089,gas,0.0,0.0,0.0,0.0,0.0 p19089,geothermal,0.0,0.0,0.0,0.0,0.0 p19089,h2,0.0,0.0,0.0,0.0,0.0 @@ -5998,10 +5880,11 @@ p19089,nuclear,0.0,0.0,0.0,0.0,0.0 p19089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19089,pv,0.0,0.0,0.0,0.0,0.0 p19089,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19089,wind-ons,50.0,100.0,250.0,400.0,550.0 +p19089,wind-ons,0.0,0.0,125.0,250.0,375.0 p19091,battery,0.0,0.0,0.0,0.0,0.0 p19091,biomass,0.0,0.0,0.0,0.0,0.0 p19091,coal,0.0,0.0,0.0,0.0,0.0 +p19091,csp,0.0,0.0,0.0,0.0,0.0 p19091,gas,0.0,0.0,0.0,0.0,0.0 p19091,geothermal,0.0,0.0,0.0,0.0,0.0 p19091,h2,0.0,0.0,0.0,0.0,0.0 @@ -6010,10 +5893,11 @@ p19091,nuclear,0.0,0.0,0.0,0.0,0.0 p19091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19091,pv,0.0,0.0,0.0,0.0,0.0 p19091,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19091,wind-ons,0.0,0.0,58.33333333332848,116.66666666667152,175.0 +p19091,wind-ons,0.0,0.0,58.333333333343035,116.66666666667152,175.0 p19103,battery,0.0,0.0,0.0,0.0,0.0 p19103,biomass,0.0,0.0,0.0,0.0,0.0 p19103,coal,0.0,0.0,0.0,0.0,0.0 +p19103,csp,0.0,0.0,0.0,0.0,0.0 p19103,gas,0.0,0.0,0.0,0.0,0.0 p19103,geothermal,0.0,0.0,0.0,0.0,0.0 p19103,h2,0.0,0.0,0.0,0.0,0.0 @@ -6023,28 +5907,42 @@ p19103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19103,pv,0.7,1.4,51.39999999999418,101.39999999999418,151.4 p19103,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19109,battery,0.0,0.0,25.0,50.0,75.0 +p19109,biomass,0.0,0.0,0.0,0.0,0.0 +p19109,coal,0.0,0.0,0.0,0.0,0.0 +p19109,gas,0.0,0.0,0.0,0.0,0.0 +p19109,geothermal,0.0,0.0,0.0,0.0,0.0 +p19109,h2,0.0,0.0,0.0,0.0,0.0 +p19109,hydro,0.0,0.0,0.0,0.0,0.0 +p19109,nuclear,0.0,0.0,0.0,0.0,0.0 +p19109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19109,pv,0.0,0.0,0.0,0.0,0.0 +p19109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19109,wind-ons,0.0,0.0,0.0,0.0,0.0 p19111,battery,0.0,0.0,0.0,0.0,0.0 p19111,biomass,0.0,0.0,0.0,0.0,0.0 p19111,coal,0.0,0.0,0.0,0.0,0.0 +p19111,csp,0.0,0.0,0.0,0.0,0.0 p19111,gas,0.0,0.0,0.0,0.0,0.0 p19111,geothermal,0.0,0.0,0.0,0.0,0.0 p19111,h2,0.0,0.0,0.0,0.0,0.0 p19111,hydro,0.0,0.0,0.0,0.0,0.0 p19111,nuclear,0.0,0.0,0.0,0.0,0.0 p19111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19111,pv,0.0,0.0,111.66666666665697,223.33333333334303,335.0 +p19111,pv,0.0,0.0,0.0,0.0,0.0 p19111,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19111,wind-ons,0.0,0.0,0.0,0.0,0.0 -p19113,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p19113,battery,0.0,0.0,198.33333333337214,396.66666666668607,595.0 p19113,biomass,0.0,0.0,0.0,0.0,0.0 p19113,coal,0.0,0.0,0.0,0.0,0.0 -p19113,gas,0.0,0.0,31.66666666666424,63.33333333333576,95.0 +p19113,csp,0.0,0.0,0.0,0.0,0.0 +p19113,gas,0.0,0.0,360.6333333334187,721.266666666721,1081.9 p19113,geothermal,0.0,0.0,0.0,0.0,0.0 p19113,h2,0.0,0.0,0.0,0.0,0.0 p19113,hydro,0.0,0.0,0.0,0.0,0.0 -p19113,nuclear,0.0,0.0,0.0,0.0,0.0 +p19113,nuclear,0.0,0.0,420.3333333332557,840.6666666666279,1261.0 p19113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19113,pv,0.0,0.0,220.0,440.0,660.0 +p19113,pv,25.0,50.0,270.0,490.0,710.0 p19113,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19113,wind-ons,0.0,0.0,0.0,0.0,0.0 p19115,battery,0.0,0.0,0.0,0.0,0.0 @@ -6056,10 +5954,10 @@ p19115,h2,0.0,0.0,0.0,0.0,0.0 p19115,hydro,0.0,0.0,0.0,0.0,0.0 p19115,nuclear,0.0,0.0,0.0,0.0,0.0 p19115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19115,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p19115,pv,0.0,0.0,150.0,300.0,450.0 p19115,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19115,wind-ons,0.0,0.0,54.70000000001164,109.40000000000873,164.1 -p19123,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p19115,wind-ons,0.0,0.0,54.69999999999709,109.39999999999418,164.1 +p19123,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p19123,biomass,0.0,0.0,0.0,0.0,0.0 p19123,coal,0.0,0.0,0.0,0.0,0.0 p19123,gas,0.0,0.0,0.0,0.0,0.0 @@ -6071,10 +5969,11 @@ p19123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19123,pv,0.0,0.0,0.0,0.0,0.0 p19123,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19123,wind-ons,0.0,0.0,0.0,0.0,0.0 -p19127,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p19127,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p19127,biomass,0.0,0.0,0.0,0.0,0.0 p19127,coal,0.0,0.0,0.0,0.0,0.0 -p19127,gas,0.0,0.0,25.0,50.0,75.0 +p19127,csp,0.0,0.0,0.0,0.0,0.0 +p19127,gas,32.5,65.0,356.05000000004657,647.0999999999767,938.15 p19127,geothermal,0.0,0.0,0.0,0.0,0.0 p19127,h2,0.0,0.0,0.0,0.0,0.0 p19127,hydro,0.0,0.0,0.0,0.0,0.0 @@ -6082,20 +5981,21 @@ p19127,nuclear,0.0,0.0,0.0,0.0,0.0 p19127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19127,pv,0.0,0.0,0.0,0.0,0.0 p19127,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19127,wind-ons,0.0,0.0,20.66666666666424,41.33333333333576,62.0 -p19129,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p19127,wind-ons,0.0,0.0,180.66666666662786,361.33333333331393,542.0 +p19129,battery,0.0,0.0,0.0,0.0,0.0 p19129,biomass,0.0,0.0,0.0,0.0,0.0 p19129,coal,0.0,0.0,0.0,0.0,0.0 +p19129,csp,0.0,0.0,0.0,0.0,0.0 p19129,gas,0.0,0.0,0.0,0.0,0.0 p19129,geothermal,0.0,0.0,0.0,0.0,0.0 p19129,h2,0.0,0.0,0.0,0.0,0.0 p19129,hydro,0.0,0.0,0.0,0.0,0.0 p19129,nuclear,0.0,0.0,0.0,0.0,0.0 p19129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19129,pv,0.0,0.0,60.0,120.0,180.0 +p19129,pv,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p19129,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19129,wind-ons,0.0,0.0,0.0,0.0,0.0 -p19131,battery,0.0,0.0,0.0,0.0,0.0 +p19131,battery,0.0,0.0,67.33333333331393,134.66666666665697,202.0 p19131,biomass,0.0,0.0,0.0,0.0,0.0 p19131,coal,0.0,0.0,0.0,0.0,0.0 p19131,gas,0.0,0.0,0.0,0.0,0.0 @@ -6107,57 +6007,50 @@ p19131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19131,pv,0.0,0.0,0.0,0.0,0.0 p19131,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19131,wind-ons,0.0,0.0,60.0,120.0,180.0 -p19139,battery,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p19139,battery,25.0,50.0,50.0,50.0,50.0 p19139,biomass,0.0,0.0,0.0,0.0,0.0 p19139,coal,0.0,0.0,0.0,0.0,0.0 +p19139,csp,0.0,0.0,0.0,0.0,0.0 p19139,gas,0.0,0.0,0.0,0.0,0.0 p19139,geothermal,0.0,0.0,0.0,0.0,0.0 p19139,h2,0.0,0.0,0.0,0.0,0.0 p19139,hydro,0.0,0.0,0.0,0.0,0.0 p19139,nuclear,0.0,0.0,0.0,0.0,0.0 p19139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19139,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p19139,pv,100.0,200.0,259.8000000000029,319.6000000000058,379.4 p19139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19139,wind-ons,0.0,0.0,50.0,100.0,150.0 -p19143,battery,0.0,0.0,0.0,0.0,0.0 -p19143,biomass,0.0,0.0,0.0,0.0,0.0 -p19143,coal,0.0,0.0,0.0,0.0,0.0 -p19143,gas,0.0,0.0,0.0,0.0,0.0 -p19143,geothermal,0.0,0.0,0.0,0.0,0.0 -p19143,h2,0.0,0.0,0.0,0.0,0.0 -p19143,hydro,0.0,0.0,0.0,0.0,0.0 -p19143,nuclear,0.0,0.0,0.0,0.0,0.0 -p19143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19143,pv,0.0,0.0,0.0,0.0,0.0 -p19143,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19143,wind-ons,0.0,0.0,46.66666666667152,93.33333333332848,140.0 +p19143,csp,0.0,0.0,0.0,0.0,0.0 p19145,battery,0.0,0.0,0.0,0.0,0.0 p19145,biomass,0.0,0.0,0.0,0.0,0.0 p19145,coal,0.0,0.0,0.0,0.0,0.0 +p19145,csp,0.0,0.0,0.0,0.0,0.0 p19145,gas,0.0,0.0,0.0,0.0,0.0 p19145,geothermal,0.0,0.0,0.0,0.0,0.0 p19145,h2,0.0,0.0,0.0,0.0,0.0 p19145,hydro,0.0,0.0,0.0,0.0,0.0 p19145,nuclear,0.0,0.0,0.0,0.0,0.0 p19145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19145,pv,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p19145,pv,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p19145,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19145,wind-ons,0.0,0.0,0.0,0.0,0.0 p19147,battery,0.0,0.0,0.0,0.0,0.0 p19147,biomass,0.0,0.0,0.0,0.0,0.0 p19147,coal,0.0,0.0,0.0,0.0,0.0 +p19147,csp,0.0,0.0,0.0,0.0,0.0 p19147,gas,0.0,0.0,0.0,0.0,0.0 p19147,geothermal,0.0,0.0,0.0,0.0,0.0 p19147,h2,0.0,0.0,0.0,0.0,0.0 p19147,hydro,0.0,0.0,0.0,0.0,0.0 p19147,nuclear,0.0,0.0,0.0,0.0,0.0 p19147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19147,pv,125.0,250.0,333.33333333334303,416.66666666665697,500.0 +p19147,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p19147,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19147,wind-ons,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p19147,wind-ons,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p19149,battery,0.0,0.0,0.0,0.0,0.0 p19149,biomass,0.0,0.0,0.0,0.0,0.0 p19149,coal,0.0,0.0,0.0,0.0,0.0 +p19149,csp,0.0,0.0,0.0,0.0,0.0 p19149,gas,0.0,0.0,0.0,0.0,0.0 p19149,geothermal,0.0,0.0,0.0,0.0,0.0 p19149,h2,0.0,0.0,0.0,0.0,0.0 @@ -6166,22 +6059,24 @@ p19149,nuclear,0.0,0.0,0.0,0.0,0.0 p19149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19149,pv,0.0,0.0,0.0,0.0,0.0 p19149,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19149,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p19149,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p19151,battery,0.0,0.0,0.0,0.0,0.0 p19151,biomass,0.0,0.0,0.0,0.0,0.0 p19151,coal,0.0,0.0,0.0,0.0,0.0 +p19151,csp,0.0,0.0,0.0,0.0,0.0 p19151,gas,0.0,0.0,0.0,0.0,0.0 p19151,geothermal,0.0,0.0,0.0,0.0,0.0 p19151,h2,0.0,0.0,0.0,0.0,0.0 p19151,hydro,0.0,0.0,0.0,0.0,0.0 p19151,nuclear,0.0,0.0,0.0,0.0,0.0 p19151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19151,pv,0.0,0.0,52.10000000000582,104.20000000001164,156.3 +p19151,pv,0.0,0.0,52.10000000000582,104.19999999999709,156.3 p19151,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19151,wind-ons,0.0,0.0,158.33333333331393,316.66666666668607,475.0 -p19153,battery,0.0,0.0,113.33333333334303,226.66666666665697,340.0 +p19151,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19153,battery,0.0,0.0,113.33333333331393,226.66666666665697,340.0 p19153,biomass,0.0,0.0,0.0,0.0,0.0 p19153,coal,0.0,0.0,0.0,0.0,0.0 +p19153,csp,0.0,0.0,0.0,0.0,0.0 p19153,gas,0.0,0.0,0.0,0.0,0.0 p19153,geothermal,0.0,0.0,0.0,0.0,0.0 p19153,h2,0.0,0.0,0.0,0.0,0.0 @@ -6194,6 +6089,7 @@ p19153,wind-ons,0.0,0.0,0.0,0.0,0.0 p19155,battery,0.0,0.0,0.0,0.0,0.0 p19155,biomass,0.0,0.0,0.0,0.0,0.0 p19155,coal,0.0,0.0,0.0,0.0,0.0 +p19155,csp,0.0,0.0,0.0,0.0,0.0 p19155,gas,0.0,0.0,0.0,0.0,0.0 p19155,geothermal,0.0,0.0,0.0,0.0,0.0 p19155,h2,0.0,0.0,0.0,0.0,0.0 @@ -6202,46 +6098,63 @@ p19155,nuclear,0.0,0.0,0.0,0.0,0.0 p19155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19155,pv,0.0,0.0,0.0,0.0,0.0 p19155,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19155,wind-ons,0.0,0.0,245.0,490.0,735.0 -p19163,battery,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p19155,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p19159,battery,0.0,0.0,0.0,0.0,0.0 +p19159,biomass,0.0,0.0,0.0,0.0,0.0 +p19159,coal,0.0,0.0,0.0,0.0,0.0 +p19159,gas,0.0,0.0,0.0,0.0,0.0 +p19159,geothermal,0.0,0.0,0.0,0.0,0.0 +p19159,h2,0.0,0.0,0.0,0.0,0.0 +p19159,hydro,0.0,0.0,0.0,0.0,0.0 +p19159,nuclear,0.0,0.0,0.0,0.0,0.0 +p19159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19159,pv,0.0,0.0,0.0,0.0,0.0 +p19159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19159,wind-ons,0.0,0.0,96.60000000000582,193.20000000001164,289.8 +p19163,battery,25.0,50.0,50.0,50.0,50.0 p19163,biomass,0.0,0.0,0.0,0.0,0.0 p19163,coal,0.0,0.0,0.0,0.0,0.0 +p19163,csp,0.0,0.0,0.0,0.0,0.0 p19163,gas,0.0,0.0,0.0,0.0,0.0 p19163,geothermal,0.0,0.0,0.0,0.0,0.0 p19163,h2,0.0,0.0,0.0,0.0,0.0 p19163,hydro,0.0,0.0,0.0,0.0,0.0 p19163,nuclear,0.0,0.0,0.0,0.0,0.0 p19163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19163,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p19163,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p19163,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19167,csp,0.0,0.0,0.0,0.0,0.0 p19169,battery,0.0,0.0,0.0,0.0,0.0 p19169,biomass,0.0,0.0,0.0,0.0,0.0 p19169,coal,0.0,0.0,0.0,0.0,0.0 +p19169,csp,0.0,0.0,0.0,0.0,0.0 p19169,gas,0.0,0.0,0.0,0.0,0.0 p19169,geothermal,0.0,0.0,0.0,0.0,0.0 p19169,h2,0.0,0.0,0.0,0.0,0.0 p19169,hydro,0.0,0.0,0.0,0.0,0.0 p19169,nuclear,0.0,0.0,0.0,0.0,0.0 p19169,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19169,pv,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p19169,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p19169,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19169,wind-ons,0.0,0.0,50.0,100.0,150.0 +p19169,wind-ons,0.0,0.0,0.0,0.0,0.0 p19171,battery,0.0,0.0,0.0,0.0,0.0 p19171,biomass,0.0,0.0,0.0,0.0,0.0 p19171,coal,0.0,0.0,0.0,0.0,0.0 +p19171,csp,0.0,0.0,0.0,0.0,0.0 p19171,gas,0.0,0.0,0.0,0.0,0.0 p19171,geothermal,0.0,0.0,0.0,0.0,0.0 p19171,h2,0.0,0.0,0.0,0.0,0.0 p19171,hydro,0.0,0.0,0.0,0.0,0.0 p19171,nuclear,0.0,0.0,0.0,0.0,0.0 p19171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19171,pv,0.0,0.0,62.33333333332848,124.66666666667152,187.0 +p19171,pv,0.0,0.0,0.0,0.0,0.0 p19171,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19171,wind-ons,0.0,0.0,110.46666666664532,220.93333333331975,331.4 +p19171,wind-ons,0.0,0.0,89.79999999998836,179.60000000000582,269.4 p19173,battery,0.0,0.0,0.0,0.0,0.0 p19173,biomass,0.0,0.0,0.0,0.0,0.0 p19173,coal,0.0,0.0,0.0,0.0,0.0 +p19173,csp,0.0,0.0,0.0,0.0,0.0 p19173,gas,0.0,0.0,0.0,0.0,0.0 p19173,geothermal,0.0,0.0,0.0,0.0,0.0 p19173,h2,0.0,0.0,0.0,0.0,0.0 @@ -6250,20 +6163,21 @@ p19173,nuclear,0.0,0.0,0.0,0.0,0.0 p19173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19173,pv,0.0,0.0,0.0,0.0,0.0 p19173,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19173,wind-ons,0.0,0.0,233.33333333331393,466.66666666668607,700.0 +p19173,wind-ons,0.0,0.0,233.33333333337214,466.66666666668607,700.0 p19175,battery,0.0,0.0,0.0,0.0,0.0 p19175,biomass,0.0,0.0,0.0,0.0,0.0 p19175,coal,0.0,0.0,0.0,0.0,0.0 +p19175,csp,0.0,0.0,0.0,0.0,0.0 p19175,gas,0.0,0.0,0.0,0.0,0.0 p19175,geothermal,0.0,0.0,0.0,0.0,0.0 p19175,h2,0.0,0.0,0.0,0.0,0.0 p19175,hydro,0.0,0.0,0.0,0.0,0.0 p19175,nuclear,0.0,0.0,0.0,0.0,0.0 p19175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19175,pv,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p19175,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p19175,wind-ofs,0.0,0.0,0.0,0.0,0.0 p19175,wind-ons,0.0,0.0,0.0,0.0,0.0 -p19179,battery,0.0,0.0,0.0,0.0,0.0 +p19179,battery,0.0,0.0,99.33333333331393,198.66666666665697,298.0 p19179,biomass,0.0,0.0,0.0,0.0,0.0 p19179,coal,0.0,0.0,0.0,0.0,0.0 p19179,gas,0.0,0.0,0.0,0.0,0.0 @@ -6272,36 +6186,39 @@ p19179,h2,0.0,0.0,0.0,0.0,0.0 p19179,hydro,0.0,0.0,0.0,0.0,0.0 p19179,nuclear,0.0,0.0,0.0,0.0,0.0 p19179,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19179,pv,0.0,0.0,0.0,0.0,0.0 +p19179,pv,0.0,0.0,40.0,80.0,120.0 p19179,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19179,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p19179,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p19183,battery,0.0,0.0,0.0,0.0,0.0 p19183,biomass,0.0,0.0,0.0,0.0,0.0 p19183,coal,0.0,0.0,0.0,0.0,0.0 -p19183,gas,0.0,0.0,116.66666666665697,233.33333333334303,350.0 +p19183,csp,0.0,0.0,0.0,0.0,0.0 +p19183,gas,0.0,0.0,291.6666666667443,583.3333333333721,875.0 p19183,geothermal,0.0,0.0,0.0,0.0,0.0 p19183,h2,0.0,0.0,0.0,0.0,0.0 p19183,hydro,0.0,0.0,0.0,0.0,0.0 p19183,nuclear,0.0,0.0,0.0,0.0,0.0 p19183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19183,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p19183,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p19183,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19183,wind-ons,0.0,0.0,75.33333333334303,150.66666666665697,226.0 +p19183,wind-ons,0.0,0.0,0.0,0.0,0.0 p19187,battery,0.0,0.0,0.0,0.0,0.0 p19187,biomass,0.0,0.0,0.0,0.0,0.0 p19187,coal,0.0,0.0,0.0,0.0,0.0 +p19187,csp,0.0,0.0,0.0,0.0,0.0 p19187,gas,0.0,0.0,0.0,0.0,0.0 p19187,geothermal,0.0,0.0,0.0,0.0,0.0 p19187,h2,0.0,0.0,0.0,0.0,0.0 p19187,hydro,0.0,0.0,0.0,0.0,0.0 p19187,nuclear,0.0,0.0,0.0,0.0,0.0 p19187,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19187,pv,0.0,0.0,0.0,0.0,0.0 +p19187,pv,50.0,100.0,100.0,100.0,100.0 p19187,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19187,wind-ons,0.0,0.0,298.33333333337214,596.6666666666279,895.0 +p19187,wind-ons,0.0,0.0,156.66666666662786,313.33333333331393,470.0 p19189,battery,0.0,0.0,0.0,0.0,0.0 p19189,biomass,0.0,0.0,0.0,0.0,0.0 p19189,coal,0.0,0.0,0.0,0.0,0.0 +p19189,csp,0.0,0.0,0.0,0.0,0.0 p19189,gas,0.0,0.0,0.0,0.0,0.0 p19189,geothermal,0.0,0.0,0.0,0.0,0.0 p19189,h2,0.0,0.0,0.0,0.0,0.0 @@ -6310,70 +6227,78 @@ p19189,nuclear,0.0,0.0,0.0,0.0,0.0 p19189,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p19189,pv,0.0,0.0,0.0,0.0,0.0 p19189,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19189,wind-ons,0.0,0.0,239.59999999997672,479.19999999995343,718.8 +p19189,wind-ons,0.0,0.0,239.93333333329065,479.8666666666395,719.8 p19193,battery,0.0,0.0,0.0,0.0,0.0 p19193,biomass,0.0,0.0,0.0,0.0,0.0 p19193,coal,0.0,0.0,0.0,0.0,0.0 -p19193,gas,0.0,0.0,5.049999999999272,10.099999999998545,15.15 +p19193,csp,0.0,0.0,0.0,0.0,0.0 +p19193,gas,7.575,15.15,15.15,15.15,15.15 p19193,geothermal,0.0,0.0,0.0,0.0,0.0 p19193,h2,0.0,0.0,0.0,0.0,0.0 p19193,hydro,0.0,0.0,0.0,0.0,0.0 p19193,nuclear,0.0,0.0,0.0,0.0,0.0 p19193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19193,pv,0.0,0.0,100.0,200.0,300.0 +p19193,pv,0.0,0.0,0.0,0.0,0.0 p19193,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19193,wind-ons,0.0,0.0,39.33333333332848,78.66666666667152,118.0 -p19195,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p19193,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19195,battery,0.0,0.0,0.0,0.0,0.0 p19195,biomass,0.0,0.0,0.0,0.0,0.0 p19195,coal,0.0,0.0,0.0,0.0,0.0 +p19195,csp,0.0,0.0,0.0,0.0,0.0 p19195,gas,0.0,0.0,0.0,0.0,0.0 p19195,geothermal,0.0,0.0,0.0,0.0,0.0 p19195,h2,0.0,0.0,0.0,0.0,0.0 p19195,hydro,0.0,0.0,0.0,0.0,0.0 p19195,nuclear,0.0,0.0,0.0,0.0,0.0 p19195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p19195,pv,82.5,165.0,276.66666666665697,388.33333333334303,500.0 +p19195,pv,0.0,0.0,100.0,200.0,300.0 p19195,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p19195,wind-ons,82.5,165.0,241.66666666665697,318.33333333334303,395.0 -p20007,battery,0.0,0.0,31.66666666666424,63.33333333333576,95.0 +p19195,wind-ons,82.5,165.0,241.66666666668607,318.33333333334303,395.0 +p20001,battery,0.0,0.0,0.0,0.0,0.0 +p20001,biomass,0.0,0.0,0.0,0.0,0.0 +p20001,coal,0.0,0.0,0.0,0.0,0.0 +p20001,csp,0.0,0.0,0.0,0.0,0.0 +p20001,gas,0.0,0.0,0.0,0.0,0.0 +p20001,geothermal,0.0,0.0,0.0,0.0,0.0 +p20001,h2,0.0,0.0,0.0,0.0,0.0 +p20001,hydro,0.0,0.0,0.0,0.0,0.0 +p20001,nuclear,0.0,0.0,0.0,0.0,0.0 +p20001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20001,pv,0.0,0.0,0.0,0.0,0.0 +p20001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20001,wind-ons,0.0,0.0,100.0,200.0,300.0 +p20003,csp,0.0,0.0,0.0,0.0,0.0 +p20007,battery,47.5,95.0,95.0,95.0,95.0 p20007,biomass,0.0,0.0,0.0,0.0,0.0 p20007,coal,0.0,0.0,0.0,0.0,0.0 +p20007,csp,0.0,0.0,0.0,0.0,0.0 p20007,gas,0.0,0.0,0.0,0.0,0.0 p20007,geothermal,0.0,0.0,0.0,0.0,0.0 p20007,h2,0.0,0.0,0.0,0.0,0.0 p20007,hydro,0.0,0.0,0.0,0.0,0.0 p20007,nuclear,0.0,0.0,0.0,0.0,0.0 p20007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20007,pv,94.5,189.0,252.0,315.0,378.0 +p20007,pv,94.5,189.0,189.0,189.0,189.0 p20007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20007,wind-ons,0.0,0.0,0.0,0.0,0.0 -p20009,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 -p20009,biomass,0.0,0.0,0.0,0.0,0.0 -p20009,coal,0.0,0.0,0.0,0.0,0.0 -p20009,gas,0.0,0.0,0.0,0.0,0.0 -p20009,geothermal,0.0,0.0,0.0,0.0,0.0 -p20009,h2,0.0,0.0,0.0,0.0,0.0 -p20009,hydro,0.0,0.0,0.0,0.0,0.0 -p20009,nuclear,0.0,0.0,0.0,0.0,0.0 -p20009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20009,pv,0.0,0.0,50.0,100.0,150.0 -p20009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20009,csp,0.0,0.0,0.0,0.0,0.0 p20011,battery,0.0,0.0,134.7666666666628,269.5333333333256,404.3 p20011,biomass,0.0,0.0,0.0,0.0,0.0 p20011,coal,0.0,0.0,0.0,0.0,0.0 +p20011,csp,0.0,0.0,0.0,0.0,0.0 p20011,gas,0.0,0.0,0.0,0.0,0.0 p20011,geothermal,0.0,0.0,0.0,0.0,0.0 p20011,h2,0.0,0.0,0.0,0.0,0.0 p20011,hydro,0.0,0.0,0.0,0.0,0.0 p20011,nuclear,0.0,0.0,0.0,0.0,0.0 p20011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20011,pv,0.0,0.0,276.66666666662786,553.3333333333721,830.0 +p20011,pv,0.0,0.0,210.0,420.0,630.0 p20011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p20015,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p20015,battery,0.0,0.0,75.0,150.0,225.0 p20015,biomass,0.0,0.0,0.0,0.0,0.0 p20015,coal,0.0,0.0,0.0,0.0,0.0 +p20015,csp,0.0,0.0,0.0,0.0,0.0 p20015,gas,0.0,0.0,0.0,0.0,0.0 p20015,geothermal,0.0,0.0,0.0,0.0,0.0 p20015,h2,0.0,0.0,0.0,0.0,0.0 @@ -6382,82 +6307,125 @@ p20015,nuclear,0.0,0.0,0.0,0.0,0.0 p20015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p20015,pv,0.0,0.0,0.0,0.0,0.0 p20015,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20015,wind-ons,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p20015,wind-ons,0.0,0.0,120.0,240.0,360.0 p20021,battery,0.0,0.0,0.0,0.0,0.0 p20021,biomass,0.0,0.0,0.0,0.0,0.0 p20021,coal,0.0,0.0,0.0,0.0,0.0 +p20021,csp,0.0,0.0,0.0,0.0,0.0 p20021,gas,0.0,0.0,0.0,0.0,0.0 p20021,geothermal,0.0,0.0,0.0,0.0,0.0 p20021,h2,0.0,0.0,0.0,0.0,0.0 p20021,hydro,0.0,0.0,0.0,0.0,0.0 p20021,nuclear,0.0,0.0,0.0,0.0,0.0 p20021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20021,pv,0.0,0.0,150.0,300.0,450.0 +p20021,pv,112.5,225.0,225.0,225.0,225.0 p20021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20023,battery,0.0,0.0,0.0,0.0,0.0 +p20023,biomass,0.0,0.0,0.0,0.0,0.0 +p20023,coal,0.0,0.0,0.0,0.0,0.0 +p20023,gas,0.0,0.0,0.0,0.0,0.0 +p20023,geothermal,0.0,0.0,0.0,0.0,0.0 +p20023,h2,0.0,0.0,0.0,0.0,0.0 +p20023,hydro,0.0,0.0,0.0,0.0,0.0 +p20023,nuclear,0.0,0.0,0.0,0.0,0.0 +p20023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20023,pv,0.0,0.0,50.0,100.0,150.0 +p20023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20025,battery,0.0,0.0,50.0,100.0,150.0 +p20025,biomass,0.0,0.0,0.0,0.0,0.0 +p20025,coal,0.0,0.0,0.0,0.0,0.0 +p20025,gas,0.0,0.0,0.0,0.0,0.0 +p20025,geothermal,0.0,0.0,0.0,0.0,0.0 +p20025,h2,0.0,0.0,0.0,0.0,0.0 +p20025,hydro,0.0,0.0,0.0,0.0,0.0 +p20025,nuclear,0.0,0.0,0.0,0.0,0.0 +p20025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20025,pv,0.0,0.0,0.0,0.0,0.0 +p20025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20027,battery,0.0,0.0,0.0,0.0,0.0 +p20027,biomass,0.0,0.0,0.0,0.0,0.0 +p20027,coal,0.0,0.0,0.0,0.0,0.0 +p20027,gas,0.0,0.0,0.0,0.0,0.0 +p20027,geothermal,0.0,0.0,0.0,0.0,0.0 +p20027,h2,0.0,0.0,0.0,0.0,0.0 +p20027,hydro,0.0,0.0,0.0,0.0,0.0 +p20027,nuclear,0.0,0.0,0.0,0.0,0.0 +p20027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20027,pv,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p20027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20027,wind-ons,0.0,0.0,0.0,0.0,0.0 p20029,battery,0.0,0.0,0.0,0.0,0.0 p20029,biomass,0.0,0.0,0.0,0.0,0.0 p20029,coal,0.0,0.0,0.0,0.0,0.0 +p20029,csp,0.0,0.0,0.0,0.0,0.0 p20029,gas,0.0,0.0,0.0,0.0,0.0 p20029,geothermal,0.0,0.0,0.0,0.0,0.0 p20029,h2,0.0,0.0,0.0,0.0,0.0 p20029,hydro,0.0,0.0,0.0,0.0,0.0 p20029,nuclear,0.0,0.0,0.0,0.0,0.0 p20029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20029,pv,0.0,0.0,126.66666666665697,253.33333333334303,380.0 +p20029,pv,0.0,0.0,270.0,540.0,810.0 p20029,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20029,wind-ons,190.8,381.6,508.80000000001746,636.0000000000291,763.2 +p20029,wind-ons,190.8,381.6,394.09999999999854,406.59999999999854,419.1 p20031,battery,0.0,0.0,0.0,0.0,0.0 p20031,biomass,0.0,0.0,0.0,0.0,0.0 p20031,coal,0.0,0.0,0.0,0.0,0.0 +p20031,csp,0.0,0.0,0.0,0.0,0.0 p20031,gas,0.0,0.0,0.0,0.0,0.0 p20031,geothermal,0.0,0.0,0.0,0.0,0.0 p20031,h2,0.0,0.0,0.0,0.0,0.0 p20031,hydro,0.0,0.0,0.0,0.0,0.0 p20031,nuclear,0.0,0.0,0.0,0.0,0.0 p20031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20031,pv,0.0,0.0,394.66666666662786,789.3333333333721,1184.0 +p20031,pv,0.0,0.0,250.0,500.0,750.0 p20031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p20035,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p20035,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p20035,biomass,0.0,0.0,0.0,0.0,0.0 p20035,coal,0.0,0.0,0.0,0.0,0.0 -p20035,gas,0.0,0.0,19.33333333333576,38.66666666666424,58.0 +p20035,csp,0.0,0.0,0.0,0.0,0.0 +p20035,gas,29.0,58.0,58.0,58.0,58.0 p20035,geothermal,0.0,0.0,0.0,0.0,0.0 p20035,h2,0.0,0.0,0.0,0.0,0.0 p20035,hydro,0.0,0.0,0.0,0.0,0.0 p20035,nuclear,0.0,0.0,0.0,0.0,0.0 p20035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20035,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p20035,pv,0.0,0.0,0.0,0.0,0.0 p20035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20035,wind-ons,0.0,0.0,0.0,0.0,0.0 p20037,battery,0.0,0.0,0.0,0.0,0.0 p20037,biomass,0.0,0.0,0.0,0.0,0.0 p20037,coal,0.0,0.0,0.0,0.0,0.0 +p20037,csp,0.0,0.0,0.0,0.0,0.0 p20037,gas,0.0,0.0,0.0,0.0,0.0 p20037,geothermal,0.0,0.0,0.0,0.0,0.0 p20037,h2,0.0,0.0,0.0,0.0,0.0 p20037,hydro,0.0,0.0,0.0,0.0,0.0 p20037,nuclear,0.0,0.0,0.0,0.0,0.0 p20037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20037,pv,0.0,0.0,76.0,152.0,228.0 +p20037,pv,0.0,0.0,142.59999999997672,285.20000000001164,427.8 p20037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20037,wind-ons,0.0,0.0,103.33333333334303,206.66666666665697,310.0 +p20037,wind-ons,0.0,0.0,0.0,0.0,0.0 p20039,battery,0.0,0.0,0.0,0.0,0.0 p20039,biomass,0.0,0.0,0.0,0.0,0.0 p20039,coal,0.0,0.0,0.0,0.0,0.0 +p20039,csp,0.0,0.0,0.0,0.0,0.0 p20039,gas,0.0,0.0,0.0,0.0,0.0 p20039,geothermal,0.0,0.0,0.0,0.0,0.0 p20039,h2,0.0,0.0,0.0,0.0,0.0 p20039,hydro,0.0,0.0,0.0,0.0,0.0 p20039,nuclear,0.0,0.0,0.0,0.0,0.0 p20039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20039,pv,0.0,0.0,223.33333333331393,446.66666666668607,670.0 +p20039,pv,0.0,0.0,90.0,180.0,270.0 p20039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20039,wind-ons,0.0,0.0,0.0,0.0,0.0 p20041,battery,0.0,0.0,0.0,0.0,0.0 p20041,biomass,0.0,0.0,0.0,0.0,0.0 p20041,coal,0.0,0.0,0.0,0.0,0.0 +p20041,csp,0.0,0.0,0.0,0.0,0.0 p20041,gas,0.0,0.0,0.0,0.0,0.0 p20041,geothermal,0.0,0.0,0.0,0.0,0.0 p20041,h2,0.0,0.0,0.0,0.0,0.0 @@ -6466,34 +6434,50 @@ p20041,nuclear,0.0,0.0,0.0,0.0,0.0 p20041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p20041,pv,0.0,0.0,0.0,0.0,0.0 p20041,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20041,wind-ons,167.05,334.1,445.4666666666744,556.833333333343,668.2 +p20041,wind-ons,167.05,334.1,334.1,334.1,334.1 p20045,battery,0.0,0.0,0.0,0.0,0.0 p20045,biomass,0.0,0.0,0.0,0.0,0.0 p20045,coal,0.0,0.0,0.0,0.0,0.0 +p20045,csp,0.0,0.0,0.0,0.0,0.0 p20045,gas,0.0,0.0,0.0,0.0,0.0 p20045,geothermal,0.0,0.0,0.0,0.0,0.0 p20045,h2,0.0,0.0,0.0,0.0,0.0 p20045,hydro,0.0,0.0,0.0,0.0,0.0 p20045,nuclear,0.0,0.0,0.0,0.0,0.0 p20045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20045,pv,0.0,0.0,53.0,106.0,159.0 +p20045,pv,79.5,159.0,159.0,159.0,159.0 p20045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20045,wind-ons,0.0,0.0,0.0,0.0,0.0 -p20047,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p20047,battery,25.0,50.0,100.0,150.0,200.0 p20047,biomass,0.0,0.0,0.0,0.0,0.0 p20047,coal,0.0,0.0,0.0,0.0,0.0 +p20047,csp,0.0,0.0,0.0,0.0,0.0 p20047,gas,0.0,0.0,0.0,0.0,0.0 p20047,geothermal,0.0,0.0,0.0,0.0,0.0 p20047,h2,0.0,0.0,0.0,0.0,0.0 p20047,hydro,0.0,0.0,0.0,0.0,0.0 p20047,nuclear,0.0,0.0,0.0,0.0,0.0 p20047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20047,pv,0.0,0.0,98.33333333334303,196.66666666665697,295.0 +p20047,pv,75.0,150.0,225.0,300.0,375.0 p20047,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20047,wind-ons,0.0,0.0,250.0,500.0,750.0 -p20051,battery,10.0,20.0,26.66666666666606,33.33333333333394,40.0 +p20047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20049,battery,0.0,0.0,0.0,0.0,0.0 +p20049,biomass,0.0,0.0,0.0,0.0,0.0 +p20049,coal,0.0,0.0,0.0,0.0,0.0 +p20049,csp,0.0,0.0,0.0,0.0,0.0 +p20049,gas,0.0,0.0,0.0,0.0,0.0 +p20049,geothermal,0.0,0.0,0.0,0.0,0.0 +p20049,h2,0.0,0.0,0.0,0.0,0.0 +p20049,hydro,0.0,0.0,0.0,0.0,0.0 +p20049,nuclear,0.0,0.0,0.0,0.0,0.0 +p20049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20049,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p20049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20051,battery,10.0,20.0,20.0,20.0,20.0 p20051,biomass,0.0,0.0,0.0,0.0,0.0 p20051,coal,0.0,0.0,0.0,0.0,0.0 +p20051,csp,0.0,0.0,0.0,0.0,0.0 p20051,gas,0.0,0.0,0.0,0.0,0.0 p20051,geothermal,0.0,0.0,0.0,0.0,0.0 p20051,h2,0.0,0.0,0.0,0.0,0.0 @@ -6503,52 +6487,68 @@ p20051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p20051,pv,0.0,0.0,96.0,192.0,288.0 p20051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20051,wind-ons,0.0,0.0,0.0,0.0,0.0 -p20055,battery,0.0,0.0,141.5,283.0,424.5 +p20055,battery,212.25,424.5,424.5,424.5,424.5 p20055,biomass,0.0,0.0,0.0,0.0,0.0 p20055,coal,0.0,0.0,0.0,0.0,0.0 -p20055,gas,0.0,0.0,0.0,0.0,0.0 +p20055,csp,0.0,0.0,0.0,0.0,0.0 +p20055,gas,0.0,0.0,200.0,400.0,600.0 p20055,geothermal,0.0,0.0,0.0,0.0,0.0 p20055,h2,0.0,0.0,0.0,0.0,0.0 p20055,hydro,0.0,0.0,0.0,0.0,0.0 p20055,nuclear,0.0,0.0,0.0,0.0,0.0 p20055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20055,pv,0.0,0.0,251.5,503.0,754.5 +p20055,pv,212.25,424.5,667.8333333333721,911.1666666666861,1154.5 p20055,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20055,wind-ons,0.0,0.0,100.0,200.0,300.0 -p20057,battery,0.0,0.0,149.33333333331393,298.66666666668607,448.0 +p20055,wind-ons,0.0,0.0,233.5,467.0,700.5 +p20057,battery,25.0,50.0,116.33333333331393,182.66666666665697,249.0 p20057,biomass,0.0,0.0,0.0,0.0,0.0 p20057,coal,0.0,0.0,0.0,0.0,0.0 +p20057,csp,0.0,0.0,0.0,0.0,0.0 p20057,gas,0.0,0.0,0.0,0.0,0.0 p20057,geothermal,0.0,0.0,0.0,0.0,0.0 p20057,h2,0.0,0.0,0.0,0.0,0.0 p20057,hydro,0.0,0.0,0.0,0.0,0.0 p20057,nuclear,0.0,0.0,0.0,0.0,0.0 p20057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20057,pv,75.0,150.0,233.33333333334303,316.66666666665697,400.0 +p20057,pv,200.0,400.0,450.0,500.0,550.0 p20057,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20057,wind-ons,0.0,0.0,84.0,168.0,252.0 +p20057,wind-ons,126.0,252.0,418.4000000000233,584.7999999999884,751.2 p20059,battery,0.0,0.0,0.0,0.0,0.0 p20059,biomass,0.0,0.0,0.0,0.0,0.0 p20059,coal,0.0,0.0,0.0,0.0,0.0 +p20059,csp,0.0,0.0,0.0,0.0,0.0 p20059,gas,0.0,0.0,0.0,0.0,0.0 p20059,geothermal,0.0,0.0,0.0,0.0,0.0 p20059,h2,0.0,0.0,0.0,0.0,0.0 p20059,hydro,0.0,0.0,0.0,0.0,0.0 p20059,nuclear,0.0,0.0,0.0,0.0,0.0 p20059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20059,pv,0.0,0.0,50.0,100.0,150.0 +p20059,pv,75.0,150.0,150.0,150.0,150.0 p20059,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20059,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20065,battery,0.0,0.0,25.0,50.0,75.0 +p20065,biomass,0.0,0.0,0.0,0.0,0.0 +p20065,coal,0.0,0.0,0.0,0.0,0.0 +p20065,gas,0.0,0.0,0.0,0.0,0.0 +p20065,geothermal,0.0,0.0,0.0,0.0,0.0 +p20065,h2,0.0,0.0,0.0,0.0,0.0 +p20065,hydro,0.0,0.0,0.0,0.0,0.0 +p20065,nuclear,0.0,0.0,0.0,0.0,0.0 +p20065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20065,pv,0.0,0.0,0.0,0.0,0.0 +p20065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20065,wind-ons,0.0,0.0,0.0,0.0,0.0 p20067,battery,0.0,0.0,0.0,0.0,0.0 p20067,biomass,0.0,0.0,0.0,0.0,0.0 p20067,coal,0.0,0.0,0.0,0.0,0.0 +p20067,csp,0.0,0.0,0.0,0.0,0.0 p20067,gas,0.0,0.0,0.0,0.0,0.0 p20067,geothermal,0.0,0.0,0.0,0.0,0.0 p20067,h2,0.0,0.0,0.0,0.0,0.0 p20067,hydro,0.0,0.0,0.0,0.0,0.0 p20067,nuclear,0.0,0.0,0.0,0.0,0.0 p20067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20067,pv,0.0,0.0,139.72666666668374,279.4533333333675,419.18 +p20067,pv,153.09,306.18,343.84666666665,381.5133333333215,419.18 p20067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20067,wind-ons,0.0,0.0,0.0,0.0,0.0 p20069,battery,0.0,0.0,0.0,0.0,0.0 @@ -6566,42 +6566,34 @@ p20069,wind-ons,0.0,0.0,0.0,0.0,0.0 p20077,battery,0.0,0.0,0.0,0.0,0.0 p20077,biomass,0.0,0.0,0.0,0.0,0.0 p20077,coal,0.0,0.0,0.0,0.0,0.0 +p20077,csp,0.0,0.0,0.0,0.0,0.0 p20077,gas,0.0,0.0,0.0,0.0,0.0 p20077,geothermal,0.0,0.0,0.0,0.0,0.0 p20077,h2,0.0,0.0,0.0,0.0,0.0 p20077,hydro,0.0,0.0,0.0,0.0,0.0 p20077,nuclear,0.0,0.0,0.0,0.0,0.0 p20077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20077,pv,21.0,42.0,56.0,70.0,84.0 +p20077,pv,21.0,42.0,100.33333333334303,158.66666666667152,217.0 p20077,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20077,wind-ons,142.0,284.0,384.0,484.0,584.0 -p20079,battery,0.0,0.0,46.66666666667152,93.33333333332848,140.0 -p20079,biomass,0.0,0.0,0.0,0.0,0.0 -p20079,coal,0.0,0.0,0.0,0.0,0.0 -p20079,gas,0.0,0.0,0.0,0.0,0.0 -p20079,geothermal,0.0,0.0,0.0,0.0,0.0 -p20079,h2,0.0,0.0,0.0,0.0,0.0 -p20079,hydro,0.0,0.0,0.0,0.0,0.0 -p20079,nuclear,0.0,0.0,0.0,0.0,0.0 -p20079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20079,pv,0.0,0.0,0.0,0.0,0.0 -p20079,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20077,wind-ons,225.0,450.0,450.0,450.0,450.0 +p20079,csp,0.0,0.0,0.0,0.0,0.0 p20083,battery,0.0,0.0,0.0,0.0,0.0 p20083,biomass,0.0,0.0,0.0,0.0,0.0 p20083,coal,0.0,0.0,0.0,0.0,0.0 +p20083,csp,0.0,0.0,0.0,0.0,0.0 p20083,gas,0.0,0.0,0.0,0.0,0.0 p20083,geothermal,0.0,0.0,0.0,0.0,0.0 p20083,h2,0.0,0.0,0.0,0.0,0.0 p20083,hydro,0.0,0.0,0.0,0.0,0.0 p20083,nuclear,0.0,0.0,0.0,0.0,0.0 p20083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20083,pv,200.0,400.0,533.3333333333139,666.6666666666861,800.0 +p20083,pv,200.0,400.0,400.0,400.0,400.0 p20083,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20083,wind-ons,200.0,400.0,734.3999999999069,1068.7999999999302,1403.2 +p20083,wind-ons,200.0,400.0,734.4000000000233,1068.8000000000466,1403.2 p20085,battery,0.0,0.0,0.0,0.0,0.0 p20085,biomass,0.0,0.0,0.0,0.0,0.0 p20085,coal,0.0,0.0,0.0,0.0,0.0 +p20085,csp,0.0,0.0,0.0,0.0,0.0 p20085,gas,0.0,0.0,0.0,0.0,0.0 p20085,geothermal,0.0,0.0,0.0,0.0,0.0 p20085,h2,0.0,0.0,0.0,0.0,0.0 @@ -6611,21 +6603,23 @@ p20085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p20085,pv,0.0,0.0,100.0,200.0,300.0 p20085,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20085,wind-ons,0.0,0.0,0.0,0.0,0.0 -p20091,battery,64.0,128.0,178.0,228.0,278.0 +p20091,battery,139.0,278.0,278.0,278.0,278.0 p20091,biomass,0.0,0.0,0.0,0.0,0.0 p20091,coal,0.0,0.0,0.0,0.0,0.0 +p20091,csp,0.0,0.0,0.0,0.0,0.0 p20091,gas,0.0,0.0,0.0,0.0,0.0 p20091,geothermal,0.0,0.0,0.0,0.0,0.0 p20091,h2,0.0,0.0,0.0,0.0,0.0 p20091,hydro,0.0,0.0,0.0,0.0,0.0 p20091,nuclear,0.0,0.0,0.0,0.0,0.0 p20091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20091,pv,250.2,500.4,667.2000000000116,834.0,1000.8 +p20091,pv,250.2,500.4,500.4,500.4,500.4 p20091,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20091,wind-ons,0.0,0.0,0.0,0.0,0.0 p20093,battery,0.0,0.0,0.0,0.0,0.0 p20093,biomass,0.0,0.0,0.0,0.0,0.0 p20093,coal,0.0,0.0,0.0,0.0,0.0 +p20093,csp,0.0,0.0,0.0,0.0,0.0 p20093,gas,0.0,0.0,0.0,0.0,0.0 p20093,geothermal,0.0,0.0,0.0,0.0,0.0 p20093,h2,0.0,0.0,0.0,0.0,0.0 @@ -6638,28 +6632,30 @@ p20093,wind-ons,0.0,0.0,100.0,200.0,300.0 p20099,battery,0.0,0.0,100.0,200.0,300.0 p20099,biomass,0.0,0.0,0.0,0.0,0.0 p20099,coal,0.0,0.0,0.0,0.0,0.0 -p20099,gas,0.0,0.0,0.0,0.0,0.0 +p20099,csp,0.0,0.0,0.0,0.0,0.0 +p20099,gas,0.0,0.0,303.3333333332557,606.6666666666279,910.0 p20099,geothermal,0.0,0.0,0.0,0.0,0.0 p20099,h2,0.0,0.0,0.0,0.0,0.0 p20099,hydro,0.0,0.0,0.0,0.0,0.0 p20099,nuclear,0.0,0.0,0.0,0.0,0.0 p20099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20099,pv,0.0,0.0,266.66666666662786,533.3333333333721,800.0 +p20099,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p20099,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p20105,battery,0.0,0.0,100.0,200.0,300.0 -p20105,biomass,0.0,0.0,0.0,0.0,0.0 -p20105,coal,0.0,0.0,0.0,0.0,0.0 -p20105,gas,0.0,0.0,0.0,0.0,0.0 -p20105,geothermal,0.0,0.0,0.0,0.0,0.0 -p20105,h2,0.0,0.0,0.0,0.0,0.0 -p20105,hydro,0.0,0.0,0.0,0.0,0.0 -p20105,nuclear,0.0,0.0,0.0,0.0,0.0 -p20105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20105,pv,0.0,0.0,0.0,0.0,0.0 -p20105,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20105,wind-ons,0.0,0.0,0.0,0.0,0.0 -p20107,battery,0.0,0.0,84.59999999997672,169.19999999998254,253.8 +p20103,battery,0.0,0.0,166.33333333337214,332.66666666668607,499.0 +p20103,biomass,0.0,0.0,0.0,0.0,0.0 +p20103,coal,0.0,0.0,0.0,0.0,0.0 +p20103,gas,0.0,0.0,100.0,200.0,300.0 +p20103,geothermal,0.0,0.0,0.0,0.0,0.0 +p20103,h2,0.0,0.0,0.0,0.0,0.0 +p20103,hydro,0.0,0.0,0.0,0.0,0.0 +p20103,nuclear,0.0,0.0,0.0,0.0,0.0 +p20103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20103,pv,0.0,0.0,0.0,0.0,0.0 +p20103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20105,csp,0.0,0.0,0.0,0.0,0.0 +p20107,battery,0.0,0.0,84.60000000000582,169.20000000001164,253.8 p20107,biomass,0.0,0.0,0.0,0.0,0.0 p20107,coal,0.0,0.0,0.0,0.0,0.0 p20107,gas,0.0,0.0,0.0,0.0,0.0 @@ -6668,12 +6664,13 @@ p20107,h2,0.0,0.0,0.0,0.0,0.0 p20107,hydro,0.0,0.0,0.0,0.0,0.0 p20107,nuclear,0.0,0.0,0.0,0.0,0.0 p20107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20107,pv,0.0,0.0,386.766666666721,773.533333333442,1160.3 +p20107,pv,325.0,650.0,820.0999999999767,990.2000000000116,1160.3 p20107,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20107,wind-ons,0.0,0.0,0.0,0.0,0.0 p20111,battery,0.0,0.0,0.0,0.0,0.0 p20111,biomass,0.0,0.0,0.0,0.0,0.0 p20111,coal,0.0,0.0,0.0,0.0,0.0 +p20111,csp,0.0,0.0,0.0,0.0,0.0 p20111,gas,0.0,0.0,0.0,0.0,0.0 p20111,geothermal,0.0,0.0,0.0,0.0,0.0 p20111,h2,0.0,0.0,0.0,0.0,0.0 @@ -6686,7 +6683,8 @@ p20111,wind-ons,0.0,0.0,0.0,0.0,0.0 p20113,battery,0.0,0.0,0.0,0.0,0.0 p20113,biomass,0.0,0.0,0.0,0.0,0.0 p20113,coal,0.0,0.0,0.0,0.0,0.0 -p20113,gas,0.0,0.0,38.29999999998836,76.59999999999127,114.9 +p20113,csp,0.0,0.0,0.0,0.0,0.0 +p20113,gas,0.0,0.0,0.0,0.0,0.0 p20113,geothermal,0.0,0.0,0.0,0.0,0.0 p20113,h2,0.0,0.0,0.0,0.0,0.0 p20113,hydro,0.0,0.0,0.0,0.0,0.0 @@ -6694,7 +6692,8 @@ p20113,nuclear,0.0,0.0,0.0,0.0,0.0 p20113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p20113,pv,0.0,0.0,0.0,0.0,0.0 p20113,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20113,wind-ons,151.0,302.0,402.66666666665697,503.33333333334303,604.0 +p20113,wind-ons,151.0,302.0,402.0,502.0,602.0 +p20121,csp,0.0,0.0,0.0,0.0,0.0 p20123,battery,0.0,0.0,0.0,0.0,0.0 p20123,biomass,0.0,0.0,0.0,0.0,0.0 p20123,coal,0.0,0.0,0.0,0.0,0.0 @@ -6704,58 +6703,52 @@ p20123,h2,0.0,0.0,0.0,0.0,0.0 p20123,hydro,0.0,0.0,0.0,0.0,0.0 p20123,nuclear,0.0,0.0,0.0,0.0,0.0 p20123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20123,pv,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p20123,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 p20123,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20129,csp,0.0,0.0,0.0,0.0,0.0 +p20131,csp,0.0,0.0,0.0,0.0,0.0 p20139,battery,0.0,0.0,0.0,0.0,0.0 p20139,biomass,0.0,0.0,0.0,0.0,0.0 p20139,coal,0.0,0.0,0.0,0.0,0.0 +p20139,csp,0.0,0.0,0.0,0.0,0.0 p20139,gas,0.0,0.0,0.0,0.0,0.0 p20139,geothermal,0.0,0.0,0.0,0.0,0.0 p20139,h2,0.0,0.0,0.0,0.0,0.0 p20139,hydro,0.0,0.0,0.0,0.0,0.0 p20139,nuclear,0.0,0.0,0.0,0.0,0.0 p20139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20139,pv,0.0,0.0,208.33333333331393,416.66666666668607,625.0 +p20139,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p20139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20139,wind-ons,0.0,0.0,0.0,0.0,0.0 -p20141,battery,0.0,0.0,0.0,0.0,0.0 -p20141,biomass,0.0,0.0,0.0,0.0,0.0 -p20141,coal,0.0,0.0,0.0,0.0,0.0 -p20141,gas,0.0,0.0,0.0,0.0,0.0 -p20141,geothermal,0.0,0.0,0.0,0.0,0.0 -p20141,h2,0.0,0.0,0.0,0.0,0.0 -p20141,hydro,0.0,0.0,0.0,0.0,0.0 -p20141,nuclear,0.0,0.0,0.0,0.0,0.0 -p20141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20141,pv,0.0,0.0,0.0,0.0,0.0 -p20141,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20141,wind-ons,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p20141,csp,0.0,0.0,0.0,0.0,0.0 p20149,battery,0.0,0.0,0.0,0.0,0.0 p20149,biomass,0.0,0.0,0.0,0.0,0.0 p20149,coal,0.0,0.0,0.0,0.0,0.0 -p20149,gas,0.0,0.0,0.0,0.0,0.0 +p20149,csp,0.0,0.0,0.0,0.0,0.0 +p20149,gas,0.0,0.0,240.40000000002328,480.79999999998836,721.2 p20149,geothermal,0.0,0.0,0.0,0.0,0.0 p20149,h2,0.0,0.0,0.0,0.0,0.0 p20149,hydro,0.0,0.0,0.0,0.0,0.0 p20149,nuclear,0.0,0.0,0.0,0.0,0.0 p20149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20149,pv,0.0,0.0,67.20000000001164,134.40000000002328,201.6 +p20149,pv,0.0,0.0,67.20000000001164,134.39999999999418,201.6 p20149,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20149,wind-ons,0.0,0.0,0.0,0.0,0.0 p20151,battery,0.0,0.0,0.0,0.0,0.0 p20151,biomass,0.0,0.0,0.0,0.0,0.0 p20151,coal,0.0,0.0,0.0,0.0,0.0 +p20151,csp,0.0,0.0,0.0,0.0,0.0 p20151,gas,0.0,0.0,0.0,0.0,0.0 p20151,geothermal,0.0,0.0,0.0,0.0,0.0 p20151,h2,0.0,0.0,0.0,0.0,0.0 p20151,hydro,0.0,0.0,0.0,0.0,0.0 p20151,nuclear,0.0,0.0,0.0,0.0,0.0 p20151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20151,pv,0.0,0.0,0.0,0.0,0.0 +p20151,pv,0.0,0.0,139.66666666662786,279.33333333331393,419.0 p20151,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20151,wind-ons,0.0,0.0,8.33333333333212,16.66666666666788,25.0 -p20155,battery,0.0,0.0,0.0,0.0,0.0 +p20151,wind-ons,12.5,25.0,25.0,25.0,25.0 +p20155,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p20155,biomass,0.0,0.0,0.0,0.0,0.0 p20155,coal,0.0,0.0,0.0,0.0,0.0 p20155,gas,0.0,0.0,239.2666666666628,478.5333333333256,717.8 @@ -6770,13 +6763,14 @@ p20155,wind-ons,0.0,0.0,0.0,0.0,0.0 p20159,battery,0.0,0.0,0.0,0.0,0.0 p20159,biomass,0.0,0.0,0.0,0.0,0.0 p20159,coal,0.0,0.0,0.0,0.0,0.0 -p20159,gas,0.0,0.0,5.186666666666497,10.373333333332994,15.56 +p20159,csp,0.0,0.0,0.0,0.0,0.0 +p20159,gas,0.0,0.0,0.0,0.0,0.0 p20159,geothermal,0.0,0.0,0.0,0.0,0.0 p20159,h2,0.0,0.0,0.0,0.0,0.0 p20159,hydro,0.0,0.0,0.0,0.0,0.0 p20159,nuclear,0.0,0.0,0.0,0.0,0.0 p20159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20159,pv,0.0,0.0,0.0,0.0,0.0 +p20159,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p20159,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20159,wind-ons,0.0,0.0,0.0,0.0,0.0 p20165,battery,0.0,0.0,0.0,0.0,0.0 @@ -6788,24 +6782,26 @@ p20165,h2,0.0,0.0,0.0,0.0,0.0 p20165,hydro,0.0,0.0,0.0,0.0,0.0 p20165,nuclear,0.0,0.0,0.0,0.0,0.0 p20165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20165,pv,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p20165,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 p20165,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20165,wind-ons,0.0,0.0,0.0,0.0,0.0 p20167,battery,0.0,0.0,0.0,0.0,0.0 p20167,biomass,0.0,0.0,0.0,0.0,0.0 p20167,coal,0.0,0.0,0.0,0.0,0.0 +p20167,csp,0.0,0.0,0.0,0.0,0.0 p20167,gas,0.0,0.0,0.0,0.0,0.0 p20167,geothermal,0.0,0.0,0.0,0.0,0.0 p20167,h2,0.0,0.0,0.0,0.0,0.0 p20167,hydro,0.0,0.0,0.0,0.0,0.0 p20167,nuclear,0.0,0.0,0.0,0.0,0.0 p20167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20167,pv,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p20167,pv,10.0,20.0,20.0,20.0,20.0 p20167,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20167,wind-ons,0.0,0.0,0.0,0.0,0.0 -p20169,battery,0.0,0.0,116.66666666665697,233.33333333334303,350.0 +p20169,battery,175.0,350.0,350.0,350.0,350.0 p20169,biomass,0.0,0.0,0.0,0.0,0.0 p20169,coal,0.0,0.0,0.0,0.0,0.0 +p20169,csp,0.0,0.0,0.0,0.0,0.0 p20169,gas,0.0,0.0,0.0,0.0,0.0 p20169,geothermal,0.0,0.0,0.0,0.0,0.0 p20169,h2,0.0,0.0,0.0,0.0,0.0 @@ -6815,42 +6811,58 @@ p20169,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p20169,pv,0.0,0.0,0.0,0.0,0.0 p20169,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20169,wind-ons,0.0,0.0,0.0,0.0,0.0 -p20173,battery,176.8,353.6,471.4666666666744,589.333333333343,707.2 +p20171,battery,0.0,0.0,0.0,0.0,0.0 +p20171,biomass,0.0,0.0,0.0,0.0,0.0 +p20171,coal,0.0,0.0,0.0,0.0,0.0 +p20171,csp,0.0,0.0,0.0,0.0,0.0 +p20171,gas,0.0,0.0,0.0,0.0,0.0 +p20171,geothermal,0.0,0.0,0.0,0.0,0.0 +p20171,h2,0.0,0.0,0.0,0.0,0.0 +p20171,hydro,0.0,0.0,0.0,0.0,0.0 +p20171,nuclear,0.0,0.0,0.0,0.0,0.0 +p20171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20171,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p20171,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20171,wind-ons,0.0,0.0,300.0,600.0,900.0 +p20173,battery,176.8,353.6,353.6,353.6,353.6 p20173,biomass,0.0,0.0,0.0,0.0,0.0 p20173,coal,0.0,0.0,0.0,0.0,0.0 +p20173,csp,0.0,0.0,0.0,0.0,0.0 p20173,gas,0.0,0.0,0.0,0.0,0.0 p20173,geothermal,0.0,0.0,0.0,0.0,0.0 p20173,h2,0.0,0.0,0.0,0.0,0.0 p20173,hydro,0.0,0.0,0.0,0.0,0.0 p20173,nuclear,0.0,0.0,0.0,0.0,0.0 p20173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20173,pv,303.3,606.6,808.7999999999884,1011.0,1213.2 +p20173,pv,303.3,606.6,752.5999999999767,898.5999999999767,1044.6 p20173,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20173,wind-ons,0.0,0.0,0.0,0.0,0.0 p20175,battery,0.0,0.0,0.0,0.0,0.0 p20175,biomass,0.0,0.0,0.0,0.0,0.0 p20175,coal,0.0,0.0,0.0,0.0,0.0 +p20175,csp,0.0,0.0,0.0,0.0,0.0 p20175,gas,0.0,0.0,0.0,0.0,0.0 p20175,geothermal,0.0,0.0,0.0,0.0,0.0 p20175,h2,0.0,0.0,0.0,0.0,0.0 p20175,hydro,0.0,0.0,0.0,0.0,0.0 p20175,nuclear,0.0,0.0,0.0,0.0,0.0 p20175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20175,pv,0.0,0.0,0.0,0.0,0.0 +p20175,pv,0.0,0.0,66.33333333331393,132.66666666665697,199.0 p20175,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20175,wind-ons,75.0,150.0,200.0,250.0,300.0 -p20181,battery,0.0,0.0,0.0,0.0,0.0 -p20181,biomass,0.0,0.0,0.0,0.0,0.0 -p20181,coal,0.0,0.0,0.0,0.0,0.0 -p20181,gas,0.0,0.0,0.0,0.0,0.0 -p20181,geothermal,0.0,0.0,0.0,0.0,0.0 -p20181,h2,0.0,0.0,0.0,0.0,0.0 -p20181,hydro,0.0,0.0,0.0,0.0,0.0 -p20181,nuclear,0.0,0.0,0.0,0.0,0.0 -p20181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20181,pv,0.0,0.0,0.0,0.0,0.0 -p20181,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20181,wind-ons,0.0,0.0,99.33333333334303,198.66666666665697,298.0 +p20175,wind-ons,75.0,150.0,150.0,150.0,150.0 +p20177,battery,0.0,0.0,100.0,200.0,300.0 +p20177,biomass,0.0,0.0,0.0,0.0,0.0 +p20177,coal,0.0,0.0,0.0,0.0,0.0 +p20177,gas,0.0,0.0,0.0,0.0,0.0 +p20177,geothermal,0.0,0.0,0.0,0.0,0.0 +p20177,h2,0.0,0.0,0.0,0.0,0.0 +p20177,hydro,0.0,0.0,0.0,0.0,0.0 +p20177,nuclear,0.0,0.0,0.0,0.0,0.0 +p20177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20177,pv,0.0,0.0,0.0,0.0,0.0 +p20177,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20177,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20181,csp,0.0,0.0,0.0,0.0,0.0 p20183,battery,0.0,0.0,0.0,0.0,0.0 p20183,biomass,0.0,0.0,0.0,0.0,0.0 p20183,coal,0.0,0.0,0.0,0.0,0.0 @@ -6872,60 +6884,54 @@ p20185,h2,0.0,0.0,0.0,0.0,0.0 p20185,hydro,0.0,0.0,0.0,0.0,0.0 p20185,nuclear,0.0,0.0,0.0,0.0,0.0 p20185,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20185,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p20185,pv,0.0,0.0,128.33333333331393,256.66666666665697,385.0 p20185,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20185,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20187,csp,0.0,0.0,0.0,0.0,0.0 p20189,battery,0.0,0.0,0.0,0.0,0.0 p20189,biomass,0.0,0.0,0.0,0.0,0.0 p20189,coal,0.0,0.0,0.0,0.0,0.0 +p20189,csp,0.0,0.0,0.0,0.0,0.0 p20189,gas,0.0,0.0,0.0,0.0,0.0 p20189,geothermal,0.0,0.0,0.0,0.0,0.0 p20189,h2,0.0,0.0,0.0,0.0,0.0 p20189,hydro,0.0,0.0,0.0,0.0,0.0 p20189,nuclear,0.0,0.0,0.0,0.0,0.0 p20189,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20189,pv,0.0,0.0,333.33333333337214,666.6666666666279,1000.0 +p20189,pv,125.0,250.0,333.33333333331393,416.66666666665697,500.0 p20189,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20189,wind-ons,0.0,0.0,50.0,100.0,150.0 -p20191,battery,0.0,0.0,0.0,0.0,0.0 +p20191,battery,0.0,0.0,100.0,200.0,300.0 p20191,biomass,0.0,0.0,0.0,0.0,0.0 p20191,coal,0.0,0.0,0.0,0.0,0.0 -p20191,gas,0.0,0.0,240.3666666666395,480.733333333279,721.1 +p20191,csp,0.0,0.0,0.0,0.0,0.0 +p20191,gas,0.0,0.0,240.3666666666395,480.7333333333372,721.1 p20191,geothermal,0.0,0.0,0.0,0.0,0.0 p20191,h2,0.0,0.0,0.0,0.0,0.0 p20191,hydro,0.0,0.0,0.0,0.0,0.0 p20191,nuclear,0.0,0.0,0.0,0.0,0.0 p20191,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20191,pv,111.75,223.5,303.16666666665697,382.83333333334303,462.5 +p20191,pv,111.75,223.5,303.16666666668607,382.83333333334303,462.5 p20191,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20191,wind-ons,100.0,200.0,266.7400000000198,333.4800000000105,400.22 -p20201,battery,0.0,0.0,72.66666666665697,145.33333333334303,218.0 -p20201,biomass,0.0,0.0,0.0,0.0,0.0 -p20201,coal,0.0,0.0,0.0,0.0,0.0 -p20201,gas,0.0,0.0,0.0,0.0,0.0 -p20201,geothermal,0.0,0.0,0.0,0.0,0.0 -p20201,h2,0.0,0.0,0.0,0.0,0.0 -p20201,hydro,0.0,0.0,0.0,0.0,0.0 -p20201,nuclear,0.0,0.0,0.0,0.0,0.0 -p20201,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20201,pv,0.0,0.0,0.0,0.0,0.0 -p20201,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p20201,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20191,wind-ons,200.11,400.22,400.22,400.22,400.22 +p20201,csp,0.0,0.0,0.0,0.0,0.0 p20205,battery,0.0,0.0,0.0,0.0,0.0 p20205,biomass,0.0,0.0,0.0,0.0,0.0 p20205,coal,0.0,0.0,0.0,0.0,0.0 +p20205,csp,0.0,0.0,0.0,0.0,0.0 p20205,gas,0.0,0.0,0.0,0.0,0.0 p20205,geothermal,0.0,0.0,0.0,0.0,0.0 p20205,h2,0.0,0.0,0.0,0.0,0.0 p20205,hydro,0.0,0.0,0.0,0.0,0.0 p20205,nuclear,0.0,0.0,0.0,0.0,0.0 p20205,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p20205,pv,32.5,65.0,86.66666666666424,108.33333333333576,130.0 +p20205,pv,32.5,65.0,65.0,65.0,65.0 p20205,wind-ofs,0.0,0.0,0.0,0.0,0.0 p20205,wind-ons,0.0,0.0,0.0,0.0,0.0 -p20209,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p20209,battery,0.0,0.0,256.0,512.0,768.0 p20209,biomass,0.0,0.0,0.0,0.0,0.0 p20209,coal,0.0,0.0,0.0,0.0,0.0 +p20209,csp,0.0,0.0,0.0,0.0,0.0 p20209,gas,0.0,0.0,0.0,0.0,0.0 p20209,geothermal,0.0,0.0,0.0,0.0,0.0 p20209,h2,0.0,0.0,0.0,0.0,0.0 @@ -6938,13 +6944,14 @@ p20209,wind-ons,0.0,0.0,0.0,0.0,0.0 p21001,battery,0.0,0.0,0.0,0.0,0.0 p21001,biomass,0.0,0.0,0.0,0.0,0.0 p21001,coal,0.0,0.0,0.0,0.0,0.0 +p21001,csp,0.0,0.0,0.0,0.0,0.0 p21001,gas,0.0,0.0,0.0,0.0,0.0 p21001,geothermal,0.0,0.0,0.0,0.0,0.0 p21001,h2,0.0,0.0,0.0,0.0,0.0 p21001,hydro,0.0,0.0,0.0,0.0,0.0 p21001,nuclear,0.0,0.0,0.0,0.0,0.0 p21001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21001,pv,0.0,0.0,41.60000000000582,83.20000000001164,124.8 +p21001,pv,0.0,0.0,21.599999999998545,43.19999999999709,64.8 p21001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21001,wind-ons,0.0,0.0,0.0,0.0,0.0 p21007,battery,0.0,0.0,0.0,0.0,0.0 @@ -6956,228 +6963,151 @@ p21007,h2,0.0,0.0,0.0,0.0,0.0 p21007,hydro,0.0,0.0,0.0,0.0,0.0 p21007,nuclear,0.0,0.0,0.0,0.0,0.0 p21007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21007,pv,52.0,104.0,145.66666666667152,187.33333333332848,229.0 +p21007,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p21007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21007,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21009,battery,13.0,26.0,34.66666666666788,43.33333333333212,52.0 +p21009,battery,0.0,0.0,0.0,0.0,0.0 p21009,biomass,0.0,0.0,0.0,0.0,0.0 p21009,coal,0.0,0.0,0.0,0.0,0.0 +p21009,csp,0.0,0.0,0.0,0.0,0.0 p21009,gas,0.0,0.0,0.0,0.0,0.0 p21009,geothermal,0.0,0.0,0.0,0.0,0.0 p21009,h2,0.0,0.0,0.0,0.0,0.0 p21009,hydro,0.0,0.0,0.0,0.0,0.0 p21009,nuclear,0.0,0.0,0.0,0.0,0.0 p21009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21009,pv,27.5,55.0,211.0,367.0,523.0 +p21009,pv,27.5,55.0,131.66666666668607,208.33333333334303,285.0 p21009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21009,wind-ons,0.0,0.0,0.0,0.0,0.0 p21011,battery,0.0,0.0,0.0,0.0,0.0 p21011,biomass,0.0,0.0,0.0,0.0,0.0 p21011,coal,0.0,0.0,0.0,0.0,0.0 +p21011,csp,0.0,0.0,0.0,0.0,0.0 p21011,gas,0.0,0.0,0.0,0.0,0.0 p21011,geothermal,0.0,0.0,0.0,0.0,0.0 p21011,h2,0.0,0.0,0.0,0.0,0.0 p21011,hydro,0.0,0.0,0.0,0.0,0.0 p21011,nuclear,0.0,0.0,0.0,0.0,0.0 p21011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21011,pv,0.0,0.0,91.59666666667908,183.19333333332906,274.79 +p21011,pv,0.0,0.0,6.8633333333327755,13.726666666665551,20.59 p21011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21013,battery,0.0,0.0,0.0,0.0,0.0 -p21013,biomass,0.0,0.0,0.0,0.0,0.0 -p21013,coal,0.0,0.0,0.0,0.0,0.0 -p21013,gas,0.0,0.0,0.0,0.0,0.0 -p21013,geothermal,0.0,0.0,0.0,0.0,0.0 -p21013,h2,0.0,0.0,0.0,0.0,0.0 -p21013,hydro,0.0,0.0,0.0,0.0,0.0 -p21013,nuclear,0.0,0.0,0.0,0.0,0.0 -p21013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21013,pv,0.0,0.0,0.0,0.0,0.0 -p21013,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p21013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21015,battery,0.0,0.0,113.33333333334303,226.66666666665697,340.0 +p21015,battery,0.0,0.0,0.0,0.0,0.0 p21015,biomass,0.0,0.0,0.0,0.0,0.0 p21015,coal,0.0,0.0,0.0,0.0,0.0 +p21015,csp,0.0,0.0,0.0,0.0,0.0 p21015,gas,0.0,0.0,0.0,0.0,0.0 p21015,geothermal,0.0,0.0,0.0,0.0,0.0 p21015,h2,0.0,0.0,0.0,0.0,0.0 p21015,hydro,0.0,0.0,0.0,0.0,0.0 p21015,nuclear,0.0,0.0,0.0,0.0,0.0 p21015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21015,pv,0.0,0.0,226.66666666668607,453.33333333331393,680.0 +p21015,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p21015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21015,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21021,battery,0.0,0.0,0.0,0.0,0.0 -p21021,biomass,0.0,0.0,0.0,0.0,0.0 -p21021,coal,0.0,0.0,0.0,0.0,0.0 -p21021,gas,0.0,0.0,0.0,0.0,0.0 -p21021,geothermal,0.0,0.0,0.0,0.0,0.0 -p21021,h2,0.0,0.0,0.0,0.0,0.0 -p21021,hydro,0.0,0.0,0.0,0.0,0.0 -p21021,nuclear,0.0,0.0,0.0,0.0,0.0 -p21021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21021,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p21021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p21021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21017,csp,0.0,0.0,0.0,0.0,0.0 p21027,battery,0.0,0.0,0.0,0.0,0.0 p21027,biomass,0.0,0.0,0.0,0.0,0.0 p21027,coal,0.0,0.0,0.0,0.0,0.0 +p21027,csp,0.0,0.0,0.0,0.0,0.0 p21027,gas,0.0,0.0,0.0,0.0,0.0 p21027,geothermal,0.0,0.0,0.0,0.0,0.0 p21027,h2,0.0,0.0,0.0,0.0,0.0 p21027,hydro,0.0,0.0,0.0,0.0,0.0 p21027,nuclear,0.0,0.0,0.0,0.0,0.0 p21027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21027,pv,50.0,100.0,216.66666666665697,333.33333333334303,450.0 +p21027,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p21027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21029,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 -p21029,biomass,0.0,0.0,0.0,0.0,0.0 -p21029,coal,0.0,0.0,0.0,0.0,0.0 -p21029,gas,0.0,0.0,0.0,0.0,0.0 -p21029,geothermal,0.0,0.0,0.0,0.0,0.0 -p21029,h2,0.0,0.0,0.0,0.0,0.0 -p21029,hydro,0.0,0.0,0.0,0.0,0.0 -p21029,nuclear,0.0,0.0,0.0,0.0,0.0 -p21029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21029,pv,0.0,0.0,0.0,0.0,0.0 -p21029,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p21029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21033,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p21033,biomass,0.0,0.0,0.0,0.0,0.0 -p21033,coal,0.0,0.0,0.0,0.0,0.0 -p21033,gas,0.0,0.0,0.0,0.0,0.0 -p21033,geothermal,0.0,0.0,0.0,0.0,0.0 -p21033,h2,0.0,0.0,0.0,0.0,0.0 -p21033,hydro,0.0,0.0,0.0,0.0,0.0 -p21033,nuclear,0.0,0.0,0.0,0.0,0.0 -p21033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21033,pv,0.0,0.0,75.0,150.0,225.0 -p21033,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p21033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21029,csp,0.0,0.0,0.0,0.0,0.0 +p21031,csp,0.0,0.0,0.0,0.0,0.0 +p21033,csp,0.0,0.0,0.0,0.0,0.0 +p21047,csp,0.0,0.0,0.0,0.0,0.0 p21049,battery,0.0,0.0,0.0,0.0,0.0 p21049,biomass,0.0,0.0,0.0,0.0,0.0 p21049,coal,0.0,0.0,0.0,0.0,0.0 +p21049,csp,0.0,0.0,0.0,0.0,0.0 p21049,gas,0.0,0.0,0.0,0.0,0.0 p21049,geothermal,0.0,0.0,0.0,0.0,0.0 p21049,h2,0.0,0.0,0.0,0.0,0.0 p21049,hydro,0.0,0.0,0.0,0.0,0.0 p21049,nuclear,0.0,0.0,0.0,0.0,0.0 p21049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21049,pv,4.25,8.5,11.33333333333303,14.16666666666697,17.0 +p21049,pv,4.5,9.0,9.0,9.0,9.0 p21049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21049,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21055,battery,0.0,0.0,0.0,0.0,0.0 +p21055,battery,0.0,0.0,41.666666666656965,83.33333333332848,125.0 p21055,biomass,0.0,0.0,0.0,0.0,0.0 p21055,coal,0.0,0.0,0.0,0.0,0.0 +p21055,csp,0.0,0.0,0.0,0.0,0.0 p21055,gas,0.0,0.0,0.0,0.0,0.0 p21055,geothermal,0.0,0.0,0.0,0.0,0.0 p21055,h2,0.0,0.0,0.0,0.0,0.0 p21055,hydro,0.0,0.0,0.0,0.0,0.0 p21055,nuclear,0.0,0.0,0.0,0.0,0.0 p21055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21055,pv,0.0,0.0,10.0,20.0,30.0 +p21055,pv,0.0,0.0,0.0,0.0,0.0 p21055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21055,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21059,battery,0.0,0.0,25.0,50.0,75.0 -p21059,biomass,0.0,0.0,0.0,0.0,0.0 -p21059,coal,0.0,0.0,0.0,0.0,0.0 -p21059,gas,0.0,0.0,0.0,0.0,0.0 -p21059,geothermal,0.0,0.0,0.0,0.0,0.0 -p21059,h2,0.0,0.0,0.0,0.0,0.0 -p21059,hydro,0.0,0.0,0.0,0.0,0.0 -p21059,nuclear,0.0,0.0,0.0,0.0,0.0 -p21059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21059,pv,0.0,0.0,136.66666666668607,273.33333333331393,410.0 -p21059,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p21059,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21059,csp,0.0,0.0,0.0,0.0,0.0 p21067,battery,0.0,0.0,0.0,0.0,0.0 p21067,biomass,0.0,0.0,0.0,0.0,0.0 p21067,coal,0.0,0.0,0.0,0.0,0.0 +p21067,csp,0.0,0.0,0.0,0.0,0.0 p21067,gas,0.0,0.0,0.0,0.0,0.0 p21067,geothermal,0.0,0.0,0.0,0.0,0.0 p21067,h2,0.0,0.0,0.0,0.0,0.0 p21067,hydro,0.0,0.0,0.0,0.0,0.0 p21067,nuclear,0.0,0.0,0.0,0.0,0.0 p21067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21067,pv,20.0,40.0,53.33333333333212,66.66666666666788,80.0 +p21067,pv,20.0,40.0,53.33333333333576,66.66666666666788,80.0 p21067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21067,wind-ons,0.0,0.0,0.0,0.0,0.0 p21069,battery,0.0,0.0,0.0,0.0,0.0 p21069,biomass,0.0,0.0,0.0,0.0,0.0 p21069,coal,0.0,0.0,0.0,0.0,0.0 +p21069,csp,0.0,0.0,0.0,0.0,0.0 p21069,gas,0.0,0.0,0.0,0.0,0.0 p21069,geothermal,0.0,0.0,0.0,0.0,0.0 p21069,h2,0.0,0.0,0.0,0.0,0.0 p21069,hydro,0.0,0.0,0.0,0.0,0.0 p21069,nuclear,0.0,0.0,0.0,0.0,0.0 p21069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21069,pv,0.0,0.0,152.2666666666628,304.5333333333256,456.8 +p21069,pv,94.25,188.5,315.16666666668607,441.83333333334303,568.5 p21069,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21069,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21079,battery,0.0,0.0,0.0,0.0,0.0 -p21079,biomass,0.0,0.0,0.0,0.0,0.0 -p21079,coal,0.0,0.0,0.0,0.0,0.0 -p21079,gas,0.0,0.0,0.0,0.0,0.0 -p21079,geothermal,0.0,0.0,0.0,0.0,0.0 -p21079,h2,0.0,0.0,0.0,0.0,0.0 -p21079,hydro,0.0,0.0,0.0,0.0,0.0 -p21079,nuclear,0.0,0.0,0.0,0.0,0.0 -p21079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21079,pv,0.0,0.0,74.0,148.0,222.0 -p21079,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p21079,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21081,battery,0.0,0.0,0.0,0.0,0.0 -p21081,biomass,0.0,0.0,0.0,0.0,0.0 -p21081,coal,0.0,0.0,0.0,0.0,0.0 -p21081,gas,0.0,0.0,0.0,0.0,0.0 -p21081,geothermal,0.0,0.0,0.0,0.0,0.0 -p21081,h2,0.0,0.0,0.0,0.0,0.0 -p21081,hydro,0.0,0.0,0.0,0.0,0.0 -p21081,nuclear,0.0,0.0,0.0,0.0,0.0 -p21081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21081,pv,0.0,0.0,20.33333333333576,40.66666666666424,61.0 -p21081,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p21081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21079,csp,0.0,0.0,0.0,0.0,0.0 +p21081,csp,0.0,0.0,0.0,0.0,0.0 p21083,battery,0.0,0.0,0.0,0.0,0.0 p21083,biomass,0.0,0.0,0.0,0.0,0.0 p21083,coal,0.0,0.0,0.0,0.0,0.0 +p21083,csp,0.0,0.0,0.0,0.0,0.0 p21083,gas,0.0,0.0,0.0,0.0,0.0 p21083,geothermal,0.0,0.0,0.0,0.0,0.0 p21083,h2,0.0,0.0,0.0,0.0,0.0 p21083,hydro,0.0,0.0,0.0,0.0,0.0 p21083,nuclear,0.0,0.0,0.0,0.0,0.0 p21083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21083,pv,60.0,120.0,186.66666666665697,253.33333333334303,320.0 +p21083,pv,0.0,0.0,113.33333333331393,226.66666666665697,340.0 p21083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21085,battery,0.0,0.0,0.0,0.0,0.0 -p21085,biomass,0.0,0.0,0.0,0.0,0.0 -p21085,coal,0.0,0.0,0.0,0.0,0.0 -p21085,gas,0.0,0.0,0.0,0.0,0.0 -p21085,geothermal,0.0,0.0,0.0,0.0,0.0 -p21085,h2,0.0,0.0,0.0,0.0,0.0 -p21085,hydro,0.0,0.0,0.0,0.0,0.0 -p21085,nuclear,0.0,0.0,0.0,0.0,0.0 -p21085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21085,pv,0.0,0.0,25.0,50.0,75.0 -p21085,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p21085,wind-ons,0.0,0.0,0.0,0.0,0.0 p21087,battery,0.0,0.0,0.0,0.0,0.0 p21087,biomass,0.0,0.0,0.0,0.0,0.0 p21087,coal,0.0,0.0,0.0,0.0,0.0 +p21087,csp,0.0,0.0,0.0,0.0,0.0 p21087,gas,0.0,0.0,0.0,0.0,0.0 p21087,geothermal,0.0,0.0,0.0,0.0,0.0 p21087,h2,0.0,0.0,0.0,0.0,0.0 p21087,hydro,0.0,0.0,0.0,0.0,0.0 p21087,nuclear,0.0,0.0,0.0,0.0,0.0 p21087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21087,pv,30.0,60.0,163.33333333334303,266.66666666665697,370.0 +p21087,pv,105.0,210.0,238.33333333332848,266.66666666666424,295.0 p21087,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21087,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21091,battery,0.0,0.0,150.0,300.0,450.0 +p21091,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p21091,biomass,0.0,0.0,0.0,0.0,0.0 p21091,coal,0.0,0.0,0.0,0.0,0.0 +p21091,csp,0.0,0.0,0.0,0.0,0.0 p21091,gas,0.0,0.0,0.0,0.0,0.0 p21091,geothermal,0.0,0.0,0.0,0.0,0.0 p21091,h2,0.0,0.0,0.0,0.0,0.0 @@ -7187,73 +7117,80 @@ p21091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p21091,pv,0.0,0.0,50.0,100.0,150.0 p21091,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21091,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21093,battery,0.0,0.0,40.0,80.0,120.0 +p21093,battery,60.0,120.0,120.0,120.0,120.0 p21093,biomass,0.0,0.0,0.0,0.0,0.0 p21093,coal,0.0,0.0,0.0,0.0,0.0 +p21093,csp,0.0,0.0,0.0,0.0,0.0 p21093,gas,0.0,0.0,0.0,0.0,0.0 p21093,geothermal,0.0,0.0,0.0,0.0,0.0 p21093,h2,0.0,0.0,0.0,0.0,0.0 p21093,hydro,0.0,0.0,0.0,0.0,0.0 p21093,nuclear,0.0,0.0,0.0,0.0,0.0 p21093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21093,pv,0.0,0.0,55.66666666667152,111.33333333332848,167.0 +p21093,pv,41.0,82.0,82.0,82.0,82.0 p21093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21093,wind-ons,0.0,0.0,0.0,0.0,0.0 p21097,battery,0.0,0.0,0.0,0.0,0.0 p21097,biomass,0.0,0.0,0.0,0.0,0.0 p21097,coal,0.0,0.0,0.0,0.0,0.0 +p21097,csp,0.0,0.0,0.0,0.0,0.0 p21097,gas,0.0,0.0,0.0,0.0,0.0 p21097,geothermal,0.0,0.0,0.0,0.0,0.0 p21097,h2,0.0,0.0,0.0,0.0,0.0 p21097,hydro,0.0,0.0,0.0,0.0,0.0 p21097,nuclear,0.0,0.0,0.0,0.0,0.0 p21097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21097,pv,85.0,170.0,226.66666666667152,283.3333333333285,340.0 +p21097,pv,35.0,70.0,70.0,70.0,70.0 p21097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21097,wind-ons,0.0,0.0,0.0,0.0,0.0 p21099,battery,0.0,0.0,0.0,0.0,0.0 p21099,biomass,0.0,0.0,0.0,0.0,0.0 p21099,coal,0.0,0.0,0.0,0.0,0.0 +p21099,csp,0.0,0.0,0.0,0.0,0.0 p21099,gas,0.0,0.0,0.0,0.0,0.0 p21099,geothermal,0.0,0.0,0.0,0.0,0.0 p21099,h2,0.0,0.0,0.0,0.0,0.0 p21099,hydro,0.0,0.0,0.0,0.0,0.0 p21099,nuclear,0.0,0.0,0.0,0.0,0.0 p21099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21099,pv,0.0,0.0,20.66666666666424,41.33333333333576,62.0 +p21099,pv,0.0,0.0,4.0,8.0,12.0 p21099,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21101,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p21101,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p21101,biomass,0.0,0.0,0.0,0.0,0.0 p21101,coal,0.0,0.0,0.0,0.0,0.0 +p21101,csp,0.0,0.0,0.0,0.0,0.0 p21101,gas,0.0,0.0,0.0,0.0,0.0 p21101,geothermal,0.0,0.0,0.0,0.0,0.0 p21101,h2,0.0,0.0,0.0,0.0,0.0 p21101,hydro,0.0,0.0,0.0,0.0,0.0 p21101,nuclear,0.0,0.0,0.0,0.0,0.0 p21101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21101,pv,125.0,250.0,620.0,990.0,1360.0 +p21101,pv,125.0,250.0,450.0,650.0,850.0 p21101,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p21101,wind-ons,0.0,0.0,100.0,200.0,300.0 +p21101,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p21105,csp,0.0,0.0,0.0,0.0,0.0 p21107,battery,0.0,0.0,0.0,0.0,0.0 p21107,biomass,0.0,0.0,0.0,0.0,0.0 p21107,coal,0.0,0.0,0.0,0.0,0.0 -p21107,gas,0.0,0.0,0.0,0.0,0.0 +p21107,csp,0.0,0.0,0.0,0.0,0.0 +p21107,gas,37.5,75.0,75.0,75.0,75.0 p21107,geothermal,0.0,0.0,0.0,0.0,0.0 p21107,h2,0.0,0.0,0.0,0.0,0.0 p21107,hydro,0.0,0.0,0.0,0.0,0.0 p21107,nuclear,0.0,0.0,0.0,0.0,0.0 p21107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21107,pv,0.0,0.0,61.0,122.0,183.0 +p21107,pv,0.0,0.0,46.0,92.0,138.0 p21107,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21107,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21111,battery,150.0,300.0,400.0,500.0,600.0 +p21109,csp,0.0,0.0,0.0,0.0,0.0 +p21111,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p21111,biomass,0.0,0.0,0.0,0.0,0.0 p21111,coal,0.0,0.0,0.0,0.0,0.0 -p21111,gas,690.5,1381.0,1841.3333333333721,2301.666666666628,2762.0 +p21111,gas,1067.5,2135.0,2361.666666666628,2588.333333333314,2815.0 p21111,geothermal,0.0,0.0,0.0,0.0,0.0 p21111,h2,0.0,0.0,0.0,0.0,0.0 -p21111,hydro,10.5,21.0,28.0,35.0,42.0 +p21111,hydro,10.5,21.0,21.0,21.0,21.0 p21111,nuclear,0.0,0.0,0.0,0.0,0.0 p21111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p21111,pv,0.0,0.0,0.0,0.0,0.0 @@ -7262,6 +7199,7 @@ p21111,wind-ons,0.0,0.0,0.0,0.0,0.0 p21119,battery,0.0,0.0,0.0,0.0,0.0 p21119,biomass,0.0,0.0,0.0,0.0,0.0 p21119,coal,0.0,0.0,0.0,0.0,0.0 +p21119,csp,0.0,0.0,0.0,0.0,0.0 p21119,gas,0.0,0.0,0.0,0.0,0.0 p21119,geothermal,0.0,0.0,0.0,0.0,0.0 p21119,h2,0.0,0.0,0.0,0.0,0.0 @@ -7274,27 +7212,19 @@ p21119,wind-ons,0.0,0.0,0.0,0.0,0.0 p21123,battery,0.0,0.0,0.0,0.0,0.0 p21123,biomass,0.0,0.0,0.0,0.0,0.0 p21123,coal,0.0,0.0,0.0,0.0,0.0 +p21123,csp,0.0,0.0,0.0,0.0,0.0 p21123,gas,0.0,0.0,0.0,0.0,0.0 p21123,geothermal,0.0,0.0,0.0,0.0,0.0 p21123,h2,0.0,0.0,0.0,0.0,0.0 p21123,hydro,0.0,0.0,0.0,0.0,0.0 p21123,nuclear,0.0,0.0,0.0,0.0,0.0 p21123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21123,pv,0.0,0.0,21.08333333333576,42.16666666666424,63.25 +p21123,pv,0.0,0.0,21.083333333328483,42.16666666666424,63.25 p21123,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21123,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21127,battery,0.0,0.0,0.0,0.0,0.0 -p21127,biomass,0.0,0.0,0.0,0.0,0.0 -p21127,coal,0.0,0.0,0.0,0.0,0.0 -p21127,gas,0.0,0.0,0.0,0.0,0.0 -p21127,geothermal,0.0,0.0,0.0,0.0,0.0 -p21127,h2,0.0,0.0,0.0,0.0,0.0 -p21127,hydro,0.0,0.0,0.0,0.0,0.0 -p21127,nuclear,0.0,0.0,0.0,0.0,0.0 -p21127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21127,pv,0.0,0.0,50.0,100.0,150.0 -p21127,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p21127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21127,csp,0.0,0.0,0.0,0.0,0.0 +p21131,csp,0.0,0.0,0.0,0.0,0.0 +p21133,csp,0.0,0.0,0.0,0.0,0.0 p21137,battery,0.0,0.0,0.0,0.0,0.0 p21137,biomass,0.0,0.0,0.0,0.0,0.0 p21137,coal,0.0,0.0,0.0,0.0,0.0 @@ -7304,253 +7234,263 @@ p21137,h2,0.0,0.0,0.0,0.0,0.0 p21137,hydro,0.0,0.0,0.0,0.0,0.0 p21137,nuclear,0.0,0.0,0.0,0.0,0.0 p21137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21137,pv,0.0,0.0,50.0,100.0,150.0 +p21137,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p21137,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21137,wind-ons,0.0,0.0,0.0,0.0,0.0 p21139,battery,0.0,0.0,0.0,0.0,0.0 p21139,biomass,0.0,0.0,0.0,0.0,0.0 p21139,coal,0.0,0.0,0.0,0.0,0.0 +p21139,csp,0.0,0.0,0.0,0.0,0.0 p21139,gas,0.0,0.0,0.0,0.0,0.0 p21139,geothermal,0.0,0.0,0.0,0.0,0.0 p21139,h2,0.0,0.0,0.0,0.0,0.0 p21139,hydro,0.0,0.0,0.0,0.0,0.0 p21139,nuclear,0.0,0.0,0.0,0.0,0.0 p21139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21139,pv,0.0,0.0,36.66666666667152,73.33333333332848,110.0 +p21139,pv,0.0,0.0,14.0,28.0,42.0 p21139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21139,wind-ons,0.0,0.0,0.0,0.0,0.0 p21141,battery,0.0,0.0,0.0,0.0,0.0 p21141,biomass,0.0,0.0,0.0,0.0,0.0 p21141,coal,0.0,0.0,0.0,0.0,0.0 +p21141,csp,0.0,0.0,0.0,0.0,0.0 p21141,gas,0.0,0.0,0.0,0.0,0.0 p21141,geothermal,0.0,0.0,0.0,0.0,0.0 p21141,h2,0.0,0.0,0.0,0.0,0.0 p21141,hydro,0.0,0.0,0.0,0.0,0.0 p21141,nuclear,0.0,0.0,0.0,0.0,0.0 p21141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21141,pv,86.5,173.0,230.66666666667152,288.3333333333285,346.0 +p21141,pv,86.5,173.0,173.0,173.0,173.0 p21141,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21141,wind-ons,0.0,0.0,0.0,0.0,0.0 p21143,battery,0.0,0.0,0.0,0.0,0.0 p21143,biomass,0.0,0.0,0.0,0.0,0.0 p21143,coal,0.0,0.0,0.0,0.0,0.0 +p21143,csp,0.0,0.0,0.0,0.0,0.0 p21143,gas,0.0,0.0,0.0,0.0,0.0 p21143,geothermal,0.0,0.0,0.0,0.0,0.0 p21143,h2,0.0,0.0,0.0,0.0,0.0 -p21143,hydro,0.0,0.0,12.0,24.0,36.0 +p21143,hydro,0.0,0.0,6.0,12.0,18.0 p21143,nuclear,0.0,0.0,0.0,0.0,0.0 p21143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21143,pv,43.0,86.0,114.66666666666424,143.33333333333576,172.0 +p21143,pv,43.0,86.0,86.0,86.0,86.0 p21143,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21143,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21145,battery,0.0,0.0,25.0,50.0,75.0 +p21145,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p21145,biomass,0.0,0.0,0.0,0.0,0.0 p21145,coal,0.0,0.0,0.0,0.0,0.0 +p21145,csp,0.0,0.0,0.0,0.0,0.0 p21145,gas,0.0,0.0,0.0,0.0,0.0 p21145,geothermal,0.0,0.0,0.0,0.0,0.0 p21145,h2,0.0,0.0,0.0,0.0,0.0 p21145,hydro,0.0,0.0,0.0,0.0,0.0 p21145,nuclear,0.0,0.0,0.0,0.0,0.0 p21145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21145,pv,0.0,0.0,142.0,284.0,426.0 +p21145,pv,60.0,120.0,172.0,224.0,276.0 p21145,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21145,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21149,battery,0.0,0.0,7.33333333333394,14.66666666666606,22.0 -p21149,biomass,0.0,0.0,0.0,0.0,0.0 -p21149,coal,0.0,0.0,0.0,0.0,0.0 -p21149,gas,0.0,0.0,0.0,0.0,0.0 -p21149,geothermal,0.0,0.0,0.0,0.0,0.0 -p21149,h2,0.0,0.0,0.0,0.0,0.0 -p21149,hydro,0.0,0.0,0.0,0.0,0.0 -p21149,nuclear,0.0,0.0,0.0,0.0,0.0 -p21149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21149,pv,0.0,0.0,24.92666666666628,49.85333333333256,74.78 -p21149,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p21149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21149,csp,0.0,0.0,0.0,0.0,0.0 p21151,battery,0.0,0.0,0.0,0.0,0.0 p21151,biomass,0.0,0.0,0.0,0.0,0.0 p21151,coal,0.0,0.0,0.0,0.0,0.0 -p21151,gas,0.0,0.0,25.0,50.0,75.0 +p21151,csp,0.0,0.0,0.0,0.0,0.0 +p21151,gas,0.0,0.0,0.0,0.0,0.0 p21151,geothermal,0.0,0.0,0.0,0.0,0.0 p21151,h2,0.0,0.0,0.0,0.0,0.0 p21151,hydro,0.0,0.0,0.0,0.0,0.0 p21151,nuclear,0.0,0.0,0.0,0.0,0.0 p21151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21151,pv,0.0,0.0,116.66666666665697,233.33333333334303,350.0 +p21151,pv,0.0,0.0,51.0,102.0,153.0 p21151,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21151,wind-ons,0.0,0.0,0.0,0.0,0.0 p21155,battery,0.0,0.0,0.0,0.0,0.0 p21155,biomass,0.0,0.0,0.0,0.0,0.0 p21155,coal,0.0,0.0,0.0,0.0,0.0 +p21155,csp,0.0,0.0,0.0,0.0,0.0 p21155,gas,0.0,0.0,0.0,0.0,0.0 p21155,geothermal,0.0,0.0,0.0,0.0,0.0 p21155,h2,0.0,0.0,0.0,0.0,0.0 p21155,hydro,0.0,0.0,0.0,0.0,0.0 p21155,nuclear,0.0,0.0,0.0,0.0,0.0 p21155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21155,pv,108.0,216.0,288.0,360.0,432.0 +p21155,pv,108.0,216.0,239.93333333334158,263.8666666666686,287.8 p21155,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21155,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21159,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p21157,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p21157,biomass,0.0,0.0,0.0,0.0,0.0 +p21157,coal,0.0,0.0,0.0,0.0,0.0 +p21157,gas,0.0,0.0,0.0,0.0,0.0 +p21157,geothermal,0.0,0.0,0.0,0.0,0.0 +p21157,h2,0.0,0.0,0.0,0.0,0.0 +p21157,hydro,0.0,0.0,0.0,0.0,0.0 +p21157,nuclear,0.0,0.0,0.0,0.0,0.0 +p21157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21157,pv,0.0,0.0,0.0,0.0,0.0 +p21157,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21157,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21159,battery,50.0,100.0,100.0,100.0,100.0 p21159,biomass,0.0,0.0,0.0,0.0,0.0 p21159,coal,0.0,0.0,0.0,0.0,0.0 +p21159,csp,0.0,0.0,0.0,0.0,0.0 p21159,gas,0.0,0.0,0.0,0.0,0.0 p21159,geothermal,0.0,0.0,0.0,0.0,0.0 p21159,h2,0.0,0.0,0.0,0.0,0.0 p21159,hydro,0.0,0.0,0.0,0.0,0.0 p21159,nuclear,0.0,0.0,0.0,0.0,0.0 p21159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21159,pv,188.5,377.0,502.66666666665697,628.333333333343,754.0 +p21159,pv,100.0,200.0,223.26666666667006,246.53333333333285,269.8 p21159,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21159,wind-ons,0.0,0.0,0.0,0.0,0.0 p21161,battery,0.0,0.0,0.0,0.0,0.0 p21161,biomass,0.0,0.0,0.0,0.0,0.0 p21161,coal,0.0,0.0,0.0,0.0,0.0 +p21161,csp,0.0,0.0,0.0,0.0,0.0 p21161,gas,0.0,0.0,0.0,0.0,0.0 p21161,geothermal,0.0,0.0,0.0,0.0,0.0 p21161,h2,0.0,0.0,0.0,0.0,0.0 p21161,hydro,0.0,0.0,0.0,0.0,0.0 p21161,nuclear,0.0,0.0,0.0,0.0,0.0 p21161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21161,pv,0.0,0.0,116.66666666665697,233.33333333334303,350.0 +p21161,pv,125.0,250.0,250.0,250.0,250.0 p21161,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21161,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21163,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p21163,battery,0.0,0.0,0.0,0.0,0.0 p21163,biomass,0.0,0.0,0.0,0.0,0.0 p21163,coal,0.0,0.0,0.0,0.0,0.0 +p21163,csp,0.0,0.0,0.0,0.0,0.0 p21163,gas,0.0,0.0,0.0,0.0,0.0 p21163,geothermal,0.0,0.0,0.0,0.0,0.0 p21163,h2,0.0,0.0,0.0,0.0,0.0 p21163,hydro,0.0,0.0,0.0,0.0,0.0 p21163,nuclear,0.0,0.0,0.0,0.0,0.0 p21163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21163,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p21163,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p21163,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21163,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21167,battery,0.0,0.0,41.66666666667152,83.33333333332848,125.0 +p21167,battery,0.0,0.0,41.666666666656965,83.33333333332848,125.0 p21167,biomass,0.0,0.0,0.0,0.0,0.0 p21167,coal,0.0,0.0,0.0,0.0,0.0 -p21167,gas,0.0,0.0,220.0,440.0,660.0 +p21167,csp,0.0,0.0,0.0,0.0,0.0 +p21167,gas,330.0,660.0,660.0,660.0,660.0 p21167,geothermal,0.0,0.0,0.0,0.0,0.0 p21167,h2,0.0,0.0,0.0,0.0,0.0 -p21167,hydro,3.125,6.25,8.33333333333303,10.41666666666697,12.5 +p21167,hydro,3.0,6.0,6.0,6.0,6.0 p21167,nuclear,0.0,0.0,0.0,0.0,0.0 p21167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21167,pv,54.21,108.42,144.55999999999767,180.6999999999971,216.84 +p21167,pv,54.5,109.0,116.33333333333212,123.66666666666606,131.0 p21167,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21167,wind-ons,0.0,0.0,0.0,0.0,0.0 p21169,battery,0.0,0.0,0.0,0.0,0.0 p21169,biomass,0.0,0.0,0.0,0.0,0.0 p21169,coal,0.0,0.0,0.0,0.0,0.0 +p21169,csp,0.0,0.0,0.0,0.0,0.0 p21169,gas,0.0,0.0,0.0,0.0,0.0 p21169,geothermal,0.0,0.0,0.0,0.0,0.0 p21169,h2,0.0,0.0,0.0,0.0,0.0 p21169,hydro,0.0,0.0,0.0,0.0,0.0 p21169,nuclear,0.0,0.0,0.0,0.0,0.0 p21169,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21169,pv,0.0,0.0,159.96999999997206,319.9400000000023,479.91 +p21169,pv,53.0,106.0,106.0,106.0,106.0 p21169,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21169,wind-ons,0.0,0.0,0.0,0.0,0.0 p21173,battery,0.0,0.0,0.0,0.0,0.0 p21173,biomass,0.0,0.0,0.0,0.0,0.0 p21173,coal,0.0,0.0,0.0,0.0,0.0 +p21173,csp,0.0,0.0,0.0,0.0,0.0 p21173,gas,0.0,0.0,0.0,0.0,0.0 p21173,geothermal,0.0,0.0,0.0,0.0,0.0 p21173,h2,0.0,0.0,0.0,0.0,0.0 p21173,hydro,0.0,0.0,0.0,0.0,0.0 p21173,nuclear,0.0,0.0,0.0,0.0,0.0 p21173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21173,pv,0.0,0.0,21.66666666666424,43.33333333333576,65.0 +p21173,pv,0.0,0.0,21.666666666671517,43.33333333333576,65.0 p21173,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21173,wind-ons,0.0,0.0,0.0,0.0,0.0 p21177,battery,0.0,0.0,0.0,0.0,0.0 p21177,biomass,0.0,0.0,0.0,0.0,0.0 p21177,coal,0.0,0.0,0.0,0.0,0.0 -p21177,gas,390.0,780.0,1040.0,1300.0,1560.0 +p21177,csp,0.0,0.0,0.0,0.0,0.0 +p21177,gas,390.0,780.0,800.0,820.0,840.0 p21177,geothermal,0.0,0.0,0.0,0.0,0.0 p21177,h2,0.0,0.0,0.0,0.0,0.0 p21177,hydro,0.0,0.0,0.0,0.0,0.0 p21177,nuclear,0.0,0.0,0.0,0.0,0.0 p21177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21177,pv,0.0,0.0,212.33333333331393,424.66666666668607,637.0 +p21177,pv,0.0,0.0,179.0,358.0,537.0 p21177,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21177,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21179,battery,0.0,0.0,0.0,0.0,0.0 -p21179,biomass,0.0,0.0,0.0,0.0,0.0 -p21179,coal,0.0,0.0,0.0,0.0,0.0 -p21179,gas,0.0,0.0,0.0,0.0,0.0 -p21179,geothermal,0.0,0.0,0.0,0.0,0.0 -p21179,h2,0.0,0.0,0.0,0.0,0.0 -p21179,hydro,0.0,0.0,0.0,0.0,0.0 -p21179,nuclear,0.0,0.0,0.0,0.0,0.0 -p21179,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21179,pv,0.0,0.0,6.66666666666606,13.33333333333394,20.0 -p21179,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p21179,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21179,csp,0.0,0.0,0.0,0.0,0.0 p21183,battery,0.0,0.0,0.0,0.0,0.0 p21183,biomass,0.0,0.0,0.0,0.0,0.0 p21183,coal,0.0,0.0,0.0,0.0,0.0 +p21183,csp,0.0,0.0,0.0,0.0,0.0 p21183,gas,0.0,0.0,0.0,0.0,0.0 p21183,geothermal,0.0,0.0,0.0,0.0,0.0 p21183,h2,0.0,0.0,0.0,0.0,0.0 p21183,hydro,0.0,0.0,0.0,0.0,0.0 p21183,nuclear,0.0,0.0,0.0,0.0,0.0 p21183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21183,pv,0.0,0.0,80.50999999998021,161.01999999998952,241.53 +p21183,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p21183,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21183,wind-ons,0.0,0.0,0.0,0.0,0.0 p21193,battery,0.0,0.0,0.0,0.0,0.0 p21193,biomass,0.0,0.0,0.0,0.0,0.0 p21193,coal,0.0,0.0,0.0,0.0,0.0 +p21193,csp,0.0,0.0,0.0,0.0,0.0 p21193,gas,0.0,0.0,0.0,0.0,0.0 p21193,geothermal,0.0,0.0,0.0,0.0,0.0 p21193,h2,0.0,0.0,0.0,0.0,0.0 p21193,hydro,0.0,0.0,0.0,0.0,0.0 p21193,nuclear,0.0,0.0,0.0,0.0,0.0 p21193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21193,pv,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p21193,pv,40.0,80.0,97.5,115.0,132.5 p21193,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21193,wind-ons,0.0,0.0,0.0,0.0,0.0 p21195,battery,0.0,0.0,0.0,0.0,0.0 p21195,biomass,0.0,0.0,0.0,0.0,0.0 p21195,coal,0.0,0.0,0.0,0.0,0.0 +p21195,csp,0.0,0.0,0.0,0.0,0.0 p21195,gas,0.0,0.0,0.0,0.0,0.0 p21195,geothermal,0.0,0.0,0.0,0.0,0.0 p21195,h2,0.0,0.0,0.0,0.0,0.0 p21195,hydro,0.0,0.0,0.0,0.0,0.0 p21195,nuclear,0.0,0.0,0.0,0.0,0.0 p21195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21195,pv,0.0,0.0,41.793333333334886,83.58666666666977,125.38 +p21195,pv,0.0,0.0,28.459999999999127,56.919999999998254,85.38 p21195,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21195,wind-ons,0.0,0.0,0.0,0.0,0.0 p21207,battery,0.0,0.0,0.0,0.0,0.0 p21207,biomass,0.0,0.0,0.0,0.0,0.0 p21207,coal,0.0,0.0,0.0,0.0,0.0 +p21207,csp,0.0,0.0,0.0,0.0,0.0 p21207,gas,0.0,0.0,0.0,0.0,0.0 p21207,geothermal,0.0,0.0,0.0,0.0,0.0 p21207,h2,0.0,0.0,0.0,0.0,0.0 p21207,hydro,0.0,0.0,0.0,0.0,0.0 p21207,nuclear,0.0,0.0,0.0,0.0,0.0 p21207,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21207,pv,30.0,60.0,80.0,100.0,120.0 +p21207,pv,30.0,60.0,60.0,60.0,60.0 p21207,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21207,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21209,csp,0.0,0.0,0.0,0.0,0.0 p21213,battery,0.0,0.0,0.0,0.0,0.0 p21213,biomass,0.0,0.0,0.0,0.0,0.0 p21213,coal,0.0,0.0,0.0,0.0,0.0 +p21213,csp,0.0,0.0,0.0,0.0,0.0 p21213,gas,0.0,0.0,0.0,0.0,0.0 p21213,geothermal,0.0,0.0,0.0,0.0,0.0 p21213,h2,0.0,0.0,0.0,0.0,0.0 p21213,hydro,0.0,0.0,0.0,0.0,0.0 p21213,nuclear,0.0,0.0,0.0,0.0,0.0 p21213,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21213,pv,34.5,69.0,92.0,115.0,138.0 +p21213,pv,34.5,69.0,69.0,69.0,69.0 p21213,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21213,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21217,csp,0.0,0.0,0.0,0.0,0.0 p21219,battery,0.0,0.0,0.0,0.0,0.0 p21219,biomass,0.0,0.0,0.0,0.0,0.0 p21219,coal,0.0,0.0,0.0,0.0,0.0 -p21219,gas,0.0,0.0,533.3333333332557,1066.6666666667443,1600.0 +p21219,gas,0.0,0.0,533.3333333334886,1066.6666666667443,1600.0 p21219,geothermal,0.0,0.0,0.0,0.0,0.0 p21219,h2,0.0,0.0,0.0,0.0,0.0 p21219,hydro,0.0,0.0,0.0,0.0,0.0 @@ -7559,261 +7499,692 @@ p21219,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p21219,pv,0.0,0.0,0.0,0.0,0.0 p21219,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21219,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21223,battery,0.0,0.0,0.0,0.0,0.0 +p21223,biomass,0.0,0.0,0.0,0.0,0.0 +p21223,coal,0.0,0.0,116.0,232.0,348.0 +p21223,csp,0.0,0.0,0.0,0.0,0.0 +p21223,gas,392.5,785.0,1063.6666666667443,1342.3333333333721,1621.0 +p21223,geothermal,0.0,0.0,0.0,0.0,0.0 +p21223,h2,0.0,0.0,0.0,0.0,0.0 +p21223,hydro,0.0,0.0,0.0,0.0,0.0 +p21223,nuclear,0.0,0.0,0.0,0.0,0.0 +p21223,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21223,pv,0.0,0.0,0.0,0.0,0.0 +p21223,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21223,wind-ons,0.0,0.0,0.0,0.0,0.0 p21229,battery,0.0,0.0,0.0,0.0,0.0 p21229,biomass,0.0,0.0,0.0,0.0,0.0 p21229,coal,0.0,0.0,0.0,0.0,0.0 +p21229,csp,0.0,0.0,0.0,0.0,0.0 p21229,gas,0.0,0.0,0.0,0.0,0.0 p21229,geothermal,0.0,0.0,0.0,0.0,0.0 p21229,h2,0.0,0.0,0.0,0.0,0.0 p21229,hydro,0.0,0.0,0.0,0.0,0.0 p21229,nuclear,0.0,0.0,0.0,0.0,0.0 p21229,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21229,pv,0.0,0.0,67.66666666665697,135.33333333334303,203.0 +p21229,pv,0.0,0.0,27.666666666671517,55.33333333333576,83.0 p21229,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21229,wind-ons,0.0,0.0,0.0,0.0,0.0 -p21233,battery,0.0,0.0,91.66666666665697,183.33333333334303,275.0 +p21231,csp,0.0,0.0,0.0,0.0,0.0 +p21233,battery,0.0,0.0,0.0,0.0,0.0 p21233,biomass,0.0,0.0,0.0,0.0,0.0 p21233,coal,0.0,0.0,0.0,0.0,0.0 -p21233,gas,0.0,0.0,232.0,464.0,696.0 +p21233,csp,0.0,0.0,0.0,0.0,0.0 +p21233,gas,0.0,0.0,0.0,0.0,0.0 p21233,geothermal,0.0,0.0,0.0,0.0,0.0 p21233,h2,0.0,0.0,0.0,0.0,0.0 p21233,hydro,0.0,0.0,0.0,0.0,0.0 p21233,nuclear,0.0,0.0,0.0,0.0,0.0 p21233,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p21233,pv,75.0,150.0,200.0,250.0,300.0 +p21233,pv,75.0,150.0,203.33333333334303,256.6666666666715,310.0 p21233,wind-ofs,0.0,0.0,0.0,0.0,0.0 p21233,wind-ons,0.0,0.0,0.0,0.0,0.0 -p22073,battery,0.0,0.0,0.0,0.0,0.0 +p22001,battery,0.0,0.0,0.0,0.0,0.0 +p22001,biomass,0.0,0.0,0.0,0.0,0.0 +p22001,coal,0.0,0.0,0.0,0.0,0.0 +p22001,csp,0.0,0.0,0.0,0.0,0.0 +p22001,gas,0.0,0.0,0.0,0.0,0.0 +p22001,geothermal,0.0,0.0,0.0,0.0,0.0 +p22001,h2,0.0,0.0,0.0,0.0,0.0 +p22001,hydro,0.0,0.0,0.0,0.0,0.0 +p22001,nuclear,0.0,0.0,0.0,0.0,0.0 +p22001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22001,pv,112.5,225.0,379.66666666662786,534.3333333333139,689.0 +p22001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22003,csp,0.0,0.0,0.0,0.0,0.0 +p22005,csp,0.0,0.0,0.0,0.0,0.0 +p22007,csp,0.0,0.0,0.0,0.0,0.0 +p22009,battery,0.0,0.0,0.0,0.0,0.0 +p22009,biomass,0.0,0.0,0.0,0.0,0.0 +p22009,coal,0.0,0.0,0.0,0.0,0.0 +p22009,csp,0.0,0.0,0.0,0.0,0.0 +p22009,gas,0.0,0.0,0.0,0.0,0.0 +p22009,geothermal,0.0,0.0,0.0,0.0,0.0 +p22009,h2,0.0,0.0,0.0,0.0,0.0 +p22009,hydro,0.0,0.0,0.0,0.0,0.0 +p22009,nuclear,0.0,0.0,0.0,0.0,0.0 +p22009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22009,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p22009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22011,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p22011,biomass,0.0,0.0,0.0,0.0,0.0 +p22011,coal,0.0,0.0,0.0,0.0,0.0 +p22011,csp,0.0,0.0,0.0,0.0,0.0 +p22011,gas,0.0,0.0,0.0,0.0,0.0 +p22011,geothermal,0.0,0.0,0.0,0.0,0.0 +p22011,h2,0.0,0.0,0.0,0.0,0.0 +p22011,hydro,0.0,0.0,0.0,0.0,0.0 +p22011,nuclear,0.0,0.0,0.0,0.0,0.0 +p22011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22011,pv,0.0,0.0,392.0,784.0,1176.0 +p22011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22013,csp,0.0,0.0,0.0,0.0,0.0 +p22015,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p22015,biomass,0.0,0.0,0.0,0.0,0.0 +p22015,coal,0.0,0.0,0.0,0.0,0.0 +p22015,csp,0.0,0.0,0.0,0.0,0.0 +p22015,gas,0.0,0.0,450.0,900.0,1350.0 +p22015,geothermal,0.0,0.0,0.0,0.0,0.0 +p22015,h2,0.0,0.0,0.0,0.0,0.0 +p22015,hydro,0.0,0.0,0.0,0.0,0.0 +p22015,nuclear,0.0,0.0,0.0,0.0,0.0 +p22015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22015,pv,0.0,0.0,50.0,100.0,150.0 +p22015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22017,battery,0.0,0.0,0.0,0.0,0.0 +p22017,biomass,0.0,0.0,0.0,0.0,0.0 +p22017,coal,0.0,0.0,0.0,0.0,0.0 +p22017,csp,0.0,0.0,0.0,0.0,0.0 +p22017,gas,0.0,0.0,0.0,0.0,0.0 +p22017,geothermal,0.0,0.0,0.0,0.0,0.0 +p22017,h2,0.0,0.0,0.0,0.0,0.0 +p22017,hydro,0.0,0.0,0.0,0.0,0.0 +p22017,nuclear,0.0,0.0,0.0,0.0,0.0 +p22017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22017,pv,255.5,511.0,541.3333333333285,571.6666666666642,602.0 +p22017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22019,battery,0.0,0.0,50.0,100.0,150.0 +p22019,biomass,0.0,0.0,0.0,0.0,0.0 +p22019,coal,0.0,0.0,0.0,0.0,0.0 +p22019,csp,0.0,0.0,0.0,0.0,0.0 +p22019,gas,0.0,0.0,256.66666666662786,513.3333333333139,770.0 +p22019,geothermal,0.0,0.0,0.0,0.0,0.0 +p22019,h2,0.0,0.0,0.0,0.0,0.0 +p22019,hydro,0.0,0.0,0.0,0.0,0.0 +p22019,nuclear,0.0,0.0,0.0,0.0,0.0 +p22019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22019,pv,162.5,325.0,425.0,525.0,625.0 +p22019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22029,battery,0.0,0.0,0.0,0.0,0.0 +p22029,biomass,0.0,0.0,0.0,0.0,0.0 +p22029,coal,0.0,0.0,0.0,0.0,0.0 +p22029,csp,0.0,0.0,0.0,0.0,0.0 +p22029,gas,0.0,0.0,0.0,0.0,0.0 +p22029,geothermal,0.0,0.0,0.0,0.0,0.0 +p22029,h2,0.0,0.0,0.0,0.0,0.0 +p22029,hydro,0.0,0.0,0.0,0.0,0.0 +p22029,nuclear,0.0,0.0,0.0,0.0,0.0 +p22029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22029,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p22029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22031,battery,0.0,0.0,0.0,0.0,0.0 +p22031,biomass,0.0,0.0,0.0,0.0,0.0 +p22031,coal,0.0,0.0,0.0,0.0,0.0 +p22031,csp,0.0,0.0,0.0,0.0,0.0 +p22031,gas,0.0,0.0,252.0,504.0,756.0 +p22031,geothermal,0.0,0.0,0.0,0.0,0.0 +p22031,h2,0.0,0.0,0.0,0.0,0.0 +p22031,hydro,0.0,0.0,0.0,0.0,0.0 +p22031,nuclear,0.0,0.0,0.0,0.0,0.0 +p22031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22031,pv,0.0,0.0,143.0,286.0,429.0 +p22031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22033,battery,0.0,0.0,12.933333333330665,25.86666666666497,38.8 +p22033,biomass,0.0,0.0,0.0,0.0,0.0 +p22033,coal,0.0,0.0,0.0,0.0,0.0 +p22033,csp,0.0,0.0,0.0,0.0,0.0 +p22033,gas,0.0,0.0,0.0,0.0,0.0 +p22033,geothermal,0.0,0.0,0.0,0.0,0.0 +p22033,h2,0.0,0.0,0.0,0.0,0.0 +p22033,hydro,0.0,0.0,0.0,0.0,0.0 +p22033,nuclear,0.0,0.0,0.0,0.0,0.0 +p22033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22033,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p22033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22035,battery,0.0,0.0,0.0,0.0,0.0 +p22035,biomass,0.0,0.0,0.0,0.0,0.0 +p22035,coal,0.0,0.0,0.0,0.0,0.0 +p22035,csp,0.0,0.0,0.0,0.0,0.0 +p22035,gas,0.0,0.0,0.0,0.0,0.0 +p22035,geothermal,0.0,0.0,0.0,0.0,0.0 +p22035,h2,0.0,0.0,0.0,0.0,0.0 +p22035,hydro,0.0,0.0,0.0,0.0,0.0 +p22035,nuclear,0.0,0.0,0.0,0.0,0.0 +p22035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22035,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p22035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22037,battery,0.0,0.0,0.0,0.0,0.0 +p22037,biomass,0.0,0.0,0.0,0.0,0.0 +p22037,coal,0.0,0.0,0.0,0.0,0.0 +p22037,csp,0.0,0.0,0.0,0.0,0.0 +p22037,gas,0.0,0.0,0.0,0.0,0.0 +p22037,geothermal,0.0,0.0,0.0,0.0,0.0 +p22037,h2,0.0,0.0,0.0,0.0,0.0 +p22037,hydro,0.0,0.0,0.0,0.0,0.0 +p22037,nuclear,0.0,0.0,0.0,0.0,0.0 +p22037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22037,pv,0.0,0.0,159.0,318.0,477.0 +p22037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22039,battery,0.0,0.0,0.0,0.0,0.0 +p22039,biomass,0.0,0.0,0.0,0.0,0.0 +p22039,coal,0.0,0.0,0.0,0.0,0.0 +p22039,csp,0.0,0.0,0.0,0.0,0.0 +p22039,gas,0.0,0.0,0.0,0.0,0.0 +p22039,geothermal,0.0,0.0,0.0,0.0,0.0 +p22039,h2,0.0,0.0,0.0,0.0,0.0 +p22039,hydro,0.0,0.0,0.0,0.0,0.0 +p22039,nuclear,0.0,0.0,0.0,0.0,0.0 +p22039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22039,pv,0.0,0.0,150.0,300.0,450.0 +p22039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22041,battery,0.0,0.0,0.0,0.0,0.0 +p22041,biomass,0.0,0.0,0.0,0.0,0.0 +p22041,coal,0.0,0.0,0.0,0.0,0.0 +p22041,csp,0.0,0.0,0.0,0.0,0.0 +p22041,gas,0.0,0.0,0.0,0.0,0.0 +p22041,geothermal,0.0,0.0,0.0,0.0,0.0 +p22041,h2,0.0,0.0,0.0,0.0,0.0 +p22041,hydro,0.0,0.0,0.0,0.0,0.0 +p22041,nuclear,0.0,0.0,0.0,0.0,0.0 +p22041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22041,pv,0.0,0.0,118.33333333331393,236.66666666665697,355.0 +p22041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22043,csp,0.0,0.0,0.0,0.0,0.0 +p22045,battery,0.0,0.0,40.0,80.0,120.0 +p22045,biomass,0.0,0.0,0.0,0.0,0.0 +p22045,coal,0.0,0.0,0.0,0.0,0.0 +p22045,gas,0.0,0.0,0.0,0.0,0.0 +p22045,geothermal,0.0,0.0,0.0,0.0,0.0 +p22045,h2,0.0,0.0,0.0,0.0,0.0 +p22045,hydro,0.0,0.0,0.0,0.0,0.0 +p22045,nuclear,0.0,0.0,0.0,0.0,0.0 +p22045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22045,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p22045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22047,battery,0.0,0.0,0.0,0.0,0.0 +p22047,biomass,0.0,0.0,0.0,0.0,0.0 +p22047,coal,0.0,0.0,0.0,0.0,0.0 +p22047,csp,0.0,0.0,0.0,0.0,0.0 +p22047,gas,362.6,725.2,1908.1100000003353,3091.0200000004843,4273.93 +p22047,geothermal,0.0,0.0,0.0,0.0,0.0 +p22047,h2,0.0,0.0,0.0,0.0,0.0 +p22047,hydro,0.0,0.0,0.0,0.0,0.0 +p22047,nuclear,0.0,0.0,0.0,0.0,0.0 +p22047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22047,pv,87.5,175.0,241.66666666668607,308.33333333334303,375.0 +p22047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22051,csp,0.0,0.0,0.0,0.0,0.0 +p22053,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p22053,biomass,0.0,0.0,0.0,0.0,0.0 +p22053,coal,0.0,0.0,0.0,0.0,0.0 +p22053,csp,0.0,0.0,0.0,0.0,0.0 +p22053,gas,0.0,0.0,0.0,0.0,0.0 +p22053,geothermal,0.0,0.0,0.0,0.0,0.0 +p22053,h2,0.0,0.0,0.0,0.0,0.0 +p22053,hydro,0.0,0.0,0.0,0.0,0.0 +p22053,nuclear,0.0,0.0,0.0,0.0,0.0 +p22053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22053,pv,0.0,0.0,380.0,760.0,1140.0 +p22053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22055,battery,0.0,0.0,100.0,200.0,300.0 +p22055,biomass,0.0,0.0,0.0,0.0,0.0 +p22055,coal,0.0,0.0,0.0,0.0,0.0 +p22055,csp,0.0,0.0,0.0,0.0,0.0 +p22055,gas,0.0,0.0,220.90333333337912,441.80666666670004,662.71 +p22055,geothermal,0.0,0.0,0.0,0.0,0.0 +p22055,h2,0.0,0.0,0.0,0.0,0.0 +p22055,hydro,0.0,0.0,0.0,0.0,0.0 +p22055,nuclear,0.0,0.0,0.0,0.0,0.0 +p22055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22055,pv,40.0,80.0,80.0,80.0,80.0 +p22055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22057,battery,0.0,0.0,0.0,0.0,0.0 +p22057,biomass,0.0,0.0,0.0,0.0,0.0 +p22057,coal,0.0,0.0,0.0,0.0,0.0 +p22057,csp,0.0,0.0,0.0,0.0,0.0 +p22057,gas,57.55,115.1,115.1,115.1,115.1 +p22057,geothermal,0.0,0.0,0.0,0.0,0.0 +p22057,h2,0.0,0.0,0.0,0.0,0.0 +p22057,hydro,0.0,0.0,0.0,0.0,0.0 +p22057,nuclear,0.0,0.0,0.0,0.0,0.0 +p22057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22057,pv,0.0,0.0,0.0,0.0,0.0 +p22057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22061,csp,0.0,0.0,0.0,0.0,0.0 +p22063,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p22063,biomass,0.0,0.0,0.0,0.0,0.0 +p22063,coal,0.0,0.0,0.0,0.0,0.0 +p22063,csp,0.0,0.0,0.0,0.0,0.0 +p22063,gas,0.0,0.0,500.0,1000.0,1500.0 +p22063,geothermal,0.0,0.0,0.0,0.0,0.0 +p22063,h2,0.0,0.0,0.0,0.0,0.0 +p22063,hydro,0.0,0.0,0.0,0.0,0.0 +p22063,nuclear,0.0,0.0,0.0,0.0,0.0 +p22063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22063,pv,0.0,0.0,169.20000000001164,338.4000000000233,507.6 +p22063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22067,battery,0.0,0.0,0.0,0.0,0.0 +p22067,biomass,0.0,0.0,0.0,0.0,0.0 +p22067,coal,0.0,0.0,0.0,0.0,0.0 +p22067,csp,0.0,0.0,0.0,0.0,0.0 +p22067,gas,0.0,0.0,0.0,0.0,0.0 +p22067,geothermal,0.0,0.0,0.0,0.0,0.0 +p22067,h2,0.0,0.0,0.0,0.0,0.0 +p22067,hydro,0.0,0.0,0.0,0.0,0.0 +p22067,nuclear,0.0,0.0,0.0,0.0,0.0 +p22067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22067,pv,45.0,90.0,516.6666666667443,943.3333333333721,1370.0 +p22067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22067,wind-ons,0.0,0.0,60.0,120.0,180.0 +p22071,battery,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p22071,biomass,0.0,0.0,0.0,0.0,0.0 +p22071,coal,0.0,0.0,0.0,0.0,0.0 +p22071,csp,0.0,0.0,0.0,0.0,0.0 +p22071,gas,0.0,0.0,0.0,0.0,0.0 +p22071,geothermal,0.0,0.0,0.0,0.0,0.0 +p22071,h2,0.0,0.0,0.0,0.0,0.0 +p22071,hydro,0.0,0.0,0.0,0.0,0.0 +p22071,nuclear,0.0,0.0,0.0,0.0,0.0 +p22071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22071,pv,0.0,0.0,0.0,0.0,0.0 +p22071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22073,battery,12.5,25.0,58.333333333343035,91.66666666667152,125.0 p22073,biomass,0.0,0.0,0.0,0.0,0.0 p22073,coal,0.0,0.0,0.0,0.0,0.0 +p22073,csp,0.0,0.0,0.0,0.0,0.0 p22073,gas,0.0,0.0,0.0,0.0,0.0 p22073,geothermal,0.0,0.0,0.0,0.0,0.0 p22073,h2,0.0,0.0,0.0,0.0,0.0 p22073,hydro,0.0,0.0,0.0,0.0,0.0 p22073,nuclear,0.0,0.0,0.0,0.0,0.0 p22073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p22073,pv,0.0,0.0,16.33333333333576,32.66666666666424,49.0 +p22073,pv,0.0,0.0,543.0,1086.0,1629.0 p22073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p22073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22077,battery,0.0,0.0,0.0,0.0,0.0 +p22077,biomass,0.0,0.0,0.0,0.0,0.0 +p22077,coal,0.0,0.0,0.0,0.0,0.0 +p22077,csp,0.0,0.0,0.0,0.0,0.0 +p22077,gas,0.0,0.0,125.66666666668607,251.33333333334303,377.0 +p22077,geothermal,0.0,0.0,0.0,0.0,0.0 +p22077,h2,0.0,0.0,0.0,0.0,0.0 +p22077,hydro,0.0,0.0,0.0,0.0,0.0 +p22077,nuclear,0.0,0.0,0.0,0.0,0.0 +p22077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22077,pv,75.0,150.0,150.0,150.0,150.0 +p22077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22079,battery,0.0,0.0,0.0,0.0,0.0 +p22079,biomass,0.0,0.0,0.0,0.0,0.0 +p22079,coal,0.0,0.0,0.0,0.0,0.0 +p22079,csp,0.0,0.0,0.0,0.0,0.0 +p22079,gas,0.0,0.0,258.33333333331393,516.6666666666279,775.0 +p22079,geothermal,0.0,0.0,0.0,0.0,0.0 +p22079,h2,0.0,0.0,0.0,0.0,0.0 +p22079,hydro,0.0,0.0,0.0,0.0,0.0 +p22079,nuclear,0.0,0.0,0.0,0.0,0.0 +p22079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22079,pv,0.0,0.0,285.0,570.0,855.0 +p22079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22081,battery,0.0,0.0,0.0,0.0,0.0 +p22081,biomass,0.0,0.0,0.0,0.0,0.0 +p22081,coal,0.0,0.0,0.0,0.0,0.0 +p22081,csp,0.0,0.0,0.0,0.0,0.0 +p22081,gas,0.0,0.0,0.0,0.0,0.0 +p22081,geothermal,0.0,0.0,0.0,0.0,0.0 +p22081,h2,0.0,0.0,0.0,0.0,0.0 +p22081,hydro,0.0,0.0,0.0,0.0,0.0 +p22081,nuclear,0.0,0.0,0.0,0.0,0.0 +p22081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22081,pv,0.0,0.0,93.33333333331393,186.66666666665697,280.0 +p22081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22083,battery,0.0,0.0,0.0,0.0,0.0 +p22083,biomass,0.0,0.0,0.0,0.0,0.0 +p22083,coal,0.0,0.0,0.0,0.0,0.0 +p22083,csp,0.0,0.0,0.0,0.0,0.0 +p22083,gas,0.0,0.0,1640.0,3280.0,4920.0 +p22083,geothermal,0.0,0.0,0.0,0.0,0.0 +p22083,h2,0.0,0.0,0.0,0.0,0.0 +p22083,hydro,0.0,0.0,0.0,0.0,0.0 +p22083,nuclear,0.0,0.0,0.0,0.0,0.0 +p22083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22083,pv,0.0,0.0,250.0,500.0,750.0 +p22083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22085,battery,0.0,0.0,0.0,0.0,0.0 +p22085,biomass,0.0,0.0,0.0,0.0,0.0 +p22085,coal,0.0,0.0,0.0,0.0,0.0 +p22085,csp,0.0,0.0,0.0,0.0,0.0 +p22085,gas,0.0,0.0,0.0,0.0,0.0 +p22085,geothermal,0.0,0.0,0.0,0.0,0.0 +p22085,h2,0.0,0.0,0.0,0.0,0.0 +p22085,hydro,0.0,0.0,0.0,0.0,0.0 +p22085,nuclear,0.0,0.0,0.0,0.0,0.0 +p22085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22085,pv,0.0,0.0,330.6666666667443,661.3333333333721,992.0 +p22085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22089,battery,0.0,0.0,0.0,0.0,0.0 +p22089,biomass,0.0,0.0,0.0,0.0,0.0 +p22089,coal,0.0,0.0,0.0,0.0,0.0 +p22089,gas,0.0,0.0,159.33333333337214,318.66666666668607,478.0 +p22089,geothermal,0.0,0.0,0.0,0.0,0.0 +p22089,h2,0.0,0.0,0.0,0.0,0.0 +p22089,hydro,0.0,0.0,0.0,0.0,0.0 +p22089,nuclear,0.0,0.0,51.033333333340124,102.0666666666657,153.1 +p22089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22089,pv,0.0,0.0,0.0,0.0,0.0 +p22089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22091,battery,0.0,0.0,0.0,0.0,0.0 +p22091,biomass,0.0,0.0,0.0,0.0,0.0 +p22091,coal,0.0,0.0,0.0,0.0,0.0 +p22091,csp,0.0,0.0,0.0,0.0,0.0 +p22091,gas,0.0,0.0,0.0,0.0,0.0 +p22091,geothermal,0.0,0.0,0.0,0.0,0.0 +p22091,h2,0.0,0.0,0.0,0.0,0.0 +p22091,hydro,0.0,0.0,0.0,0.0,0.0 +p22091,nuclear,0.0,0.0,0.0,0.0,0.0 +p22091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22091,pv,0.0,0.0,266.6666666667443,533.3333333333721,800.0 +p22091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22093,battery,0.0,0.0,0.0,0.0,0.0 +p22093,biomass,0.0,0.0,0.0,0.0,0.0 +p22093,coal,0.0,0.0,0.0,0.0,0.0 +p22093,csp,0.0,0.0,0.0,0.0,0.0 +p22093,gas,0.0,0.0,0.0,0.0,0.0 +p22093,geothermal,0.0,0.0,0.0,0.0,0.0 +p22093,h2,0.0,0.0,0.0,0.0,0.0 +p22093,hydro,0.0,0.0,0.0,0.0,0.0 +p22093,nuclear,0.0,0.0,0.0,0.0,0.0 +p22093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22093,pv,167.5,335.0,425.0,515.0,605.0 +p22093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22095,battery,0.0,0.0,0.0,0.0,0.0 +p22095,biomass,0.0,0.0,0.0,0.0,0.0 +p22095,coal,0.0,0.0,0.0,0.0,0.0 +p22095,csp,0.0,0.0,0.0,0.0,0.0 +p22095,gas,0.0,0.0,0.0,0.0,0.0 +p22095,geothermal,0.0,0.0,0.0,0.0,0.0 +p22095,h2,0.0,0.0,0.0,0.0,0.0 +p22095,hydro,0.0,0.0,0.0,0.0,0.0 +p22095,nuclear,0.0,0.0,0.0,0.0,0.0 +p22095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22095,pv,0.0,0.0,50.0,100.0,150.0 +p22095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22097,battery,0.0,0.0,200.0,400.0,600.0 +p22097,biomass,0.0,0.0,0.0,0.0,0.0 +p22097,coal,0.0,0.0,0.0,0.0,0.0 +p22097,csp,0.0,0.0,0.0,0.0,0.0 +p22097,gas,0.0,0.0,0.0,0.0,0.0 +p22097,geothermal,0.0,0.0,0.0,0.0,0.0 +p22097,h2,0.0,0.0,0.0,0.0,0.0 +p22097,hydro,0.0,0.0,0.0,0.0,0.0 +p22097,nuclear,0.0,0.0,0.0,0.0,0.0 +p22097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22097,pv,0.0,0.0,104.0,208.0,312.0 +p22097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22097,wind-ons,0.0,0.0,118.5,237.0,355.5 +p22099,csp,0.0,0.0,0.0,0.0,0.0 +p22101,battery,0.0,0.0,0.0,0.0,0.0 +p22101,biomass,0.0,0.0,0.0,0.0,0.0 +p22101,coal,0.0,0.0,0.0,0.0,0.0 +p22101,csp,0.0,0.0,0.0,0.0,0.0 +p22101,gas,0.0,0.0,0.0,0.0,0.0 +p22101,geothermal,0.0,0.0,0.0,0.0,0.0 +p22101,h2,0.0,0.0,0.0,0.0,0.0 +p22101,hydro,0.0,0.0,0.0,0.0,0.0 +p22101,nuclear,0.0,0.0,0.0,0.0,0.0 +p22101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22101,pv,0.0,0.0,31.666666666671517,63.33333333333576,95.0 +p22101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22103,battery,0.0,0.0,0.0,0.0,0.0 +p22103,biomass,0.0,0.0,0.0,0.0,0.0 +p22103,coal,0.0,0.0,0.0,0.0,0.0 +p22103,csp,0.0,0.0,0.0,0.0,0.0 +p22103,gas,0.0,0.0,0.0,0.0,0.0 +p22103,geothermal,0.0,0.0,0.0,0.0,0.0 +p22103,h2,0.0,0.0,0.0,0.0,0.0 +p22103,hydro,0.0,0.0,0.0,0.0,0.0 +p22103,nuclear,0.0,0.0,0.0,0.0,0.0 +p22103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22103,pv,0.0,0.0,150.0,300.0,450.0 +p22103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22105,battery,0.0,0.0,75.96666666664532,151.93333333331975,227.9 +p22105,biomass,0.0,0.0,0.0,0.0,0.0 +p22105,coal,0.0,0.0,0.0,0.0,0.0 +p22105,csp,0.0,0.0,0.0,0.0,0.0 +p22105,gas,0.0,0.0,0.0,0.0,0.0 +p22105,geothermal,0.0,0.0,0.0,0.0,0.0 +p22105,h2,0.0,0.0,0.0,0.0,0.0 +p22105,hydro,0.0,0.0,0.0,0.0,0.0 +p22105,nuclear,0.0,0.0,0.0,0.0,0.0 +p22105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22105,pv,0.0,0.0,173.33333333337214,346.66666666668607,520.0 +p22105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22111,csp,0.0,0.0,0.0,0.0,0.0 +p22113,csp,0.0,0.0,0.0,0.0,0.0 +p22117,battery,0.0,0.0,0.0,0.0,0.0 +p22117,biomass,0.0,0.0,0.0,0.0,0.0 +p22117,coal,0.0,0.0,0.0,0.0,0.0 +p22117,csp,0.0,0.0,0.0,0.0,0.0 +p22117,gas,0.0,0.0,0.0,0.0,0.0 +p22117,geothermal,0.0,0.0,0.0,0.0,0.0 +p22117,h2,0.0,0.0,0.0,0.0,0.0 +p22117,hydro,0.0,0.0,0.0,0.0,0.0 +p22117,nuclear,0.0,0.0,0.0,0.0,0.0 +p22117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22117,pv,150.0,300.0,383.33333333331393,466.66666666665697,550.0 +p22117,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22117,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22119,csp,0.0,0.0,0.0,0.0,0.0 +p22121,battery,0.0,0.0,0.0,0.0,0.0 +p22121,biomass,0.0,0.0,0.0,0.0,0.0 +p22121,coal,0.0,0.0,0.0,0.0,0.0 +p22121,csp,0.0,0.0,0.0,0.0,0.0 +p22121,gas,0.0,0.0,0.0,0.0,0.0 +p22121,geothermal,0.0,0.0,0.0,0.0,0.0 +p22121,h2,0.0,0.0,0.0,0.0,0.0 +p22121,hydro,0.0,0.0,0.0,0.0,0.0 +p22121,nuclear,0.0,0.0,0.0,0.0,0.0 +p22121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22121,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p22121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22123,battery,0.0,0.0,0.0,0.0,0.0 +p22123,biomass,0.0,0.0,0.0,0.0,0.0 +p22123,coal,0.0,0.0,0.0,0.0,0.0 +p22123,csp,0.0,0.0,0.0,0.0,0.0 +p22123,gas,0.0,0.0,0.0,0.0,0.0 +p22123,geothermal,0.0,0.0,0.0,0.0,0.0 +p22123,h2,0.0,0.0,0.0,0.0,0.0 +p22123,hydro,0.0,0.0,0.0,0.0,0.0 +p22123,nuclear,0.0,0.0,0.0,0.0,0.0 +p22123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22123,pv,0.0,0.0,50.0,100.0,150.0 +p22123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22127,csp,0.0,0.0,0.0,0.0,0.0 p23001,battery,0.0,0.0,0.0,0.0,0.0 p23001,biomass,0.0,0.0,0.0,0.0,0.0 p23001,coal,0.0,0.0,0.0,0.0,0.0 +p23001,csp,0.0,0.0,0.0,0.0,0.0 p23001,gas,0.0,0.0,0.0,0.0,0.0 p23001,geothermal,0.0,0.0,0.0,0.0,0.0 p23001,h2,0.0,0.0,0.0,0.0,0.0 -p23001,hydro,14.1625003814697,28.3250007629394,37.76666768391806,47.2083346049003,56.6500015258788 +p23001,hydro,0.0,0.0,0.0,0.0,0.0 p23001,nuclear,0.0,0.0,0.0,0.0,0.0 p23001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23001,pv,109.294998168945,218.58999633789,291.45332845053053,364.31666056314134,437.17999267578 +p23001,pv,109.19499778747524,218.3899955749505,218.3899955749505,218.3899955749505,218.3899955749505 p23001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p23001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p23003,battery,0.0,0.0,0.0,0.0,0.0 -p23003,biomass,0.0,0.0,0.0,0.0,0.0 -p23003,coal,0.0,0.0,0.0,0.0,0.0 -p23003,gas,0.0,0.0,0.0,0.0,0.0 -p23003,geothermal,0.0,0.0,0.0,0.0,0.0 -p23003,h2,0.0,0.0,0.0,0.0,0.0 -p23003,hydro,0.0,0.0,0.0,0.0,0.0 -p23003,nuclear,0.0,0.0,0.0,0.0,0.0 -p23003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23003,pv,0.0,0.0,279.200002034544,558.4000040689716,837.600006103515 -p23003,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p23003,wind-ons,0.0,0.0,838.9333292644005,1677.8666585285682,2516.799987792968 -p23005,battery,87.5,175.0,233.33333333332848,291.6666666666715,350.0 +p23003,csp,0.0,0.0,0.0,0.0,0.0 +p23005,battery,0.0,0.0,0.0,0.0,0.0 p23005,biomass,0.0,0.0,0.0,0.0,0.0 p23005,coal,0.0,0.0,0.0,0.0,0.0 +p23005,csp,0.0,0.0,0.0,0.0,0.0 p23005,gas,0.0,0.0,0.0,0.0,0.0 p23005,geothermal,0.0,0.0,0.0,0.0,0.0 p23005,h2,0.0,0.0,0.0,0.0,0.0 p23005,hydro,0.0,0.0,0.0,0.0,0.0 p23005,nuclear,0.0,0.0,0.0,0.0,0.0 p23005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23005,pv,8.55000019073485,17.1000003814697,29.609666983287752,42.11933358510214,54.62900018692005 +p23005,pv,8.55000019073485,17.1000003814697,17.1000003814697,17.1000003814697,17.1000003814697 p23005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p23005,wind-ons,0.0,0.0,0.0,0.0,0.0 -p23007,battery,0.0,0.0,0.0,0.0,0.0 -p23007,biomass,0.0,0.0,0.0,0.0,0.0 -p23007,coal,0.0,0.0,0.0,0.0,0.0 -p23007,gas,0.0,0.0,0.0,0.0,0.0 -p23007,geothermal,0.0,0.0,0.0,0.0,0.0 -p23007,h2,0.0,0.0,0.0,0.0,0.0 -p23007,hydro,0.0,0.0,0.0,0.0,0.0 -p23007,nuclear,0.0,0.0,0.0,0.0,0.0 -p23007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23007,pv,0.0,0.0,1.6633332570395396,3.3266665140786245,4.98999977111816 -p23007,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p23007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p23007,csp,0.0,0.0,0.0,0.0,0.0 p23009,battery,0.0,0.0,0.0,0.0,0.0 p23009,biomass,0.0,0.0,0.0,0.0,0.0 p23009,coal,0.0,0.0,0.0,0.0,0.0 +p23009,csp,0.0,0.0,0.0,0.0,0.0 p23009,gas,0.0,0.0,0.0,0.0,0.0 p23009,geothermal,0.0,0.0,0.0,0.0,0.0 p23009,h2,0.0,0.0,0.0,0.0,0.0 p23009,hydro,0.0,0.0,0.0,0.0,0.0 p23009,nuclear,0.0,0.0,0.0,0.0,0.0 p23009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23009,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p23009,pv,50.0,100.0,100.0,100.0,100.0 p23009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p23009,wind-ons,0.0,0.0,0.0,0.0,0.0 p23011,battery,0.0,0.0,0.0,0.0,0.0 p23011,biomass,0.0,0.0,0.0,0.0,0.0 p23011,coal,0.0,0.0,0.0,0.0,0.0 +p23011,csp,0.0,0.0,0.0,0.0,0.0 p23011,gas,0.0,0.0,0.0,0.0,0.0 p23011,geothermal,0.0,0.0,0.0,0.0,0.0 p23011,h2,0.0,0.0,0.0,0.0,0.0 p23011,hydro,0.0,0.0,0.0,0.0,0.0 p23011,nuclear,0.0,0.0,0.0,0.0,0.0 p23011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23011,pv,0.0,0.0,26.126999974250793,52.25399994850159,78.3809999227522 +p23011,pv,3.49950003623962,6.99900007247924,6.99900007247924,6.99900007247924,6.99900007247924 p23011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p23011,wind-ons,0.0,0.0,0.0,0.0,0.0 p23013,battery,0.0,0.0,0.0,0.0,0.0 p23013,biomass,0.0,0.0,0.0,0.0,0.0 p23013,coal,0.0,0.0,0.0,0.0,0.0 +p23013,csp,0.0,0.0,0.0,0.0,0.0 p23013,gas,0.0,0.0,0.0,0.0,0.0 p23013,geothermal,0.0,0.0,0.0,0.0,0.0 p23013,h2,0.0,0.0,0.0,0.0,0.0 p23013,hydro,0.0,0.0,0.0,0.0,0.0 p23013,nuclear,0.0,0.0,0.0,0.0,0.0 p23013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23013,pv,134.0,268.0,357.33333333334303,446.66666666665697,536.0 +p23013,pv,134.0,268.0,268.0,268.0,268.0 p23013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p23013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p23015,battery,0.0,0.0,0.0,0.0,0.0 -p23015,biomass,0.0,0.0,0.0,0.0,0.0 -p23015,coal,0.0,0.0,0.0,0.0,0.0 -p23015,gas,0.0,0.0,0.0,0.0,0.0 -p23015,geothermal,0.0,0.0,0.0,0.0,0.0 -p23015,h2,0.0,0.0,0.0,0.0,0.0 -p23015,hydro,0.0,0.0,0.0,0.0,0.0 -p23015,nuclear,0.0,0.0,0.0,0.0,0.0 -p23015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23015,pv,0.0,0.0,1.3133333524069712,2.6266667048134877,3.94000005722045 -p23015,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p23015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p23015,csp,0.0,0.0,0.0,0.0,0.0 p23017,battery,0.0,0.0,0.0,0.0,0.0 p23017,biomass,0.0,0.0,0.0,0.0,0.0 p23017,coal,0.0,0.0,0.0,0.0,0.0 +p23017,csp,0.0,0.0,0.0,0.0,0.0 p23017,gas,0.0,0.0,0.0,0.0,0.0 p23017,geothermal,0.0,0.0,0.0,0.0,0.0 p23017,h2,0.0,0.0,0.0,0.0,0.0 p23017,hydro,0.0,0.0,0.0,0.0,0.0 p23017,nuclear,0.0,0.0,0.0,0.0,0.0 p23017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23017,pv,1.9835000038146902,3.9670000076293803,65.1213335593493,126.27566711108375,187.43000066280365 +p23017,pv,0.999499976634975,1.99899995326995,1.99899995326995,1.99899995326995,1.99899995326995 p23017,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p23017,wind-ons,9.14999961853025,18.2999992370605,24.399998982748002,30.49999872843364,36.599998474121 -p23019,battery,0.0,0.0,0.0,0.0,0.0 -p23019,biomass,0.0,0.0,0.0,0.0,0.0 -p23019,coal,0.0,0.0,0.0,0.0,0.0 -p23019,gas,0.0,0.0,0.0,0.0,0.0 -p23019,geothermal,0.0,0.0,0.0,0.0,0.0 -p23019,h2,0.0,0.0,0.0,0.0,0.0 -p23019,hydro,0.0,0.0,0.0,0.0,0.0 -p23019,nuclear,0.0,0.0,0.0,0.0,0.0 -p23019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23019,pv,0.0,0.0,13.196666717529297,26.393333435058594,39.590000152587805 -p23019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p23019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p23021,battery,0.0,0.0,0.0,0.0,0.0 -p23021,biomass,0.0,0.0,0.0,0.0,0.0 -p23021,coal,0.0,0.0,0.0,0.0,0.0 -p23021,gas,0.0,0.0,0.0,0.0,0.0 -p23021,geothermal,0.0,0.0,0.0,0.0,0.0 -p23021,h2,0.0,0.0,0.0,0.0,0.0 -p23021,hydro,0.0,0.0,0.0,0.0,0.0 -p23021,nuclear,0.0,0.0,0.0,0.0,0.0 -p23021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23021,pv,0.0,0.0,19.240000406898616,38.48000081380451,57.7200012207031 -p23021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p23021,wind-ons,0.0,0.0,0.0,0.0,0.0 -p23023,battery,0.0,0.0,0.0,0.0,0.0 -p23023,biomass,0.0,0.0,0.0,0.0,0.0 -p23023,coal,0.0,0.0,0.0,0.0,0.0 -p23023,gas,0.0,0.0,0.0,0.0,0.0 -p23023,geothermal,0.0,0.0,0.0,0.0,0.0 -p23023,h2,0.0,0.0,0.0,0.0,0.0 -p23023,hydro,0.0,0.0,0.0,0.0,0.0 -p23023,nuclear,0.0,0.0,0.0,0.0,0.0 -p23023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23023,pv,0.0,0.0,6.316666920980424,12.633333841960848,18.9500007629394 -p23023,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p23023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p23017,wind-ons,9.14999961853025,18.2999992370605,18.2999992370605,18.2999992370605,18.2999992370605 +p23019,csp,0.0,0.0,0.0,0.0,0.0 +p23021,csp,0.0,0.0,0.0,0.0,0.0 +p23023,csp,0.0,0.0,0.0,0.0,0.0 p23025,battery,0.0,0.0,0.0,0.0,0.0 p23025,biomass,0.0,0.0,0.0,0.0,0.0 p23025,coal,0.0,0.0,0.0,0.0,0.0 +p23025,csp,0.0,0.0,0.0,0.0,0.0 p23025,gas,0.0,0.0,0.0,0.0,0.0 p23025,geothermal,0.0,0.0,0.0,0.0,0.0 p23025,h2,0.0,0.0,0.0,0.0,0.0 p23025,hydro,0.0,0.0,0.0,0.0,0.0 p23025,nuclear,0.0,0.0,0.0,0.0,0.0 p23025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23025,pv,9.0699996948242,18.1399993896484,144.47333188852645,270.80666438740445,397.13999688625245 +p23025,pv,91.34999847412071,182.69999694824142,182.69999694824142,182.69999694824142,182.69999694824142 p23025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p23025,wind-ons,29.39999961853025,58.7999992370605,78.39999898274982,97.99999872843182,117.599998474121 -p23027,battery,0.0,0.0,0.0,0.0,0.0 -p23027,biomass,0.0,0.0,0.0,0.0,0.0 -p23027,coal,0.0,0.0,0.0,0.0,0.0 -p23027,gas,0.0,0.0,0.0,0.0,0.0 -p23027,geothermal,0.0,0.0,0.0,0.0,0.0 -p23027,h2,0.0,0.0,0.0,0.0,0.0 -p23027,hydro,0.0,0.0,0.0,0.0,0.0 -p23027,nuclear,0.0,0.0,0.0,0.0,0.0 -p23027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23027,pv,0.0,0.0,0.6600000063579046,1.3200000127158091,1.98000001907348 -p23027,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p23027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p23029,battery,0.0,0.0,0.0,0.0,0.0 -p23029,biomass,0.0,0.0,0.0,0.0,0.0 -p23029,coal,0.0,0.0,0.0,0.0,0.0 -p23029,gas,0.0,0.0,0.0,0.0,0.0 -p23029,geothermal,0.0,0.0,0.0,0.0,0.0 -p23029,h2,0.0,0.0,0.0,0.0,0.0 -p23029,hydro,0.0,0.0,0.0,0.0,0.0 -p23029,nuclear,0.0,0.0,0.0,0.0,0.0 -p23029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23029,pv,0.0,0.0,0.0,0.0,0.0 -p23029,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p23029,wind-ons,63.0,126.0,168.0,210.0,252.0 +p23025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p23027,csp,0.0,0.0,0.0,0.0,0.0 +p23029,csp,0.0,0.0,0.0,0.0,0.0 p23031,battery,0.0,0.0,0.0,0.0,0.0 p23031,biomass,0.0,0.0,0.0,0.0,0.0 p23031,coal,0.0,0.0,0.0,0.0,0.0 +p23031,csp,0.0,0.0,0.0,0.0,0.0 p23031,gas,0.0,0.0,0.0,0.0,0.0 p23031,geothermal,0.0,0.0,0.0,0.0,0.0 p23031,h2,0.0,0.0,0.0,0.0,0.0 p23031,hydro,0.0,0.0,0.0,0.0,0.0 p23031,nuclear,0.0,0.0,0.0,0.0,0.0 p23031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p23031,pv,38.0124998092651,76.0249996185302,171.90433311462402,267.7836666107178,363.6630001068108 +p23031,pv,18.212499618530252,36.424999237060504,96.42499923706055,156.42499923706055,216.4249992370605 p23031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p23031,wind-ons,0.0,0.0,0.0,0.0,0.0 p24001,battery,0.0,0.0,0.0,0.0,0.0 p24001,biomass,0.0,0.0,0.0,0.0,0.0 p24001,coal,0.0,0.0,0.0,0.0,0.0 +p24001,csp,0.0,0.0,0.0,0.0,0.0 p24001,gas,0.0,0.0,0.0,0.0,0.0 p24001,geothermal,0.0,0.0,0.0,0.0,0.0 p24001,h2,0.0,0.0,0.0,0.0,0.0 p24001,hydro,0.0,0.0,0.0,0.0,0.0 p24001,nuclear,0.0,0.0,0.0,0.0,0.0 p24001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24001,pv,0.0,0.0,33.993333333331975,67.98666666666395,101.98 +p24001,pv,0.0,0.0,0.6600000000000819,1.3199999999999363,1.98 p24001,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p24001,wind-ons,0.0,0.0,42.63333333331684,85.26666666664823,127.9 -p24003,battery,150.0,300.0,400.0,500.0,600.0 +p24001,wind-ons,40.0,80.0,80.0,80.0,80.0 +p24003,battery,0.0,0.0,0.0,0.0,0.0 p24003,biomass,0.0,0.0,0.0,0.0,0.0 p24003,coal,0.0,0.0,0.0,0.0,0.0 +p24003,csp,0.0,0.0,0.0,0.0,0.0 p24003,gas,0.0,0.0,0.0,0.0,0.0 p24003,geothermal,0.0,0.0,0.0,0.0,0.0 p24003,h2,0.0,0.0,0.0,0.0,0.0 p24003,hydro,0.0,0.0,0.0,0.0,0.0 p24003,nuclear,0.0,0.0,0.0,0.0,0.0 p24003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24003,pv,10.0,20.0,38.33333333333576,56.66666666666424,75.0 +p24003,pv,10.0,20.0,38.33333333332848,56.66666666666424,75.0 p24003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p24005,battery,0.0,0.0,298.33333333337214,596.6666666666279,895.0 +p24005,battery,0.0,0.0,131.66666666662786,263.33333333331393,395.0 p24005,biomass,0.0,0.0,0.0,0.0,0.0 p24005,coal,0.0,0.0,0.0,0.0,0.0 +p24005,csp,0.0,0.0,0.0,0.0,0.0 p24005,gas,0.0,0.0,0.0,0.0,0.0 p24005,geothermal,0.0,0.0,0.0,0.0,0.0 p24005,h2,0.0,0.0,0.0,0.0,0.0 @@ -7826,6 +8197,7 @@ p24005,wind-ons,0.0,0.0,0.0,0.0,0.0 p24009,battery,0.0,0.0,60.0,120.0,180.0 p24009,biomass,0.0,0.0,0.0,0.0,0.0 p24009,coal,0.0,0.0,0.0,0.0,0.0 +p24009,csp,0.0,0.0,0.0,0.0,0.0 p24009,gas,0.0,0.0,0.0,0.0,0.0 p24009,geothermal,0.0,0.0,0.0,0.0,0.0 p24009,h2,0.0,0.0,0.0,0.0,0.0 @@ -7838,18 +8210,20 @@ p24009,wind-ons,0.0,0.0,0.0,0.0,0.0 p24011,battery,0.0,0.0,0.0,0.0,0.0 p24011,biomass,0.0,0.0,0.0,0.0,0.0 p24011,coal,0.0,0.0,0.0,0.0,0.0 +p24011,csp,0.0,0.0,0.0,0.0,0.0 p24011,gas,0.0,0.0,0.0,0.0,0.0 p24011,geothermal,0.0,0.0,0.0,0.0,0.0 p24011,h2,0.0,0.0,0.0,0.0,0.0 p24011,hydro,0.0,0.0,0.0,0.0,0.0 p24011,nuclear,0.0,0.0,0.0,0.0,0.0 p24011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24011,pv,147.0,294.0,392.0,490.0,588.0 +p24011,pv,101.0,202.0,202.0,202.0,202.0 p24011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p24015,battery,0.0,0.0,20.160000000003492,40.31999999999971,60.48 +p24015,battery,0.0,0.0,20.160000000003492,40.320000000006985,60.48 p24015,biomass,0.0,0.0,0.0,0.0,0.0 p24015,coal,0.0,0.0,0.0,0.0,0.0 +p24015,csp,0.0,0.0,0.0,0.0,0.0 p24015,gas,0.0,0.0,0.0,0.0,0.0 p24015,geothermal,0.0,0.0,0.0,0.0,0.0 p24015,h2,0.0,0.0,0.0,0.0,0.0 @@ -7859,9 +8233,10 @@ p24015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p24015,pv,0.0,0.0,0.0,0.0,0.0 p24015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24015,wind-ons,0.0,0.0,0.0,0.0,0.0 -p24017,battery,0.0,0.0,440.66666666662786,881.3333333333721,1322.0 +p24017,battery,0.0,0.0,440.6666666667443,881.3333333333721,1322.0 p24017,biomass,0.0,0.0,0.0,0.0,0.0 p24017,coal,0.0,0.0,0.0,0.0,0.0 +p24017,csp,0.0,0.0,0.0,0.0,0.0 p24017,gas,0.0,0.0,0.0,0.0,0.0 p24017,geothermal,0.0,0.0,0.0,0.0,0.0 p24017,h2,0.0,0.0,0.0,0.0,0.0 @@ -7871,69 +8246,75 @@ p24017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p24017,pv,0.0,0.0,45.0,90.0,135.0 p24017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24017,wind-ons,0.0,0.0,0.0,0.0,0.0 -p24019,battery,0.0,0.0,8.33333333333212,16.66666666666788,25.0 +p24019,battery,0.0,0.0,0.0,0.0,0.0 p24019,biomass,0.0,0.0,0.0,0.0,0.0 p24019,coal,0.0,0.0,0.0,0.0,0.0 +p24019,csp,0.0,0.0,0.0,0.0,0.0 p24019,gas,0.0,0.0,0.0,0.0,0.0 p24019,geothermal,0.0,0.0,0.0,0.0,0.0 p24019,h2,0.0,0.0,0.0,0.0,0.0 p24019,hydro,0.0,0.0,0.0,0.0,0.0 p24019,nuclear,0.0,0.0,0.0,0.0,0.0 p24019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24019,pv,50.55,101.1,166.3833333333605,231.66666666668607,296.95 +p24019,pv,31.875,63.75,70.25,76.75,83.25 p24019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24019,wind-ons,0.0,0.0,0.0,0.0,0.0 p24021,battery,0.0,0.0,0.0,0.0,0.0 p24021,biomass,0.0,0.0,0.0,0.0,0.0 p24021,coal,0.0,0.0,0.0,0.0,0.0 +p24021,csp,0.0,0.0,0.0,0.0,0.0 p24021,gas,0.0,0.0,0.0,0.0,0.0 p24021,geothermal,0.0,0.0,0.0,0.0,0.0 p24021,h2,0.0,0.0,0.0,0.0,0.0 p24021,hydro,0.0,0.0,0.0,0.0,0.0 p24021,nuclear,0.0,0.0,0.0,0.0,0.0 p24021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24021,pv,0.0,0.0,17.33333333333576,34.66666666666424,52.0 +p24021,pv,0.0,0.0,5.666666666667879,11.33333333333394,17.0 p24021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24021,wind-ons,0.0,0.0,0.0,0.0,0.0 p24023,battery,0.0,0.0,0.0,0.0,0.0 p24023,biomass,0.0,0.0,0.0,0.0,0.0 p24023,coal,0.0,0.0,0.0,0.0,0.0 +p24023,csp,0.0,0.0,0.0,0.0,0.0 p24023,gas,0.0,0.0,0.0,0.0,0.0 p24023,geothermal,0.0,0.0,0.0,0.0,0.0 p24023,h2,0.0,0.0,0.0,0.0,0.0 -p24023,hydro,0.0,0.0,5.0,10.0,15.0 +p24023,hydro,0.0,0.0,0.0,0.0,0.0 p24023,nuclear,0.0,0.0,0.0,0.0,0.0 p24023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24023,pv,237.5,475.0,633.3333333333139,791.6666666666861,950.0 +p24023,pv,237.5,475.0,541.6666666666861,608.333333333343,675.0 p24023,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24023,wind-ons,0.0,0.0,0.0,0.0,0.0 -p24025,battery,0.0,0.0,0.0,0.0,0.0 +p24025,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p24025,biomass,0.0,0.0,0.0,0.0,0.0 p24025,coal,0.0,0.0,0.0,0.0,0.0 +p24025,csp,0.0,0.0,0.0,0.0,0.0 p24025,gas,0.0,0.0,0.0,0.0,0.0 p24025,geothermal,0.0,0.0,0.0,0.0,0.0 p24025,h2,0.0,0.0,0.0,0.0,0.0 p24025,hydro,0.0,0.0,0.0,0.0,0.0 p24025,nuclear,0.0,0.0,0.0,0.0,0.0 p24025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24025,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p24025,pv,0.0,0.0,0.0,0.0,0.0 p24025,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24025,wind-ons,0.0,0.0,0.0,0.0,0.0 p24029,battery,0.0,0.0,0.0,0.0,0.0 p24029,biomass,0.0,0.0,0.0,0.0,0.0 p24029,coal,0.0,0.0,0.0,0.0,0.0 +p24029,csp,0.0,0.0,0.0,0.0,0.0 p24029,gas,0.0,0.0,0.0,0.0,0.0 p24029,geothermal,0.0,0.0,0.0,0.0,0.0 p24029,h2,0.0,0.0,0.0,0.0,0.0 p24029,hydro,0.0,0.0,0.0,0.0,0.0 p24029,nuclear,0.0,0.0,0.0,0.0,0.0 p24029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24029,pv,27.9,55.8,74.40000000000146,93.0,111.6 +p24029,pv,27.9,55.8,55.8,55.8,55.8 p24029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p24031,battery,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p24031,battery,250.0,500.0,500.0,500.0,500.0 p24031,biomass,0.0,0.0,0.0,0.0,0.0 p24031,coal,0.0,0.0,0.0,0.0,0.0 +p24031,csp,0.0,0.0,0.0,0.0,0.0 p24031,gas,0.0,0.0,0.0,0.0,0.0 p24031,geothermal,0.0,0.0,0.0,0.0,0.0 p24031,h2,0.0,0.0,0.0,0.0,0.0 @@ -7943,10 +8324,11 @@ p24031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p24031,pv,0.0,0.0,0.0,0.0,0.0 p24031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p24033,battery,0.0,0.0,38.33333333332848,76.66666666667152,115.0 +p24033,battery,0.0,0.0,38.333333333343035,76.66666666667152,115.0 p24033,biomass,0.0,0.0,0.0,0.0,0.0 p24033,coal,0.0,0.0,0.0,0.0,0.0 -p24033,gas,0.0,0.0,15.0,30.0,45.0 +p24033,csp,0.0,0.0,0.0,0.0,0.0 +p24033,gas,0.0,0.0,32.833333333343035,65.66666666667152,98.5 p24033,geothermal,0.0,0.0,0.0,0.0,0.0 p24033,h2,0.0,0.0,0.0,0.0,0.0 p24033,hydro,0.0,0.0,0.0,0.0,0.0 @@ -7955,201 +8337,194 @@ p24033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p24033,pv,0.0,0.0,224.06399999995483,448.12799999996787,672.192 p24033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24033,wind-ons,0.0,0.0,0.0,0.0,0.0 -p24035,battery,0.0,0.0,23.33333333333576,46.66666666666424,70.0 +p24035,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p24035,biomass,0.0,0.0,0.0,0.0,0.0 p24035,coal,0.0,0.0,0.0,0.0,0.0 +p24035,csp,0.0,0.0,0.0,0.0,0.0 p24035,gas,0.0,0.0,0.0,0.0,0.0 p24035,geothermal,0.0,0.0,0.0,0.0,0.0 p24035,h2,0.0,0.0,0.0,0.0,0.0 p24035,hydro,0.0,0.0,0.0,0.0,0.0 p24035,nuclear,0.0,0.0,0.0,0.0,0.0 p24035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24035,pv,32.0,64.0,85.33333333333576,106.66666666666424,128.0 +p24035,pv,2.0,4.0,7.966666666666242,11.933333333333394,15.9 p24035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p24039,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p24039,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p24039,biomass,0.0,0.0,0.0,0.0,0.0 p24039,coal,0.0,0.0,0.0,0.0,0.0 +p24039,csp,0.0,0.0,0.0,0.0,0.0 p24039,gas,0.0,0.0,0.0,0.0,0.0 p24039,geothermal,0.0,0.0,0.0,0.0,0.0 p24039,h2,0.0,0.0,0.0,0.0,0.0 p24039,hydro,0.0,0.0,0.0,0.0,0.0 p24039,nuclear,0.0,0.0,0.0,0.0,0.0 p24039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24039,pv,0.0,0.0,22.184000000001106,44.36800000000221,66.552 +p24039,pv,1.95,3.9,3.9,3.9,3.9 p24039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24039,wind-ons,0.0,0.0,0.0,0.0,0.0 -p24041,battery,0.0,0.0,6.66666666666606,13.33333333333394,20.0 -p24041,biomass,0.0,0.0,0.0,0.0,0.0 -p24041,coal,0.0,0.0,0.0,0.0,0.0 -p24041,gas,0.0,0.0,0.0,0.0,0.0 -p24041,geothermal,0.0,0.0,0.0,0.0,0.0 -p24041,h2,0.0,0.0,0.0,0.0,0.0 -p24041,hydro,0.0,0.0,0.0,0.0,0.0 -p24041,nuclear,0.0,0.0,0.0,0.0,0.0 -p24041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24041,pv,0.0,0.0,11.462333333332936,22.92466666666587,34.387 -p24041,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p24041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24041,csp,0.0,0.0,0.0,0.0,0.0 p24043,battery,0.0,0.0,10.0,20.0,30.0 p24043,biomass,0.0,0.0,0.0,0.0,0.0 p24043,coal,0.0,0.0,0.0,0.0,0.0 +p24043,csp,0.0,0.0,0.0,0.0,0.0 p24043,gas,0.0,0.0,0.0,0.0,0.0 p24043,geothermal,0.0,0.0,0.0,0.0,0.0 p24043,h2,0.0,0.0,0.0,0.0,0.0 p24043,hydro,0.0,0.0,0.0,0.0,0.0 p24043,nuclear,0.0,0.0,0.0,0.0,0.0 p24043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24043,pv,0.0,0.0,10.599999999998545,21.19999999999709,31.8 +p24043,pv,5.9,11.8,11.8,11.8,11.8 p24043,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24043,wind-ons,0.0,0.0,0.0,0.0,0.0 p24045,battery,0.0,0.0,0.0,0.0,0.0 p24045,biomass,0.0,0.0,0.0,0.0,0.0 p24045,coal,0.0,0.0,0.0,0.0,0.0 +p24045,csp,0.0,0.0,0.0,0.0,0.0 p24045,gas,0.0,0.0,0.0,0.0,0.0 p24045,geothermal,0.0,0.0,0.0,0.0,0.0 p24045,h2,0.0,0.0,0.0,0.0,0.0 p24045,hydro,0.0,0.0,0.0,0.0,0.0 p24045,nuclear,0.0,0.0,0.0,0.0,0.0 p24045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24045,pv,22.9,45.8,80.85233333332872,115.90466666665452,150.957 +p24045,pv,22.9,45.8,75.74500000000262,105.69000000000233,135.635 p24045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24045,wind-ons,0.0,0.0,0.0,0.0,0.0 -p24047,battery,0.0,0.0,0.33333333333337123,0.6666666666666288,1.0 +p24047,battery,0.0,0.0,0.0,0.0,0.0 p24047,biomass,0.0,0.0,0.0,0.0,0.0 p24047,coal,0.0,0.0,0.0,0.0,0.0 +p24047,csp,0.0,0.0,0.0,0.0,0.0 p24047,gas,0.0,0.0,0.0,0.0,0.0 p24047,geothermal,0.0,0.0,0.0,0.0,0.0 p24047,h2,0.0,0.0,0.0,0.0,0.0 p24047,hydro,0.0,0.0,0.0,0.0,0.0 p24047,nuclear,0.0,0.0,0.0,0.0,0.0 p24047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p24047,pv,0.0,0.0,62.4333333333343,124.8666666666686,187.3 +p24047,pv,0.0,0.0,55.76666666667734,111.53333333334012,167.3 p24047,wind-ofs,0.0,0.0,0.0,0.0,0.0 p24047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p25001,battery,0.0,0.0,196.09999593097018,392.19999186199857,588.299987792968 +p25001,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p25001,biomass,0.0,0.0,0.0,0.0,0.0 p25001,coal,0.0,0.0,0.0,0.0,0.0 +p25001,csp,0.0,0.0,0.0,0.0,0.0 p25001,gas,0.0,0.0,0.0,0.0,0.0 p25001,geothermal,0.0,0.0,0.0,0.0,0.0 p25001,h2,0.0,0.0,0.0,0.0,0.0 p25001,hydro,0.0,0.0,0.0,0.0,0.0 p25001,nuclear,0.0,0.0,0.0,0.0,0.0 p25001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p25001,pv,0.0,0.0,29.78233313560486,59.56466627120972,89.34699940681448 +p25001,pv,0.0,0.0,0.0,0.0,0.0 p25001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p25001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p25003,battery,0.0,0.0,289.99000040686224,579.9800008138409,869.970001220702 +p25003,battery,0.0,0.0,198.66666666662786,397.33333333331393,596.0 p25003,biomass,0.0,0.0,0.0,0.0,0.0 p25003,coal,0.0,0.0,0.0,0.0,0.0 +p25003,csp,0.0,0.0,0.0,0.0,0.0 p25003,gas,0.0,0.0,0.0,0.0,0.0 p25003,geothermal,0.0,0.0,0.0,0.0,0.0 p25003,h2,0.0,0.0,0.0,0.0,0.0 p25003,hydro,0.0,0.0,0.0,0.0,0.0 p25003,nuclear,0.0,0.0,0.0,0.0,0.0 -p25003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p25003,pv,0.0,0.0,12.00266631444174,24.005332628887118,36.00799894332882 +p25003,pumped-hydro,33.0,66.0,66.0,66.0,66.0 +p25003,pv,0.0,0.0,0.0,0.0,0.0 p25003,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p25003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p25005,battery,0.0,0.0,651.6883338291664,1303.3766676585656,1955.0650014877294 +p25003,wind-ons,2.29999995231628,4.59999990463256,4.59999990463256,4.59999990463256,4.59999990463256 +p25005,battery,0.0,0.0,172.66666666662786,345.33333333331393,518.0 p25005,biomass,0.0,0.0,0.0,0.0,0.0 p25005,coal,0.0,0.0,0.0,0.0,0.0 +p25005,csp,0.0,0.0,0.0,0.0,0.0 p25005,gas,0.0,0.0,0.0,0.0,0.0 p25005,geothermal,0.0,0.0,0.0,0.0,0.0 p25005,h2,0.0,0.0,0.0,0.0,0.0 p25005,hydro,0.0,0.0,0.0,0.0,0.0 p25005,nuclear,0.0,0.0,0.0,0.0,0.0 p25005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p25005,pv,0.0,0.0,57.806000312179094,115.61200062434364,173.41800093650775 +p25005,pv,0.0,0.0,0.0,0.0,0.0 p25005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p25005,wind-ons,0.0,0.0,0.0,0.0,0.0 -p25009,battery,0.0,0.0,259.66550381982233,519.3310076395283,778.9965114593492 +p25009,battery,0.0,0.0,141.66666666662786,283.33333333331393,425.0 p25009,biomass,0.0,0.0,0.0,0.0,0.0 p25009,coal,0.0,0.0,0.0,0.0,0.0 +p25009,csp,0.0,0.0,0.0,0.0,0.0 p25009,gas,0.0,0.0,0.0,0.0,0.0 p25009,geothermal,0.0,0.0,0.0,0.0,0.0 p25009,h2,0.0,0.0,0.0,0.0,0.0 p25009,hydro,0.0,0.0,0.0,0.0,0.0 p25009,nuclear,0.0,0.0,0.0,0.0,0.0 p25009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p25009,pv,0.0,0.0,1.6660000483193471,3.332000096639149,4.99800014495849 +p25009,pv,0.0,0.0,0.0,0.0,0.0 p25009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p25009,wind-ons,0.0,0.0,0.0,0.0,0.0 -p25011,battery,0.0,0.0,157.1806952158804,314.3613904317026,471.54208564758216 +p25011,battery,0.0,0.0,0.0,0.0,0.0 p25011,biomass,0.0,0.0,0.0,0.0,0.0 p25011,coal,0.0,0.0,0.0,0.0,0.0 +p25011,csp,0.0,0.0,0.0,0.0,0.0 p25011,gas,0.0,0.0,0.0,0.0,0.0 p25011,geothermal,0.0,0.0,0.0,0.0,0.0 p25011,h2,0.0,0.0,0.0,0.0,0.0 -p25011,hydro,0.0,0.0,2.2333332697553487,4.466666539509788,6.69999980926513 +p25011,hydro,3.349999904632565,6.69999980926513,6.69999980926513,6.69999980926513,6.69999980926513 p25011,nuclear,0.0,0.0,0.0,0.0,0.0 p25011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p25011,pv,0.0,0.0,17.977000077567936,35.9540001551286,53.93100023269646 +p25011,pv,0.0,0.0,0.0,0.0,0.0 p25011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p25011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p25013,battery,123.699996948242,247.399993896484,716.3046719232807,1185.2093499501934,1654.1140279769875 +p25013,battery,22.5,45.0,185.0,325.0,465.0 p25013,biomass,0.0,0.0,0.0,0.0,0.0 p25013,coal,0.0,0.0,0.0,0.0,0.0 -p25013,gas,0.0,0.0,1.333333333333485,2.666666666666515,4.0 +p25013,csp,0.0,0.0,0.0,0.0,0.0 +p25013,gas,0.0,0.0,0.0,0.0,0.0 p25013,geothermal,0.0,0.0,0.0,0.0,0.0 p25013,h2,0.0,0.0,0.0,0.0,0.0 p25013,hydro,0.0,0.0,0.0,0.0,0.0 p25013,nuclear,0.0,0.0,0.0,0.0,0.0 p25013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p25013,pv,0.0,0.0,32.18866618474567,64.37733236949134,96.5659985542295 +p25013,pv,0.0,0.0,0.0,0.0,0.0 p25013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p25013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p25015,battery,0.0,0.0,0.6666666666667425,1.3333333333332575,2.0 -p25015,biomass,0.0,0.0,0.0,0.0,0.0 -p25015,coal,0.0,0.0,0.0,0.0,0.0 -p25015,gas,0.0,0.0,0.0,0.0,0.0 -p25015,geothermal,0.0,0.0,0.0,0.0,0.0 -p25015,h2,0.0,0.0,0.0,0.0,0.0 -p25015,hydro,0.0,0.0,0.0,0.0,0.0 -p25015,nuclear,0.0,0.0,0.0,0.0,0.0 -p25015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p25015,pv,0.0,0.0,24.40000057220459,48.80000114440918,73.2000017166136 -p25015,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p25015,wind-ons,0.0,0.0,0.0,0.0,0.0 -p25017,battery,356.12399291992153,712.2479858398431,972.68598349893,1233.1239811578998,1493.5619788169838 +p25015,csp,0.0,0.0,0.0,0.0,0.0 +p25017,battery,356.12399291992153,712.2479858398431,920.5813191732159,1128.9146525065298,1337.247985839843 p25017,biomass,0.0,0.0,0.0,0.0,0.0 p25017,coal,0.0,0.0,0.0,0.0,0.0 -p25017,gas,8.2244997024536,16.4489994049072,21.93199920654297,27.41499900817871,32.8979988098144 +p25017,csp,0.0,0.0,0.0,0.0,0.0 +p25017,gas,0.0,0.0,0.0,0.0,0.0 p25017,geothermal,0.0,0.0,0.0,0.0,0.0 p25017,h2,0.0,0.0,0.0,0.0,0.0 p25017,hydro,0.0,0.0,0.0,0.0,0.0 p25017,nuclear,0.0,0.0,0.0,0.0,0.0 p25017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p25017,pv,0.0,0.0,19.22133318582928,38.44266637166584,57.66399955749502 +p25017,pv,0.0,0.0,0.0,0.0,0.0 p25017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p25017,wind-ons,0.0,0.0,0.0,0.0,0.0 -p25021,battery,210.0,420.0,753.9353364309063,1087.8706728616962,1421.806009292602 +p25021,battery,210.0,420.0,520.0,620.0,720.0 p25021,biomass,0.0,0.0,0.0,0.0,0.0 p25021,coal,0.0,0.0,0.0,0.0,0.0 -p25021,gas,0.0,0.0,0.0,0.0,0.0 +p25021,csp,0.0,0.0,0.0,0.0,0.0 +p25021,gas,0.69650000333786,1.39300000667572,1.39300000667572,1.39300000667572,1.39300000667572 p25021,geothermal,0.0,0.0,0.0,0.0,0.0 p25021,h2,0.0,0.0,0.0,0.0,0.0 p25021,hydro,0.0,0.0,0.0,0.0,0.0 p25021,nuclear,0.0,0.0,0.0,0.0,0.0 p25021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p25021,pv,0.0,0.0,6.66299994786641,13.325999895731002,19.988999843597398 +p25021,pv,0.0,0.0,0.0,0.0,0.0 p25021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p25021,wind-ons,0.0,0.0,0.0,0.0,0.0 -p25023,battery,75.0,150.0,200.0,250.0,300.0 +p25023,battery,0.0,0.0,0.0,0.0,0.0 p25023,biomass,0.0,0.0,0.0,0.0,0.0 p25023,coal,0.0,0.0,0.0,0.0,0.0 +p25023,csp,0.0,0.0,0.0,0.0,0.0 p25023,gas,0.0,0.0,0.0,0.0,0.0 p25023,geothermal,0.0,0.0,0.0,0.0,0.0 p25023,h2,0.0,0.0,0.0,0.0,0.0 p25023,hydro,0.0,0.0,0.0,0.0,0.0 p25023,nuclear,0.0,0.0,0.0,0.0,0.0 p25023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p25023,pv,0.0,0.0,100.76899981498718,201.53799962997437,302.3069994449611 +p25023,pv,3.375,6.75,6.75,6.75,6.75 p25023,wind-ofs,0.0,0.0,0.0,0.0,0.0 p25023,wind-ons,0.0,0.0,0.0,0.0,0.0 -p25025,battery,277.8119964599605,555.623992919921,740.8319905598764,926.0399881998892,1111.247985839842 +p25025,battery,277.8119964599605,555.623992919921,555.623992919921,555.623992919921,555.623992919921 p25025,biomass,0.0,0.0,0.0,0.0,0.0 p25025,coal,0.0,0.0,0.0,0.0,0.0 +p25025,csp,0.0,0.0,0.0,0.0,0.0 p25025,gas,0.0,0.0,0.0,0.0,0.0 p25025,geothermal,0.0,0.0,0.0,0.0,0.0 p25025,h2,0.0,0.0,0.0,0.0,0.0 @@ -8159,58 +8534,63 @@ p25025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p25025,pv,0.0,0.0,0.0,0.0,0.0 p25025,wind-ofs,0.0,0.0,0.0,0.0,0.0 p25025,wind-ons,0.0,0.0,0.0,0.0,0.0 -p25027,battery,0.0,0.0,668.5274685223121,1337.054937044857,2005.582405567166 +p25027,battery,101.974998474121,203.949996948242,363.9499969482422,523.9499969482422,683.949996948242 p25027,biomass,0.0,0.0,0.0,0.0,0.0 p25027,coal,0.0,0.0,0.0,0.0,0.0 +p25027,csp,0.0,0.0,0.0,0.0,0.0 p25027,gas,0.0,0.0,0.0,0.0,0.0 p25027,geothermal,0.0,0.0,0.0,0.0,0.0 p25027,h2,0.0,0.0,0.0,0.0,0.0 p25027,hydro,0.0,0.0,0.0,0.0,0.0 p25027,nuclear,0.0,0.0,0.0,0.0,0.0 p25027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p25027,pv,0.0,0.0,99.06699927648879,198.13399855297757,297.2009978294364 +p25027,pv,0.0,0.0,0.0,0.0,0.0 p25027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p25027,wind-ons,0.0,0.0,0.0,0.0,0.0 p26001,battery,0.0,0.0,0.0,0.0,0.0 p26001,biomass,0.0,0.0,0.0,0.0,0.0 p26001,coal,0.0,0.0,0.0,0.0,0.0 +p26001,csp,0.0,0.0,0.0,0.0,0.0 p26001,gas,0.0,0.0,0.0,0.0,0.0 p26001,geothermal,0.0,0.0,0.0,0.0,0.0 p26001,h2,0.0,0.0,0.0,0.0,0.0 p26001,hydro,0.0,0.0,0.0,0.0,0.0 p26001,nuclear,0.0,0.0,0.0,0.0,0.0 p26001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26001,pv,0.0,0.0,150.6333333333605,301.266666666721,451.9 +p26001,pv,0.0,0.0,150.6333333333605,301.2666666666628,451.9 p26001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26005,battery,0.0,0.0,191.6333333333605,383.266666666721,574.9 +p26005,battery,0.0,0.0,216.6333333333605,433.2666666666628,649.9 p26005,biomass,0.0,0.0,0.0,0.0,0.0 p26005,coal,0.0,0.0,0.0,0.0,0.0 +p26005,csp,0.0,0.0,0.0,0.0,0.0 p26005,gas,0.0,0.0,0.0,0.0,0.0 p26005,geothermal,0.0,0.0,0.0,0.0,0.0 p26005,h2,0.0,0.0,0.0,0.0,0.0 p26005,hydro,0.0,0.0,0.0,0.0,0.0 p26005,nuclear,0.0,0.0,0.0,0.0,0.0 p26005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26005,pv,0.0,0.0,105.75,211.5,317.25 +p26005,pv,0.0,0.0,56.666666666656965,113.33333333332848,170.0 p26005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26005,wind-ons,0.0,0.0,0.0,0.0,0.0 p26011,battery,0.0,0.0,0.0,0.0,0.0 p26011,biomass,0.0,0.0,0.0,0.0,0.0 p26011,coal,0.0,0.0,0.0,0.0,0.0 +p26011,csp,0.0,0.0,0.0,0.0,0.0 p26011,gas,0.0,0.0,0.0,0.0,0.0 p26011,geothermal,0.0,0.0,0.0,0.0,0.0 p26011,h2,0.0,0.0,0.0,0.0,0.0 p26011,hydro,0.0,0.0,0.0,0.0,0.0 p26011,nuclear,0.0,0.0,0.0,0.0,0.0 p26011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26011,pv,0.0,0.0,169.66666666668607,339.33333333331393,509.0 +p26011,pv,0.0,0.0,118.17333333331044,236.34666666664998,354.52 p26011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26011,wind-ons,0.0,0.0,0.0,0.0,0.0 p26013,battery,0.0,0.0,0.0,0.0,0.0 p26013,biomass,0.0,0.0,0.0,0.0,0.0 p26013,coal,0.0,0.0,0.0,0.0,0.0 -p26013,gas,0.0,0.0,0.599999999999909,1.199999999999818,1.8 +p26013,csp,0.0,0.0,0.0,0.0,0.0 +p26013,gas,0.0,0.0,0.599999999999909,1.2000000000000455,1.8 p26013,geothermal,0.0,0.0,0.0,0.0,0.0 p26013,h2,0.0,0.0,0.0,0.0,0.0 p26013,hydro,0.0,0.0,0.0,0.0,0.0 @@ -8231,93 +8611,88 @@ p26015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p26015,pv,0.0,0.0,50.0,100.0,150.0 p26015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26015,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26017,battery,0.0,0.0,108.33333333334303,216.66666666665697,325.0 +p26017,battery,0.0,0.0,0.0,0.0,0.0 p26017,biomass,0.0,0.0,0.0,0.0,0.0 p26017,coal,0.0,0.0,0.0,0.0,0.0 +p26017,csp,0.0,0.0,0.0,0.0,0.0 p26017,gas,0.0,0.0,0.0,0.0,0.0 p26017,geothermal,0.0,0.0,0.0,0.0,0.0 p26017,h2,0.0,0.0,0.0,0.0,0.0 p26017,hydro,0.0,0.0,0.0,0.0,0.0 p26017,nuclear,0.0,0.0,0.0,0.0,0.0 p26017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26017,pv,0.0,0.0,128.33333333334303,256.66666666665697,385.0 +p26017,pv,0.0,0.0,128.33333333331393,256.66666666665697,385.0 p26017,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26017,wind-ons,0.0,0.0,84.66666666665697,169.33333333334303,254.0 +p26017,wind-ons,0.0,0.0,223.0,446.0,669.0 p26021,battery,0.0,0.0,0.0,0.0,0.0 p26021,biomass,0.0,0.0,0.0,0.0,0.0 p26021,coal,0.0,0.0,0.0,0.0,0.0 +p26021,csp,0.0,0.0,0.0,0.0,0.0 p26021,gas,0.0,0.0,0.0,0.0,0.0 p26021,geothermal,0.0,0.0,0.0,0.0,0.0 p26021,h2,0.0,0.0,0.0,0.0,0.0 p26021,hydro,0.0,0.0,0.0,0.0,0.0 p26021,nuclear,0.0,0.0,0.0,0.0,0.0 p26021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26021,pv,0.0,0.0,93.33333333334303,186.66666666665697,280.0 +p26021,pv,0.0,0.0,93.33333333331393,186.66666666665697,280.0 p26021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26021,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26023,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p26023,battery,50.0,100.0,260.0,420.0,580.0 p26023,biomass,0.0,0.0,0.0,0.0,0.0 p26023,coal,0.0,0.0,0.0,0.0,0.0 -p26023,gas,0.0,0.0,0.0,0.0,0.0 +p26023,csp,0.0,0.0,0.0,0.0,0.0 +p26023,gas,0.0,0.0,481.6666666667443,963.3333333333721,1445.0 p26023,geothermal,0.0,0.0,0.0,0.0,0.0 p26023,h2,0.0,0.0,0.0,0.0,0.0 p26023,hydro,0.0,0.0,0.0,0.0,0.0 p26023,nuclear,0.0,0.0,0.0,0.0,0.0 p26023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26023,pv,0.0,0.0,266.66666666662786,533.3333333333721,800.0 +p26023,pv,175.0,350.0,500.0,650.0,800.0 p26023,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26023,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26025,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p26025,battery,0.0,0.0,100.0,200.0,300.0 p26025,biomass,0.0,0.0,0.0,0.0,0.0 p26025,coal,0.0,0.0,0.0,0.0,0.0 +p26025,csp,0.0,0.0,0.0,0.0,0.0 p26025,gas,0.0,0.0,0.0,0.0,0.0 p26025,geothermal,0.0,0.0,0.0,0.0,0.0 p26025,h2,0.0,0.0,0.0,0.0,0.0 p26025,hydro,0.0,0.0,0.0,0.0,0.0 p26025,nuclear,0.0,0.0,0.0,0.0,0.0 p26025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26025,pv,162.475,324.95,824.2833333333256,1323.6166666665813,1822.95 +p26025,pv,349.5,699.0,1058.6500000000233,1418.3000000000466,1777.95 p26025,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26025,wind-ons,0.0,0.0,0.0,0.0,0.0 p26027,battery,0.0,0.0,50.0,100.0,150.0 p26027,biomass,0.0,0.0,0.0,0.0,0.0 p26027,coal,0.0,0.0,0.0,0.0,0.0 +p26027,csp,0.0,0.0,0.0,0.0,0.0 p26027,gas,0.0,0.0,0.0,0.0,0.0 p26027,geothermal,0.0,0.0,0.0,0.0,0.0 p26027,h2,0.0,0.0,0.0,0.0,0.0 p26027,hydro,0.0,0.0,0.0,0.0,0.0 p26027,nuclear,0.0,0.0,0.0,0.0,0.0 p26027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26027,pv,75.0,150.0,275.0333333333547,400.06666666668025,525.1 +p26027,pv,75.0,150.0,410.3666666665813,670.733333333279,931.1 p26027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26031,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p26031,battery,0.0,0.0,0.0,0.0,0.0 p26031,biomass,0.0,0.0,0.0,0.0,0.0 p26031,coal,0.0,0.0,0.0,0.0,0.0 +p26031,csp,0.0,0.0,0.0,0.0,0.0 p26031,gas,0.0,0.0,0.0,0.0,0.0 p26031,geothermal,0.0,0.0,0.0,0.0,0.0 p26031,h2,0.0,0.0,0.0,0.0,0.0 p26031,hydro,0.0,0.0,0.0,0.0,0.0 p26031,nuclear,0.0,0.0,0.0,0.0,0.0 p26031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26031,pv,0.0,0.0,100.59999999997672,201.19999999998254,301.8 +p26031,pv,0.0,0.0,67.26666666663368,134.53333333332557,201.8 p26031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26033,battery,0.0,0.0,0.0,0.0,0.0 -p26033,biomass,0.0,0.0,0.0,0.0,0.0 -p26033,coal,0.0,0.0,0.0,0.0,0.0 -p26033,gas,0.0,0.0,0.0,0.0,0.0 -p26033,geothermal,0.0,0.0,0.0,0.0,0.0 -p26033,h2,0.0,0.0,0.0,0.0,0.0 -p26033,hydro,0.0,0.0,0.0,0.0,0.0 -p26033,nuclear,0.0,0.0,0.0,0.0,0.0 -p26033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26033,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p26033,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26033,wind-ons,0.0,0.0,0.0,0.0,0.0 p26035,battery,0.0,0.0,0.0,0.0,0.0 p26035,biomass,0.0,0.0,0.0,0.0,0.0 p26035,coal,0.0,0.0,0.0,0.0,0.0 +p26035,csp,0.0,0.0,0.0,0.0,0.0 p26035,gas,0.0,0.0,0.0,0.0,0.0 p26035,geothermal,0.0,0.0,0.0,0.0,0.0 p26035,h2,0.0,0.0,0.0,0.0,0.0 @@ -8327,79 +8702,85 @@ p26035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p26035,pv,0.0,0.0,75.0,150.0,225.0 p26035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26037,battery,0.0,0.0,15.0,30.0,45.0 +p26037,battery,0.0,0.0,0.0,0.0,0.0 p26037,biomass,0.0,0.0,0.0,0.0,0.0 p26037,coal,0.0,0.0,0.0,0.0,0.0 +p26037,csp,0.0,0.0,0.0,0.0,0.0 p26037,gas,0.0,0.0,0.0,0.0,0.0 p26037,geothermal,0.0,0.0,0.0,0.0,0.0 p26037,h2,0.0,0.0,0.0,0.0,0.0 p26037,hydro,0.0,0.0,0.0,0.0,0.0 p26037,nuclear,0.0,0.0,0.0,0.0,0.0 p26037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26037,pv,0.0,0.0,150.0,300.0,450.0 +p26037,pv,75.0,150.0,150.0,150.0,150.0 p26037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26037,wind-ons,0.0,0.0,100.0,200.0,300.0 p26041,battery,0.0,0.0,0.0,0.0,0.0 p26041,biomass,0.0,0.0,0.0,0.0,0.0 p26041,coal,0.0,0.0,0.0,0.0,0.0 +p26041,csp,0.0,0.0,0.0,0.0,0.0 p26041,gas,0.0,0.0,0.0,0.0,0.0 p26041,geothermal,0.0,0.0,0.0,0.0,0.0 p26041,h2,0.0,0.0,0.0,0.0,0.0 p26041,hydro,0.0,0.0,0.0,0.0,0.0 p26041,nuclear,0.0,0.0,0.0,0.0,0.0 p26041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26041,pv,0.0,0.0,50.0,100.0,150.0 +p26041,pv,0.0,0.0,68.33333333331393,136.66666666665697,205.0 p26041,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26041,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26043,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p26043,battery,0.0,0.0,0.0,0.0,0.0 p26043,biomass,0.0,0.0,0.0,0.0,0.0 p26043,coal,0.0,0.0,0.0,0.0,0.0 +p26043,csp,0.0,0.0,0.0,0.0,0.0 p26043,gas,0.0,0.0,0.0,0.0,0.0 p26043,geothermal,0.0,0.0,0.0,0.0,0.0 p26043,h2,0.0,0.0,0.0,0.0,0.0 p26043,hydro,0.0,0.0,0.0,0.0,0.0 p26043,nuclear,0.0,0.0,0.0,0.0,0.0 p26043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26043,pv,0.0,0.0,86.66666666665697,173.33333333334303,260.0 +p26043,pv,11.25,22.5,64.33000000000175,106.16000000000349,147.99 p26043,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26043,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26045,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p26045,battery,0.0,0.0,250.0,500.0,750.0 p26045,biomass,0.0,0.0,0.0,0.0,0.0 p26045,coal,0.0,0.0,0.0,0.0,0.0 +p26045,csp,0.0,0.0,0.0,0.0,0.0 p26045,gas,0.0,0.0,0.0,0.0,0.0 p26045,geothermal,0.0,0.0,0.0,0.0,0.0 p26045,h2,0.0,0.0,0.0,0.0,0.0 p26045,hydro,0.0,0.0,0.0,0.0,0.0 p26045,nuclear,0.0,0.0,0.0,0.0,0.0 p26045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26045,pv,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p26045,pv,0.0,0.0,59.333333333343035,118.66666666667152,178.0 p26045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26045,wind-ons,0.0,0.0,0.0,0.0,0.0 p26049,battery,0.0,0.0,150.0,300.0,450.0 p26049,biomass,0.0,0.0,0.0,0.0,0.0 p26049,coal,0.0,0.0,0.0,0.0,0.0 -p26049,gas,0.0,0.0,0.0,0.0,0.0 +p26049,csp,0.0,0.0,0.0,0.0,0.0 +p26049,gas,0.0,0.0,422.6333333334187,845.266666666721,1267.9 p26049,geothermal,0.0,0.0,0.0,0.0,0.0 p26049,h2,0.0,0.0,0.0,0.0,0.0 p26049,hydro,0.0,0.0,0.0,0.0,0.0 p26049,nuclear,0.0,0.0,0.0,0.0,0.0 p26049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26049,pv,87.5,175.0,233.33333333332848,291.6666666666715,350.0 +p26049,pv,0.0,0.0,58.333333333343035,116.66666666667152,175.0 p26049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26049,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26051,battery,0.0,0.0,8.33333333333212,16.66666666666788,25.0 +p26051,battery,0.0,0.0,8.333333333335759,16.66666666666788,25.0 p26051,biomass,0.0,0.0,0.0,0.0,0.0 p26051,coal,0.0,0.0,0.0,0.0,0.0 +p26051,csp,0.0,0.0,0.0,0.0,0.0 p26051,gas,0.0,0.0,0.0,0.0,0.0 p26051,geothermal,0.0,0.0,0.0,0.0,0.0 p26051,h2,0.0,0.0,0.0,0.0,0.0 p26051,hydro,0.0,0.0,0.0,0.0,0.0 p26051,nuclear,0.0,0.0,0.0,0.0,0.0 p26051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26051,pv,0.0,0.0,156.66666666668607,313.33333333331393,470.0 +p26051,pv,0.0,0.0,90.0,180.0,270.0 p26051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26051,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26055,battery,0.0,0.0,0.0,0.0,0.0 +p26055,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p26055,biomass,0.0,0.0,0.0,0.0,0.0 p26055,coal,0.0,0.0,0.0,0.0,0.0 p26055,gas,0.0,0.0,0.0,0.0,0.0 @@ -8411,57 +8792,49 @@ p26055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p26055,pv,0.0,0.0,45.0,90.0,135.0 p26055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26055,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26057,battery,0.0,0.0,206.66666666668607,413.33333333331393,620.0 +p26057,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p26057,biomass,0.0,0.0,0.0,0.0,0.0 p26057,coal,0.0,0.0,0.0,0.0,0.0 +p26057,csp,0.0,0.0,0.0,0.0,0.0 p26057,gas,0.0,0.0,0.0,0.0,0.0 p26057,geothermal,0.0,0.0,0.0,0.0,0.0 p26057,h2,0.0,0.0,0.0,0.0,0.0 p26057,hydro,0.0,0.0,0.0,0.0,0.0 p26057,nuclear,0.0,0.0,0.0,0.0,0.0 p26057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26057,pv,90.0,180.0,240.0,300.0,360.0 +p26057,pv,90.0,180.0,221.66666666665697,263.3333333333285,305.0 p26057,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26057,wind-ons,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p26057,wind-ons,0.0,0.0,125.0,250.0,375.0 p26059,battery,0.0,0.0,0.0,0.0,0.0 p26059,biomass,0.0,0.0,0.0,0.0,0.0 p26059,coal,0.0,0.0,0.0,0.0,0.0 +p26059,csp,0.0,0.0,0.0,0.0,0.0 p26059,gas,0.0,0.0,0.0,0.0,0.0 p26059,geothermal,0.0,0.0,0.0,0.0,0.0 p26059,h2,0.0,0.0,0.0,0.0,0.0 p26059,hydro,0.0,0.0,0.0,0.0,0.0 p26059,nuclear,0.0,0.0,0.0,0.0,0.0 p26059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26059,pv,0.0,0.0,176.66666666668607,353.33333333331393,530.0 +p26059,pv,90.0,180.0,276.66666666668607,373.33333333334303,470.0 p26059,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26059,wind-ons,0.0,0.0,5.366666666666788,10.733333333333576,16.1 -p26061,battery,0.0,0.0,0.0,0.0,0.0 -p26061,biomass,0.0,0.0,0.0,0.0,0.0 -p26061,coal,0.0,0.0,0.0,0.0,0.0 -p26061,gas,0.0,0.0,0.0,0.0,0.0 -p26061,geothermal,0.0,0.0,0.0,0.0,0.0 -p26061,h2,0.0,0.0,0.0,0.0,0.0 -p26061,hydro,0.0,0.0,0.0,0.0,0.0 -p26061,nuclear,0.0,0.0,0.0,0.0,0.0 -p26061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26061,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p26061,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26061,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26063,battery,0.0,0.0,283.33333333337214,566.6666666666279,850.0 +p26063,battery,15.0,30.0,630.0,1230.0,1830.0 p26063,biomass,0.0,0.0,0.0,0.0,0.0 p26063,coal,0.0,0.0,0.0,0.0,0.0 +p26063,csp,0.0,0.0,0.0,0.0,0.0 p26063,gas,0.0,0.0,0.0,0.0,0.0 p26063,geothermal,0.0,0.0,0.0,0.0,0.0 p26063,h2,0.0,0.0,0.0,0.0,0.0 p26063,hydro,0.0,0.0,0.0,0.0,0.0 p26063,nuclear,0.0,0.0,0.0,0.0,0.0 p26063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26063,pv,0.0,0.0,183.33333333331393,366.66666666668607,550.0 +p26063,pv,100.0,200.0,316.66666666668607,433.33333333334303,550.0 p26063,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26063,wind-ons,0.0,0.0,50.0,100.0,150.0 -p26065,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p26063,wind-ons,0.0,0.0,491.6666666667443,983.3333333333721,1475.0 +p26065,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p26065,biomass,0.0,0.0,0.0,0.0,0.0 p26065,coal,0.0,0.0,0.0,0.0,0.0 +p26065,csp,0.0,0.0,0.0,0.0,0.0 p26065,gas,0.0,0.0,0.0,0.0,0.0 p26065,geothermal,0.0,0.0,0.0,0.0,0.0 p26065,h2,0.0,0.0,0.0,0.0,0.0 @@ -8471,28 +8844,30 @@ p26065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p26065,pv,45.0,90.0,165.0,240.0,315.0 p26065,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26065,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26067,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p26067,battery,0.0,0.0,0.0,0.0,0.0 p26067,biomass,0.0,0.0,0.0,0.0,0.0 p26067,coal,0.0,0.0,0.0,0.0,0.0 +p26067,csp,0.0,0.0,0.0,0.0,0.0 p26067,gas,0.0,0.0,0.0,0.0,0.0 p26067,geothermal,0.0,0.0,0.0,0.0,0.0 p26067,h2,0.0,0.0,0.0,0.0,0.0 p26067,hydro,0.0,0.0,0.0,0.0,0.0 p26067,nuclear,0.0,0.0,0.0,0.0,0.0 p26067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26067,pv,100.0,200.0,416.66666666668607,633.3333333333139,850.0 +p26067,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p26067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26067,wind-ons,99.0,198.0,264.0,330.0,396.0 p26069,battery,0.0,0.0,0.0,0.0,0.0 p26069,biomass,0.0,0.0,0.0,0.0,0.0 p26069,coal,0.0,0.0,0.0,0.0,0.0 +p26069,csp,0.0,0.0,0.0,0.0,0.0 p26069,gas,0.0,0.0,0.0,0.0,0.0 p26069,geothermal,0.0,0.0,0.0,0.0,0.0 p26069,h2,0.0,0.0,0.0,0.0,0.0 p26069,hydro,0.0,0.0,0.0,0.0,0.0 p26069,nuclear,0.0,0.0,0.0,0.0,0.0 p26069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26069,pv,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p26069,pv,25.0,50.0,85.0,120.0,155.0 p26069,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26069,wind-ons,0.0,0.0,0.0,0.0,0.0 p26073,battery,0.0,0.0,0.0,0.0,0.0 @@ -8504,36 +8879,39 @@ p26073,h2,0.0,0.0,0.0,0.0,0.0 p26073,hydro,0.0,0.0,0.0,0.0,0.0 p26073,nuclear,0.0,0.0,0.0,0.0,0.0 p26073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26073,pv,0.0,0.0,60.0,120.0,180.0 +p26073,pv,0.0,0.0,214.66666666662786,429.33333333331393,644.0 p26073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26073,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26075,battery,0.0,0.0,123.33333333334303,246.66666666665697,370.0 +p26075,battery,0.0,0.0,123.33333333331393,246.66666666665697,370.0 p26075,biomass,0.0,0.0,0.0,0.0,0.0 p26075,coal,0.0,0.0,0.0,0.0,0.0 +p26075,csp,0.0,0.0,0.0,0.0,0.0 p26075,gas,0.0,0.0,0.0,0.0,0.0 p26075,geothermal,0.0,0.0,0.0,0.0,0.0 p26075,h2,0.0,0.0,0.0,0.0,0.0 p26075,hydro,0.0,0.0,0.0,0.0,0.0 p26075,nuclear,0.0,0.0,0.0,0.0,0.0 p26075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26075,pv,112.5,225.0,300.0,375.0,450.0 +p26075,pv,50.0,100.0,141.66666666665697,183.33333333332848,225.0 p26075,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26075,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26077,battery,0.0,0.0,221.66666666668607,443.33333333331393,665.0 +p26077,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p26077,biomass,0.0,0.0,0.0,0.0,0.0 p26077,coal,0.0,0.0,0.0,0.0,0.0 -p26077,gas,0.0,0.0,0.0,0.0,0.0 +p26077,csp,0.0,0.0,0.0,0.0,0.0 +p26077,gas,3.2,6.4,6.4,6.4,6.4 p26077,geothermal,0.0,0.0,0.0,0.0,0.0 p26077,h2,0.0,0.0,0.0,0.0,0.0 p26077,hydro,0.0,0.0,0.0,0.0,0.0 p26077,nuclear,0.0,0.0,0.0,0.0,0.0 p26077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26077,pv,0.0,0.0,73.33333333334303,146.66666666665697,220.0 +p26077,pv,0.0,0.0,73.33333333331393,146.66666666665697,220.0 p26077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26077,wind-ons,0.0,0.0,0.0,0.0,0.0 p26079,battery,0.0,0.0,0.0,0.0,0.0 p26079,biomass,0.0,0.0,0.0,0.0,0.0 p26079,coal,0.0,0.0,0.0,0.0,0.0 +p26079,csp,0.0,0.0,0.0,0.0,0.0 p26079,gas,0.0,0.0,4.466666666665333,8.933333333332484,13.4 p26079,geothermal,0.0,0.0,0.0,0.0,0.0 p26079,h2,0.0,0.0,0.0,0.0,0.0 @@ -8543,18 +8921,7 @@ p26079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p26079,pv,0.0,0.0,0.0,0.0,0.0 p26079,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26079,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26081,battery,0.0,0.0,150.0,300.0,450.0 -p26081,biomass,0.0,0.0,0.0,0.0,0.0 -p26081,coal,0.0,0.0,0.0,0.0,0.0 -p26081,gas,0.0,0.0,0.0,0.0,0.0 -p26081,geothermal,0.0,0.0,0.0,0.0,0.0 -p26081,h2,0.0,0.0,0.0,0.0,0.0 -p26081,hydro,0.0,0.0,0.0,0.0,0.0 -p26081,nuclear,0.0,0.0,0.0,0.0,0.0 -p26081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26081,pv,0.0,0.0,0.0,0.0,0.0 -p26081,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26081,csp,0.0,0.0,0.0,0.0,0.0 p26087,battery,0.0,0.0,0.0,0.0,0.0 p26087,biomass,0.0,0.0,0.0,0.0,0.0 p26087,coal,0.0,0.0,0.0,0.0,0.0 @@ -8567,28 +8934,30 @@ p26087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p26087,pv,0.0,0.0,100.0,200.0,300.0 p26087,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26087,wind-ons,0.0,0.0,100.0,200.0,300.0 -p26091,battery,0.0,0.0,70.0,140.0,210.0 +p26091,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p26091,biomass,0.0,0.0,0.0,0.0,0.0 p26091,coal,0.0,0.0,0.0,0.0,0.0 +p26091,csp,0.0,0.0,0.0,0.0,0.0 p26091,gas,0.0,0.0,0.0,0.0,0.0 p26091,geothermal,0.0,0.0,0.0,0.0,0.0 p26091,h2,0.0,0.0,0.0,0.0,0.0 p26091,hydro,0.0,0.0,0.0,0.0,0.0 p26091,nuclear,0.0,0.0,0.0,0.0,0.0 p26091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26091,pv,215.0,430.0,646.6666666666861,863.3333333333139,1080.0 +p26091,pv,100.0,200.0,456.66666666662786,713.3333333333139,970.0 p26091,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26091,wind-ons,0.0,0.0,87.66666666665697,175.33333333334303,263.0 -p26093,battery,0.0,0.0,58.33333333332848,116.66666666667152,175.0 +p26091,wind-ons,0.0,0.0,191.66666666662786,383.33333333331393,575.0 +p26093,battery,0.0,0.0,53.333333333343035,106.66666666667152,160.0 p26093,biomass,0.0,0.0,0.0,0.0,0.0 p26093,coal,0.0,0.0,0.0,0.0,0.0 +p26093,csp,0.0,0.0,0.0,0.0,0.0 p26093,gas,0.0,0.0,484.0,968.0,1452.0 p26093,geothermal,0.0,0.0,0.0,0.0,0.0 p26093,h2,0.0,0.0,0.0,0.0,0.0 p26093,hydro,0.0,0.0,0.0,0.0,0.0 p26093,nuclear,0.0,0.0,0.0,0.0,0.0 p26093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26093,pv,0.0,0.0,286.66666666662786,573.3333333333721,860.0 +p26093,pv,0.0,0.0,275.0,550.0,825.0 p26093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26093,wind-ons,0.0,0.0,0.0,0.0,0.0 p26097,battery,0.0,0.0,0.0,0.0,0.0 @@ -8600,12 +8969,13 @@ p26097,h2,0.0,0.0,0.0,0.0,0.0 p26097,hydro,0.0,0.0,0.0,0.0,0.0 p26097,nuclear,0.0,0.0,0.0,0.0,0.0 p26097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26097,pv,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p26097,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 p26097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26099,battery,0.0,0.0,163.33333333331393,326.66666666668607,490.0 +p26099,battery,0.0,0.0,84.0,168.0,252.0 p26099,biomass,0.0,0.0,0.0,0.0,0.0 p26099,coal,0.0,0.0,0.0,0.0,0.0 +p26099,csp,0.0,0.0,0.0,0.0,0.0 p26099,gas,0.0,0.0,0.0,0.0,0.0 p26099,geothermal,0.0,0.0,0.0,0.0,0.0 p26099,h2,0.0,0.0,0.0,0.0,0.0 @@ -8615,177 +8985,166 @@ p26099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p26099,pv,0.0,0.0,0.0,0.0,0.0 p26099,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26101,battery,0.0,0.0,0.0,0.0,0.0 -p26101,biomass,0.0,0.0,0.0,0.0,0.0 -p26101,coal,0.0,0.0,0.0,0.0,0.0 -p26101,gas,0.0,0.0,100.0,200.0,300.0 -p26101,geothermal,0.0,0.0,0.0,0.0,0.0 -p26101,h2,0.0,0.0,0.0,0.0,0.0 -p26101,hydro,0.0,0.0,0.0,0.0,0.0 -p26101,nuclear,0.0,0.0,0.0,0.0,0.0 -p26101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26101,pv,0.0,0.0,0.0,0.0,0.0 -p26101,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26101,wind-ons,0.0,0.0,0.0,0.0,0.0 p26103,battery,0.0,0.0,0.0,0.0,0.0 p26103,biomass,0.0,0.0,0.0,0.0,0.0 p26103,coal,0.0,0.0,0.0,0.0,0.0 -p26103,gas,0.0,0.0,1.3999999999996362,2.799999999999727,4.2 +p26103,csp,0.0,0.0,0.0,0.0,0.0 +p26103,gas,0.0,0.0,1.400000000000091,2.800000000000182,4.2 p26103,geothermal,0.0,0.0,0.0,0.0,0.0 p26103,h2,0.0,0.0,0.0,0.0,0.0 p26103,hydro,0.0,0.0,0.0,0.0,0.0 p26103,nuclear,0.0,0.0,0.0,0.0,0.0 p26103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26103,pv,50.0,100.0,170.73333333336632,241.46666666670353,312.2 +p26103,pv,0.0,0.0,104.06666666668025,208.1333333333314,312.2 p26103,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26103,wind-ons,0.0,0.0,56.66666666667152,113.33333333332848,170.0 -p26105,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p26103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26105,battery,0.0,0.0,200.0,400.0,600.0 p26105,biomass,0.0,0.0,0.0,0.0,0.0 p26105,coal,0.0,0.0,0.0,0.0,0.0 -p26105,gas,0.0,0.0,5.0,10.0,15.0 +p26105,csp,0.0,0.0,0.0,0.0,0.0 +p26105,gas,0.0,0.0,0.0,0.0,0.0 p26105,geothermal,0.0,0.0,0.0,0.0,0.0 p26105,h2,0.0,0.0,0.0,0.0,0.0 p26105,hydro,0.0,0.0,0.0,0.0,0.0 p26105,nuclear,0.0,0.0,0.0,0.0,0.0 -p26105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26105,pv,0.0,0.0,328.33333333337214,656.6666666666279,985.0 +p26105,pumped-hydro,35.0,70.0,70.0,70.0,70.0 +p26105,pv,0.0,0.0,295.0,590.0,885.0 p26105,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26105,wind-ons,0.0,0.0,0.0,0.0,0.0 p26111,battery,0.0,0.0,50.0,100.0,150.0 p26111,biomass,0.0,0.0,0.0,0.0,0.0 p26111,coal,0.0,0.0,0.0,0.0,0.0 -p26111,gas,0.0,0.0,100.0,200.0,300.0 +p26111,csp,0.0,0.0,0.0,0.0,0.0 +p26111,gas,0.0,0.0,0.0,0.0,0.0 p26111,geothermal,0.0,0.0,0.0,0.0,0.0 p26111,h2,0.0,0.0,0.0,0.0,0.0 p26111,hydro,0.0,0.0,0.0,0.0,0.0 p26111,nuclear,0.0,0.0,0.0,0.0,0.0 p26111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26111,pv,0.0,0.0,175.33333333331393,350.66666666668607,526.0 +p26111,pv,0.0,0.0,125.0,250.0,375.0 p26111,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26111,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26115,battery,0.0,0.0,150.0,300.0,450.0 +p26115,battery,0.0,0.0,496.6666666667443,993.3333333333721,1490.0 p26115,biomass,0.0,0.0,0.0,0.0,0.0 p26115,coal,0.0,0.0,0.0,0.0,0.0 -p26115,gas,0.0,0.0,0.0,0.0,0.0 +p26115,csp,0.0,0.0,0.0,0.0,0.0 +p26115,gas,0.0,0.0,999.3333333334886,1998.6666666667443,2998.0 p26115,geothermal,0.0,0.0,0.0,0.0,0.0 p26115,h2,0.0,0.0,0.0,0.0,0.0 p26115,hydro,0.0,0.0,0.0,0.0,0.0 p26115,nuclear,0.0,0.0,0.0,0.0,0.0 p26115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26115,pv,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p26115,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p26115,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26115,wind-ons,0.0,0.0,0.0,0.0,0.0 p26117,battery,0.0,0.0,125.0,250.0,375.0 p26117,biomass,0.0,0.0,0.0,0.0,0.0 p26117,coal,0.0,0.0,0.0,0.0,0.0 +p26117,csp,0.0,0.0,0.0,0.0,0.0 p26117,gas,0.0,0.0,0.0,0.0,0.0 p26117,geothermal,0.0,0.0,0.0,0.0,0.0 p26117,h2,0.0,0.0,0.0,0.0,0.0 p26117,hydro,0.0,0.0,0.0,0.0,0.0 p26117,nuclear,0.0,0.0,0.0,0.0,0.0 p26117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26117,pv,100.0,200.0,357.33333333331393,514.6666666666861,672.0 +p26117,pv,100.0,200.0,357.33333333337214,514.6666666666861,672.0 p26117,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26117,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26121,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p26117,wind-ons,0.0,0.0,100.0,200.0,300.0 +p26121,battery,0.0,0.0,50.0,100.0,150.0 p26121,biomass,0.0,0.0,0.0,0.0,0.0 p26121,coal,0.0,0.0,0.0,0.0,0.0 +p26121,csp,0.0,0.0,0.0,0.0,0.0 p26121,gas,0.0,0.0,0.0,0.0,0.0 p26121,geothermal,0.0,0.0,0.0,0.0,0.0 p26121,h2,0.0,0.0,0.0,0.0,0.0 p26121,hydro,0.0,0.0,0.0,0.0,0.0 p26121,nuclear,0.0,0.0,0.0,0.0,0.0 p26121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26121,pv,50.0,100.0,266.66666666668607,433.33333333331393,600.0 +p26121,pv,175.0,350.0,433.33333333331393,516.666666666657,600.0 p26121,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26121,wind-ons,0.0,0.0,66.57333333333372,133.14666666666744,199.72 p26123,battery,0.0,0.0,0.0,0.0,0.0 p26123,biomass,0.0,0.0,0.0,0.0,0.0 p26123,coal,0.0,0.0,0.0,0.0,0.0 +p26123,csp,0.0,0.0,0.0,0.0,0.0 p26123,gas,0.0,0.0,0.0,0.0,0.0 p26123,geothermal,0.0,0.0,0.0,0.0,0.0 p26123,h2,0.0,0.0,0.0,0.0,0.0 p26123,hydro,0.0,0.0,0.0,0.0,0.0 p26123,nuclear,0.0,0.0,0.0,0.0,0.0 p26123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26123,pv,0.0,0.0,73.33333333334303,146.66666666665697,220.0 +p26123,pv,0.0,0.0,73.33333333331393,146.66666666665697,220.0 p26123,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26123,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26125,battery,0.0,0.0,150.0,300.0,450.0 -p26125,biomass,0.0,0.0,0.0,0.0,0.0 -p26125,coal,0.0,0.0,0.0,0.0,0.0 -p26125,gas,0.0,0.0,0.0,0.0,0.0 -p26125,geothermal,0.0,0.0,0.0,0.0,0.0 -p26125,h2,0.0,0.0,0.0,0.0,0.0 -p26125,hydro,0.0,0.0,0.0,0.0,0.0 -p26125,nuclear,0.0,0.0,0.0,0.0,0.0 -p26125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26125,pv,0.0,0.0,0.0,0.0,0.0 -p26125,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26125,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26127,battery,0.0,0.0,0.0,0.0,0.0 +p26127,battery,0.0,0.0,80.0,160.0,240.0 p26127,biomass,0.0,0.0,0.0,0.0,0.0 p26127,coal,0.0,0.0,0.0,0.0,0.0 +p26127,csp,0.0,0.0,0.0,0.0,0.0 p26127,gas,0.0,0.0,0.0,0.0,0.0 p26127,geothermal,0.0,0.0,0.0,0.0,0.0 p26127,h2,0.0,0.0,0.0,0.0,0.0 p26127,hydro,0.0,0.0,0.0,0.0,0.0 p26127,nuclear,0.0,0.0,0.0,0.0,0.0 p26127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26127,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p26127,pv,0.0,0.0,76.66666666668607,153.33333333334303,230.0 p26127,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26127,wind-ons,0.0,0.0,0.0,0.0,0.0 p26129,battery,0.0,0.0,0.0,0.0,0.0 p26129,biomass,0.0,0.0,0.0,0.0,0.0 p26129,coal,0.0,0.0,0.0,0.0,0.0 +p26129,csp,0.0,0.0,0.0,0.0,0.0 p26129,gas,0.0,0.0,0.0,0.0,0.0 p26129,geothermal,0.0,0.0,0.0,0.0,0.0 p26129,h2,0.0,0.0,0.0,0.0,0.0 p26129,hydro,0.0,0.0,0.0,0.0,0.0 p26129,nuclear,0.0,0.0,0.0,0.0,0.0 p26129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26129,pv,0.0,0.0,308.60000000009313,617.2000000000698,925.8 +p26129,pv,0.0,0.0,145.2666666666628,290.5333333333256,435.8 p26129,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26129,wind-ons,0.0,0.0,0.0,0.0,0.0 p26133,battery,0.0,0.0,0.0,0.0,0.0 p26133,biomass,0.0,0.0,0.0,0.0,0.0 p26133,coal,0.0,0.0,0.0,0.0,0.0 +p26133,csp,0.0,0.0,0.0,0.0,0.0 p26133,gas,0.0,0.0,0.0,0.0,0.0 p26133,geothermal,0.0,0.0,0.0,0.0,0.0 p26133,h2,0.0,0.0,0.0,0.0,0.0 p26133,hydro,0.0,0.0,0.0,0.0,0.0 p26133,nuclear,0.0,0.0,0.0,0.0,0.0 p26133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26133,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p26133,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p26133,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26133,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26137,battery,0.0,0.0,186.66666666668607,373.33333333331393,560.0 +p26137,battery,0.0,0.0,20.0,40.0,60.0 p26137,biomass,0.0,0.0,0.0,0.0,0.0 p26137,coal,0.0,0.0,0.0,0.0,0.0 -p26137,gas,0.0,0.0,30.0,60.0,90.0 +p26137,csp,0.0,0.0,0.0,0.0,0.0 +p26137,gas,0.0,0.0,0.0,0.0,0.0 p26137,geothermal,0.0,0.0,0.0,0.0,0.0 p26137,h2,0.0,0.0,0.0,0.0,0.0 p26137,hydro,0.0,0.0,0.0,0.0,0.0 p26137,nuclear,0.0,0.0,0.0,0.0,0.0 p26137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26137,pv,0.0,0.0,147.66666666668607,295.33333333331393,443.0 +p26137,pv,100.0,200.0,250.0,300.0,350.0 p26137,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26137,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26139,battery,0.0,0.0,283.33333333337214,566.6666666666279,850.0 +p26139,battery,0.0,0.0,70.0,140.0,210.0 p26139,biomass,0.0,0.0,0.0,0.0,0.0 p26139,coal,0.0,0.0,0.0,0.0,0.0 -p26139,gas,0.0,0.0,0.0,0.0,0.0 +p26139,csp,0.0,0.0,0.0,0.0,0.0 +p26139,gas,0.0,0.0,363.0,726.0,1089.0 p26139,geothermal,0.0,0.0,0.0,0.0,0.0 p26139,h2,0.0,0.0,0.0,0.0,0.0 p26139,hydro,0.0,0.0,0.0,0.0,0.0 p26139,nuclear,0.0,0.0,0.0,0.0,0.0 p26139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26139,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p26139,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p26139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26139,wind-ons,0.0,0.0,0.0,0.0,0.0 p26141,battery,0.0,0.0,0.0,0.0,0.0 p26141,biomass,0.0,0.0,0.0,0.0,0.0 p26141,coal,0.0,0.0,0.0,0.0,0.0 +p26141,csp,0.0,0.0,0.0,0.0,0.0 p26141,gas,0.0,0.0,0.0,0.0,0.0 p26141,geothermal,0.0,0.0,0.0,0.0,0.0 p26141,h2,0.0,0.0,0.0,0.0,0.0 @@ -8794,119 +9153,117 @@ p26141,nuclear,0.0,0.0,0.0,0.0,0.0 p26141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p26141,pv,0.0,0.0,100.0,200.0,300.0 p26141,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26141,wind-ons,0.0,0.0,83.83333333334303,167.66666666665697,251.5 -p26143,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p26143,biomass,0.0,0.0,0.0,0.0,0.0 -p26143,coal,0.0,0.0,0.0,0.0,0.0 -p26143,gas,0.0,0.0,0.0,0.0,0.0 -p26143,geothermal,0.0,0.0,0.0,0.0,0.0 -p26143,h2,0.0,0.0,0.0,0.0,0.0 -p26143,hydro,0.0,0.0,0.0,0.0,0.0 -p26143,nuclear,0.0,0.0,0.0,0.0,0.0 -p26143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26143,pv,0.0,0.0,38.33333333332848,76.66666666667152,115.0 -p26143,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26143,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26145,battery,0.0,0.0,300.0,600.0,900.0 +p26141,wind-ons,0.0,0.0,83.83333333331393,167.66666666665697,251.5 +p26143,csp,0.0,0.0,0.0,0.0,0.0 +p26145,battery,0.0,0.0,301.4399999999441,602.8799999998882,904.3199999999999 p26145,biomass,0.0,0.0,0.0,0.0,0.0 p26145,coal,0.0,0.0,0.0,0.0,0.0 +p26145,csp,0.0,0.0,0.0,0.0,0.0 p26145,gas,0.0,0.0,0.0,0.0,0.0 p26145,geothermal,0.0,0.0,0.0,0.0,0.0 p26145,h2,0.0,0.0,0.0,0.0,0.0 p26145,hydro,0.0,0.0,0.0,0.0,0.0 p26145,nuclear,0.0,0.0,0.0,0.0,0.0 p26145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26145,pv,0.0,0.0,548.3333333332557,1096.6666666667443,1645.0 +p26145,pv,60.0,120.0,411.6666666667443,703.3333333333721,995.0 p26145,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26145,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26147,battery,0.0,0.0,303.33333333337214,606.6666666666279,910.0 +p26145,wind-ons,0.0,0.0,48.666666666656965,97.33333333332848,146.0 +p26147,battery,0.0,0.0,140.0,280.0,420.0 p26147,biomass,0.0,0.0,0.0,0.0,0.0 p26147,coal,0.0,0.0,0.0,0.0,0.0 +p26147,csp,0.0,0.0,0.0,0.0,0.0 p26147,gas,0.0,0.0,0.0,0.0,0.0 p26147,geothermal,0.0,0.0,0.0,0.0,0.0 p26147,h2,0.0,0.0,0.0,0.0,0.0 p26147,hydro,0.0,0.0,0.0,0.0,0.0 p26147,nuclear,0.0,0.0,0.0,0.0,0.0 p26147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26147,pv,50.0,100.0,266.66666666668607,433.33333333331393,600.0 +p26147,pv,150.0,300.0,366.66666666668607,433.33333333334303,500.0 p26147,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26147,wind-ons,0.0,0.0,0.0,0.0,0.0 p26149,battery,0.0,0.0,0.0,0.0,0.0 p26149,biomass,0.0,0.0,0.0,0.0,0.0 p26149,coal,0.0,0.0,0.0,0.0,0.0 +p26149,csp,0.0,0.0,0.0,0.0,0.0 p26149,gas,0.0,0.0,0.0,0.0,0.0 p26149,geothermal,0.0,0.0,0.0,0.0,0.0 p26149,h2,0.0,0.0,0.0,0.0,0.0 p26149,hydro,0.0,0.0,0.0,0.0,0.0 p26149,nuclear,0.0,0.0,0.0,0.0,0.0 p26149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26149,pv,0.0,0.0,162.0,324.0,486.0 +p26149,pv,0.0,0.0,227.33333333337214,454.66666666668607,682.0 p26149,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26149,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26151,battery,0.0,0.0,0.0,0.0,0.0 +p26151,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p26151,biomass,0.0,0.0,0.0,0.0,0.0 p26151,coal,0.0,0.0,0.0,0.0,0.0 +p26151,csp,0.0,0.0,0.0,0.0,0.0 p26151,gas,0.0,0.0,0.0,0.0,0.0 p26151,geothermal,0.0,0.0,0.0,0.0,0.0 p26151,h2,0.0,0.0,0.0,0.0,0.0 p26151,hydro,0.0,0.0,0.0,0.0,0.0 p26151,nuclear,0.0,0.0,0.0,0.0,0.0 p26151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26151,pv,100.0,200.0,600.0,1000.0,1400.0 +p26151,pv,100.0,200.0,666.0600000000559,1132.1200000001118,1598.18 p26151,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26151,wind-ons,0.0,0.0,171.69333333335817,343.38666666665813,515.08 -p26155,battery,0.0,0.0,0.0,0.0,0.0 +p26151,wind-ons,146.5,293.0,366.33333333331393,439.66666666665697,513.0 +p26155,battery,0.0,0.0,50.0,100.0,150.0 p26155,biomass,0.0,0.0,0.0,0.0,0.0 p26155,coal,0.0,0.0,0.0,0.0,0.0 +p26155,csp,0.0,0.0,0.0,0.0,0.0 p26155,gas,0.0,0.0,0.0,0.0,0.0 p26155,geothermal,0.0,0.0,0.0,0.0,0.0 p26155,h2,0.0,0.0,0.0,0.0,0.0 p26155,hydro,0.0,0.0,0.0,0.0,0.0 p26155,nuclear,0.0,0.0,0.0,0.0,0.0 p26155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26155,pv,85.0,170.0,236.66666666665697,303.33333333334303,370.0 +p26155,pv,0.0,0.0,180.0,360.0,540.0 p26155,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26155,wind-ons,0.0,0.0,260.0,520.0,780.0 -p26157,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p26155,wind-ons,0.0,0.0,160.0,320.0,480.0 +p26157,battery,0.0,0.0,150.0,300.0,450.0 p26157,biomass,0.0,0.0,0.0,0.0,0.0 p26157,coal,0.0,0.0,0.0,0.0,0.0 +p26157,csp,0.0,0.0,0.0,0.0,0.0 p26157,gas,0.0,0.0,0.0,0.0,0.0 p26157,geothermal,0.0,0.0,0.0,0.0,0.0 p26157,h2,0.0,0.0,0.0,0.0,0.0 p26157,hydro,0.0,0.0,0.0,0.0,0.0 p26157,nuclear,0.0,0.0,0.0,0.0,0.0 p26157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26157,pv,0.0,0.0,221.66666666668607,443.33333333331393,665.0 +p26157,pv,0.0,0.0,255.0,510.0,765.0 p26157,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p26157,wind-ons,0.0,0.0,72.43333333331975,144.8666666666395,217.3 -p26159,battery,0.0,0.0,342.39999999990687,684.7999999999302,1027.2 +p26157,wind-ons,0.0,0.0,72.43333333331975,144.8666666666686,217.3 +p26159,battery,37.5,75.0,291.66666666662786,508.33333333331393,725.0 p26159,biomass,0.0,0.0,0.0,0.0,0.0 p26159,coal,0.0,0.0,0.0,0.0,0.0 +p26159,csp,0.0,0.0,0.0,0.0,0.0 p26159,gas,0.0,0.0,0.0,0.0,0.0 p26159,geothermal,0.0,0.0,0.0,0.0,0.0 p26159,h2,0.0,0.0,0.0,0.0,0.0 p26159,hydro,0.0,0.0,0.0,0.0,0.0 -p26159,nuclear,0.0,0.0,0.0,0.0,0.0 +p26159,nuclear,0.0,0.0,245.0,490.0,735.0 p26159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26159,pv,42.5,85.0,558.8333333333721,1032.6666666666279,1506.5 +p26159,pv,92.5,185.0,467.69999999995343,750.4000000000233,1033.1 p26159,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26159,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26161,battery,10.0,20.0,253.33333333331393,486.66666666668607,720.0 +p26161,battery,0.0,0.0,173.33333333337214,346.66666666668607,520.0 p26161,biomass,0.0,0.0,0.0,0.0,0.0 p26161,coal,0.0,0.0,0.0,0.0,0.0 -p26161,gas,0.0,0.0,0.0,0.0,0.0 +p26161,csp,0.0,0.0,0.0,0.0,0.0 +p26161,gas,0.0,0.0,471.3333333332557,942.6666666666279,1414.0 p26161,geothermal,0.0,0.0,0.0,0.0,0.0 p26161,h2,0.0,0.0,0.0,0.0,0.0 p26161,hydro,0.0,0.0,0.0,0.0,0.0 p26161,nuclear,0.0,0.0,0.0,0.0,0.0 p26161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p26161,pv,194.5,389.0,522.3333333333139,655.6666666666861,789.0 +p26161,pv,100.0,200.0,428.0,656.0,884.0 p26161,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26161,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26163,battery,0.0,0.0,266.66666666662786,533.3333333333721,800.0 +p26163,battery,0.0,0.0,316.6666666667443,633.3333333333721,950.0 p26163,biomass,0.0,0.0,0.0,0.0,0.0 p26163,coal,0.0,0.0,0.0,0.0,0.0 -p26163,gas,12.5,25.0,33.33333333333212,41.66666666666788,50.0 +p26163,csp,0.0,0.0,0.0,0.0,0.0 +p26163,gas,25.0,50.0,50.0,50.0,50.0 p26163,geothermal,0.0,0.0,0.0,0.0,0.0 p26163,h2,0.0,0.0,0.0,0.0,0.0 p26163,hydro,0.0,0.0,0.0,0.0,0.0 @@ -8915,7 +9272,7 @@ p26163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p26163,pv,0.0,0.0,0.0,0.0,0.0 p26163,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26163,wind-ons,0.0,0.0,0.0,0.0,0.0 -p26165,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p26165,battery,0.0,0.0,0.0,0.0,0.0 p26165,biomass,0.0,0.0,0.0,0.0,0.0 p26165,coal,0.0,0.0,0.0,0.0,0.0 p26165,gas,0.0,0.0,0.0,0.0,0.0 @@ -8927,40 +9284,18 @@ p26165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p26165,pv,0.0,0.0,100.0,200.0,300.0 p26165,wind-ofs,0.0,0.0,0.0,0.0,0.0 p26165,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27001,battery,0.0,0.0,0.0,0.0,0.0 -p27001,biomass,0.0,0.0,0.0,0.0,0.0 -p27001,coal,0.0,0.0,0.0,0.0,0.0 -p27001,gas,0.0,0.0,0.0,0.0,0.0 -p27001,geothermal,0.0,0.0,0.0,0.0,0.0 -p27001,h2,0.0,0.0,0.0,0.0,0.0 -p27001,hydro,0.0,0.0,0.0,0.0,0.0 -p27001,nuclear,0.0,0.0,0.0,0.0,0.0 -p27001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27001,pv,0.0,0.0,73.33333333334303,146.66666666665697,220.0 -p27001,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27003,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p27003,biomass,0.0,0.0,0.0,0.0,0.0 -p27003,coal,0.0,0.0,0.0,0.0,0.0 -p27003,gas,0.0,0.0,0.0,0.0,0.0 -p27003,geothermal,0.0,0.0,0.0,0.0,0.0 -p27003,h2,0.0,0.0,0.0,0.0,0.0 -p27003,hydro,0.0,0.0,0.0,0.0,0.0 -p27003,nuclear,0.0,0.0,0.0,0.0,0.0 -p27003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27003,pv,0.0,0.0,0.0,0.0,0.0 -p27003,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27009,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p27003,csp,0.0,0.0,0.0,0.0,0.0 +p27009,battery,0.0,0.0,219.98666666669305,439.9733333333279,659.96 p27009,biomass,0.0,0.0,0.0,0.0,0.0 p27009,coal,0.0,0.0,0.0,0.0,0.0 +p27009,csp,0.0,0.0,0.0,0.0,0.0 p27009,gas,0.0,0.0,0.0,0.0,0.0 p27009,geothermal,0.0,0.0,0.0,0.0,0.0 p27009,h2,0.0,0.0,0.0,0.0,0.0 p27009,hydro,0.0,0.0,0.0,0.0,0.0 p27009,nuclear,0.0,0.0,0.0,0.0,0.0 p27009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27009,pv,50.0,100.0,166.66666666665697,233.33333333334303,300.0 +p27009,pv,0.0,0.0,336.5466666666325,673.0933333333815,1009.6400000000001 p27009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27009,wind-ons,0.0,0.0,83.0,166.0,249.0 p27011,battery,0.0,0.0,0.0,0.0,0.0 @@ -8974,19 +9309,19 @@ p27011,nuclear,0.0,0.0,0.0,0.0,0.0 p27011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p27011,pv,0.0,0.0,0.0,0.0,0.0 p27011,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27011,wind-ons,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p27019,battery,0.0,0.0,43.33333333332848,86.66666666667152,130.0 -p27019,biomass,0.0,0.0,0.0,0.0,0.0 -p27019,coal,0.0,0.0,0.0,0.0,0.0 -p27019,gas,0.0,0.0,0.0,0.0,0.0 -p27019,geothermal,0.0,0.0,0.0,0.0,0.0 -p27019,h2,0.0,0.0,0.0,0.0,0.0 -p27019,hydro,0.0,0.0,0.0,0.0,0.0 -p27019,nuclear,0.0,0.0,0.0,0.0,0.0 -p27019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27019,pv,0.0,0.0,0.0,0.0,0.0 -p27019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27011,wind-ons,0.0,0.0,283.3333333332557,566.6666666666279,850.0 +p27013,battery,0.0,0.0,61.0,122.0,183.0 +p27013,biomass,0.0,0.0,0.0,0.0,0.0 +p27013,coal,0.0,0.0,0.0,0.0,0.0 +p27013,gas,0.0,0.0,0.0,0.0,0.0 +p27013,geothermal,0.0,0.0,0.0,0.0,0.0 +p27013,h2,0.0,0.0,0.0,0.0,0.0 +p27013,hydro,0.0,0.0,0.0,0.0,0.0 +p27013,nuclear,0.0,0.0,0.0,0.0,0.0 +p27013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27013,pv,0.0,0.0,99.66666666668607,199.33333333334303,299.0 +p27013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27013,wind-ons,0.0,0.0,0.0,0.0,0.0 p27023,battery,0.0,0.0,0.0,0.0,0.0 p27023,biomass,0.0,0.0,0.0,0.0,0.0 p27023,coal,0.0,0.0,0.0,0.0,0.0 @@ -8999,9 +9334,10 @@ p27023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p27023,pv,0.0,0.0,0.0,0.0,0.0 p27023,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27023,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27025,battery,0.0,0.0,116.66666666665697,233.33333333334303,350.0 +p27025,battery,0.0,0.0,100.0,200.0,300.0 p27025,biomass,0.0,0.0,0.0,0.0,0.0 p27025,coal,0.0,0.0,0.0,0.0,0.0 +p27025,csp,0.0,0.0,0.0,0.0,0.0 p27025,gas,0.0,0.0,0.0,0.0,0.0 p27025,geothermal,0.0,0.0,0.0,0.0,0.0 p27025,h2,0.0,0.0,0.0,0.0,0.0 @@ -9014,27 +9350,17 @@ p27025,wind-ons,0.0,0.0,0.0,0.0,0.0 p27027,battery,0.0,0.0,0.0,0.0,0.0 p27027,biomass,0.0,0.0,0.0,0.0,0.0 p27027,coal,0.0,0.0,0.0,0.0,0.0 +p27027,csp,0.0,0.0,0.0,0.0,0.0 p27027,gas,0.0,0.0,0.0,0.0,0.0 p27027,geothermal,0.0,0.0,0.0,0.0,0.0 p27027,h2,0.0,0.0,0.0,0.0,0.0 p27027,hydro,0.0,0.0,0.0,0.0,0.0 p27027,nuclear,0.0,0.0,0.0,0.0,0.0 p27027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27027,pv,0.0,0.0,143.33333333331393,286.66666666668607,430.0 +p27027,pv,0.0,0.0,306.6666666667443,613.3333333333721,920.0 p27027,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27029,battery,0.0,0.0,0.0,0.0,0.0 -p27029,biomass,0.0,0.0,0.0,0.0,0.0 -p27029,coal,0.0,0.0,0.0,0.0,0.0 -p27029,gas,0.0,0.0,0.0,0.0,0.0 -p27029,geothermal,0.0,0.0,0.0,0.0,0.0 -p27029,h2,0.0,0.0,0.0,0.0,0.0 -p27029,hydro,0.0,0.0,0.0,0.0,0.0 -p27029,nuclear,0.0,0.0,0.0,0.0,0.0 -p27029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27029,pv,0.0,0.0,50.0,100.0,150.0 -p27029,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27027,wind-ons,0.0,0.0,0.6666666666665151,1.3333333333332575,2.0 +p27029,csp,0.0,0.0,0.0,0.0,0.0 p27031,battery,0.0,0.0,0.0,0.0,0.0 p27031,biomass,0.0,0.0,0.0,0.0,0.0 p27031,coal,0.0,0.0,0.0,0.0,0.0 @@ -9050,6 +9376,7 @@ p27031,wind-ons,0.0,0.0,0.0,0.0,0.0 p27033,battery,0.0,0.0,0.0,0.0,0.0 p27033,biomass,0.0,0.0,0.0,0.0,0.0 p27033,coal,0.0,0.0,0.0,0.0,0.0 +p27033,csp,0.0,0.0,0.0,0.0,0.0 p27033,gas,0.0,0.0,0.0,0.0,0.0 p27033,geothermal,0.0,0.0,0.0,0.0,0.0 p27033,h2,0.0,0.0,0.0,0.0,0.0 @@ -9058,14 +9385,15 @@ p27033,nuclear,0.0,0.0,0.0,0.0,0.0 p27033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p27033,pv,0.0,0.0,0.0,0.0,0.0 p27033,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27033,wind-ons,0.0,0.0,413.0,826.0,1239.0 -p27037,battery,0.0,0.0,299.0,598.0,897.0 +p27033,wind-ons,0.0,0.0,316.6666666667443,633.3333333333721,950.0 +p27037,battery,0.0,0.0,250.0,500.0,750.0 p27037,biomass,0.0,0.0,0.0,0.0,0.0 p27037,coal,0.0,0.0,0.0,0.0,0.0 +p27037,csp,0.0,0.0,0.0,0.0,0.0 p27037,gas,0.0,0.0,0.0,0.0,0.0 p27037,geothermal,0.0,0.0,0.0,0.0,0.0 p27037,h2,0.0,0.0,0.0,0.0,0.0 -p27037,hydro,0.0,0.0,2.66666666666697,5.33333333333303,8.0 +p27037,hydro,0.0,0.0,2.3333333333339397,4.66666666666697,7.0 p27037,nuclear,0.0,0.0,0.0,0.0,0.0 p27037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p27037,pv,0.0,0.0,50.0,100.0,150.0 @@ -9074,55 +9402,60 @@ p27037,wind-ons,0.0,0.0,0.0,0.0,0.0 p27041,battery,0.0,0.0,0.0,0.0,0.0 p27041,biomass,0.0,0.0,0.0,0.0,0.0 p27041,coal,0.0,0.0,0.0,0.0,0.0 +p27041,csp,0.0,0.0,0.0,0.0,0.0 p27041,gas,0.0,0.0,0.0,0.0,0.0 p27041,geothermal,0.0,0.0,0.0,0.0,0.0 p27041,h2,0.0,0.0,0.0,0.0,0.0 p27041,hydro,0.0,0.0,0.0,0.0,0.0 p27041,nuclear,0.0,0.0,0.0,0.0,0.0 p27041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27041,pv,0.0,0.0,75.83333333334303,151.66666666665697,227.5 +p27041,pv,0.0,0.0,13.166666666664241,26.33333333333212,39.5 p27041,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27041,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27043,battery,0.0,0.0,100.0,200.0,300.0 +p27043,battery,0.0,0.0,0.0,0.0,0.0 p27043,biomass,0.0,0.0,0.0,0.0,0.0 p27043,coal,0.0,0.0,0.0,0.0,0.0 +p27043,csp,0.0,0.0,0.0,0.0,0.0 p27043,gas,0.0,0.0,0.0,0.0,0.0 p27043,geothermal,0.0,0.0,0.0,0.0,0.0 p27043,h2,0.0,0.0,0.0,0.0,0.0 p27043,hydro,0.0,0.0,0.0,0.0,0.0 p27043,nuclear,0.0,0.0,0.0,0.0,0.0 p27043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27043,pv,0.0,0.0,181.66666666668607,363.33333333331393,545.0 +p27043,pv,0.0,0.0,150.0,300.0,450.0 p27043,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27043,wind-ons,0.0,0.0,0.0,0.0,0.0 p27045,battery,0.0,0.0,0.0,0.0,0.0 p27045,biomass,0.0,0.0,0.0,0.0,0.0 p27045,coal,0.0,0.0,0.0,0.0,0.0 +p27045,csp,0.0,0.0,0.0,0.0,0.0 p27045,gas,0.0,0.0,0.0,0.0,0.0 p27045,geothermal,0.0,0.0,0.0,0.0,0.0 p27045,h2,0.0,0.0,0.0,0.0,0.0 p27045,hydro,0.0,0.0,0.0,0.0,0.0 p27045,nuclear,0.0,0.0,0.0,0.0,0.0 p27045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27045,pv,24.99,49.98,91.64666666666744,133.3133333333244,174.98 +p27045,pv,0.0,0.0,16.660000000003492,33.320000000006985,49.98 p27045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27045,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27047,battery,0.0,0.0,50.0,100.0,150.0 +p27047,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p27047,biomass,0.0,0.0,0.0,0.0,0.0 p27047,coal,0.0,0.0,0.0,0.0,0.0 +p27047,csp,0.0,0.0,0.0,0.0,0.0 p27047,gas,0.0,0.0,0.0,0.0,0.0 p27047,geothermal,0.0,0.0,0.0,0.0,0.0 p27047,h2,0.0,0.0,0.0,0.0,0.0 p27047,hydro,0.0,0.0,0.0,0.0,0.0 p27047,nuclear,0.0,0.0,0.0,0.0,0.0 p27047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27047,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p27047,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p27047,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27047,wind-ons,0.0,0.0,89.0,178.0,267.0 -p27049,battery,0.0,0.0,100.0,200.0,300.0 +p27047,wind-ons,0.0,0.0,54.0,108.0,162.0 +p27049,battery,0.0,0.0,190.0,380.0,570.0 p27049,biomass,0.0,0.0,0.0,0.0,0.0 p27049,coal,0.0,0.0,0.0,0.0,0.0 -p27049,gas,0.0,0.0,0.0,0.0,0.0 +p27049,csp,0.0,0.0,0.0,0.0,0.0 +p27049,gas,0.0,0.0,142.66666666662786,285.33333333331393,428.0 p27049,geothermal,0.0,0.0,0.0,0.0,0.0 p27049,h2,0.0,0.0,0.0,0.0,0.0 p27049,hydro,0.0,0.0,0.0,0.0,0.0 @@ -9130,10 +9463,11 @@ p27049,nuclear,0.0,0.0,0.0,0.0,0.0 p27049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p27049,pv,0.0,0.0,150.0,300.0,450.0 p27049,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27049,wind-ons,0.0,0.0,40.0,80.0,120.0 p27053,battery,0.0,0.0,0.0,0.0,0.0 p27053,biomass,0.0,0.0,0.0,0.0,0.0 p27053,coal,0.0,0.0,0.0,0.0,0.0 +p27053,csp,0.0,0.0,0.0,0.0,0.0 p27053,gas,0.0,0.0,17.0,34.0,51.0 p27053,geothermal,0.0,0.0,0.0,0.0,0.0 p27053,h2,0.0,0.0,0.0,0.0,0.0 @@ -9143,43 +9477,21 @@ p27053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p27053,pv,0.0,0.0,0.0,0.0,0.0 p27053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27053,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27055,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 -p27055,biomass,0.0,0.0,0.0,0.0,0.0 -p27055,coal,0.0,0.0,0.0,0.0,0.0 -p27055,gas,0.0,0.0,0.0,0.0,0.0 -p27055,geothermal,0.0,0.0,0.0,0.0,0.0 -p27055,h2,0.0,0.0,0.0,0.0,0.0 -p27055,hydro,0.0,0.0,0.0,0.0,0.0 -p27055,nuclear,0.0,0.0,0.0,0.0,0.0 -p27055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27055,pv,0.0,0.0,0.0,0.0,0.0 -p27055,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27055,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27057,battery,0.0,0.0,0.0,0.0,0.0 -p27057,biomass,0.0,0.0,0.0,0.0,0.0 -p27057,coal,0.0,0.0,0.0,0.0,0.0 -p27057,gas,0.0,0.0,0.0,0.0,0.0 -p27057,geothermal,0.0,0.0,0.0,0.0,0.0 -p27057,h2,0.0,0.0,0.0,0.0,0.0 -p27057,hydro,0.0,0.0,0.0,0.0,0.0 -p27057,nuclear,0.0,0.0,0.0,0.0,0.0 -p27057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27057,pv,0.0,0.0,22.66666666666424,45.33333333333576,68.0 -p27057,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27057,csp,0.0,0.0,0.0,0.0,0.0 p27059,battery,0.0,0.0,0.0,0.0,0.0 p27059,biomass,0.0,0.0,0.0,0.0,0.0 p27059,coal,0.0,0.0,0.0,0.0,0.0 -p27059,gas,0.0,0.0,0.0,0.0,0.0 +p27059,csp,0.0,0.0,0.0,0.0,0.0 +p27059,gas,0.0,0.0,70.33333333331393,140.66666666665697,211.0 p27059,geothermal,0.0,0.0,0.0,0.0,0.0 p27059,h2,0.0,0.0,0.0,0.0,0.0 p27059,hydro,0.0,0.0,0.0,0.0,0.0 p27059,nuclear,0.0,0.0,0.0,0.0,0.0 p27059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27059,pv,0.0,0.0,40.0,80.0,120.0 +p27059,pv,0.0,0.0,0.0,0.0,0.0 p27059,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27059,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27061,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p27061,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p27061,biomass,0.0,0.0,0.0,0.0,0.0 p27061,coal,0.0,0.0,0.0,0.0,0.0 p27061,gas,0.0,0.0,0.0,0.0,0.0 @@ -9188,12 +9500,13 @@ p27061,h2,0.0,0.0,0.0,0.0,0.0 p27061,hydro,0.0,0.0,0.0,0.0,0.0 p27061,nuclear,0.0,0.0,0.0,0.0,0.0 p27061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27061,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p27061,pv,0.0,0.0,28.93333333334158,57.86666666666861,86.8 p27061,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27061,wind-ons,0.0,0.0,28.66666666666424,57.33333333333576,86.0 +p27061,wind-ons,0.0,0.0,0.0,0.0,0.0 p27063,battery,0.0,0.0,50.0,100.0,150.0 p27063,biomass,0.0,0.0,0.0,0.0,0.0 p27063,coal,0.0,0.0,0.0,0.0,0.0 +p27063,csp,0.0,0.0,0.0,0.0,0.0 p27063,gas,0.0,0.0,0.0,0.0,0.0 p27063,geothermal,0.0,0.0,0.0,0.0,0.0 p27063,h2,0.0,0.0,0.0,0.0,0.0 @@ -9202,7 +9515,7 @@ p27063,nuclear,0.0,0.0,0.0,0.0,0.0 p27063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p27063,pv,0.0,0.0,0.0,0.0,0.0 p27063,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27063,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p27063,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p27067,battery,0.0,0.0,0.0,0.0,0.0 p27067,biomass,0.0,0.0,0.0,0.0,0.0 p27067,coal,0.0,0.0,0.0,0.0,0.0 @@ -9212,33 +9525,47 @@ p27067,h2,0.0,0.0,0.0,0.0,0.0 p27067,hydro,0.0,0.0,0.0,0.0,0.0 p27067,nuclear,0.0,0.0,0.0,0.0,0.0 p27067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27067,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p27067,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p27067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27067,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27069,battery,0.0,0.0,0.0,0.0,0.0 -p27069,biomass,0.0,0.0,0.0,0.0,0.0 -p27069,coal,0.0,0.0,0.0,0.0,0.0 -p27069,gas,0.0,0.0,0.0,0.0,0.0 -p27069,geothermal,0.0,0.0,0.0,0.0,0.0 -p27069,h2,0.0,0.0,0.0,0.0,0.0 -p27069,hydro,0.0,0.0,0.0,0.0,0.0 -p27069,nuclear,0.0,0.0,0.0,0.0,0.0 -p27069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27069,pv,0.0,0.0,0.0,0.0,0.0 -p27069,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27069,wind-ons,0.0,0.0,50.0,100.0,150.0 -p27083,battery,0.0,0.0,0.0,0.0,0.0 +p27073,battery,0.0,0.0,0.0,0.0,0.0 +p27073,biomass,0.0,0.0,0.0,0.0,0.0 +p27073,coal,0.0,0.0,0.0,0.0,0.0 +p27073,gas,0.0,0.0,0.0,0.0,0.0 +p27073,geothermal,0.0,0.0,0.0,0.0,0.0 +p27073,h2,0.0,0.0,0.0,0.0,0.0 +p27073,hydro,0.0,0.0,0.0,0.0,0.0 +p27073,nuclear,0.0,0.0,0.0,0.0,0.0 +p27073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27073,pv,0.0,0.0,0.0,0.0,0.0 +p27073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27073,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p27081,battery,0.0,0.0,0.0,0.0,0.0 +p27081,biomass,0.0,0.0,0.0,0.0,0.0 +p27081,coal,0.0,0.0,0.0,0.0,0.0 +p27081,csp,0.0,0.0,0.0,0.0,0.0 +p27081,gas,0.0,0.0,9.666666666664241,19.33333333333212,29.0 +p27081,geothermal,0.0,0.0,0.0,0.0,0.0 +p27081,h2,0.0,0.0,0.0,0.0,0.0 +p27081,hydro,0.0,0.0,0.0,0.0,0.0 +p27081,nuclear,0.0,0.0,0.0,0.0,0.0 +p27081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27081,pv,0.0,0.0,81.66666666668607,163.33333333334303,245.0 +p27081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27083,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p27083,biomass,0.0,0.0,0.0,0.0,0.0 p27083,coal,0.0,0.0,0.0,0.0,0.0 +p27083,csp,0.0,0.0,0.0,0.0,0.0 p27083,gas,0.0,0.0,0.0,0.0,0.0 p27083,geothermal,0.0,0.0,0.0,0.0,0.0 p27083,h2,0.0,0.0,0.0,0.0,0.0 p27083,hydro,0.0,0.0,0.0,0.0,0.0 p27083,nuclear,0.0,0.0,0.0,0.0,0.0 p27083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27083,pv,0.0,0.0,78.33333333334303,156.66666666665697,235.0 +p27083,pv,0.0,0.0,78.33333333331393,156.66666666665697,235.0 p27083,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27083,wind-ons,0.0,0.0,288.33333333337214,576.6666666666279,865.0 +p27083,wind-ons,0.0,0.0,150.0,300.0,450.0 p27085,battery,0.0,0.0,0.0,0.0,0.0 p27085,biomass,0.0,0.0,0.0,0.0,0.0 p27085,coal,0.0,0.0,0.0,0.0,0.0 @@ -9248,7 +9575,7 @@ p27085,h2,0.0,0.0,0.0,0.0,0.0 p27085,hydro,0.0,0.0,0.0,0.0,0.0 p27085,nuclear,0.0,0.0,0.0,0.0,0.0 p27085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27085,pv,0.0,0.0,37.33333333332848,74.66666666667152,112.0 +p27085,pv,0.0,0.0,80.33333333331393,160.66666666665697,241.0 p27085,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27085,wind-ons,0.0,0.0,0.0,0.0,0.0 p27087,battery,0.0,0.0,0.0,0.0,0.0 @@ -9260,25 +9587,27 @@ p27087,h2,0.0,0.0,0.0,0.0,0.0 p27087,hydro,0.0,0.0,0.0,0.0,0.0 p27087,nuclear,0.0,0.0,0.0,0.0,0.0 p27087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27087,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p27087,pv,0.0,0.0,21.333333333328483,42.66666666666424,64.0 p27087,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27087,wind-ons,0.0,0.0,0.0,0.0,0.0 p27089,battery,0.0,0.0,0.0,0.0,0.0 p27089,biomass,0.0,0.0,0.0,0.0,0.0 p27089,coal,0.0,0.0,0.0,0.0,0.0 +p27089,csp,0.0,0.0,0.0,0.0,0.0 p27089,gas,0.0,0.0,0.0,0.0,0.0 p27089,geothermal,0.0,0.0,0.0,0.0,0.0 p27089,h2,0.0,0.0,0.0,0.0,0.0 p27089,hydro,0.0,0.0,0.0,0.0,0.0 p27089,nuclear,0.0,0.0,0.0,0.0,0.0 p27089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27089,pv,0.0,0.0,0.0,0.0,0.0 +p27089,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p27089,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27089,wind-ons,0.0,0.0,23.33333333333576,46.66666666666424,70.0 -p27091,battery,0.0,0.0,0.0,0.0,0.0 +p27089,wind-ons,0.0,0.0,23.333333333328483,46.66666666666424,70.0 +p27091,battery,0.0,0.0,50.0,100.0,150.0 p27091,biomass,0.0,0.0,0.0,0.0,0.0 p27091,coal,0.0,0.0,0.0,0.0,0.0 -p27091,gas,0.0,0.0,26.60000000000582,53.200000000004366,79.8 +p27091,csp,0.0,0.0,0.0,0.0,0.0 +p27091,gas,0.0,0.0,0.0,0.0,0.0 p27091,geothermal,0.0,0.0,0.0,0.0,0.0 p27091,h2,0.0,0.0,0.0,0.0,0.0 p27091,hydro,0.0,0.0,0.0,0.0,0.0 @@ -9287,9 +9616,22 @@ p27091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p27091,pv,0.0,0.0,50.0,100.0,150.0 p27091,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27093,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p27093,biomass,0.0,0.0,0.0,0.0,0.0 +p27093,coal,0.0,0.0,0.0,0.0,0.0 +p27093,gas,0.0,0.0,0.0,0.0,0.0 +p27093,geothermal,0.0,0.0,0.0,0.0,0.0 +p27093,h2,0.0,0.0,0.0,0.0,0.0 +p27093,hydro,0.0,0.0,0.0,0.0,0.0 +p27093,nuclear,0.0,0.0,0.0,0.0,0.0 +p27093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27093,pv,0.0,0.0,0.0,0.0,0.0 +p27093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27093,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p27097,battery,0.0,0.0,0.0,0.0,0.0 p27097,biomass,0.0,0.0,0.0,0.0,0.0 p27097,coal,0.0,0.0,0.0,0.0,0.0 +p27097,csp,0.0,0.0,0.0,0.0,0.0 p27097,gas,0.0,0.0,0.0,0.0,0.0 p27097,geothermal,0.0,0.0,0.0,0.0,0.0 p27097,h2,0.0,0.0,0.0,0.0,0.0 @@ -9298,56 +9640,60 @@ p27097,nuclear,0.0,0.0,0.0,0.0,0.0 p27097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p27097,pv,0.0,0.0,58.0,116.0,174.0 p27097,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27099,battery,0.0,0.0,0.0,0.0,0.0 +p27097,wind-ons,0.0,0.0,50.0,100.0,150.0 +p27099,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p27099,biomass,0.0,0.0,0.0,0.0,0.0 p27099,coal,0.0,0.0,0.0,0.0,0.0 -p27099,gas,0.0,0.0,161.66666666668607,323.33333333331393,485.0 +p27099,csp,0.0,0.0,0.0,0.0,0.0 +p27099,gas,0.0,0.0,0.0,0.0,0.0 p27099,geothermal,0.0,0.0,0.0,0.0,0.0 p27099,h2,0.0,0.0,0.0,0.0,0.0 p27099,hydro,0.0,0.0,0.0,0.0,0.0 p27099,nuclear,0.0,0.0,0.0,0.0,0.0 p27099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27099,pv,75.0,150.0,398.33333333331393,646.6666666666861,895.0 +p27099,pv,25.0,50.0,253.1333333333605,456.2666666666628,659.4 p27099,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27099,wind-ons,75.0,150.0,200.0,250.0,300.0 -p27101,battery,10.0,20.0,26.66666666666606,33.33333333333394,40.0 +p27099,wind-ons,0.0,0.0,50.0,100.0,150.0 +p27101,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p27101,biomass,0.0,0.0,0.0,0.0,0.0 p27101,coal,0.0,0.0,0.0,0.0,0.0 +p27101,csp,0.0,0.0,0.0,0.0,0.0 p27101,gas,0.0,0.0,0.0,0.0,0.0 p27101,geothermal,0.0,0.0,0.0,0.0,0.0 p27101,h2,0.0,0.0,0.0,0.0,0.0 p27101,hydro,0.0,0.0,0.0,0.0,0.0 p27101,nuclear,0.0,0.0,0.0,0.0,0.0 p27101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27101,pv,75.0,150.0,200.0,250.0,300.0 +p27101,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p27101,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27101,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p27105,battery,0.0,0.0,0.0,0.0,0.0 +p27101,wind-ons,0.0,0.0,210.0,420.0,630.0 +p27105,battery,0.0,0.0,171.30666666664183,342.61333333328366,513.9200000000001 p27105,biomass,0.0,0.0,0.0,0.0,0.0 p27105,coal,0.0,0.0,0.0,0.0,0.0 +p27105,csp,0.0,0.0,0.0,0.0,0.0 p27105,gas,0.0,0.0,0.0,0.0,0.0 p27105,geothermal,0.0,0.0,0.0,0.0,0.0 p27105,h2,0.0,0.0,0.0,0.0,0.0 p27105,hydro,0.0,0.0,0.0,0.0,0.0 p27105,nuclear,0.0,0.0,0.0,0.0,0.0 p27105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27105,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p27105,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p27105,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27105,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27109,battery,0.0,0.0,183.33333333331393,366.66666666668607,550.0 +p27109,battery,0.0,0.0,254.50666666671168,509.01333333336515,763.52 p27109,biomass,0.0,0.0,0.0,0.0,0.0 p27109,coal,0.0,0.0,0.0,0.0,0.0 -p27109,gas,0.0,0.0,16.63333333333867,33.26666666667006,49.9 +p27109,csp,0.0,0.0,0.0,0.0,0.0 +p27109,gas,23.425,46.85,63.359999999993306,79.86999999999534,96.38 p27109,geothermal,0.0,0.0,0.0,0.0,0.0 p27109,h2,0.0,0.0,0.0,0.0,0.0 p27109,hydro,0.0,0.0,0.0,0.0,0.0 p27109,nuclear,0.0,0.0,0.0,0.0,0.0 p27109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27109,pv,50.0,100.0,326.66666666668607,553.3333333333139,780.0 +p27109,pv,0.0,0.0,260.0,520.0,780.0 p27109,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27109,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27111,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p27111,battery,0.0,0.0,30.24000000000524,60.4800000000032,90.72 p27111,biomass,0.0,0.0,0.0,0.0,0.0 p27111,coal,0.0,0.0,0.0,0.0,0.0 p27111,gas,0.0,0.0,0.0,0.0,0.0 @@ -9356,9 +9702,9 @@ p27111,h2,0.0,0.0,0.0,0.0,0.0 p27111,hydro,0.0,0.0,0.0,0.0,0.0 p27111,nuclear,0.0,0.0,0.0,0.0,0.0 p27111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27111,pv,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p27111,pv,0.0,0.0,168.29999999998836,336.5999999999767,504.9 p27111,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27111,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p27115,battery,0.0,0.0,0.0,0.0,0.0 p27115,biomass,0.0,0.0,0.0,0.0,0.0 p27115,coal,0.0,0.0,0.0,0.0,0.0 @@ -9368,24 +9714,26 @@ p27115,h2,0.0,0.0,0.0,0.0,0.0 p27115,hydro,0.0,0.0,0.0,0.0,0.0 p27115,nuclear,0.0,0.0,0.0,0.0,0.0 p27115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27115,pv,0.0,0.0,158.33333333331393,316.66666666668607,475.0 +p27115,pv,0.0,0.0,146.0,292.0,438.0 p27115,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27115,wind-ons,0.0,0.0,0.0,0.0,0.0 p27117,battery,0.0,0.0,0.0,0.0,0.0 p27117,biomass,0.0,0.0,0.0,0.0,0.0 p27117,coal,0.0,0.0,0.0,0.0,0.0 +p27117,csp,0.0,0.0,0.0,0.0,0.0 p27117,gas,0.0,0.0,0.0,0.0,0.0 p27117,geothermal,0.0,0.0,0.0,0.0,0.0 p27117,h2,0.0,0.0,0.0,0.0,0.0 p27117,hydro,0.0,0.0,0.0,0.0,0.0 p27117,nuclear,0.0,0.0,0.0,0.0,0.0 p27117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27117,pv,0.0,0.0,108.33333333334303,216.66666666665697,325.0 +p27117,pv,0.0,0.0,41.666666666656965,83.33333333332848,125.0 p27117,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27117,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27117,wind-ons,10.5,21.0,21.0,21.0,21.0 p27119,battery,0.0,0.0,0.0,0.0,0.0 p27119,biomass,0.0,0.0,0.0,0.0,0.0 p27119,coal,0.0,0.0,0.0,0.0,0.0 +p27119,csp,0.0,0.0,0.0,0.0,0.0 p27119,gas,0.0,0.0,0.0,0.0,0.0 p27119,geothermal,0.0,0.0,0.0,0.0,0.0 p27119,h2,0.0,0.0,0.0,0.0,0.0 @@ -9395,54 +9743,82 @@ p27119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p27119,pv,0.0,0.0,50.0,100.0,150.0 p27119,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27123,battery,0.0,0.0,0.0,0.0,0.0 +p27123,biomass,0.0,0.0,0.0,0.0,0.0 +p27123,coal,0.0,0.0,0.0,0.0,0.0 +p27123,gas,0.0,0.0,0.0,0.0,0.0 +p27123,geothermal,0.0,0.0,0.0,0.0,0.0 +p27123,h2,0.0,0.0,0.0,0.0,0.0 +p27123,hydro,0.0,0.0,5.333333333332121,10.66666666666606,16.0 +p27123,nuclear,0.0,0.0,0.0,0.0,0.0 +p27123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27123,pv,0.0,0.0,0.0,0.0,0.0 +p27123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27123,wind-ons,0.0,0.0,0.0,0.0,0.0 p27125,battery,0.0,0.0,0.0,0.0,0.0 p27125,biomass,0.0,0.0,0.0,0.0,0.0 p27125,coal,0.0,0.0,0.0,0.0,0.0 +p27125,csp,0.0,0.0,0.0,0.0,0.0 p27125,gas,0.0,0.0,0.0,0.0,0.0 p27125,geothermal,0.0,0.0,0.0,0.0,0.0 p27125,h2,0.0,0.0,0.0,0.0,0.0 p27125,hydro,0.0,0.0,0.0,0.0,0.0 p27125,nuclear,0.0,0.0,0.0,0.0,0.0 p27125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27125,pv,0.0,0.0,43.33333333332848,86.66666666667152,130.0 +p27125,pv,0.0,0.0,43.333333333343035,86.66666666667152,130.0 p27125,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27125,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27127,battery,0.0,0.0,100.0,200.0,300.0 +p27125,wind-ons,2.3,4.6,4.6,4.6,4.6 +p27127,battery,0.0,0.0,233.33333333337214,466.66666666668607,700.0 p27127,biomass,0.0,0.0,0.0,0.0,0.0 p27127,coal,0.0,0.0,0.0,0.0,0.0 +p27127,csp,0.0,0.0,0.0,0.0,0.0 p27127,gas,0.0,0.0,0.0,0.0,0.0 p27127,geothermal,0.0,0.0,0.0,0.0,0.0 p27127,h2,0.0,0.0,0.0,0.0,0.0 p27127,hydro,0.0,0.0,0.0,0.0,0.0 p27127,nuclear,0.0,0.0,0.0,0.0,0.0 p27127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27127,pv,0.0,0.0,72.0,144.0,216.0 +p27127,pv,0.0,0.0,230.33333333337214,460.66666666668607,691.0 p27127,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27127,wind-ons,0.0,0.0,300.48999999987427,600.979999999865,901.47 -p27129,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p27127,wind-ons,0.0,0.0,50.49000000000524,100.97999999999593,151.47 +p27129,battery,0.0,0.0,0.0,0.0,0.0 p27129,biomass,0.0,0.0,0.0,0.0,0.0 p27129,coal,0.0,0.0,0.0,0.0,0.0 +p27129,csp,0.0,0.0,0.0,0.0,0.0 p27129,gas,0.0,0.0,0.0,0.0,0.0 p27129,geothermal,0.0,0.0,0.0,0.0,0.0 p27129,h2,0.0,0.0,0.0,0.0,0.0 p27129,hydro,0.0,0.0,0.0,0.0,0.0 p27129,nuclear,0.0,0.0,0.0,0.0,0.0 p27129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27129,pv,0.0,0.0,108.33333333334303,216.66666666665697,325.0 +p27129,pv,0.0,0.0,108.33333333331393,216.66666666665697,325.0 p27129,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27129,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27133,battery,0.0,0.0,0.0,0.0,0.0 +p27131,battery,0.0,0.0,0.0,0.0,0.0 +p27131,biomass,0.0,0.0,0.0,0.0,0.0 +p27131,coal,0.0,0.0,0.0,0.0,0.0 +p27131,gas,0.0,0.0,131.20000000001164,262.4000000000233,393.6 +p27131,geothermal,0.0,0.0,0.0,0.0,0.0 +p27131,h2,0.0,0.0,0.0,0.0,0.0 +p27131,hydro,0.0,0.0,0.0,0.0,0.0 +p27131,nuclear,0.0,0.0,0.0,0.0,0.0 +p27131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27131,pv,0.0,0.0,0.0,0.0,0.0 +p27131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27131,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27133,battery,0.0,0.0,24.0,48.0,72.0 p27133,biomass,0.0,0.0,0.0,0.0,0.0 p27133,coal,0.0,0.0,0.0,0.0,0.0 +p27133,csp,0.0,0.0,0.0,0.0,0.0 p27133,gas,0.0,0.0,0.0,0.0,0.0 p27133,geothermal,0.0,0.0,0.0,0.0,0.0 p27133,h2,0.0,0.0,0.0,0.0,0.0 p27133,hydro,0.0,0.0,0.0,0.0,0.0 p27133,nuclear,0.0,0.0,0.0,0.0,0.0 p27133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27133,pv,140.0,280.0,373.33333333334303,466.66666666665697,560.0 +p27133,pv,40.0,80.0,146.66666666668607,213.33333333334303,280.0 p27133,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27133,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27133,wind-ons,50.0,100.0,100.0,100.0,100.0 p27135,battery,0.0,0.0,0.0,0.0,0.0 p27135,biomass,0.0,0.0,0.0,0.0,0.0 p27135,coal,0.0,0.0,0.0,0.0,0.0 @@ -9452,25 +9828,15 @@ p27135,h2,0.0,0.0,0.0,0.0,0.0 p27135,hydro,0.0,0.0,0.0,0.0,0.0 p27135,nuclear,0.0,0.0,0.0,0.0,0.0 p27135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27135,pv,0.0,0.0,200.0,400.0,600.0 +p27135,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p27135,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27135,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27137,battery,0.0,0.0,100.0,200.0,300.0 -p27137,biomass,0.0,0.0,0.0,0.0,0.0 -p27137,coal,0.0,0.0,0.0,0.0,0.0 -p27137,gas,0.0,0.0,0.0,0.0,0.0 -p27137,geothermal,0.0,0.0,0.0,0.0,0.0 -p27137,h2,0.0,0.0,0.0,0.0,0.0 -p27137,hydro,0.0,0.0,0.0,0.0,0.0 -p27137,nuclear,0.0,0.0,0.0,0.0,0.0 -p27137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27137,pv,0.0,0.0,0.0,0.0,0.0 -p27137,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27137,wind-ons,0.0,0.0,48.0,96.0,144.0 -p27139,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p27137,csp,0.0,0.0,0.0,0.0,0.0 +p27139,battery,0.0,0.0,0.0,0.0,0.0 p27139,biomass,0.0,0.0,0.0,0.0,0.0 p27139,coal,0.0,0.0,0.0,0.0,0.0 -p27139,gas,0.0,0.0,18.33333333333576,36.66666666666424,55.0 +p27139,csp,0.0,0.0,0.0,0.0,0.0 +p27139,gas,0.0,0.0,18.333333333328483,36.66666666666424,55.0 p27139,geothermal,0.0,0.0,0.0,0.0,0.0 p27139,h2,0.0,0.0,0.0,0.0,0.0 p27139,hydro,0.0,0.0,0.0,0.0,0.0 @@ -9479,30 +9845,44 @@ p27139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p27139,pv,0.0,0.0,0.0,0.0,0.0 p27139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27139,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27141,battery,0.0,0.0,0.0,0.0,0.0 +p27141,battery,0.0,0.0,104.64000000001397,209.28000000002794,313.92 p27141,biomass,0.0,0.0,0.0,0.0,0.0 p27141,coal,0.0,0.0,0.0,0.0,0.0 -p27141,gas,0.0,0.0,11.66666666666788,23.33333333333212,35.0 +p27141,csp,0.0,0.0,0.0,0.0,0.0 +p27141,gas,0.0,0.0,78.33333333331393,156.66666666665697,235.0 p27141,geothermal,0.0,0.0,0.0,0.0,0.0 p27141,h2,0.0,0.0,0.0,0.0,0.0 p27141,hydro,0.0,0.0,0.0,0.0,0.0 p27141,nuclear,0.0,0.0,0.0,0.0,0.0 p27141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27141,pv,0.0,0.0,336.66666666662786,673.3333333333721,1010.0 +p27141,pv,0.0,0.0,336.6666666667443,673.3333333333721,1010.0 p27141,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27141,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27145,battery,0.0,0.0,0.0,0.0,0.0 +p27145,biomass,0.0,0.0,0.0,0.0,0.0 +p27145,coal,0.0,0.0,0.0,0.0,0.0 +p27145,gas,0.0,0.0,0.0,0.0,0.0 +p27145,geothermal,0.0,0.0,0.0,0.0,0.0 +p27145,h2,0.0,0.0,0.0,0.0,0.0 +p27145,hydro,0.0,0.0,0.0,0.0,0.0 +p27145,nuclear,0.0,0.0,0.0,0.0,0.0 +p27145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27145,pv,0.0,0.0,0.0,0.0,0.0 +p27145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27145,wind-ons,0.0,0.0,0.0,0.0,0.0 p27149,battery,0.0,0.0,0.0,0.0,0.0 p27149,biomass,0.0,0.0,0.0,0.0,0.0 p27149,coal,0.0,0.0,0.0,0.0,0.0 +p27149,csp,0.0,0.0,0.0,0.0,0.0 p27149,gas,0.0,0.0,0.0,0.0,0.0 p27149,geothermal,0.0,0.0,0.0,0.0,0.0 p27149,h2,0.0,0.0,0.0,0.0,0.0 p27149,hydro,0.0,0.0,0.0,0.0,0.0 p27149,nuclear,0.0,0.0,0.0,0.0,0.0 p27149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27149,pv,0.0,0.0,153.33333333331393,306.66666666668607,460.0 +p27149,pv,0.0,0.0,153.33333333337214,306.66666666668607,460.0 p27149,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27149,wind-ons,0.0,0.0,100.0,200.0,300.0 +p27149,wind-ons,0.0,0.0,0.0,0.0,0.0 p27151,battery,0.0,0.0,0.0,0.0,0.0 p27151,biomass,0.0,0.0,0.0,0.0,0.0 p27151,coal,0.0,0.0,0.0,0.0,0.0 @@ -9512,36 +9892,26 @@ p27151,h2,0.0,0.0,0.0,0.0,0.0 p27151,hydro,0.0,0.0,0.0,0.0,0.0 p27151,nuclear,0.0,0.0,0.0,0.0,0.0 p27151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27151,pv,0.0,0.0,30.0,60.0,90.0 +p27151,pv,0.0,0.0,0.0,0.0,0.0 p27151,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27151,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27155,battery,0.0,0.0,0.0,0.0,0.0 -p27155,biomass,0.0,0.0,0.0,0.0,0.0 -p27155,coal,0.0,0.0,0.0,0.0,0.0 -p27155,gas,0.0,0.0,0.0,0.0,0.0 -p27155,geothermal,0.0,0.0,0.0,0.0,0.0 -p27155,h2,0.0,0.0,0.0,0.0,0.0 -p27155,hydro,0.0,0.0,0.0,0.0,0.0 -p27155,nuclear,0.0,0.0,0.0,0.0,0.0 -p27155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27155,pv,0.0,0.0,0.0,0.0,0.0 -p27155,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27155,wind-ons,0.0,0.0,100.0,200.0,300.0 +p27151,wind-ons,0.0,0.0,100.0,200.0,300.0 p27157,battery,0.0,0.0,150.0,300.0,450.0 p27157,biomass,0.0,0.0,0.0,0.0,0.0 p27157,coal,0.0,0.0,0.0,0.0,0.0 +p27157,csp,0.0,0.0,0.0,0.0,0.0 p27157,gas,0.0,0.0,0.0,0.0,0.0 p27157,geothermal,0.0,0.0,0.0,0.0,0.0 p27157,h2,0.0,0.0,0.0,0.0,0.0 p27157,hydro,0.0,0.0,0.0,0.0,0.0 p27157,nuclear,0.0,0.0,0.0,0.0,0.0 p27157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27157,pv,0.0,0.0,98.33333333334303,196.66666666665697,295.0 +p27157,pv,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p27157,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27157,wind-ons,0.0,0.0,0.0,0.0,0.0 p27159,battery,0.0,0.0,0.0,0.0,0.0 p27159,biomass,0.0,0.0,0.0,0.0,0.0 p27159,coal,0.0,0.0,0.0,0.0,0.0 +p27159,csp,0.0,0.0,0.0,0.0,0.0 p27159,gas,0.0,0.0,0.0,0.0,0.0 p27159,geothermal,0.0,0.0,0.0,0.0,0.0 p27159,h2,0.0,0.0,0.0,0.0,0.0 @@ -9551,9 +9921,10 @@ p27159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p27159,pv,0.0,0.0,50.0,100.0,150.0 p27159,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27159,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27163,battery,0.0,0.0,60.0,120.0,180.0 +p27163,battery,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p27163,biomass,0.0,0.0,0.0,0.0,0.0 p27163,coal,0.0,0.0,0.0,0.0,0.0 +p27163,csp,0.0,0.0,0.0,0.0,0.0 p27163,gas,0.0,0.0,0.0,0.0,0.0 p27163,geothermal,0.0,0.0,0.0,0.0,0.0 p27163,h2,0.0,0.0,0.0,0.0,0.0 @@ -9566,61 +9937,55 @@ p27163,wind-ons,0.0,0.0,0.0,0.0,0.0 p27165,battery,0.0,0.0,0.0,0.0,0.0 p27165,biomass,0.0,0.0,0.0,0.0,0.0 p27165,coal,0.0,0.0,0.0,0.0,0.0 +p27165,csp,0.0,0.0,0.0,0.0,0.0 p27165,gas,0.0,0.0,0.0,0.0,0.0 p27165,geothermal,0.0,0.0,0.0,0.0,0.0 p27165,h2,0.0,0.0,0.0,0.0,0.0 p27165,hydro,0.0,0.0,0.0,0.0,0.0 p27165,nuclear,0.0,0.0,0.0,0.0,0.0 p27165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27165,pv,0.0,0.0,200.0,400.0,600.0 +p27165,pv,0.0,0.0,333.3333333332557,666.6666666666279,1000.0 p27165,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27165,wind-ons,0.0,0.0,0.0,0.0,0.0 -p27167,battery,0.0,0.0,100.0,200.0,300.0 -p27167,biomass,0.0,0.0,0.0,0.0,0.0 -p27167,coal,0.0,0.0,0.0,0.0,0.0 -p27167,gas,0.0,0.0,0.0,0.0,0.0 -p27167,geothermal,0.0,0.0,0.0,0.0,0.0 -p27167,h2,0.0,0.0,0.0,0.0,0.0 -p27167,hydro,0.0,0.0,0.0,0.0,0.0 -p27167,nuclear,0.0,0.0,0.0,0.0,0.0 -p27167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27167,pv,0.0,0.0,0.0,0.0,0.0 -p27167,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p27167,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27167,csp,0.0,0.0,0.0,0.0,0.0 p27173,battery,0.0,0.0,25.0,50.0,75.0 p27173,biomass,0.0,0.0,0.0,0.0,0.0 p27173,coal,0.0,0.0,0.0,0.0,0.0 +p27173,csp,0.0,0.0,0.0,0.0,0.0 p27173,gas,0.0,0.0,0.0,0.0,0.0 p27173,geothermal,0.0,0.0,0.0,0.0,0.0 p27173,h2,0.0,0.0,0.0,0.0,0.0 p27173,hydro,0.0,0.0,0.0,0.0,0.0 p27173,nuclear,0.0,0.0,0.0,0.0,0.0 p27173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p27173,pv,0.0,0.0,97.66666666665697,195.33333333334303,293.0 +p27173,pv,0.0,0.0,97.66666666668607,195.33333333334303,293.0 p27173,wind-ofs,0.0,0.0,0.0,0.0,0.0 p27173,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28003,csp,0.0,0.0,0.0,0.0,0.0 p28005,battery,0.0,0.0,0.0,0.0,0.0 p28005,biomass,0.0,0.0,0.0,0.0,0.0 p28005,coal,0.0,0.0,0.0,0.0,0.0 +p28005,csp,0.0,0.0,0.0,0.0,0.0 p28005,gas,0.0,0.0,0.0,0.0,0.0 p28005,geothermal,0.0,0.0,0.0,0.0,0.0 p28005,h2,0.0,0.0,0.0,0.0,0.0 p28005,hydro,0.0,0.0,0.0,0.0,0.0 p28005,nuclear,0.0,0.0,0.0,0.0,0.0 p28005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28005,pv,0.0,0.0,416.66666666662786,833.3333333333721,1250.0 +p28005,pv,0.0,0.0,135.0,270.0,405.0 p28005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28005,wind-ons,0.0,0.0,0.0,0.0,0.0 p28007,battery,0.0,0.0,0.0,0.0,0.0 p28007,biomass,0.0,0.0,0.0,0.0,0.0 p28007,coal,0.0,0.0,0.0,0.0,0.0 +p28007,csp,0.0,0.0,0.0,0.0,0.0 p28007,gas,0.0,0.0,0.0,0.0,0.0 p28007,geothermal,0.0,0.0,0.0,0.0,0.0 p28007,h2,0.0,0.0,0.0,0.0,0.0 p28007,hydro,0.0,0.0,0.0,0.0,0.0 p28007,nuclear,0.0,0.0,0.0,0.0,0.0 p28007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28007,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p28007,pv,0.0,0.0,100.0,200.0,300.0 p28007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28007,wind-ons,0.0,0.0,0.0,0.0,0.0 p28009,battery,0.0,0.0,0.0,0.0,0.0 @@ -9638,210 +10003,157 @@ p28009,wind-ons,0.0,0.0,0.0,0.0,0.0 p28011,battery,0.0,0.0,0.0,0.0,0.0 p28011,biomass,0.0,0.0,0.0,0.0,0.0 p28011,coal,0.0,0.0,0.0,0.0,0.0 +p28011,csp,0.0,0.0,0.0,0.0,0.0 p28011,gas,0.0,0.0,0.0,0.0,0.0 p28011,geothermal,0.0,0.0,0.0,0.0,0.0 p28011,h2,0.0,0.0,0.0,0.0,0.0 p28011,hydro,0.0,0.0,0.0,0.0,0.0 p28011,nuclear,0.0,0.0,0.0,0.0,0.0 p28011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28011,pv,0.0,0.0,368.33333333337214,736.6666666666279,1105.0 +p28011,pv,0.0,0.0,120.0,240.0,360.0 p28011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28015,battery,0.0,0.0,0.0,0.0,0.0 -p28015,biomass,0.0,0.0,0.0,0.0,0.0 -p28015,coal,0.0,0.0,0.0,0.0,0.0 -p28015,gas,0.0,0.0,0.0,0.0,0.0 -p28015,geothermal,0.0,0.0,0.0,0.0,0.0 -p28015,h2,0.0,0.0,0.0,0.0,0.0 -p28015,hydro,0.0,0.0,0.0,0.0,0.0 -p28015,nuclear,0.0,0.0,0.0,0.0,0.0 -p28015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28015,pv,0.0,0.0,50.0,100.0,150.0 -p28015,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28013,csp,0.0,0.0,0.0,0.0,0.0 +p28015,csp,0.0,0.0,0.0,0.0,0.0 p28017,battery,0.0,0.0,0.0,0.0,0.0 p28017,biomass,0.0,0.0,0.0,0.0,0.0 p28017,coal,0.0,0.0,0.0,0.0,0.0 +p28017,csp,0.0,0.0,0.0,0.0,0.0 p28017,gas,0.0,0.0,0.0,0.0,0.0 p28017,geothermal,0.0,0.0,0.0,0.0,0.0 p28017,h2,0.0,0.0,0.0,0.0,0.0 p28017,hydro,0.0,0.0,0.0,0.0,0.0 p28017,nuclear,0.0,0.0,0.0,0.0,0.0 p28017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28017,pv,72.5,145.0,358.33333333331393,571.6666666666861,785.0 +p28017,pv,147.5,295.0,295.0,295.0,295.0 p28017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28017,wind-ons,0.0,0.0,0.0,0.0,0.0 p28019,battery,0.0,0.0,0.0,0.0,0.0 p28019,biomass,0.0,0.0,0.0,0.0,0.0 p28019,coal,0.0,0.0,0.0,0.0,0.0 +p28019,csp,0.0,0.0,0.0,0.0,0.0 p28019,gas,0.0,0.0,0.0,0.0,0.0 p28019,geothermal,0.0,0.0,0.0,0.0,0.0 p28019,h2,0.0,0.0,0.0,0.0,0.0 p28019,hydro,0.0,0.0,0.0,0.0,0.0 p28019,nuclear,0.0,0.0,0.0,0.0,0.0 p28019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28019,pv,0.0,0.0,189.0,378.0,567.0 +p28019,pv,0.0,0.0,22.333333333328483,44.66666666666424,67.0 p28019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28019,wind-ons,0.0,0.0,333.33333333337214,666.6666666666279,1000.0 -p28025,battery,175.0,350.0,466.66666666665697,583.333333333343,700.0 +p28019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28023,csp,0.0,0.0,0.0,0.0,0.0 +p28025,battery,125.0,250.0,316.66666666668607,383.33333333334303,450.0 p28025,biomass,0.0,0.0,0.0,0.0,0.0 p28025,coal,0.0,0.0,0.0,0.0,0.0 +p28025,csp,0.0,0.0,0.0,0.0,0.0 p28025,gas,0.0,0.0,0.0,0.0,0.0 p28025,geothermal,0.0,0.0,0.0,0.0,0.0 p28025,h2,0.0,0.0,0.0,0.0,0.0 p28025,hydro,0.0,0.0,0.0,0.0,0.0 p28025,nuclear,0.0,0.0,0.0,0.0,0.0 p28025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28025,pv,200.0,400.0,533.3333333333139,666.6666666666861,800.0 +p28025,pv,200.0,400.0,400.0,400.0,400.0 p28025,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28025,wind-ons,0.0,0.0,0.0,0.0,0.0 p28027,battery,0.0,0.0,0.0,0.0,0.0 p28027,biomass,0.0,0.0,0.0,0.0,0.0 p28027,coal,0.0,0.0,0.0,0.0,0.0 +p28027,csp,0.0,0.0,0.0,0.0,0.0 p28027,gas,0.0,0.0,0.0,0.0,0.0 p28027,geothermal,0.0,0.0,0.0,0.0,0.0 p28027,h2,0.0,0.0,0.0,0.0,0.0 p28027,hydro,0.0,0.0,0.0,0.0,0.0 p28027,nuclear,0.0,0.0,0.0,0.0,0.0 p28027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28027,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p28027,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p28027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28029,battery,0.0,0.0,0.0,0.0,0.0 -p28029,biomass,0.0,0.0,0.0,0.0,0.0 -p28029,coal,0.0,0.0,0.0,0.0,0.0 -p28029,gas,0.0,0.0,0.0,0.0,0.0 -p28029,geothermal,0.0,0.0,0.0,0.0,0.0 -p28029,h2,0.0,0.0,0.0,0.0,0.0 -p28029,hydro,0.0,0.0,0.0,0.0,0.0 -p28029,nuclear,0.0,0.0,0.0,0.0,0.0 -p28029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28029,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p28029,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28029,wind-ons,0.0,0.0,0.0,0.0,0.0 p28031,battery,0.0,0.0,0.0,0.0,0.0 p28031,biomass,0.0,0.0,0.0,0.0,0.0 p28031,coal,0.0,0.0,0.0,0.0,0.0 +p28031,csp,0.0,0.0,0.0,0.0,0.0 p28031,gas,0.0,0.0,0.0,0.0,0.0 p28031,geothermal,0.0,0.0,0.0,0.0,0.0 p28031,h2,0.0,0.0,0.0,0.0,0.0 p28031,hydro,0.0,0.0,0.0,0.0,0.0 p28031,nuclear,0.0,0.0,0.0,0.0,0.0 p28031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28031,pv,48.0,96.0,128.0,160.0,192.0 +p28031,pv,0.0,0.0,32.0,64.0,96.0 p28031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28033,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p28033,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p28033,biomass,0.0,0.0,0.0,0.0,0.0 p28033,coal,0.0,0.0,0.0,0.0,0.0 +p28033,csp,0.0,0.0,0.0,0.0,0.0 p28033,gas,0.0,0.0,335.0,670.0,1005.0 p28033,geothermal,0.0,0.0,0.0,0.0,0.0 p28033,h2,0.0,0.0,0.0,0.0,0.0 p28033,hydro,0.0,0.0,0.0,0.0,0.0 p28033,nuclear,0.0,0.0,0.0,0.0,0.0 p28033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28033,pv,100.0,200.0,349.66666666668607,499.33333333331393,649.0 +p28033,pv,50.0,100.0,283.0,466.0,649.0 p28033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28033,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28035,battery,0.0,0.0,0.0,0.0,0.0 -p28035,biomass,0.0,0.0,0.0,0.0,0.0 -p28035,coal,0.0,0.0,0.0,0.0,0.0 -p28035,gas,0.0,0.0,0.0,0.0,0.0 -p28035,geothermal,0.0,0.0,0.0,0.0,0.0 -p28035,h2,0.0,0.0,0.0,0.0,0.0 -p28035,hydro,0.0,0.0,0.0,0.0,0.0 -p28035,nuclear,0.0,0.0,0.0,0.0,0.0 -p28035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28035,pv,24.795,49.59,66.12000000000262,82.65000000000146,99.18 -p28035,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28037,battery,0.0,0.0,0.0,0.0,0.0 -p28037,biomass,0.0,0.0,0.0,0.0,0.0 -p28037,coal,0.0,0.0,0.0,0.0,0.0 -p28037,gas,0.0,0.0,0.0,0.0,0.0 -p28037,geothermal,0.0,0.0,0.0,0.0,0.0 -p28037,h2,0.0,0.0,0.0,0.0,0.0 -p28037,hydro,0.0,0.0,0.0,0.0,0.0 -p28037,nuclear,0.0,0.0,0.0,0.0,0.0 -p28037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28037,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 -p28037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28037,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28043,battery,0.0,0.0,0.0,0.0,0.0 -p28043,biomass,0.0,0.0,0.0,0.0,0.0 -p28043,coal,0.0,0.0,0.0,0.0,0.0 -p28043,gas,0.0,0.0,0.0,0.0,0.0 -p28043,geothermal,0.0,0.0,0.0,0.0,0.0 -p28043,h2,0.0,0.0,0.0,0.0,0.0 -p28043,hydro,0.0,0.0,0.0,0.0,0.0 -p28043,nuclear,0.0,0.0,0.0,0.0,0.0 -p28043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28043,pv,0.0,0.0,83.51666666663368,167.03333333329647,250.55 -p28043,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28035,csp,0.0,0.0,0.0,0.0,0.0 +p28037,csp,0.0,0.0,0.0,0.0,0.0 +p28045,csp,0.0,0.0,0.0,0.0,0.0 p28049,battery,0.0,0.0,0.0,0.0,0.0 p28049,biomass,0.0,0.0,0.0,0.0,0.0 p28049,coal,0.0,0.0,0.0,0.0,0.0 -p28049,gas,0.0,0.0,256.66666666668607,513.3333333333139,770.0 +p28049,csp,0.0,0.0,0.0,0.0,0.0 +p28049,gas,0.0,0.0,273.3333333332557,546.6666666666279,820.0 p28049,geothermal,0.0,0.0,0.0,0.0,0.0 p28049,h2,0.0,0.0,0.0,0.0,0.0 p28049,hydro,0.0,0.0,0.0,0.0,0.0 p28049,nuclear,0.0,0.0,0.0,0.0,0.0 p28049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28049,pv,75.0,150.0,660.3333333333721,1170.6666666666279,1681.0 +p28049,pv,75.0,150.0,282.0,414.0,546.0 p28049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28049,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28051,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p28051,battery,0.0,0.0,0.0,0.0,0.0 p28051,biomass,0.0,0.0,0.0,0.0,0.0 p28051,coal,0.0,0.0,0.0,0.0,0.0 +p28051,csp,0.0,0.0,0.0,0.0,0.0 p28051,gas,0.0,0.0,0.0,0.0,0.0 p28051,geothermal,0.0,0.0,0.0,0.0,0.0 p28051,h2,0.0,0.0,0.0,0.0,0.0 p28051,hydro,0.0,0.0,0.0,0.0,0.0 p28051,nuclear,0.0,0.0,0.0,0.0,0.0 p28051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28051,pv,0.0,0.0,537.3333333332557,1074.6666666667443,1612.0 +p28051,pv,0.0,0.0,141.66666666662786,283.33333333331393,425.0 p28051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28051,wind-ons,0.0,0.0,0.0,0.0,0.0 p28053,battery,0.0,0.0,0.0,0.0,0.0 p28053,biomass,0.0,0.0,0.0,0.0,0.0 p28053,coal,0.0,0.0,0.0,0.0,0.0 +p28053,csp,0.0,0.0,0.0,0.0,0.0 p28053,gas,0.0,0.0,0.0,0.0,0.0 p28053,geothermal,0.0,0.0,0.0,0.0,0.0 p28053,h2,0.0,0.0,0.0,0.0,0.0 p28053,hydro,0.0,0.0,0.0,0.0,0.0 p28053,nuclear,0.0,0.0,0.0,0.0,0.0 p28053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28053,pv,0.0,0.0,55.0,110.0,165.0 +p28053,pv,0.0,0.0,25.0,50.0,75.0 p28053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28053,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28061,battery,0.0,0.0,50.0,100.0,150.0 +p28061,battery,0.0,0.0,0.0,0.0,0.0 p28061,biomass,0.0,0.0,0.0,0.0,0.0 p28061,coal,0.0,0.0,0.0,0.0,0.0 +p28061,csp,0.0,0.0,0.0,0.0,0.0 p28061,gas,0.0,0.0,0.0,0.0,0.0 p28061,geothermal,0.0,0.0,0.0,0.0,0.0 p28061,h2,0.0,0.0,0.0,0.0,0.0 p28061,hydro,0.0,0.0,0.0,0.0,0.0 p28061,nuclear,0.0,0.0,0.0,0.0,0.0 p28061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28061,pv,78.0,156.0,449.33333333337214,742.6666666666279,1036.0 +p28061,pv,100.0,200.0,371.66666666662786,543.3333333333139,715.0 p28061,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28061,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28063,battery,0.0,0.0,0.0,0.0,0.0 -p28063,biomass,0.0,0.0,0.0,0.0,0.0 -p28063,coal,0.0,0.0,0.0,0.0,0.0 -p28063,gas,0.0,0.0,0.0,0.0,0.0 -p28063,geothermal,0.0,0.0,0.0,0.0,0.0 -p28063,h2,0.0,0.0,0.0,0.0,0.0 -p28063,hydro,0.0,0.0,0.0,0.0,0.0 -p28063,nuclear,0.0,0.0,0.0,0.0,0.0 -p28063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28063,pv,0.0,0.0,266.66666666662786,533.3333333333721,800.0 -p28063,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28063,csp,0.0,0.0,0.0,0.0,0.0 p28065,battery,0.0,0.0,0.0,0.0,0.0 p28065,biomass,0.0,0.0,0.0,0.0,0.0 p28065,coal,0.0,0.0,0.0,0.0,0.0 +p28065,csp,0.0,0.0,0.0,0.0,0.0 p28065,gas,0.0,0.0,0.0,0.0,0.0 p28065,geothermal,0.0,0.0,0.0,0.0,0.0 p28065,h2,0.0,0.0,0.0,0.0,0.0 @@ -9851,213 +10163,171 @@ p28065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p28065,pv,0.0,0.0,57.5,115.0,172.5 p28065,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28065,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28067,battery,0.0,0.0,0.0,0.0,0.0 -p28067,biomass,0.0,0.0,0.0,0.0,0.0 -p28067,coal,0.0,0.0,0.0,0.0,0.0 -p28067,gas,0.0,0.0,0.0,0.0,0.0 -p28067,geothermal,0.0,0.0,0.0,0.0,0.0 -p28067,h2,0.0,0.0,0.0,0.0,0.0 -p28067,hydro,0.0,0.0,0.0,0.0,0.0 -p28067,nuclear,0.0,0.0,0.0,0.0,0.0 -p28067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28067,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p28067,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28067,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28073,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p28067,csp,0.0,0.0,0.0,0.0,0.0 +p28069,battery,0.0,0.0,0.0,0.0,0.0 +p28069,biomass,0.0,0.0,0.0,0.0,0.0 +p28069,coal,0.0,0.0,0.0,0.0,0.0 +p28069,gas,0.0,0.0,8.333333333335759,16.66666666666788,25.0 +p28069,geothermal,0.0,0.0,0.0,0.0,0.0 +p28069,h2,0.0,0.0,0.0,0.0,0.0 +p28069,hydro,0.0,0.0,0.0,0.0,0.0 +p28069,nuclear,0.0,0.0,0.0,0.0,0.0 +p28069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28069,pv,0.0,0.0,0.0,0.0,0.0 +p28069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28073,battery,0.0,0.0,0.0,0.0,0.0 p28073,biomass,0.0,0.0,0.0,0.0,0.0 p28073,coal,0.0,0.0,0.0,0.0,0.0 +p28073,csp,0.0,0.0,0.0,0.0,0.0 p28073,gas,0.0,0.0,0.0,0.0,0.0 p28073,geothermal,0.0,0.0,0.0,0.0,0.0 p28073,h2,0.0,0.0,0.0,0.0,0.0 p28073,hydro,0.0,0.0,0.0,0.0,0.0 p28073,nuclear,0.0,0.0,0.0,0.0,0.0 p28073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28073,pv,0.0,0.0,275.0,550.0,825.0 +p28073,pv,26.0,52.0,52.0,52.0,52.0 p28073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28073,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28077,battery,0.0,0.0,0.0,0.0,0.0 -p28077,biomass,0.0,0.0,0.0,0.0,0.0 -p28077,coal,0.0,0.0,0.0,0.0,0.0 -p28077,gas,0.0,0.0,0.0,0.0,0.0 -p28077,geothermal,0.0,0.0,0.0,0.0,0.0 -p28077,h2,0.0,0.0,0.0,0.0,0.0 -p28077,hydro,0.0,0.0,0.0,0.0,0.0 -p28077,nuclear,0.0,0.0,0.0,0.0,0.0 -p28077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28077,pv,0.0,0.0,0.0,0.0,0.0 -p28077,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28077,wind-ons,0.0,0.0,16.66666666666424,33.33333333333576,50.0 p28081,battery,0.0,0.0,0.0,0.0,0.0 p28081,biomass,0.0,0.0,0.0,0.0,0.0 p28081,coal,0.0,0.0,0.0,0.0,0.0 +p28081,csp,0.0,0.0,0.0,0.0,0.0 p28081,gas,0.0,0.0,0.0,0.0,0.0 p28081,geothermal,0.0,0.0,0.0,0.0,0.0 p28081,h2,0.0,0.0,0.0,0.0,0.0 p28081,hydro,0.0,0.0,0.0,0.0,0.0 p28081,nuclear,0.0,0.0,0.0,0.0,0.0 p28081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28081,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p28081,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p28081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28081,wind-ons,0.0,0.0,0.0,0.0,0.0 p28083,battery,0.0,0.0,0.0,0.0,0.0 p28083,biomass,0.0,0.0,0.0,0.0,0.0 p28083,coal,0.0,0.0,0.0,0.0,0.0 +p28083,csp,0.0,0.0,0.0,0.0,0.0 p28083,gas,0.0,0.0,0.0,0.0,0.0 p28083,geothermal,0.0,0.0,0.0,0.0,0.0 p28083,h2,0.0,0.0,0.0,0.0,0.0 p28083,hydro,0.0,0.0,0.0,0.0,0.0 p28083,nuclear,0.0,0.0,0.0,0.0,0.0 p28083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28083,pv,0.0,0.0,183.33333333331393,366.66666666668607,550.0 +p28083,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p28083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28085,battery,0.0,0.0,0.0,0.0,0.0 -p28085,biomass,0.0,0.0,0.0,0.0,0.0 -p28085,coal,0.0,0.0,0.0,0.0,0.0 -p28085,gas,0.0,0.0,0.0,0.0,0.0 -p28085,geothermal,0.0,0.0,0.0,0.0,0.0 -p28085,h2,0.0,0.0,0.0,0.0,0.0 -p28085,hydro,0.0,0.0,0.0,0.0,0.0 -p28085,nuclear,0.0,0.0,0.0,0.0,0.0 -p28085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28085,pv,0.0,0.0,240.0,480.0,720.0 -p28085,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28085,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28087,battery,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p28085,csp,0.0,0.0,0.0,0.0,0.0 +p28087,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p28087,biomass,0.0,0.0,0.0,0.0,0.0 p28087,coal,0.0,0.0,0.0,0.0,0.0 -p28087,gas,0.0,0.0,206.66666666668607,413.33333333331393,620.0 +p28087,csp,0.0,0.0,0.0,0.0,0.0 +p28087,gas,0.0,0.0,206.66666666662786,413.33333333331393,620.0 p28087,geothermal,0.0,0.0,0.0,0.0,0.0 p28087,h2,0.0,0.0,0.0,0.0,0.0 p28087,hydro,0.0,0.0,0.0,0.0,0.0 p28087,nuclear,0.0,0.0,0.0,0.0,0.0 p28087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28087,pv,163.5,327.0,436.0,545.0,654.0 +p28087,pv,0.0,0.0,0.0,0.0,0.0 p28087,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28087,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28089,battery,0.0,0.0,52.83333333332848,105.66666666667152,158.5 +p28089,battery,0.0,0.0,100.0,200.0,300.0 p28089,biomass,0.0,0.0,0.0,0.0,0.0 p28089,coal,0.0,0.0,0.0,0.0,0.0 +p28089,csp,0.0,0.0,0.0,0.0,0.0 p28089,gas,0.0,0.0,0.0,0.0,0.0 p28089,geothermal,0.0,0.0,0.0,0.0,0.0 p28089,h2,0.0,0.0,0.0,0.0,0.0 p28089,hydro,0.0,0.0,0.0,0.0,0.0 p28089,nuclear,0.0,0.0,0.0,0.0,0.0 p28089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28089,pv,0.0,0.0,424.85999999998603,849.7199999999721,1274.58 +p28089,pv,0.0,0.0,192.33333333337214,384.66666666668607,577.0 p28089,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28089,wind-ons,0.0,0.0,0.0,0.0,0.0 p28091,battery,0.0,0.0,0.0,0.0,0.0 p28091,biomass,0.0,0.0,0.0,0.0,0.0 p28091,coal,0.0,0.0,0.0,0.0,0.0 +p28091,csp,0.0,0.0,0.0,0.0,0.0 p28091,gas,0.0,0.0,0.0,0.0,0.0 p28091,geothermal,0.0,0.0,0.0,0.0,0.0 p28091,h2,0.0,0.0,0.0,0.0,0.0 p28091,hydro,0.0,0.0,0.0,0.0,0.0 p28091,nuclear,0.0,0.0,0.0,0.0,0.0 p28091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28091,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p28091,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p28091,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28091,wind-ons,0.0,0.0,0.0,0.0,0.0 p28093,battery,0.0,0.0,0.0,0.0,0.0 p28093,biomass,0.0,0.0,0.0,0.0,0.0 p28093,coal,0.0,0.0,0.0,0.0,0.0 +p28093,csp,0.0,0.0,0.0,0.0,0.0 p28093,gas,0.0,0.0,0.0,0.0,0.0 p28093,geothermal,0.0,0.0,0.0,0.0,0.0 p28093,h2,0.0,0.0,0.0,0.0,0.0 p28093,hydro,0.0,0.0,0.0,0.0,0.0 p28093,nuclear,0.0,0.0,0.0,0.0,0.0 p28093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28093,pv,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p28093,pv,25.0,50.0,50.0,50.0,50.0 p28093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28093,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28095,battery,0.0,0.0,25.0,50.0,75.0 +p28095,battery,0.0,0.0,0.0,0.0,0.0 p28095,biomass,0.0,0.0,0.0,0.0,0.0 p28095,coal,0.0,0.0,0.0,0.0,0.0 +p28095,csp,0.0,0.0,0.0,0.0,0.0 p28095,gas,0.0,0.0,0.0,0.0,0.0 p28095,geothermal,0.0,0.0,0.0,0.0,0.0 p28095,h2,0.0,0.0,0.0,0.0,0.0 p28095,hydro,0.0,0.0,0.0,0.0,0.0 p28095,nuclear,0.0,0.0,0.0,0.0,0.0 p28095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28095,pv,80.0,160.0,226.66666666665697,293.33333333334303,360.0 +p28095,pv,80.0,160.0,185.0,210.0,235.0 p28095,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28095,wind-ons,0.0,0.0,0.0,0.0,0.0 p28097,battery,0.0,0.0,0.0,0.0,0.0 p28097,biomass,0.0,0.0,0.0,0.0,0.0 p28097,coal,0.0,0.0,0.0,0.0,0.0 +p28097,csp,0.0,0.0,0.0,0.0,0.0 p28097,gas,0.0,0.0,0.0,0.0,0.0 p28097,geothermal,0.0,0.0,0.0,0.0,0.0 p28097,h2,0.0,0.0,0.0,0.0,0.0 p28097,hydro,0.0,0.0,0.0,0.0,0.0 p28097,nuclear,0.0,0.0,0.0,0.0,0.0 p28097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28097,pv,0.0,0.0,43.33333333332848,86.66666666667152,130.0 +p28097,pv,0.0,0.0,36.666666666656965,73.33333333332848,110.0 p28097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28101,battery,0.0,0.0,0.0,0.0,0.0 -p28101,biomass,0.0,0.0,0.0,0.0,0.0 -p28101,coal,0.0,0.0,0.0,0.0,0.0 -p28101,gas,0.0,0.0,0.0,0.0,0.0 -p28101,geothermal,0.0,0.0,0.0,0.0,0.0 -p28101,h2,0.0,0.0,0.0,0.0,0.0 -p28101,hydro,0.0,0.0,0.0,0.0,0.0 -p28101,nuclear,0.0,0.0,0.0,0.0,0.0 -p28101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28101,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 -p28101,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28101,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28105,battery,0.0,0.0,0.0,0.0,0.0 -p28105,biomass,0.0,0.0,0.0,0.0,0.0 -p28105,coal,0.0,0.0,0.0,0.0,0.0 -p28105,gas,0.0,0.0,0.0,0.0,0.0 -p28105,geothermal,0.0,0.0,0.0,0.0,0.0 -p28105,h2,0.0,0.0,0.0,0.0,0.0 -p28105,hydro,0.0,0.0,0.0,0.0,0.0 -p28105,nuclear,0.0,0.0,0.0,0.0,0.0 -p28105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28105,pv,0.0,0.0,46.0,92.0,138.0 -p28105,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28101,csp,0.0,0.0,0.0,0.0,0.0 +p28105,csp,0.0,0.0,0.0,0.0,0.0 p28107,battery,0.0,0.0,0.0,0.0,0.0 p28107,biomass,0.0,0.0,0.0,0.0,0.0 p28107,coal,0.0,0.0,0.0,0.0,0.0 +p28107,csp,0.0,0.0,0.0,0.0,0.0 p28107,gas,0.0,0.0,0.0,0.0,0.0 p28107,geothermal,0.0,0.0,0.0,0.0,0.0 p28107,h2,0.0,0.0,0.0,0.0,0.0 p28107,hydro,0.0,0.0,0.0,0.0,0.0 p28107,nuclear,0.0,0.0,0.0,0.0,0.0 p28107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28107,pv,0.0,0.0,240.0,480.0,720.0 +p28107,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p28107,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28107,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28111,battery,0.0,0.0,73.33333333334303,146.66666666665697,220.0 +p28109,csp,0.0,0.0,0.0,0.0,0.0 +p28111,battery,0.0,0.0,50.0,100.0,150.0 p28111,biomass,0.0,0.0,0.0,0.0,0.0 p28111,coal,0.0,0.0,0.0,0.0,0.0 +p28111,csp,0.0,0.0,0.0,0.0,0.0 p28111,gas,0.0,0.0,0.0,0.0,0.0 p28111,geothermal,0.0,0.0,0.0,0.0,0.0 p28111,h2,0.0,0.0,0.0,0.0,0.0 p28111,hydro,0.0,0.0,0.0,0.0,0.0 p28111,nuclear,0.0,0.0,0.0,0.0,0.0 p28111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28111,pv,0.0,0.0,320.0,640.0,960.0 +p28111,pv,0.0,0.0,116.66666666668607,233.33333333334303,350.0 p28111,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28111,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28113,battery,0.0,0.0,0.0,0.0,0.0 -p28113,biomass,0.0,0.0,0.0,0.0,0.0 -p28113,coal,0.0,0.0,0.0,0.0,0.0 -p28113,gas,0.0,0.0,0.0,0.0,0.0 -p28113,geothermal,0.0,0.0,0.0,0.0,0.0 -p28113,h2,0.0,0.0,0.0,0.0,0.0 -p28113,hydro,0.0,0.0,0.0,0.0,0.0 -p28113,nuclear,0.0,0.0,0.0,0.0,0.0 -p28113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28113,pv,0.0,0.0,50.0,100.0,150.0 -p28113,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28113,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28115,csp,0.0,0.0,0.0,0.0,0.0 p28119,battery,0.0,0.0,0.0,0.0,0.0 p28119,biomass,0.0,0.0,0.0,0.0,0.0 p28119,coal,0.0,0.0,0.0,0.0,0.0 +p28119,csp,0.0,0.0,0.0,0.0,0.0 p28119,gas,0.0,0.0,0.0,0.0,0.0 p28119,geothermal,0.0,0.0,0.0,0.0,0.0 p28119,h2,0.0,0.0,0.0,0.0,0.0 @@ -10067,118 +10337,104 @@ p28119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p28119,pv,0.0,0.0,150.0,300.0,450.0 p28119,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28119,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28121,battery,0.0,0.0,0.0,0.0,0.0 +p28121,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p28121,biomass,0.0,0.0,0.0,0.0,0.0 p28121,coal,0.0,0.0,0.0,0.0,0.0 +p28121,csp,0.0,0.0,0.0,0.0,0.0 p28121,gas,0.0,0.0,0.0,0.0,0.0 p28121,geothermal,0.0,0.0,0.0,0.0,0.0 p28121,h2,0.0,0.0,0.0,0.0,0.0 p28121,hydro,0.0,0.0,0.0,0.0,0.0 p28121,nuclear,0.0,0.0,0.0,0.0,0.0 p28121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28121,pv,0.0,0.0,46.66666666667152,93.33333333332848,140.0 +p28121,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 p28121,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28121,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28123,battery,0.0,0.0,0.0,0.0,0.0 +p28123,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p28123,biomass,0.0,0.0,0.0,0.0,0.0 p28123,coal,0.0,0.0,0.0,0.0,0.0 +p28123,csp,0.0,0.0,0.0,0.0,0.0 p28123,gas,0.0,0.0,0.0,0.0,0.0 p28123,geothermal,0.0,0.0,0.0,0.0,0.0 p28123,h2,0.0,0.0,0.0,0.0,0.0 p28123,hydro,0.0,0.0,0.0,0.0,0.0 p28123,nuclear,0.0,0.0,0.0,0.0,0.0 p28123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28123,pv,0.0,0.0,94.66666666665697,189.33333333334303,284.0 +p28123,pv,0.0,0.0,0.0,0.0,0.0 p28123,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28123,wind-ons,0.0,0.0,0.0,0.0,0.0 p28125,battery,0.0,0.0,0.0,0.0,0.0 p28125,biomass,0.0,0.0,0.0,0.0,0.0 p28125,coal,0.0,0.0,0.0,0.0,0.0 +p28125,csp,0.0,0.0,0.0,0.0,0.0 p28125,gas,0.0,0.0,0.0,0.0,0.0 p28125,geothermal,0.0,0.0,0.0,0.0,0.0 p28125,h2,0.0,0.0,0.0,0.0,0.0 p28125,hydro,0.0,0.0,0.0,0.0,0.0 p28125,nuclear,0.0,0.0,0.0,0.0,0.0 p28125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28125,pv,0.0,0.0,112.0,224.0,336.0 +p28125,pv,0.0,0.0,40.0,80.0,120.0 p28125,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28125,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28127,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p28127,battery,0.0,0.0,0.0,0.0,0.0 p28127,biomass,0.0,0.0,0.0,0.0,0.0 p28127,coal,0.0,0.0,0.0,0.0,0.0 +p28127,csp,0.0,0.0,0.0,0.0,0.0 p28127,gas,0.0,0.0,0.0,0.0,0.0 p28127,geothermal,0.0,0.0,0.0,0.0,0.0 p28127,h2,0.0,0.0,0.0,0.0,0.0 p28127,hydro,0.0,0.0,0.0,0.0,0.0 p28127,nuclear,0.0,0.0,0.0,0.0,0.0 p28127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28127,pv,0.0,0.0,106.66666666665697,213.33333333334303,320.0 +p28127,pv,45.0,90.0,145.0,200.0,255.0 p28127,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28127,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28131,battery,0.0,0.0,0.0,0.0,0.0 -p28131,biomass,0.0,0.0,0.0,0.0,0.0 -p28131,coal,0.0,0.0,0.0,0.0,0.0 -p28131,gas,0.0,0.0,0.0,0.0,0.0 -p28131,geothermal,0.0,0.0,0.0,0.0,0.0 -p28131,h2,0.0,0.0,0.0,0.0,0.0 -p28131,hydro,0.0,0.0,0.0,0.0,0.0 -p28131,nuclear,0.0,0.0,0.0,0.0,0.0 -p28131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28131,pv,0.0,0.0,82.66666666665697,165.33333333334303,248.0 -p28131,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28131,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28131,csp,0.0,0.0,0.0,0.0,0.0 p28133,battery,0.0,0.0,0.0,0.0,0.0 p28133,biomass,0.0,0.0,0.0,0.0,0.0 p28133,coal,0.0,0.0,0.0,0.0,0.0 +p28133,csp,0.0,0.0,0.0,0.0,0.0 p28133,gas,0.0,0.0,0.0,0.0,0.0 p28133,geothermal,0.0,0.0,0.0,0.0,0.0 p28133,h2,0.0,0.0,0.0,0.0,0.0 p28133,hydro,0.0,0.0,0.0,0.0,0.0 p28133,nuclear,0.0,0.0,0.0,0.0,0.0 p28133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28133,pv,49.5,99.0,646.6666666667443,1194.3333333332557,1742.0 +p28133,pv,49.98,99.96,432.95999999996275,765.9599999999627,1098.96 p28133,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28133,wind-ons,0.0,0.0,185.66666666668607,371.33333333331393,557.0 -p28135,battery,0.0,0.0,0.0,0.0,0.0 +p28133,wind-ons,0.0,0.0,190.0,380.0,570.0 +p28135,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p28135,biomass,0.0,0.0,0.0,0.0,0.0 p28135,coal,0.0,0.0,0.0,0.0,0.0 +p28135,csp,0.0,0.0,0.0,0.0,0.0 p28135,gas,0.0,0.0,0.0,0.0,0.0 p28135,geothermal,0.0,0.0,0.0,0.0,0.0 p28135,h2,0.0,0.0,0.0,0.0,0.0 p28135,hydro,0.0,0.0,0.0,0.0,0.0 p28135,nuclear,0.0,0.0,0.0,0.0,0.0 p28135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28135,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p28135,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p28135,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28135,wind-ons,0.0,0.0,73.33333333334303,146.66666666665697,220.0 +p28135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28137,csp,0.0,0.0,0.0,0.0,0.0 p28143,battery,0.0,0.0,0.0,0.0,0.0 p28143,biomass,0.0,0.0,0.0,0.0,0.0 p28143,coal,0.0,0.0,0.0,0.0,0.0 +p28143,csp,0.0,0.0,0.0,0.0,0.0 p28143,gas,0.0,0.0,0.0,0.0,0.0 p28143,geothermal,0.0,0.0,0.0,0.0,0.0 p28143,h2,0.0,0.0,0.0,0.0,0.0 p28143,hydro,0.0,0.0,0.0,0.0,0.0 p28143,nuclear,0.0,0.0,0.0,0.0,0.0 p28143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28143,pv,80.0,160.0,430.0,700.0,970.0 +p28143,pv,0.0,0.0,106.66666666668607,213.33333333334303,320.0 p28143,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28143,wind-ons,100.0,200.0,266.66666666665697,333.33333333334303,400.0 -p28147,battery,0.0,0.0,0.0,0.0,0.0 -p28147,biomass,0.0,0.0,0.0,0.0,0.0 -p28147,coal,0.0,0.0,0.0,0.0,0.0 -p28147,gas,0.0,0.0,0.0,0.0,0.0 -p28147,geothermal,0.0,0.0,0.0,0.0,0.0 -p28147,h2,0.0,0.0,0.0,0.0,0.0 -p28147,hydro,0.0,0.0,0.0,0.0,0.0 -p28147,nuclear,0.0,0.0,0.0,0.0,0.0 -p28147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28147,pv,0.0,0.0,149.33333333331393,298.66666666668607,448.0 -p28147,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28147,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28143,wind-ons,0.0,0.0,125.53333333335468,251.06666666668025,376.6 +p28147,csp,0.0,0.0,0.0,0.0,0.0 p28149,battery,0.0,0.0,0.0,0.0,0.0 p28149,biomass,0.0,0.0,0.0,0.0,0.0 p28149,coal,0.0,0.0,0.0,0.0,0.0 -p28149,gas,0.0,0.0,256.66666666668607,513.3333333333139,770.0 +p28149,gas,0.0,0.0,273.3333333332557,546.6666666666279,820.0 p28149,geothermal,0.0,0.0,0.0,0.0,0.0 p28149,h2,0.0,0.0,0.0,0.0,0.0 p28149,hydro,0.0,0.0,0.0,0.0,0.0 @@ -10187,81 +10443,64 @@ p28149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p28149,pv,0.0,0.0,0.0,0.0,0.0 p28149,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28149,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28151,battery,0.0,0.0,0.0,0.0,0.0 +p28151,battery,0.0,0.0,56.666666666656965,113.33333333332848,170.0 p28151,biomass,0.0,0.0,0.0,0.0,0.0 p28151,coal,0.0,0.0,0.0,0.0,0.0 +p28151,csp,0.0,0.0,0.0,0.0,0.0 p28151,gas,0.0,0.0,0.0,0.0,0.0 p28151,geothermal,0.0,0.0,0.0,0.0,0.0 p28151,h2,0.0,0.0,0.0,0.0,0.0 p28151,hydro,0.0,0.0,0.0,0.0,0.0 p28151,nuclear,0.0,0.0,0.0,0.0,0.0 p28151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28151,pv,100.0,200.0,450.0,700.0,950.0 +p28151,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p28151,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28151,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28157,battery,0.0,0.0,0.0,0.0,0.0 -p28157,biomass,0.0,0.0,0.0,0.0,0.0 -p28157,coal,0.0,0.0,0.0,0.0,0.0 -p28157,gas,0.0,0.0,0.0,0.0,0.0 -p28157,geothermal,0.0,0.0,0.0,0.0,0.0 -p28157,h2,0.0,0.0,0.0,0.0,0.0 -p28157,hydro,0.0,0.0,0.0,0.0,0.0 -p28157,nuclear,0.0,0.0,0.0,0.0,0.0 -p28157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28157,pv,0.0,0.0,16.66666666666424,33.33333333333576,50.0 -p28157,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28157,wind-ons,0.0,0.0,0.0,0.0,0.0 -p28161,battery,0.0,0.0,0.0,0.0,0.0 -p28161,biomass,0.0,0.0,0.0,0.0,0.0 -p28161,coal,0.0,0.0,0.0,0.0,0.0 -p28161,gas,0.0,0.0,0.0,0.0,0.0 -p28161,geothermal,0.0,0.0,0.0,0.0,0.0 -p28161,h2,0.0,0.0,0.0,0.0,0.0 -p28161,hydro,0.0,0.0,0.0,0.0,0.0 -p28161,nuclear,0.0,0.0,0.0,0.0,0.0 -p28161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28161,pv,0.0,0.0,66.33333333334303,132.66666666665697,199.0 -p28161,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p28161,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28153,battery,0.0,0.0,0.0,0.0,0.0 +p28153,biomass,0.0,0.0,0.0,0.0,0.0 +p28153,coal,0.0,0.0,0.0,0.0,0.0 +p28153,csp,0.0,0.0,0.0,0.0,0.0 +p28153,gas,0.0,0.0,0.0,0.0,0.0 +p28153,geothermal,0.0,0.0,0.0,0.0,0.0 +p28153,h2,0.0,0.0,0.0,0.0,0.0 +p28153,hydro,0.0,0.0,0.0,0.0,0.0 +p28153,nuclear,0.0,0.0,0.0,0.0,0.0 +p28153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28153,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p28153,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28153,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28157,csp,0.0,0.0,0.0,0.0,0.0 p28163,battery,0.0,0.0,0.0,0.0,0.0 p28163,biomass,0.0,0.0,0.0,0.0,0.0 p28163,coal,0.0,0.0,0.0,0.0,0.0 +p28163,csp,0.0,0.0,0.0,0.0,0.0 p28163,gas,0.0,0.0,0.0,0.0,0.0 p28163,geothermal,0.0,0.0,0.0,0.0,0.0 p28163,h2,0.0,0.0,0.0,0.0,0.0 p28163,hydro,0.0,0.0,0.0,0.0,0.0 p28163,nuclear,0.0,0.0,0.0,0.0,0.0 p28163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p28163,pv,0.0,0.0,90.0,180.0,270.0 +p28163,pv,0.0,0.0,50.0,100.0,150.0 p28163,wind-ofs,0.0,0.0,0.0,0.0,0.0 p28163,wind-ons,0.0,0.0,0.0,0.0,0.0 p29001,battery,0.0,0.0,0.0,0.0,0.0 p29001,biomass,0.0,0.0,0.0,0.0,0.0 p29001,coal,0.0,0.0,0.0,0.0,0.0 +p29001,csp,0.0,0.0,0.0,0.0,0.0 p29001,gas,0.0,0.0,0.0,0.0,0.0 p29001,geothermal,0.0,0.0,0.0,0.0,0.0 p29001,h2,0.0,0.0,0.0,0.0,0.0 p29001,hydro,0.0,0.0,0.0,0.0,0.0 p29001,nuclear,0.0,0.0,0.0,0.0,0.0 p29001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29001,pv,125.0,250.0,400.0,550.0,700.0 +p29001,pv,0.0,0.0,150.0,300.0,450.0 p29001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29003,battery,0.0,0.0,0.0,0.0,0.0 -p29003,biomass,0.0,0.0,0.0,0.0,0.0 -p29003,coal,0.0,0.0,0.0,0.0,0.0 -p29003,gas,0.0,0.0,0.0,0.0,0.0 -p29003,geothermal,0.0,0.0,0.0,0.0,0.0 -p29003,h2,0.0,0.0,0.0,0.0,0.0 -p29003,hydro,0.0,0.0,0.0,0.0,0.0 -p29003,nuclear,0.0,0.0,0.0,0.0,0.0 -p29003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29003,pv,0.0,0.0,250.0,500.0,750.0 -p29003,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29003,wind-ons,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p29003,csp,0.0,0.0,0.0,0.0,0.0 p29005,battery,0.0,0.0,0.0,0.0,0.0 p29005,biomass,0.0,0.0,0.0,0.0,0.0 p29005,coal,0.0,0.0,0.0,0.0,0.0 +p29005,csp,0.0,0.0,0.0,0.0,0.0 p29005,gas,0.0,0.0,0.0,0.0,0.0 p29005,geothermal,0.0,0.0,0.0,0.0,0.0 p29005,h2,0.0,0.0,0.0,0.0,0.0 @@ -10270,130 +10509,143 @@ p29005,nuclear,0.0,0.0,0.0,0.0,0.0 p29005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p29005,pv,0.0,0.0,0.0,0.0,0.0 p29005,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29005,wind-ons,122.0,244.0,325.33333333334303,406.66666666665697,488.0 +p29005,wind-ons,123.0,246.0,246.0,246.0,246.0 p29007,battery,0.0,0.0,0.0,0.0,0.0 p29007,biomass,0.0,0.0,0.0,0.0,0.0 p29007,coal,0.0,0.0,0.0,0.0,0.0 +p29007,csp,0.0,0.0,0.0,0.0,0.0 p29007,gas,0.0,0.0,0.0,0.0,0.0 p29007,geothermal,0.0,0.0,0.0,0.0,0.0 p29007,h2,0.0,0.0,0.0,0.0,0.0 p29007,hydro,0.0,0.0,0.0,0.0,0.0 p29007,nuclear,0.0,0.0,0.0,0.0,0.0 p29007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29007,pv,0.0,0.0,85.0,170.0,255.0 +p29007,pv,0.0,0.0,0.0,0.0,0.0 p29007,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29007,wind-ons,200.0,400.0,533.3333333333139,666.6666666666861,800.0 +p29007,wind-ons,200.0,400.0,483.33333333331393,566.666666666657,650.0 p29009,battery,0.0,0.0,0.0,0.0,0.0 p29009,biomass,0.0,0.0,0.0,0.0,0.0 p29009,coal,0.0,0.0,0.0,0.0,0.0 +p29009,csp,0.0,0.0,0.0,0.0,0.0 p29009,gas,0.0,0.0,0.0,0.0,0.0 p29009,geothermal,0.0,0.0,0.0,0.0,0.0 p29009,h2,0.0,0.0,0.0,0.0,0.0 p29009,hydro,0.0,0.0,0.0,0.0,0.0 p29009,nuclear,0.0,0.0,0.0,0.0,0.0 p29009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29009,pv,65.0,130.0,173.33333333332848,216.66666666667152,260.0 +p29009,pv,65.0,130.0,130.0,130.0,130.0 p29009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29009,wind-ons,0.0,0.0,0.0,0.0,0.0 p29011,battery,0.0,0.0,0.0,0.0,0.0 p29011,biomass,0.0,0.0,0.0,0.0,0.0 p29011,coal,0.0,0.0,0.0,0.0,0.0 +p29011,csp,0.0,0.0,0.0,0.0,0.0 p29011,gas,0.0,0.0,0.0,0.0,0.0 p29011,geothermal,0.0,0.0,0.0,0.0,0.0 p29011,h2,0.0,0.0,0.0,0.0,0.0 p29011,hydro,0.0,0.0,0.0,0.0,0.0 p29011,nuclear,0.0,0.0,0.0,0.0,0.0 p29011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29011,pv,0.0,0.0,0.0,0.0,0.0 +p29011,pv,0.0,0.0,66.60000000000582,133.20000000001164,199.8 p29011,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29011,wind-ons,0.0,0.0,67.33333333334303,134.66666666665697,202.0 +p29011,wind-ons,0.0,0.0,0.0,0.0,0.0 p29017,battery,0.0,0.0,50.0,100.0,150.0 p29017,biomass,0.0,0.0,0.0,0.0,0.0 p29017,coal,0.0,0.0,0.0,0.0,0.0 +p29017,csp,0.0,0.0,0.0,0.0,0.0 p29017,gas,0.0,0.0,0.0,0.0,0.0 p29017,geothermal,0.0,0.0,0.0,0.0,0.0 p29017,h2,0.0,0.0,0.0,0.0,0.0 p29017,hydro,0.0,0.0,0.0,0.0,0.0 p29017,nuclear,0.0,0.0,0.0,0.0,0.0 p29017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29017,pv,0.0,0.0,350.0,700.0,1050.0 +p29017,pv,0.0,0.0,216.66666666662786,433.33333333331393,650.0 p29017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29017,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29019,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p29019,biomass,0.0,0.0,0.0,0.0,0.0 -p29019,coal,0.0,0.0,0.0,0.0,0.0 -p29019,gas,0.0,0.0,0.0,0.0,0.0 -p29019,geothermal,0.0,0.0,0.0,0.0,0.0 -p29019,h2,0.0,0.0,0.0,0.0,0.0 -p29019,hydro,0.0,0.0,0.0,0.0,0.0 -p29019,nuclear,0.0,0.0,0.0,0.0,0.0 -p29019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29019,pv,0.0,0.0,0.0,0.0,0.0 -p29019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29027,battery,0.0,0.0,21.66666666666424,43.33333333333576,65.0 +p29019,csp,0.0,0.0,0.0,0.0,0.0 +p29021,battery,0.0,0.0,66.60000000000582,133.20000000001164,199.8 +p29021,biomass,0.0,0.0,0.0,0.0,0.0 +p29021,coal,0.0,0.0,0.0,0.0,0.0 +p29021,gas,0.0,0.0,0.0,0.0,0.0 +p29021,geothermal,0.0,0.0,0.0,0.0,0.0 +p29021,h2,0.0,0.0,0.0,0.0,0.0 +p29021,hydro,0.0,0.0,0.0,0.0,0.0 +p29021,nuclear,0.0,0.0,0.0,0.0,0.0 +p29021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29021,pv,0.0,0.0,0.0,0.0,0.0 +p29021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29023,battery,0.0,0.0,0.0,0.0,0.0 +p29023,biomass,0.0,0.0,0.0,0.0,0.0 +p29023,coal,0.0,0.0,0.0,0.0,0.0 +p29023,csp,0.0,0.0,0.0,0.0,0.0 +p29023,gas,0.0,0.0,153.33333333337214,306.66666666668607,460.0 +p29023,geothermal,0.0,0.0,0.0,0.0,0.0 +p29023,h2,0.0,0.0,0.0,0.0,0.0 +p29023,hydro,0.0,0.0,0.0,0.0,0.0 +p29023,nuclear,0.0,0.0,0.0,0.0,0.0 +p29023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29023,pv,0.0,0.0,0.0,0.0,0.0 +p29023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29025,csp,0.0,0.0,0.0,0.0,0.0 +p29027,battery,0.0,0.0,0.0,0.0,0.0 p29027,biomass,0.0,0.0,0.0,0.0,0.0 p29027,coal,0.0,0.0,0.0,0.0,0.0 +p29027,csp,0.0,0.0,0.0,0.0,0.0 p29027,gas,0.0,0.0,0.0,0.0,0.0 p29027,geothermal,0.0,0.0,0.0,0.0,0.0 p29027,h2,0.0,0.0,0.0,0.0,0.0 p29027,hydro,0.0,0.0,0.0,0.0,0.0 p29027,nuclear,0.0,0.0,0.0,0.0,0.0 p29027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29027,pv,175.0,350.0,800.0,1250.0,1700.0 +p29027,pv,125.0,250.0,450.0,650.0,850.0 p29027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29031,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p29031,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p29031,biomass,0.0,0.0,0.0,0.0,0.0 p29031,coal,0.0,0.0,0.0,0.0,0.0 +p29031,csp,0.0,0.0,0.0,0.0,0.0 p29031,gas,0.0,0.0,0.0,0.0,0.0 p29031,geothermal,0.0,0.0,0.0,0.0,0.0 p29031,h2,0.0,0.0,0.0,0.0,0.0 p29031,hydro,0.0,0.0,0.0,0.0,0.0 p29031,nuclear,0.0,0.0,0.0,0.0,0.0 p29031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29031,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p29031,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p29031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29031,wind-ons,0.0,0.0,0.0,0.0,0.0 p29033,battery,0.0,0.0,0.0,0.0,0.0 p29033,biomass,0.0,0.0,0.0,0.0,0.0 p29033,coal,0.0,0.0,0.0,0.0,0.0 +p29033,csp,0.0,0.0,0.0,0.0,0.0 p29033,gas,0.0,0.0,0.0,0.0,0.0 p29033,geothermal,0.0,0.0,0.0,0.0,0.0 p29033,h2,0.0,0.0,0.0,0.0,0.0 p29033,hydro,0.0,0.0,0.0,0.0,0.0 p29033,nuclear,0.0,0.0,0.0,0.0,0.0 p29033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29033,pv,48.0,96.0,128.0,160.0,192.0 +p29033,pv,48.0,96.0,96.0,96.0,96.0 p29033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29033,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29037,battery,0.0,0.0,0.0,0.0,0.0 +p29037,battery,0.0,0.0,93.33333333331393,186.66666666665697,280.0 p29037,biomass,0.0,0.0,0.0,0.0,0.0 p29037,coal,0.0,0.0,0.0,0.0,0.0 -p29037,gas,0.0,0.0,9.66666666666788,19.33333333333212,29.0 +p29037,csp,0.0,0.0,0.0,0.0,0.0 +p29037,gas,14.5,29.0,29.0,29.0,29.0 p29037,geothermal,0.0,0.0,0.0,0.0,0.0 p29037,h2,0.0,0.0,0.0,0.0,0.0 p29037,hydro,0.0,0.0,0.0,0.0,0.0 p29037,nuclear,0.0,0.0,0.0,0.0,0.0 p29037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29037,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p29037,pv,0.0,0.0,0.0,0.0,0.0 p29037,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29037,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29039,battery,0.0,0.0,32.0,64.0,96.0 -p29039,biomass,0.0,0.0,0.0,0.0,0.0 -p29039,coal,0.0,0.0,0.0,0.0,0.0 -p29039,gas,0.0,0.0,0.0,0.0,0.0 -p29039,geothermal,0.0,0.0,0.0,0.0,0.0 -p29039,h2,0.0,0.0,0.0,0.0,0.0 -p29039,hydro,0.0,0.0,0.0,0.0,0.0 -p29039,nuclear,0.0,0.0,0.0,0.0,0.0 -p29039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29039,pv,0.0,0.0,64.0,128.0,192.0 -p29039,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29039,csp,0.0,0.0,0.0,0.0,0.0 p29041,battery,0.0,0.0,50.0,100.0,150.0 p29041,biomass,0.0,0.0,0.0,0.0,0.0 p29041,coal,0.0,0.0,0.0,0.0,0.0 +p29041,csp,0.0,0.0,0.0,0.0,0.0 p29041,gas,0.0,0.0,0.0,0.0,0.0 p29041,geothermal,0.0,0.0,0.0,0.0,0.0 p29041,h2,0.0,0.0,0.0,0.0,0.0 @@ -10403,33 +10655,12 @@ p29041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p29041,pv,0.0,0.0,0.0,0.0,0.0 p29041,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29041,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29043,battery,0.0,0.0,24.996666666665988,49.993333333331975,74.99 -p29043,biomass,0.0,0.0,0.0,0.0,0.0 -p29043,coal,0.0,0.0,0.0,0.0,0.0 -p29043,gas,0.0,0.0,0.0,0.0,0.0 -p29043,geothermal,0.0,0.0,0.0,0.0,0.0 -p29043,h2,0.0,0.0,0.0,0.0,0.0 -p29043,hydro,0.0,0.0,0.0,0.0,0.0 -p29043,nuclear,0.0,0.0,0.0,0.0,0.0 -p29043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29043,pv,0.0,0.0,0.0,0.0,0.0 -p29043,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29043,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29045,battery,0.0,0.0,0.0,0.0,0.0 -p29045,biomass,0.0,0.0,0.0,0.0,0.0 -p29045,coal,0.0,0.0,0.0,0.0,0.0 -p29045,gas,0.0,0.0,0.0,0.0,0.0 -p29045,geothermal,0.0,0.0,0.0,0.0,0.0 -p29045,h2,0.0,0.0,0.0,0.0,0.0 -p29045,hydro,0.0,0.0,0.0,0.0,0.0 -p29045,nuclear,0.0,0.0,0.0,0.0,0.0 -p29045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29045,pv,0.0,0.0,0.0,0.0,0.0 -p29045,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29045,wind-ons,0.0,0.0,74.33333333334303,148.66666666665697,223.0 -p29047,battery,0.0,0.0,341.66666666662786,683.3333333333721,1025.0 +p29043,csp,0.0,0.0,0.0,0.0,0.0 +p29045,csp,0.0,0.0,0.0,0.0,0.0 +p29047,battery,0.0,0.0,383.3333333332557,766.6666666666279,1150.0 p29047,biomass,0.0,0.0,0.0,0.0,0.0 p29047,coal,0.0,0.0,0.0,0.0,0.0 +p29047,csp,0.0,0.0,0.0,0.0,0.0 p29047,gas,0.0,0.0,0.0,0.0,0.0 p29047,geothermal,0.0,0.0,0.0,0.0,0.0 p29047,h2,0.0,0.0,0.0,0.0,0.0 @@ -10442,7 +10673,8 @@ p29047,wind-ons,0.0,0.0,0.0,0.0,0.0 p29049,battery,0.0,0.0,0.0,0.0,0.0 p29049,biomass,0.0,0.0,0.0,0.0,0.0 p29049,coal,0.0,0.0,0.0,0.0,0.0 -p29049,gas,267.5,535.0,713.3333333333139,891.6666666666861,1070.0 +p29049,csp,0.0,0.0,0.0,0.0,0.0 +p29049,gas,267.5,535.0,688.3333333333721,841.6666666666861,995.0 p29049,geothermal,0.0,0.0,0.0,0.0,0.0 p29049,h2,0.0,0.0,0.0,0.0,0.0 p29049,hydro,0.0,0.0,0.0,0.0,0.0 @@ -10454,28 +10686,30 @@ p29049,wind-ons,0.0,0.0,0.0,0.0,0.0 p29053,battery,0.0,0.0,0.0,0.0,0.0 p29053,biomass,0.0,0.0,0.0,0.0,0.0 p29053,coal,0.0,0.0,0.0,0.0,0.0 +p29053,csp,0.0,0.0,0.0,0.0,0.0 p29053,gas,0.0,0.0,0.0,0.0,0.0 p29053,geothermal,0.0,0.0,0.0,0.0,0.0 p29053,h2,0.0,0.0,0.0,0.0,0.0 p29053,hydro,0.0,0.0,0.0,0.0,0.0 p29053,nuclear,0.0,0.0,0.0,0.0,0.0 p29053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29053,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p29053,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p29053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29053,wind-ons,0.0,0.0,0.0,0.0,0.0 p29057,battery,0.0,0.0,0.0,0.0,0.0 p29057,biomass,0.0,0.0,0.0,0.0,0.0 p29057,coal,0.0,0.0,0.0,0.0,0.0 +p29057,csp,0.0,0.0,0.0,0.0,0.0 p29057,gas,0.0,0.0,0.0,0.0,0.0 p29057,geothermal,0.0,0.0,0.0,0.0,0.0 p29057,h2,0.0,0.0,0.0,0.0,0.0 p29057,hydro,0.0,0.0,0.0,0.0,0.0 p29057,nuclear,0.0,0.0,0.0,0.0,0.0 p29057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29057,pv,0.0,0.0,61.66666666667152,123.33333333332848,185.0 +p29057,pv,0.0,0.0,0.0,0.0,0.0 p29057,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29057,wind-ons,123.5,247.0,329.33333333334303,411.66666666665697,494.0 -p29061,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p29057,wind-ons,123.5,247.0,247.0,247.0,247.0 +p29061,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p29061,biomass,0.0,0.0,0.0,0.0,0.0 p29061,coal,0.0,0.0,0.0,0.0,0.0 p29061,gas,0.0,0.0,0.0,0.0,0.0 @@ -10484,48 +10718,27 @@ p29061,h2,0.0,0.0,0.0,0.0,0.0 p29061,hydro,0.0,0.0,0.0,0.0,0.0 p29061,nuclear,0.0,0.0,0.0,0.0,0.0 p29061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29061,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p29061,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p29061,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29061,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29067,battery,0.0,0.0,0.0,0.0,0.0 -p29067,biomass,0.0,0.0,0.0,0.0,0.0 -p29067,coal,0.0,0.0,0.0,0.0,0.0 -p29067,gas,0.0,0.0,0.0,0.0,0.0 -p29067,geothermal,0.0,0.0,0.0,0.0,0.0 -p29067,h2,0.0,0.0,0.0,0.0,0.0 -p29067,hydro,0.0,0.0,0.0,0.0,0.0 -p29067,nuclear,0.0,0.0,0.0,0.0,0.0 -p29067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29067,pv,0.0,0.0,0.0,0.0,0.0 -p29067,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29067,wind-ons,0.0,0.0,50.0,100.0,150.0 -p29069,battery,0.0,0.0,0.0,0.0,0.0 -p29069,biomass,0.0,0.0,0.0,0.0,0.0 -p29069,coal,0.0,0.0,0.0,0.0,0.0 -p29069,gas,0.0,0.0,0.0,0.0,0.0 -p29069,geothermal,0.0,0.0,0.0,0.0,0.0 -p29069,h2,0.0,0.0,0.0,0.0,0.0 -p29069,hydro,0.0,0.0,0.0,0.0,0.0 -p29069,nuclear,0.0,0.0,0.0,0.0,0.0 -p29069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29069,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p29069,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29067,csp,0.0,0.0,0.0,0.0,0.0 p29073,battery,0.0,0.0,100.0,200.0,300.0 p29073,biomass,0.0,0.0,0.0,0.0,0.0 p29073,coal,0.0,0.0,0.0,0.0,0.0 +p29073,csp,0.0,0.0,0.0,0.0,0.0 p29073,gas,0.0,0.0,0.0,0.0,0.0 p29073,geothermal,0.0,0.0,0.0,0.0,0.0 p29073,h2,0.0,0.0,0.0,0.0,0.0 p29073,hydro,0.0,0.0,0.0,0.0,0.0 p29073,nuclear,0.0,0.0,0.0,0.0,0.0 p29073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29073,pv,0.0,0.0,46.66666666667152,93.33333333332848,140.0 +p29073,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 p29073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29073,wind-ons,0.0,0.0,0.0,0.0,0.0 p29075,battery,0.0,0.0,0.0,0.0,0.0 p29075,biomass,0.0,0.0,0.0,0.0,0.0 p29075,coal,0.0,0.0,0.0,0.0,0.0 +p29075,csp,0.0,0.0,0.0,0.0,0.0 p29075,gas,0.0,0.0,0.0,0.0,0.0 p29075,geothermal,0.0,0.0,0.0,0.0,0.0 p29075,h2,0.0,0.0,0.0,0.0,0.0 @@ -10534,11 +10747,12 @@ p29075,nuclear,0.0,0.0,0.0,0.0,0.0 p29075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p29075,pv,0.0,0.0,0.0,0.0,0.0 p29075,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29075,wind-ons,9.0,18.0,24.0,30.0,36.0 -p29077,battery,0.0,0.0,0.0,0.0,0.0 +p29075,wind-ons,9.0,18.0,18.0,18.0,18.0 +p29077,battery,0.0,0.0,133.0,266.0,399.0 p29077,biomass,0.0,0.0,0.0,0.0,0.0 p29077,coal,0.0,0.0,0.0,0.0,0.0 -p29077,gas,0.0,0.0,48.33333333332848,96.66666666667152,145.0 +p29077,csp,0.0,0.0,0.0,0.0,0.0 +p29077,gas,0.0,0.0,48.333333333343035,96.66666666667152,145.0 p29077,geothermal,0.0,0.0,0.0,0.0,0.0 p29077,h2,0.0,0.0,0.0,0.0,0.0 p29077,hydro,0.0,0.0,0.0,0.0,0.0 @@ -10547,34 +10761,49 @@ p29077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p29077,pv,0.0,0.0,0.0,0.0,0.0 p29077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29077,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29083,battery,0.0,0.0,25.0,50.0,75.0 +p29079,battery,0.0,0.0,0.0,0.0,0.0 +p29079,biomass,0.0,0.0,0.0,0.0,0.0 +p29079,coal,0.0,0.0,0.0,0.0,0.0 +p29079,gas,0.0,0.0,0.0,0.0,0.0 +p29079,geothermal,0.0,0.0,0.0,0.0,0.0 +p29079,h2,0.0,0.0,0.0,0.0,0.0 +p29079,hydro,0.0,0.0,0.0,0.0,0.0 +p29079,nuclear,0.0,0.0,0.0,0.0,0.0 +p29079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29079,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p29079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29083,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p29083,biomass,0.0,0.0,0.0,0.0,0.0 p29083,coal,0.0,0.0,0.0,0.0,0.0 +p29083,csp,0.0,0.0,0.0,0.0,0.0 p29083,gas,0.0,0.0,0.0,0.0,0.0 p29083,geothermal,0.0,0.0,0.0,0.0,0.0 p29083,h2,0.0,0.0,0.0,0.0,0.0 p29083,hydro,0.0,0.0,0.0,0.0,0.0 p29083,nuclear,0.0,0.0,0.0,0.0,0.0 p29083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29083,pv,200.0,400.0,643.3333333333139,886.6666666666861,1130.0 +p29083,pv,275.0,550.0,666.6666666666861,783.333333333343,900.0 p29083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29083,wind-ons,0.0,0.0,0.0,0.0,0.0 p29093,battery,0.0,0.0,0.0,0.0,0.0 p29093,biomass,0.0,0.0,0.0,0.0,0.0 p29093,coal,0.0,0.0,0.0,0.0,0.0 +p29093,csp,0.0,0.0,0.0,0.0,0.0 p29093,gas,0.0,0.0,0.0,0.0,0.0 p29093,geothermal,0.0,0.0,0.0,0.0,0.0 p29093,h2,0.0,0.0,0.0,0.0,0.0 -p29093,hydro,30.0,60.0,80.0,100.0,120.0 +p29093,hydro,30.0,60.0,60.0,60.0,60.0 p29093,nuclear,0.0,0.0,0.0,0.0,0.0 p29093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29093,pv,0.0,0.0,40.0,80.0,120.0 +p29093,pv,0.0,0.0,0.0,0.0,0.0 p29093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29093,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29095,battery,25.0,50.0,305.0,560.0,815.0 +p29095,battery,50.0,100.0,433.0,766.0,1099.0 p29095,biomass,0.0,0.0,0.0,0.0,0.0 p29095,coal,0.0,0.0,0.0,0.0,0.0 -p29095,gas,0.0,0.0,0.0,0.0,0.0 +p29095,csp,0.0,0.0,0.0,0.0,0.0 +p29095,gas,0.0,0.0,334.9666666666744,669.9333333333489,1004.9000000000001 p29095,geothermal,0.0,0.0,0.0,0.0,0.0 p29095,h2,0.0,0.0,0.0,0.0,0.0 p29095,hydro,0.0,0.0,0.0,0.0,0.0 @@ -10583,67 +10812,36 @@ p29095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p29095,pv,0.0,0.0,0.0,0.0,0.0 p29095,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29095,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29097,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p29097,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p29097,biomass,0.0,0.0,0.0,0.0,0.0 p29097,coal,0.0,0.0,0.0,0.0,0.0 -p29097,gas,0.0,0.0,21.33333333333576,42.66666666666424,64.0 +p29097,csp,0.0,0.0,0.0,0.0,0.0 +p29097,gas,32.0,64.0,147.33333333331393,230.66666666665697,314.0 p29097,geothermal,0.0,0.0,0.0,0.0,0.0 p29097,h2,0.0,0.0,0.0,0.0,0.0 p29097,hydro,0.0,0.0,0.0,0.0,0.0 p29097,nuclear,0.0,0.0,0.0,0.0,0.0 p29097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29097,pv,0.0,0.0,50.0,100.0,150.0 +p29097,pv,75.0,150.0,150.0,150.0,150.0 p29097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29099,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p29099,biomass,0.0,0.0,0.0,0.0,0.0 -p29099,coal,0.0,0.0,0.0,0.0,0.0 -p29099,gas,0.0,0.0,0.0,0.0,0.0 -p29099,geothermal,0.0,0.0,0.0,0.0,0.0 -p29099,h2,0.0,0.0,0.0,0.0,0.0 -p29099,hydro,0.0,0.0,0.0,0.0,0.0 -p29099,nuclear,0.0,0.0,0.0,0.0,0.0 -p29099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29099,pv,0.0,0.0,0.0,0.0,0.0 -p29099,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29101,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p29101,biomass,0.0,0.0,0.0,0.0,0.0 -p29101,coal,0.0,0.0,0.0,0.0,0.0 -p29101,gas,0.0,0.0,0.0,0.0,0.0 -p29101,geothermal,0.0,0.0,0.0,0.0,0.0 -p29101,h2,0.0,0.0,0.0,0.0,0.0 -p29101,hydro,0.0,0.0,0.0,0.0,0.0 -p29101,nuclear,0.0,0.0,0.0,0.0,0.0 -p29101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29101,pv,0.0,0.0,0.0,0.0,0.0 -p29101,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29099,csp,0.0,0.0,0.0,0.0,0.0 +p29101,csp,0.0,0.0,0.0,0.0,0.0 p29103,battery,0.0,0.0,0.0,0.0,0.0 p29103,biomass,0.0,0.0,0.0,0.0,0.0 p29103,coal,0.0,0.0,0.0,0.0,0.0 +p29103,csp,0.0,0.0,0.0,0.0,0.0 p29103,gas,0.0,0.0,0.0,0.0,0.0 p29103,geothermal,0.0,0.0,0.0,0.0,0.0 p29103,h2,0.0,0.0,0.0,0.0,0.0 p29103,hydro,0.0,0.0,0.0,0.0,0.0 p29103,nuclear,0.0,0.0,0.0,0.0,0.0 p29103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29103,pv,0.0,0.0,30.33333333333576,60.66666666666424,91.0 +p29103,pv,0.0,0.0,0.0,0.0,0.0 p29103,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29103,wind-ons,150.0,300.0,400.0,500.0,600.0 -p29107,battery,0.0,0.0,0.0,0.0,0.0 -p29107,biomass,0.0,0.0,0.0,0.0,0.0 -p29107,coal,0.0,0.0,0.0,0.0,0.0 -p29107,gas,0.0,0.0,0.0,0.0,0.0 -p29107,geothermal,0.0,0.0,0.0,0.0,0.0 -p29107,h2,0.0,0.0,0.0,0.0,0.0 -p29107,hydro,0.0,0.0,0.0,0.0,0.0 -p29107,nuclear,0.0,0.0,0.0,0.0,0.0 -p29107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29107,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p29107,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29107,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29109,battery,0.0,0.0,122.0,244.0,366.0 +p29103,wind-ons,150.0,300.0,300.0,300.0,300.0 +p29107,csp,0.0,0.0,0.0,0.0,0.0 +p29109,battery,0.0,0.0,55.666666666656965,111.33333333332848,167.0 p29109,biomass,0.0,0.0,0.0,0.0,0.0 p29109,coal,0.0,0.0,0.0,0.0,0.0 p29109,gas,0.0,0.0,0.0,0.0,0.0 @@ -10655,118 +10853,93 @@ p29109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p29109,pv,0.0,0.0,0.0,0.0,0.0 p29109,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29109,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29113,battery,0.0,0.0,0.0,0.0,0.0 +p29113,battery,0.0,0.0,85.96000000002095,171.9200000000128,257.88 p29113,biomass,0.0,0.0,0.0,0.0,0.0 p29113,coal,0.0,0.0,0.0,0.0,0.0 +p29113,csp,0.0,0.0,0.0,0.0,0.0 p29113,gas,0.0,0.0,0.0,0.0,0.0 p29113,geothermal,0.0,0.0,0.0,0.0,0.0 p29113,h2,0.0,0.0,0.0,0.0,0.0 p29113,hydro,0.0,0.0,0.0,0.0,0.0 p29113,nuclear,0.0,0.0,0.0,0.0,0.0 p29113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29113,pv,75.0,150.0,206.66666666667152,263.3333333333285,320.0 +p29113,pv,75.0,150.0,216.66666666668607,283.33333333334303,350.0 p29113,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29113,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29119,csp,0.0,0.0,0.0,0.0,0.0 p29121,battery,0.0,0.0,0.0,0.0,0.0 p29121,biomass,0.0,0.0,0.0,0.0,0.0 p29121,coal,0.0,0.0,0.0,0.0,0.0 +p29121,csp,0.0,0.0,0.0,0.0,0.0 p29121,gas,0.0,0.0,0.0,0.0,0.0 p29121,geothermal,0.0,0.0,0.0,0.0,0.0 p29121,h2,0.0,0.0,0.0,0.0,0.0 p29121,hydro,0.0,0.0,0.0,0.0,0.0 p29121,nuclear,0.0,0.0,0.0,0.0,0.0 p29121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29121,pv,50.0,100.0,436.1433333333116,772.2866666666232,1108.43 +p29121,pv,50.0,100.0,269.47666666668374,438.9533333333093,608.4300000000001 p29121,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29121,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29123,battery,0.0,0.0,0.0,0.0,0.0 -p29123,biomass,0.0,0.0,0.0,0.0,0.0 -p29123,coal,0.0,0.0,0.0,0.0,0.0 -p29123,gas,0.0,0.0,0.0,0.0,0.0 -p29123,geothermal,0.0,0.0,0.0,0.0,0.0 -p29123,h2,0.0,0.0,0.0,0.0,0.0 -p29123,hydro,0.0,0.0,0.0,0.0,0.0 -p29123,nuclear,0.0,0.0,0.0,0.0,0.0 -p29123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29123,pv,0.0,0.0,25.0,50.0,75.0 -p29123,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29123,csp,0.0,0.0,0.0,0.0,0.0 p29125,battery,0.0,0.0,0.0,0.0,0.0 p29125,biomass,0.0,0.0,0.0,0.0,0.0 p29125,coal,0.0,0.0,0.0,0.0,0.0 +p29125,csp,0.0,0.0,0.0,0.0,0.0 p29125,gas,0.0,0.0,0.0,0.0,0.0 p29125,geothermal,0.0,0.0,0.0,0.0,0.0 p29125,h2,0.0,0.0,0.0,0.0,0.0 p29125,hydro,0.0,0.0,0.0,0.0,0.0 p29125,nuclear,0.0,0.0,0.0,0.0,0.0 p29125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29125,pv,0.0,0.0,113.33333333334303,226.66666666665697,340.0 +p29125,pv,0.0,0.0,113.33333333331393,226.66666666665697,340.0 p29125,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29125,wind-ons,0.0,0.0,0.0,0.0,0.0 p29127,battery,0.0,0.0,0.0,0.0,0.0 p29127,biomass,0.0,0.0,0.0,0.0,0.0 p29127,coal,0.0,0.0,0.0,0.0,0.0 +p29127,csp,0.0,0.0,0.0,0.0,0.0 p29127,gas,0.0,0.0,0.0,0.0,0.0 p29127,geothermal,0.0,0.0,0.0,0.0,0.0 p29127,h2,0.0,0.0,0.0,0.0,0.0 p29127,hydro,0.0,0.0,0.0,0.0,0.0 p29127,nuclear,0.0,0.0,0.0,0.0,0.0 p29127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29127,pv,0.0,0.0,98.33333333334303,196.66666666665697,295.0 +p29127,pv,0.0,0.0,146.66666666662786,293.33333333331393,440.0 p29127,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29127,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29133,battery,0.0,0.0,0.0,0.0,0.0 -p29133,biomass,0.0,0.0,0.0,0.0,0.0 -p29133,coal,0.0,0.0,0.0,0.0,0.0 -p29133,gas,0.0,0.0,0.0,0.0,0.0 -p29133,geothermal,0.0,0.0,0.0,0.0,0.0 -p29133,h2,0.0,0.0,0.0,0.0,0.0 -p29133,hydro,0.0,0.0,0.0,0.0,0.0 -p29133,nuclear,0.0,0.0,0.0,0.0,0.0 -p29133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29133,pv,0.0,0.0,10.66666666666788,21.33333333333212,32.0 -p29133,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29133,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29133,csp,0.0,0.0,0.0,0.0,0.0 p29139,battery,0.0,0.0,0.0,0.0,0.0 p29139,biomass,0.0,0.0,0.0,0.0,0.0 p29139,coal,0.0,0.0,0.0,0.0,0.0 +p29139,csp,0.0,0.0,0.0,0.0,0.0 p29139,gas,0.0,0.0,0.0,0.0,0.0 p29139,geothermal,0.0,0.0,0.0,0.0,0.0 p29139,h2,0.0,0.0,0.0,0.0,0.0 p29139,hydro,0.0,0.0,0.0,0.0,0.0 p29139,nuclear,0.0,0.0,0.0,0.0,0.0 p29139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29139,pv,100.0,200.0,366.0,532.0,698.0 +p29139,pv,50.0,100.0,133.33333333334303,166.66666666667152,200.0 p29139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29139,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29143,battery,0.0,0.0,0.0,0.0,0.0 +p29143,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p29143,biomass,0.0,0.0,0.0,0.0,0.0 -p29143,coal,0.0,0.0,13.33333333333212,26.66666666666788,40.0 -p29143,gas,36.0,72.0,96.0,120.0,144.0 +p29143,coal,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p29143,csp,0.0,0.0,0.0,0.0,0.0 +p29143,gas,36.0,72.0,72.0,72.0,72.0 p29143,geothermal,0.0,0.0,0.0,0.0,0.0 p29143,h2,0.0,0.0,0.0,0.0,0.0 p29143,hydro,0.0,0.0,0.0,0.0,0.0 p29143,nuclear,0.0,0.0,0.0,0.0,0.0 p29143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29143,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p29143,pv,0.0,0.0,50.0,100.0,150.0 p29143,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29143,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29145,battery,0.0,0.0,0.0,0.0,0.0 -p29145,biomass,0.0,0.0,0.0,0.0,0.0 -p29145,coal,0.0,0.0,0.0,0.0,0.0 -p29145,gas,0.0,0.0,0.0,0.0,0.0 -p29145,geothermal,0.0,0.0,0.0,0.0,0.0 -p29145,h2,0.0,0.0,0.0,0.0,0.0 -p29145,hydro,0.0,0.0,0.0,0.0,0.0 -p29145,nuclear,0.0,0.0,0.0,0.0,0.0 -p29145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29145,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p29145,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29145,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p29145,csp,0.0,0.0,0.0,0.0,0.0 p29147,battery,0.0,0.0,0.0,0.0,0.0 p29147,biomass,0.0,0.0,0.0,0.0,0.0 p29147,coal,0.0,0.0,0.0,0.0,0.0 -p29147,gas,0.0,0.0,300.39999999990687,600.7999999999302,901.2 +p29147,csp,0.0,0.0,0.0,0.0,0.0 +p29147,gas,0.0,0.0,300.4000000000233,600.8000000000466,901.2 p29147,geothermal,0.0,0.0,0.0,0.0,0.0 p29147,h2,0.0,0.0,0.0,0.0,0.0 p29147,hydro,0.0,0.0,0.0,0.0,0.0 @@ -10774,8 +10947,8 @@ p29147,nuclear,0.0,0.0,0.0,0.0,0.0 p29147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p29147,pv,0.0,0.0,0.0,0.0,0.0 p29147,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29147,wind-ons,234.0,468.0,624.0,780.0,936.0 -p29151,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p29147,wind-ons,234.0,468.0,468.0,468.0,468.0 +p29151,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p29151,biomass,0.0,0.0,0.0,0.0,0.0 p29151,coal,0.0,0.0,0.0,0.0,0.0 p29151,gas,0.0,0.0,0.0,0.0,0.0 @@ -10787,82 +10960,76 @@ p29151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p29151,pv,0.0,0.0,0.0,0.0,0.0 p29151,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29151,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29155,battery,0.0,0.0,0.0,0.0,0.0 -p29155,biomass,0.0,0.0,0.0,0.0,0.0 -p29155,coal,0.0,0.0,0.0,0.0,0.0 -p29155,gas,0.0,0.0,0.0,0.0,0.0 -p29155,geothermal,0.0,0.0,0.0,0.0,0.0 -p29155,h2,0.0,0.0,0.0,0.0,0.0 -p29155,hydro,0.0,0.0,0.0,0.0,0.0 -p29155,nuclear,0.0,0.0,0.0,0.0,0.0 -p29155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29155,pv,0.0,0.0,53.33333333332848,106.66666666667152,160.0 -p29155,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29155,wind-ons,0.0,0.0,0.0,0.0,0.0 p29159,battery,0.0,0.0,0.0,0.0,0.0 p29159,biomass,0.0,0.0,0.0,0.0,0.0 p29159,coal,0.0,0.0,0.0,0.0,0.0 +p29159,csp,0.0,0.0,0.0,0.0,0.0 p29159,gas,0.0,0.0,0.0,0.0,0.0 p29159,geothermal,0.0,0.0,0.0,0.0,0.0 p29159,h2,0.0,0.0,0.0,0.0,0.0 p29159,hydro,0.0,0.0,0.0,0.0,0.0 p29159,nuclear,0.0,0.0,0.0,0.0,0.0 p29159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29159,pv,0.0,0.0,31.66666666666424,63.33333333333576,95.0 +p29159,pv,0.0,0.0,31.666666666671517,63.33333333333576,95.0 p29159,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29159,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29163,battery,0.0,0.0,0.0,0.0,0.0 -p29163,biomass,0.0,0.0,0.0,0.0,0.0 -p29163,coal,0.0,0.0,0.0,0.0,0.0 -p29163,gas,0.0,0.0,0.0,0.0,0.0 -p29163,geothermal,0.0,0.0,0.0,0.0,0.0 -p29163,h2,0.0,0.0,0.0,0.0,0.0 -p29163,hydro,0.0,0.0,0.0,0.0,0.0 -p29163,nuclear,0.0,0.0,0.0,0.0,0.0 -p29163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29163,pv,0.0,0.0,50.0,100.0,150.0 -p29163,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29163,csp,0.0,0.0,0.0,0.0,0.0 p29167,battery,0.0,0.0,0.0,0.0,0.0 p29167,biomass,0.0,0.0,0.0,0.0,0.0 p29167,coal,0.0,0.0,0.0,0.0,0.0 +p29167,csp,0.0,0.0,0.0,0.0,0.0 p29167,gas,0.0,0.0,0.0,0.0,0.0 p29167,geothermal,0.0,0.0,0.0,0.0,0.0 p29167,h2,0.0,0.0,0.0,0.0,0.0 p29167,hydro,0.0,0.0,0.0,0.0,0.0 p29167,nuclear,0.0,0.0,0.0,0.0,0.0 p29167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29167,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p29167,pv,100.0,200.0,200.0,200.0,200.0 p29167,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29167,wind-ons,0.0,0.0,0.0,0.0,0.0 p29173,battery,0.0,0.0,0.0,0.0,0.0 p29173,biomass,0.0,0.0,0.0,0.0,0.0 p29173,coal,0.0,0.0,0.0,0.0,0.0 +p29173,csp,0.0,0.0,0.0,0.0,0.0 p29173,gas,0.0,0.0,0.0,0.0,0.0 p29173,geothermal,0.0,0.0,0.0,0.0,0.0 p29173,h2,0.0,0.0,0.0,0.0,0.0 p29173,hydro,0.0,0.0,0.0,0.0,0.0 p29173,nuclear,0.0,0.0,0.0,0.0,0.0 p29173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29173,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p29173,pv,100.0,200.0,285.0,370.0,455.0 p29173,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29173,wind-ons,0.0,0.0,0.0,0.0,0.0 p29175,battery,0.0,0.0,0.0,0.0,0.0 p29175,biomass,0.0,0.0,0.0,0.0,0.0 p29175,coal,0.0,0.0,26.63333333333867,53.26666666667006,79.9 -p29175,gas,0.0,0.0,153.33333333331393,306.66666666668607,460.0 +p29175,csp,0.0,0.0,0.0,0.0,0.0 +p29175,gas,230.0,460.0,766.6666666667443,1073.3333333333721,1380.0 p29175,geothermal,0.0,0.0,0.0,0.0,0.0 p29175,h2,0.0,0.0,0.0,0.0,0.0 p29175,hydro,0.0,0.0,0.0,0.0,0.0 p29175,nuclear,0.0,0.0,0.0,0.0,0.0 p29175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29175,pv,100.0,200.0,426.66666666668607,653.3333333333139,880.0 +p29175,pv,222.5,445.0,483.33333333334303,521.6666666666715,560.0 p29175,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29175,wind-ons,509.0,1018.0,1357.3333333333721,1696.6666666666279,2036.0 -p29183,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p29175,wind-ons,509.0,1018.0,1184.6666666666279,1351.333333333314,1518.0 +p29177,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p29177,biomass,0.0,0.0,0.0,0.0,0.0 +p29177,coal,0.0,0.0,0.0,0.0,0.0 +p29177,gas,0.0,0.0,0.0,0.0,0.0 +p29177,geothermal,0.0,0.0,0.0,0.0,0.0 +p29177,h2,0.0,0.0,0.0,0.0,0.0 +p29177,hydro,0.0,0.0,0.0,0.0,0.0 +p29177,nuclear,0.0,0.0,0.0,0.0,0.0 +p29177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29177,pv,0.0,0.0,0.0,0.0,0.0 +p29177,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29177,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29183,battery,0.0,0.0,0.0,0.0,0.0 p29183,biomass,0.0,0.0,0.0,0.0,0.0 p29183,coal,0.0,0.0,0.0,0.0,0.0 -p29183,gas,0.0,0.0,0.0,0.0,0.0 +p29183,csp,0.0,0.0,0.0,0.0,0.0 +p29183,gas,0.0,0.0,740.0,1480.0,2220.0 p29183,geothermal,0.0,0.0,0.0,0.0,0.0 p29183,h2,0.0,0.0,0.0,0.0,0.0 p29183,hydro,0.0,0.0,0.0,0.0,0.0 @@ -10871,22 +11038,11 @@ p29183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p29183,pv,0.0,0.0,0.0,0.0,0.0 p29183,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29183,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29187,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p29187,biomass,0.0,0.0,0.0,0.0,0.0 -p29187,coal,0.0,0.0,0.0,0.0,0.0 -p29187,gas,0.0,0.0,0.0,0.0,0.0 -p29187,geothermal,0.0,0.0,0.0,0.0,0.0 -p29187,h2,0.0,0.0,0.0,0.0,0.0 -p29187,hydro,0.0,0.0,0.0,0.0,0.0 -p29187,nuclear,0.0,0.0,0.0,0.0,0.0 -p29187,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29187,pv,0.0,0.0,0.0,0.0,0.0 -p29187,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p29187,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29187,csp,0.0,0.0,0.0,0.0,0.0 p29189,battery,0.0,0.0,0.0,0.0,0.0 p29189,biomass,0.0,0.0,0.0,0.0,0.0 p29189,coal,0.0,0.0,0.0,0.0,0.0 -p29189,gas,0.0,0.0,274.66666666662786,549.3333333333721,824.0 +p29189,gas,0.0,0.0,274.6666666667443,549.3333333333721,824.0 p29189,geothermal,0.0,0.0,0.0,0.0,0.0 p29189,h2,0.0,0.0,0.0,0.0,0.0 p29189,hydro,0.0,0.0,0.0,0.0,0.0 @@ -10895,30 +11051,68 @@ p29189,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p29189,pv,0.0,0.0,0.0,0.0,0.0 p29189,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29189,wind-ons,0.0,0.0,0.0,0.0,0.0 -p29201,battery,0.0,0.0,100.0,200.0,300.0 +p29195,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p29195,biomass,0.0,0.0,0.0,0.0,0.0 +p29195,coal,0.0,0.0,0.0,0.0,0.0 +p29195,gas,0.0,0.0,0.0,0.0,0.0 +p29195,geothermal,0.0,0.0,0.0,0.0,0.0 +p29195,h2,0.0,0.0,0.0,0.0,0.0 +p29195,hydro,0.0,0.0,0.0,0.0,0.0 +p29195,nuclear,0.0,0.0,0.0,0.0,0.0 +p29195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29195,pv,0.0,0.0,0.0,0.0,0.0 +p29195,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29195,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29197,battery,0.0,0.0,0.0,0.0,0.0 +p29197,biomass,0.0,0.0,0.0,0.0,0.0 +p29197,coal,0.0,0.0,0.0,0.0,0.0 +p29197,gas,0.0,0.0,0.0,0.0,0.0 +p29197,geothermal,0.0,0.0,0.0,0.0,0.0 +p29197,h2,0.0,0.0,0.0,0.0,0.0 +p29197,hydro,0.0,0.0,0.0,0.0,0.0 +p29197,nuclear,0.0,0.0,0.0,0.0,0.0 +p29197,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29197,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p29197,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29197,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29201,battery,0.0,0.0,0.0,0.0,0.0 p29201,biomass,0.0,0.0,0.0,0.0,0.0 p29201,coal,0.0,0.0,0.0,0.0,0.0 +p29201,csp,0.0,0.0,0.0,0.0,0.0 p29201,gas,0.0,0.0,0.0,0.0,0.0 p29201,geothermal,0.0,0.0,0.0,0.0,0.0 p29201,h2,0.0,0.0,0.0,0.0,0.0 p29201,hydro,0.0,0.0,0.0,0.0,0.0 p29201,nuclear,0.0,0.0,0.0,0.0,0.0 p29201,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29201,pv,200.0,400.0,533.3333333333139,666.6666666666861,800.0 +p29201,pv,0.0,0.0,185.33333333337214,370.66666666668607,556.0 p29201,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29201,wind-ons,0.0,0.0,0.0,0.0,0.0 p29207,battery,0.0,0.0,0.0,0.0,0.0 p29207,biomass,0.0,0.0,0.0,0.0,0.0 p29207,coal,0.0,0.0,0.0,0.0,0.0 +p29207,csp,0.0,0.0,0.0,0.0,0.0 p29207,gas,0.0,0.0,0.0,0.0,0.0 p29207,geothermal,0.0,0.0,0.0,0.0,0.0 p29207,h2,0.0,0.0,0.0,0.0,0.0 p29207,hydro,0.0,0.0,0.0,0.0,0.0 p29207,nuclear,0.0,0.0,0.0,0.0,0.0 p29207,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29207,pv,112.5,225.0,385.0,545.0,705.0 +p29207,pv,0.0,0.0,141.66666666662786,283.33333333331393,425.0 p29207,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29207,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29211,battery,0.0,0.0,0.0,0.0,0.0 +p29211,biomass,0.0,0.0,0.0,0.0,0.0 +p29211,coal,0.0,0.0,0.0,0.0,0.0 +p29211,gas,0.0,0.0,0.0,0.0,0.0 +p29211,geothermal,0.0,0.0,0.0,0.0,0.0 +p29211,h2,0.0,0.0,0.0,0.0,0.0 +p29211,hydro,0.0,0.0,0.0,0.0,0.0 +p29211,nuclear,0.0,0.0,0.0,0.0,0.0 +p29211,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29211,pv,0.0,0.0,203.41666666662786,406.83333333331393,610.25 +p29211,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29211,wind-ons,0.0,0.0,0.0,0.0,0.0 p29217,battery,0.0,0.0,0.0,0.0,0.0 p29217,biomass,0.0,0.0,0.0,0.0,0.0 p29217,coal,0.0,0.0,0.0,0.0,0.0 @@ -10928,28 +11122,31 @@ p29217,h2,0.0,0.0,0.0,0.0,0.0 p29217,hydro,0.0,0.0,0.0,0.0,0.0 p29217,nuclear,0.0,0.0,0.0,0.0,0.0 p29217,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29217,pv,0.0,0.0,200.0,400.0,600.0 +p29217,pv,0.0,0.0,58.333333333343035,116.66666666667152,175.0 p29217,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29217,wind-ons,0.0,0.0,0.0,0.0,0.0 p29219,battery,0.0,0.0,0.0,0.0,0.0 p29219,biomass,0.0,0.0,0.0,0.0,0.0 p29219,coal,0.0,0.0,0.0,0.0,0.0 +p29219,csp,0.0,0.0,0.0,0.0,0.0 p29219,gas,0.0,0.0,0.0,0.0,0.0 p29219,geothermal,0.0,0.0,0.0,0.0,0.0 p29219,h2,0.0,0.0,0.0,0.0,0.0 p29219,hydro,0.0,0.0,0.0,0.0,0.0 p29219,nuclear,0.0,0.0,0.0,0.0,0.0 p29219,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p29219,pv,150.0,300.0,400.0,500.0,600.0 +p29219,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p29219,wind-ofs,0.0,0.0,0.0,0.0,0.0 p29219,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29221,csp,0.0,0.0,0.0,0.0,0.0 p30003,battery,0.0,0.0,0.0,0.0,0.0 p30003,biomass,0.0,0.0,0.0,0.0,0.0 p30003,coal,0.0,0.0,0.0,0.0,0.0 +p30003,csp,0.0,0.0,0.0,0.0,0.0 p30003,gas,0.0,0.0,0.0,0.0,0.0 p30003,geothermal,0.0,0.0,0.0,0.0,0.0 p30003,h2,0.0,0.0,0.0,0.0,0.0 -p30003,hydro,0.0,0.0,0.0,0.0,0.0 +p30003,hydro,0.0,0.0,2.6666666666660603,5.33333333333303,8.0 p30003,nuclear,0.0,0.0,0.0,0.0,0.0 p30003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p30003,pv,0.0,0.0,100.0,200.0,300.0 @@ -10958,42 +11155,46 @@ p30003,wind-ons,0.0,0.0,0.0,0.0,0.0 p30007,battery,0.0,0.0,0.0,0.0,0.0 p30007,biomass,0.0,0.0,0.0,0.0,0.0 p30007,coal,0.0,0.0,0.0,0.0,0.0 +p30007,csp,0.0,0.0,0.0,0.0,0.0 p30007,gas,0.0,0.0,50.0,100.0,150.0 p30007,geothermal,0.0,0.0,0.0,0.0,0.0 p30007,h2,0.0,0.0,0.0,0.0,0.0 -p30007,hydro,0.0,0.0,3.4666666666662422,6.9333333333324845,10.4 +p30007,hydro,0.0,0.0,3.4666666666662422,6.933333333333394,10.4 p30007,nuclear,0.0,0.0,0.0,0.0,0.0 p30007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p30007,pv,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p30007,pv,0.0,0.0,0.0,0.0,0.0 p30007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p30007,wind-ons,0.0,0.0,0.0,0.0,0.0 p30013,battery,0.0,0.0,0.0,0.0,0.0 p30013,biomass,0.0,0.0,0.0,0.0,0.0 p30013,coal,0.0,0.0,0.0,0.0,0.0 +p30013,csp,0.0,0.0,0.0,0.0,0.0 p30013,gas,0.0,0.0,0.0,0.0,0.0 p30013,geothermal,0.0,0.0,0.0,0.0,0.0 p30013,h2,0.0,0.0,0.0,0.0,0.0 -p30013,hydro,0.0,0.0,23.33333333333576,46.66666666666424,70.0 +p30013,hydro,0.0,0.0,23.333333333328483,46.66666666666424,70.0 p30013,nuclear,0.0,0.0,0.0,0.0,0.0 p30013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p30013,pv,0.0,0.0,0.0,0.0,0.0 p30013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p30013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p30021,battery,0.0,0.0,0.0,0.0,0.0 -p30021,biomass,0.0,0.0,0.0,0.0,0.0 -p30021,coal,0.0,0.0,0.0,0.0,0.0 -p30021,gas,0.0,0.0,0.0,0.0,0.0 -p30021,geothermal,0.0,0.0,0.0,0.0,0.0 -p30021,h2,0.0,0.0,0.0,0.0,0.0 -p30021,hydro,0.0,0.0,0.0,0.0,0.0 -p30021,nuclear,0.0,0.0,0.0,0.0,0.0 -p30021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p30021,pv,0.0,0.0,116.66666666665697,233.33333333334303,350.0 -p30021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p30021,wind-ons,0.0,0.0,0.0,0.0,0.0 -p30029,battery,0.0,0.0,0.0,0.0,0.0 -p30029,biomass,0.0,0.0,0.5333333333330756,1.0666666666663787,1.6 +p30017,battery,0.0,0.0,0.0,0.0,0.0 +p30017,biomass,0.0,0.0,0.0,0.0,0.0 +p30017,coal,0.0,0.0,0.0,0.0,0.0 +p30017,gas,0.0,0.0,0.0,0.0,0.0 +p30017,geothermal,0.0,0.0,0.0,0.0,0.0 +p30017,h2,0.0,0.0,0.0,0.0,0.0 +p30017,hydro,0.0,0.0,0.0,0.0,0.0 +p30017,nuclear,0.0,0.0,0.0,0.0,0.0 +p30017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30017,pv,0.0,0.0,0.0,0.0,0.0 +p30017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30017,wind-ons,0.0,0.0,75.0,150.0,225.0 +p30021,csp,0.0,0.0,0.0,0.0,0.0 +p30029,battery,0.0,0.0,0.09999999999999432,0.19999999999998863,0.3 +p30029,biomass,0.0,0.0,0.5333333333330756,1.066666666666606,1.6 p30029,coal,0.0,0.0,0.0,0.0,0.0 +p30029,csp,0.0,0.0,0.0,0.0,0.0 p30029,gas,0.0,0.0,0.0,0.0,0.0 p30029,geothermal,0.0,0.0,0.0,0.0,0.0 p30029,h2,0.0,0.0,0.0,0.0,0.0 @@ -11006,13 +11207,14 @@ p30029,wind-ons,0.0,0.0,0.0,0.0,0.0 p30031,battery,0.0,0.0,0.0,0.0,0.0 p30031,biomass,0.0,0.0,0.0,0.0,0.0 p30031,coal,0.0,0.0,0.0,0.0,0.0 +p30031,csp,0.0,0.0,0.0,0.0,0.0 p30031,gas,0.0,0.0,0.0,0.0,0.0 p30031,geothermal,0.0,0.0,0.0,0.0,0.0 p30031,h2,0.0,0.0,0.0,0.0,0.0 p30031,hydro,0.0,0.0,0.0,0.0,0.0 p30031,nuclear,0.0,0.0,0.0,0.0,0.0 p30031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p30031,pv,0.0,0.0,0.6666666666667425,1.3333333333332575,2.0 +p30031,pv,0.0,0.0,0.6666666666665151,1.3333333333332575,2.0 p30031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p30031,wind-ons,0.0,0.0,0.0,0.0,0.0 p30049,battery,0.0,0.0,0.0,0.0,0.0 @@ -11030,18 +11232,21 @@ p30049,wind-ons,0.0,0.0,0.0,0.0,0.0 p30053,battery,0.0,0.0,0.0,0.0,0.0 p30053,biomass,0.0,0.0,0.0,0.0,0.0 p30053,coal,0.0,0.0,0.0,0.0,0.0 +p30053,csp,0.0,0.0,0.0,0.0,0.0 p30053,gas,0.0,0.0,0.0,0.0,0.0 p30053,geothermal,0.0,0.0,0.0,0.0,0.0 p30053,h2,0.0,0.0,0.0,0.0,0.0 -p30053,hydro,0.0,0.0,215.33333333331393,430.66666666668607,646.0 +p30053,hydro,0.0,0.0,215.33333333337214,430.66666666668607,646.0 p30053,nuclear,0.0,0.0,0.0,0.0,0.0 p30053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p30053,pv,0.0,0.0,0.0,0.0,0.0 p30053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p30053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p30057,csp,0.0,0.0,0.0,0.0,0.0 p30059,battery,0.0,0.0,0.0,0.0,0.0 p30059,biomass,0.0,0.0,0.0,0.0,0.0 p30059,coal,0.0,0.0,0.0,0.0,0.0 +p30059,csp,0.0,0.0,0.0,0.0,0.0 p30059,gas,0.0,0.0,0.0,0.0,0.0 p30059,geothermal,0.0,0.0,0.0,0.0,0.0 p30059,h2,0.0,0.0,0.0,0.0,0.0 @@ -11050,10 +11255,11 @@ p30059,nuclear,0.0,0.0,0.0,0.0,0.0 p30059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p30059,pv,0.0,0.0,0.0,0.0,0.0 p30059,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p30059,wind-ons,450.075,900.15,1200.2000000000698,1500.2500000001164,1800.3 +p30059,wind-ons,450.075,900.15,1108.9499999999534,1317.7499999999418,1526.55 p30065,battery,0.0,0.0,0.0,0.0,0.0 p30065,biomass,0.0,0.0,0.0,0.0,0.0 p30065,coal,0.0,0.0,0.0,0.0,0.0 +p30065,csp,0.0,0.0,0.0,0.0,0.0 p30065,gas,0.0,0.0,0.0,0.0,0.0 p30065,geothermal,0.0,0.0,0.0,0.0,0.0 p30065,h2,0.0,0.0,0.0,0.0,0.0 @@ -11062,7 +11268,8 @@ p30065,nuclear,0.0,0.0,0.0,0.0,0.0 p30065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p30065,pv,0.0,0.0,0.0,0.0,0.0 p30065,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p30065,wind-ons,0.0,0.0,23.33333333333576,46.66666666666424,70.0 +p30065,wind-ons,0.0,0.0,23.333333333328483,46.66666666666424,70.0 +p30077,csp,0.0,0.0,0.0,0.0,0.0 p30083,battery,0.0,0.0,0.0,0.0,0.0 p30083,biomass,0.0,0.0,0.0,0.0,0.0 p30083,coal,0.0,0.0,0.0,0.0,0.0 @@ -11072,36 +11279,41 @@ p30083,h2,0.0,0.0,0.0,0.0,0.0 p30083,hydro,0.0,0.0,0.0,0.0,0.0 p30083,nuclear,0.0,0.0,0.0,0.0,0.0 p30083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p30083,pv,0.0,0.0,24.83333333333576,49.66666666666424,74.5 +p30083,pv,37.25,74.5,74.5,74.5,74.5 p30083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p30083,wind-ons,0.0,0.0,0.0,0.0,0.0 p30087,battery,0.0,0.0,0.0,0.0,0.0 p30087,biomass,0.0,0.0,0.0,0.0,0.0 p30087,coal,0.0,0.0,0.0,0.0,0.0 +p30087,csp,0.0,0.0,0.0,0.0,0.0 p30087,gas,0.0,0.0,0.0,0.0,0.0 p30087,geothermal,0.0,0.0,0.0,0.0,0.0 p30087,h2,0.0,0.0,0.0,0.0,0.0 p30087,hydro,0.0,0.0,0.0,0.0,0.0 p30087,nuclear,0.0,0.0,0.0,0.0,0.0 p30087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p30087,pv,0.0,0.0,366.66666666662786,733.3333333333721,1100.0 +p30087,pv,0.0,0.0,266.6666666667443,533.3333333333721,800.0 p30087,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p30087,wind-ons,0.0,0.0,1033.3333333332557,2066.6666666667443,3100.0 +p30087,wind-ons,0.0,0.0,700.0,1400.0,2100.0 +p30093,csp,0.0,0.0,0.0,0.0,0.0 p30095,battery,0.0,0.0,0.0,0.0,0.0 p30095,biomass,0.0,0.0,0.0,0.0,0.0 p30095,coal,0.0,0.0,0.0,0.0,0.0 +p30095,csp,0.0,0.0,0.0,0.0,0.0 p30095,gas,0.0,0.0,50.0,100.0,150.0 p30095,geothermal,0.0,0.0,0.0,0.0,0.0 p30095,h2,0.0,0.0,0.0,0.0,0.0 p30095,hydro,0.0,0.0,0.0,0.0,0.0 p30095,nuclear,0.0,0.0,0.0,0.0,0.0 p30095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p30095,pv,0.0,0.0,110.0,220.0,330.0 +p30095,pv,0.0,0.0,43.333333333343035,86.66666666667152,130.0 p30095,wind-ofs,0.0,0.0,0.0,0.0,0.0 p30095,wind-ons,0.0,0.0,105.0,210.0,315.0 +p30099,csp,0.0,0.0,0.0,0.0,0.0 p30107,battery,0.0,0.0,0.0,0.0,0.0 p30107,biomass,0.0,0.0,0.0,0.0,0.0 p30107,coal,0.0,0.0,0.0,0.0,0.0 +p30107,csp,0.0,0.0,0.0,0.0,0.0 p30107,gas,0.0,0.0,0.0,0.0,0.0 p30107,geothermal,0.0,0.0,0.0,0.0,0.0 p30107,h2,0.0,0.0,0.0,0.0,0.0 @@ -11110,10 +11322,11 @@ p30107,nuclear,0.0,0.0,0.0,0.0,0.0 p30107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p30107,pv,0.0,0.0,50.0,100.0,150.0 p30107,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p30107,wind-ons,375.0,750.0,1885.4666666663252,3020.933333333116,4156.4 +p30107,wind-ons,0.0,0.0,1008.75,2017.5,3026.25 p30109,battery,0.0,0.0,0.0,0.0,0.0 p30109,biomass,0.0,0.0,0.0,0.0,0.0 p30109,coal,0.0,0.0,0.0,0.0,0.0 +p30109,csp,0.0,0.0,0.0,0.0,0.0 p30109,gas,0.0,0.0,0.0,0.0,0.0 p30109,geothermal,0.0,0.0,0.0,0.0,0.0 p30109,h2,0.0,0.0,0.0,0.0,0.0 @@ -11122,11 +11335,12 @@ p30109,nuclear,0.0,0.0,0.0,0.0,0.0 p30109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p30109,pv,0.0,0.0,0.0,0.0,0.0 p30109,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p30109,wind-ons,0.0,0.0,111.66666666665697,223.33333333334303,335.0 -p30111,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p30109,wind-ons,117.5,235.0,268.33333333334303,301.6666666666715,335.0 +p30111,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p30111,biomass,0.0,0.0,0.0,0.0,0.0 p30111,coal,0.0,0.0,0.0,0.0,0.0 -p30111,gas,0.0,0.0,58.33333333332848,116.66666666667152,175.0 +p30111,csp,0.0,0.0,0.0,0.0,0.0 +p30111,gas,0.0,0.0,58.333333333343035,116.66666666667152,175.0 p30111,geothermal,0.0,0.0,0.0,0.0,0.0 p30111,h2,0.0,0.0,0.0,0.0,0.0 p30111,hydro,0.0,0.0,0.0,0.0,0.0 @@ -11138,6 +11352,7 @@ p30111,wind-ons,0.0,0.0,0.0,0.0,0.0 p31003,battery,0.0,0.0,0.0,0.0,0.0 p31003,biomass,0.0,0.0,0.0,0.0,0.0 p31003,coal,0.0,0.0,0.0,0.0,0.0 +p31003,csp,0.0,0.0,0.0,0.0,0.0 p31003,gas,0.0,0.0,0.0,0.0,0.0 p31003,geothermal,0.0,0.0,0.0,0.0,0.0 p31003,h2,0.0,0.0,0.0,0.0,0.0 @@ -11147,21 +11362,11 @@ p31003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p31003,pv,0.0,0.0,0.0,0.0,0.0 p31003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31003,wind-ons,0.0,0.0,100.0,200.0,300.0 -p31007,battery,0.0,0.0,0.0,0.0,0.0 -p31007,biomass,0.0,0.0,0.0,0.0,0.0 -p31007,coal,0.0,0.0,0.0,0.0,0.0 -p31007,gas,0.0,0.0,0.0,0.0,0.0 -p31007,geothermal,0.0,0.0,0.0,0.0,0.0 -p31007,h2,0.0,0.0,0.0,0.0,0.0 -p31007,hydro,0.0,0.0,0.0,0.0,0.0 -p31007,nuclear,0.0,0.0,0.0,0.0,0.0 -p31007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31007,pv,0.0,0.0,0.0,0.0,0.0 -p31007,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31007,wind-ons,0.0,0.0,43.33333333332848,86.66666666667152,130.0 +p31007,csp,0.0,0.0,0.0,0.0,0.0 p31017,battery,0.0,0.0,0.0,0.0,0.0 p31017,biomass,0.0,0.0,0.0,0.0,0.0 p31017,coal,0.0,0.0,0.0,0.0,0.0 +p31017,csp,0.0,0.0,0.0,0.0,0.0 p31017,gas,0.0,0.0,0.0,0.0,0.0 p31017,geothermal,0.0,0.0,0.0,0.0,0.0 p31017,h2,0.0,0.0,0.0,0.0,0.0 @@ -11174,31 +11379,34 @@ p31017,wind-ons,0.0,0.0,0.0,0.0,0.0 p31021,battery,0.0,0.0,0.0,0.0,0.0 p31021,biomass,0.0,0.0,0.0,0.0,0.0 p31021,coal,0.0,0.0,0.0,0.0,0.0 +p31021,csp,0.0,0.0,0.0,0.0,0.0 p31021,gas,0.0,0.0,0.0,0.0,0.0 p31021,geothermal,0.0,0.0,0.0,0.0,0.0 p31021,h2,0.0,0.0,0.0,0.0,0.0 p31021,hydro,0.0,0.0,0.0,0.0,0.0 p31021,nuclear,0.0,0.0,0.0,0.0,0.0 p31021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31021,pv,250.0,500.0,666.6666666666861,833.3333333333139,1000.0 +p31021,pv,425.0,850.0,916.6666666666861,983.333333333343,1050.0 p31021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31021,wind-ons,37.5,75.0,100.0,125.0,150.0 +p31021,wind-ons,37.5,75.0,75.0,75.0,75.0 p31023,battery,0.0,0.0,0.0,0.0,0.0 p31023,biomass,0.0,0.0,0.0,0.0,0.0 p31023,coal,0.0,0.0,0.0,0.0,0.0 +p31023,csp,0.0,0.0,0.0,0.0,0.0 p31023,gas,0.0,0.0,0.0,0.0,0.0 p31023,geothermal,0.0,0.0,0.0,0.0,0.0 p31023,h2,0.0,0.0,0.0,0.0,0.0 p31023,hydro,0.0,0.0,0.0,0.0,0.0 p31023,nuclear,0.0,0.0,0.0,0.0,0.0 p31023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31023,pv,0.0,0.0,58.16666666667152,116.33333333332848,174.5 +p31023,pv,87.25,174.5,174.5,174.5,174.5 p31023,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31023,wind-ons,0.0,0.0,0.0,0.0,0.0 -p31025,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p31025,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p31025,biomass,0.0,0.0,0.0,0.0,0.0 p31025,coal,0.0,0.0,0.0,0.0,0.0 -p31025,gas,0.0,0.0,361.89999999990687,723.7999999999302,1085.7 +p31025,csp,0.0,0.0,0.0,0.0,0.0 +p31025,gas,136.35,272.7,855.5999999998603,1438.5,2021.4 p31025,geothermal,0.0,0.0,0.0,0.0,0.0 p31025,h2,0.0,0.0,0.0,0.0,0.0 p31025,hydro,0.0,0.0,0.0,0.0,0.0 @@ -11207,21 +11415,12 @@ p31025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p31025,pv,0.0,0.0,60.75,121.5,182.25 p31025,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31025,wind-ons,0.0,0.0,0.0,0.0,0.0 -p31029,battery,0.0,0.0,0.0,0.0,0.0 -p31029,biomass,0.0,0.0,0.0,0.0,0.0 -p31029,coal,0.0,0.0,0.0,0.0,0.0 -p31029,gas,0.0,0.0,0.0,0.0,0.0 -p31029,geothermal,0.0,0.0,0.0,0.0,0.0 -p31029,h2,0.0,0.0,0.0,0.0,0.0 -p31029,hydro,0.0,0.0,0.0,0.0,0.0 -p31029,nuclear,0.0,0.0,0.0,0.0,0.0 -p31029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31029,pv,0.0,0.0,85.0,170.0,255.0 -p31029,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31027,csp,0.0,0.0,0.0,0.0,0.0 +p31029,csp,0.0,0.0,0.0,0.0,0.0 p31031,battery,0.0,0.0,0.0,0.0,0.0 p31031,biomass,0.0,0.0,0.0,0.0,0.0 p31031,coal,0.0,0.0,0.0,0.0,0.0 +p31031,csp,0.0,0.0,0.0,0.0,0.0 p31031,gas,0.0,0.0,0.0,0.0,0.0 p31031,geothermal,0.0,0.0,0.0,0.0,0.0 p31031,h2,0.0,0.0,0.0,0.0,0.0 @@ -11234,30 +11433,20 @@ p31031,wind-ons,0.0,0.0,17.61666666666133,35.23333333332994,52.85 p31033,battery,0.0,0.0,0.0,0.0,0.0 p31033,biomass,0.0,0.0,0.0,0.0,0.0 p31033,coal,0.0,0.0,0.0,0.0,0.0 +p31033,csp,0.0,0.0,0.0,0.0,0.0 p31033,gas,0.0,0.0,0.0,0.0,0.0 p31033,geothermal,0.0,0.0,0.0,0.0,0.0 p31033,h2,0.0,0.0,0.0,0.0,0.0 p31033,hydro,0.0,0.0,0.0,0.0,0.0 p31033,nuclear,0.0,0.0,0.0,0.0,0.0 p31033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31033,pv,20.0,40.0,53.33333333333212,66.66666666666788,80.0 +p31033,pv,20.0,40.0,40.0,40.0,40.0 p31033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31033,wind-ons,0.0,0.0,0.0,0.0,0.0 -p31037,battery,0.0,0.0,0.0,0.0,0.0 -p31037,biomass,0.0,0.0,0.0,0.0,0.0 -p31037,coal,0.0,0.0,0.0,0.0,0.0 -p31037,gas,0.0,0.0,0.0,0.0,0.0 -p31037,geothermal,0.0,0.0,0.0,0.0,0.0 -p31037,h2,0.0,0.0,0.0,0.0,0.0 -p31037,hydro,0.0,0.0,0.0,0.0,0.0 -p31037,nuclear,0.0,0.0,0.0,0.0,0.0 -p31037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31037,pv,0.0,0.0,0.0,0.0,0.0 -p31037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31037,wind-ons,0.0,0.0,50.0,100.0,150.0 p31041,battery,0.0,0.0,0.0,0.0,0.0 p31041,biomass,0.0,0.0,0.0,0.0,0.0 p31041,coal,0.0,0.0,0.0,0.0,0.0 +p31041,csp,0.0,0.0,0.0,0.0,0.0 p31041,gas,0.0,0.0,0.0,0.0,0.0 p31041,geothermal,0.0,0.0,0.0,0.0,0.0 p31041,h2,0.0,0.0,0.0,0.0,0.0 @@ -11266,19 +11455,32 @@ p31041,nuclear,0.0,0.0,0.0,0.0,0.0 p31041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p31041,pv,0.0,0.0,0.0,0.0,0.0 p31041,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31041,wind-ons,250.0,500.0,666.6666666666861,833.3333333333139,1000.0 +p31041,wind-ons,250.0,500.0,500.0,500.0,500.0 p31043,battery,0.0,0.0,0.0,0.0,0.0 p31043,biomass,0.0,0.0,0.0,0.0,0.0 p31043,coal,0.0,0.0,0.0,0.0,0.0 +p31043,csp,0.0,0.0,0.0,0.0,0.0 p31043,gas,0.0,0.0,0.0,0.0,0.0 p31043,geothermal,0.0,0.0,0.0,0.0,0.0 p31043,h2,0.0,0.0,0.0,0.0,0.0 p31043,hydro,0.0,0.0,0.0,0.0,0.0 p31043,nuclear,0.0,0.0,0.0,0.0,0.0 p31043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31043,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p31043,pv,0.0,0.0,120.0,240.0,360.0 p31043,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31045,battery,0.0,0.0,0.0,0.0,0.0 +p31045,biomass,0.0,0.0,0.0,0.0,0.0 +p31045,coal,0.0,0.0,0.0,0.0,0.0 +p31045,gas,0.0,0.0,0.0,0.0,0.0 +p31045,geothermal,0.0,0.0,0.0,0.0,0.0 +p31045,h2,0.0,0.0,0.0,0.0,0.0 +p31045,hydro,0.0,0.0,0.0,0.0,0.0 +p31045,nuclear,0.0,0.0,0.0,0.0,0.0 +p31045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31045,pv,125.0,250.0,250.0,250.0,250.0 +p31045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31045,wind-ons,0.0,0.0,0.0,0.0,0.0 p31053,battery,0.0,0.0,50.0,100.0,150.0 p31053,biomass,0.0,0.0,0.0,0.0,0.0 p31053,coal,0.0,0.0,0.0,0.0,0.0 @@ -11291,21 +11493,35 @@ p31053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p31053,pv,0.0,0.0,0.0,0.0,0.0 p31053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31053,wind-ons,0.0,0.0,0.0,0.0,0.0 -p31055,battery,5.82,11.64,44.9733333333279,78.30666666667094,111.64 +p31055,battery,5.82,11.64,128.30666666670004,244.973333333357,361.64 p31055,biomass,0.0,0.0,0.0,0.0,0.0 p31055,coal,0.0,0.0,0.0,0.0,0.0 -p31055,gas,0.0,0.0,56.520000000004075,113.0399999999936,169.56 +p31055,csp,0.0,0.0,0.0,0.0,0.0 +p31055,gas,0.0,0.0,0.0,0.0,0.0 p31055,geothermal,0.0,0.0,0.0,0.0,0.0 p31055,h2,0.0,0.0,0.0,0.0,0.0 p31055,hydro,0.0,0.0,0.0,0.0,0.0 p31055,nuclear,0.0,0.0,0.0,0.0,0.0 p31055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31055,pv,0.0,0.0,0.0,0.0,0.0 +p31055,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p31055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31059,battery,0.0,0.0,0.0,0.0,0.0 +p31059,biomass,0.0,0.0,0.0,0.0,0.0 +p31059,coal,0.0,0.0,0.0,0.0,0.0 +p31059,gas,0.0,0.0,0.0,0.0,0.0 +p31059,geothermal,0.0,0.0,0.0,0.0,0.0 +p31059,h2,0.0,0.0,0.0,0.0,0.0 +p31059,hydro,0.0,0.0,0.0,0.0,0.0 +p31059,nuclear,0.0,0.0,0.0,0.0,0.0 +p31059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31059,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p31059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31059,wind-ons,0.0,0.0,0.0,0.0,0.0 p31067,battery,0.0,0.0,0.0,0.0,0.0 p31067,biomass,0.0,0.0,0.0,0.0,0.0 p31067,coal,0.0,0.0,0.0,0.0,0.0 +p31067,csp,0.0,0.0,0.0,0.0,0.0 p31067,gas,0.0,0.0,490.0,980.0,1470.0 p31067,geothermal,0.0,0.0,0.0,0.0,0.0 p31067,h2,0.0,0.0,0.0,0.0,0.0 @@ -11315,9 +11531,10 @@ p31067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p31067,pv,0.0,0.0,0.0,0.0,0.0 p31067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31067,wind-ons,0.0,0.0,0.0,0.0,0.0 -p31077,battery,0.0,0.0,23.33333333333576,46.66666666666424,70.0 +p31077,battery,0.0,0.0,23.333333333328483,46.66666666666424,70.0 p31077,biomass,0.0,0.0,0.0,0.0,0.0 p31077,coal,0.0,0.0,0.0,0.0,0.0 +p31077,csp,0.0,0.0,0.0,0.0,0.0 p31077,gas,0.0,0.0,0.0,0.0,0.0 p31077,geothermal,0.0,0.0,0.0,0.0,0.0 p31077,h2,0.0,0.0,0.0,0.0,0.0 @@ -11326,7 +11543,7 @@ p31077,nuclear,0.0,0.0,0.0,0.0,0.0 p31077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p31077,pv,0.0,0.0,0.0,0.0,0.0 p31077,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31077,wind-ons,57.5,115.0,153.33333333332848,191.66666666667152,230.0 +p31077,wind-ons,57.5,115.0,115.0,115.0,115.0 p31083,battery,0.0,0.0,0.0,0.0,0.0 p31083,biomass,0.0,0.0,0.0,0.0,0.0 p31083,coal,0.0,0.0,0.0,0.0,0.0 @@ -11336,12 +11553,13 @@ p31083,h2,0.0,0.0,0.0,0.0,0.0 p31083,hydro,0.0,0.0,0.0,0.0,0.0 p31083,nuclear,0.0,0.0,0.0,0.0,0.0 p31083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31083,pv,0.0,0.0,71.66666666665697,143.33333333334303,215.0 +p31083,pv,0.0,0.0,71.66666666668607,143.33333333334303,215.0 p31083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31083,wind-ons,0.0,0.0,0.0,0.0,0.0 p31089,battery,0.0,0.0,0.0,0.0,0.0 p31089,biomass,0.0,0.0,0.0,0.0,0.0 p31089,coal,0.0,0.0,0.0,0.0,0.0 +p31089,csp,0.0,0.0,0.0,0.0,0.0 p31089,gas,0.0,0.0,0.0,0.0,0.0 p31089,geothermal,0.0,0.0,0.0,0.0,0.0 p31089,h2,0.0,0.0,0.0,0.0,0.0 @@ -11350,10 +11568,11 @@ p31089,nuclear,0.0,0.0,0.0,0.0,0.0 p31089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p31089,pv,0.0,0.0,0.0,0.0,0.0 p31089,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31089,wind-ons,125.0,250.0,333.33333333334303,416.66666666665697,500.0 -p31095,battery,0.0,0.0,20.0,40.0,60.0 +p31089,wind-ons,125.0,250.0,250.0,250.0,250.0 +p31095,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p31095,biomass,0.0,0.0,0.0,0.0,0.0 p31095,coal,0.0,0.0,0.0,0.0,0.0 +p31095,csp,0.0,0.0,0.0,0.0,0.0 p31095,gas,0.0,0.0,0.0,0.0,0.0 p31095,geothermal,0.0,0.0,0.0,0.0,0.0 p31095,h2,0.0,0.0,0.0,0.0,0.0 @@ -11362,65 +11581,47 @@ p31095,nuclear,0.0,0.0,0.0,0.0,0.0 p31095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p31095,pv,0.0,0.0,0.0,0.0,0.0 p31095,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31095,wind-ons,0.0,0.0,63.33333333332848,126.66666666667152,190.0 -p31101,battery,0.0,0.0,0.0,0.0,0.0 -p31101,biomass,0.0,0.0,0.0,0.0,0.0 -p31101,coal,0.0,0.0,0.0,0.0,0.0 -p31101,gas,0.0,0.0,0.0,0.0,0.0 -p31101,geothermal,0.0,0.0,0.0,0.0,0.0 -p31101,h2,0.0,0.0,0.0,0.0,0.0 -p31101,hydro,0.0,0.0,0.0,0.0,0.0 -p31101,nuclear,0.0,0.0,0.0,0.0,0.0 -p31101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31101,pv,0.0,0.0,0.0,0.0,0.0 -p31101,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31101,wind-ons,0.0,0.0,266.66666666662786,533.3333333333721,800.0 -p31107,battery,0.0,0.0,0.0,0.0,0.0 -p31107,biomass,0.0,0.0,0.0,0.0,0.0 -p31107,coal,0.0,0.0,0.0,0.0,0.0 -p31107,gas,0.0,0.0,0.0,0.0,0.0 -p31107,geothermal,0.0,0.0,0.0,0.0,0.0 -p31107,h2,0.0,0.0,0.0,0.0,0.0 -p31107,hydro,0.0,0.0,0.0,0.0,0.0 -p31107,nuclear,0.0,0.0,0.0,0.0,0.0 -p31107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31107,pv,0.0,0.0,0.0,0.0,0.0 -p31107,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31107,wind-ons,0.0,0.0,200.0,400.0,600.0 -p31109,battery,0.0,0.0,258.33333333331393,516.6666666666861,775.0 +p31095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31101,csp,0.0,0.0,0.0,0.0,0.0 +p31107,csp,0.0,0.0,0.0,0.0,0.0 +p31109,battery,162.5,325.0,488.33333333337214,651.6666666666861,815.0 p31109,biomass,0.0,0.0,0.0,0.0,0.0 p31109,coal,0.0,0.0,0.0,0.0,0.0 -p31109,gas,0.0,0.0,562.3333333332557,1124.6666666667443,1687.0 +p31109,csp,0.0,0.0,0.0,0.0,0.0 +p31109,gas,0.0,0.0,597.0,1194.0,1791.0 p31109,geothermal,0.0,0.0,0.0,0.0,0.0 p31109,h2,0.0,0.0,0.0,0.0,0.0 p31109,hydro,0.0,0.0,0.0,0.0,0.0 p31109,nuclear,0.0,0.0,0.0,0.0,0.0 p31109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31109,pv,62.099999999999994,124.19999999999999,296.88666666665813,469.5733333333046,642.26 +p31109,pv,231.1,462.2,496.2199999999866,530.2399999999907,564.26 p31109,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31109,wind-ons,214.0,428.0,570.6666666666861,713.3333333333139,856.0 -p31119,battery,0.0,0.0,0.0,0.0,0.0 +p31109,wind-ons,329.5,659.0,659.0,659.0,659.0 +p31111,csp,0.0,0.0,0.0,0.0,0.0 +p31119,battery,0.0,0.0,56.666666666656965,113.33333333332848,170.0 p31119,biomass,0.0,0.0,0.0,0.0,0.0 p31119,coal,0.0,0.0,0.0,0.0,0.0 +p31119,csp,0.0,0.0,0.0,0.0,0.0 p31119,gas,0.0,0.0,0.0,0.0,0.0 p31119,geothermal,0.0,0.0,0.0,0.0,0.0 p31119,h2,0.0,0.0,0.0,0.0,0.0 p31119,hydro,0.0,0.0,0.0,0.0,0.0 p31119,nuclear,0.0,0.0,0.0,0.0,0.0 p31119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31119,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p31119,pv,0.0,0.0,0.0,0.0,0.0 p31119,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31119,wind-ons,0.0,0.0,190.7333333333372,381.4666666666744,572.2 +p31119,wind-ons,0.0,0.0,0.0,0.0,0.0 p31127,battery,0.0,0.0,0.0,0.0,0.0 p31127,biomass,0.0,0.0,0.0,0.0,0.0 p31127,coal,0.0,0.0,0.0,0.0,0.0 +p31127,csp,0.0,0.0,0.0,0.0,0.0 p31127,gas,0.0,0.0,0.0,0.0,0.0 p31127,geothermal,0.0,0.0,0.0,0.0,0.0 p31127,h2,0.0,0.0,0.0,0.0,0.0 p31127,hydro,0.0,0.0,0.0,0.0,0.0 p31127,nuclear,0.0,0.0,0.0,0.0,0.0 p31127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31127,pv,0.0,0.0,274.66666666662786,549.3333333333721,824.0 +p31127,pv,0.0,0.0,241.33333333337214,482.66666666668607,724.0 p31127,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31127,wind-ons,0.0,0.0,0.0,0.0,0.0 p31131,battery,0.0,0.0,0.0,0.0,0.0 @@ -11432,12 +11633,13 @@ p31131,h2,0.0,0.0,0.0,0.0,0.0 p31131,hydro,0.0,0.0,0.0,0.0,0.0 p31131,nuclear,0.0,0.0,0.0,0.0,0.0 p31131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31131,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p31131,pv,125.0,250.0,250.0,250.0,250.0 p31131,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31131,wind-ons,0.0,0.0,0.0,0.0,0.0 p31135,battery,0.0,0.0,0.0,0.0,0.0 p31135,biomass,0.0,0.0,0.0,0.0,0.0 p31135,coal,0.0,0.0,0.0,0.0,0.0 +p31135,csp,0.0,0.0,0.0,0.0,0.0 p31135,gas,0.0,0.0,0.0,0.0,0.0 p31135,geothermal,0.0,0.0,0.0,0.0,0.0 p31135,h2,0.0,0.0,0.0,0.0,0.0 @@ -11456,49 +11658,41 @@ p31137,h2,0.0,0.0,0.0,0.0,0.0 p31137,hydro,0.0,0.0,0.0,0.0,0.0 p31137,nuclear,0.0,0.0,0.0,0.0,0.0 p31137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31137,pv,0.0,0.0,106.66666666665697,213.33333333334303,320.0 +p31137,pv,0.0,0.0,106.66666666668607,213.33333333334303,320.0 p31137,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31137,wind-ons,0.0,0.0,0.0,0.0,0.0 p31139,battery,0.0,0.0,0.0,0.0,0.0 p31139,biomass,0.0,0.0,0.0,0.0,0.0 p31139,coal,0.0,0.0,0.0,0.0,0.0 +p31139,csp,0.0,0.0,0.0,0.0,0.0 p31139,gas,0.0,0.0,0.0,0.0,0.0 p31139,geothermal,0.0,0.0,0.0,0.0,0.0 p31139,h2,0.0,0.0,0.0,0.0,0.0 p31139,hydro,0.0,0.0,0.0,0.0,0.0 p31139,nuclear,0.0,0.0,0.0,0.0,0.0 p31139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31139,pv,0.0,0.0,141.0,282.0,423.0 +p31139,pv,211.5,423.0,423.0,423.0,423.0 p31139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31139,wind-ons,0.0,0.0,0.0,0.0,0.0 -p31147,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p31147,battery,0.0,0.0,0.0,0.0,0.0 p31147,biomass,0.0,0.0,0.0,0.0,0.0 p31147,coal,0.0,0.0,0.0,0.0,0.0 +p31147,csp,0.0,0.0,0.0,0.0,0.0 p31147,gas,0.0,0.0,0.0,0.0,0.0 p31147,geothermal,0.0,0.0,0.0,0.0,0.0 p31147,h2,0.0,0.0,0.0,0.0,0.0 p31147,hydro,0.0,0.0,0.0,0.0,0.0 p31147,nuclear,0.0,0.0,0.0,0.0,0.0 p31147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31147,pv,0.0,0.0,0.0,0.0,0.0 +p31147,pv,0.0,0.0,21.666666666671517,43.33333333333576,65.0 p31147,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31147,wind-ons,0.0,0.0,0.0,0.0,0.0 -p31151,battery,0.0,0.0,0.0,0.0,0.0 -p31151,biomass,0.0,0.0,0.0,0.0,0.0 -p31151,coal,0.0,0.0,0.0,0.0,0.0 -p31151,gas,0.0,0.0,0.0,0.0,0.0 -p31151,geothermal,0.0,0.0,0.0,0.0,0.0 -p31151,h2,0.0,0.0,0.0,0.0,0.0 -p31151,hydro,0.0,0.0,0.0,0.0,0.0 -p31151,nuclear,0.0,0.0,0.0,0.0,0.0 -p31151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31151,pv,0.0,0.0,0.0,0.0,0.0 -p31151,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31151,wind-ons,0.0,0.0,39.33333333332848,78.66666666667152,118.0 +p31151,csp,0.0,0.0,0.0,0.0,0.0 p31153,battery,0.0,0.0,0.0,0.0,0.0 p31153,biomass,0.0,0.0,0.0,0.0,0.0 p31153,coal,0.0,0.0,0.0,0.0,0.0 -p31153,gas,0.0,0.0,260.89999999990687,521.7999999999302,782.7 +p31153,csp,0.0,0.0,0.0,0.0,0.0 +p31153,gas,136.35,272.7,272.7,272.7,272.7 p31153,geothermal,0.0,0.0,0.0,0.0,0.0 p31153,h2,0.0,0.0,0.0,0.0,0.0 p31153,hydro,0.0,0.0,0.0,0.0,0.0 @@ -11507,18 +11701,6 @@ p31153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p31153,pv,0.0,0.0,0.0,0.0,0.0 p31153,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31153,wind-ons,0.0,0.0,0.0,0.0,0.0 -p31155,battery,0.0,0.0,0.0,0.0,0.0 -p31155,biomass,0.0,0.0,0.0,0.0,0.0 -p31155,coal,0.0,0.0,0.0,0.0,0.0 -p31155,gas,0.0,0.0,0.0,0.0,0.0 -p31155,geothermal,0.0,0.0,0.0,0.0,0.0 -p31155,h2,0.0,0.0,0.0,0.0,0.0 -p31155,hydro,0.0,0.0,0.0,0.0,0.0 -p31155,nuclear,0.0,0.0,0.0,0.0,0.0 -p31155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31155,pv,0.0,0.0,27.0,54.0,81.0 -p31155,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31155,wind-ons,0.0,0.0,0.0,0.0,0.0 p31157,battery,0.0,0.0,0.0,0.0,0.0 p31157,biomass,0.0,0.0,0.0,0.0,0.0 p31157,coal,0.0,0.0,0.0,0.0,0.0 @@ -11528,24 +11710,29 @@ p31157,h2,0.0,0.0,0.0,0.0,0.0 p31157,hydro,0.0,0.0,0.0,0.0,0.0 p31157,nuclear,0.0,0.0,0.0,0.0,0.0 p31157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31157,pv,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p31157,pv,0.0,0.0,75.0,150.0,225.0 p31157,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31157,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31159,csp,0.0,0.0,0.0,0.0,0.0 +p31165,csp,0.0,0.0,0.0,0.0,0.0 +p31169,csp,0.0,0.0,0.0,0.0,0.0 p31177,battery,0.0,0.0,0.0,0.0,0.0 p31177,biomass,0.0,0.0,0.0,0.0,0.0 p31177,coal,0.0,0.0,0.0,0.0,0.0 +p31177,csp,0.0,0.0,0.0,0.0,0.0 p31177,gas,0.0,0.0,0.0,0.0,0.0 p31177,geothermal,0.0,0.0,0.0,0.0,0.0 p31177,h2,0.0,0.0,0.0,0.0,0.0 p31177,hydro,0.0,0.0,0.0,0.0,0.0 p31177,nuclear,0.0,0.0,0.0,0.0,0.0 p31177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p31177,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p31177,pv,50.0,100.0,100.0,100.0,100.0 p31177,wind-ofs,0.0,0.0,0.0,0.0,0.0 p31177,wind-ons,0.0,0.0,0.0,0.0,0.0 p31179,battery,0.0,0.0,45.0,90.0,135.0 p31179,biomass,0.0,0.0,0.0,0.0,0.0 p31179,coal,0.0,0.0,0.0,0.0,0.0 +p31179,csp,0.0,0.0,0.0,0.0,0.0 p31179,gas,0.0,0.0,0.0,0.0,0.0 p31179,geothermal,0.0,0.0,0.0,0.0,0.0 p31179,h2,0.0,0.0,0.0,0.0,0.0 @@ -11554,10 +11741,11 @@ p31179,nuclear,0.0,0.0,0.0,0.0,0.0 p31179,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p31179,pv,0.0,0.0,0.0,0.0,0.0 p31179,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31179,wind-ons,125.0,250.0,333.33333333334303,416.66666666665697,500.0 +p31179,wind-ons,125.0,250.0,250.0,250.0,250.0 p31181,battery,0.0,0.0,0.0,0.0,0.0 p31181,biomass,0.0,0.0,0.0,0.0,0.0 p31181,coal,0.0,0.0,0.0,0.0,0.0 +p31181,csp,0.0,0.0,0.0,0.0,0.0 p31181,gas,0.0,0.0,0.0,0.0,0.0 p31181,geothermal,0.0,0.0,0.0,0.0,0.0 p31181,h2,0.0,0.0,0.0,0.0,0.0 @@ -11566,131 +11754,155 @@ p31181,nuclear,0.0,0.0,0.0,0.0,0.0 p31181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p31181,pv,0.0,0.0,0.0,0.0,0.0 p31181,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p31181,wind-ons,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p31181,wind-ons,25.0,50.0,50.0,50.0,50.0 p32001,battery,0.0,0.0,0.0,0.0,0.0 p32001,biomass,0.0,0.0,0.0,0.0,0.0 p32001,coal,0.0,0.0,0.0,0.0,0.0 +p32001,csp,0.0,0.0,0.0,0.0,0.0 p32001,gas,0.0,0.0,0.0,0.0,0.0 -p32001,geothermal,57.75,115.5,154.0,192.5,231.0 +p32001,geothermal,57.75,115.5,805.4866666668095,1495.473333333386,2185.46 p32001,h2,0.0,0.0,0.0,0.0,0.0 p32001,hydro,0.0,0.0,0.0,0.0,0.0 p32001,nuclear,0.0,0.0,0.0,0.0,0.0 p32001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p32001,pv,562.5,1125.0,1500.0,1875.0,2250.0 +p32001,pv,812.5,1625.0,1705.0,1785.0,1865.0 p32001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p32001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p32003,battery,2127.65835,4255.3167,6243.450129333418,8231.583558666985,10219.716988 +p32003,battery,2206.65835,4413.3167,6580.413366666995,8747.510033333674,10914.6067 p32003,biomass,0.0,0.0,0.0,0.0,0.0 p32003,coal,0.0,0.0,0.0,0.0,0.0 -p32003,gas,222.0,444.0,592.0,740.0,888.0 +p32003,csp,0.0,0.0,0.0,0.0,0.0 +p32003,gas,222.0,444.0,560.6666666666861,677.333333333343,794.0 p32003,geothermal,0.0,0.0,0.0,0.0,0.0 p32003,h2,0.0,0.0,0.0,0.0,0.0 p32003,hydro,0.0,0.0,0.0,0.0,0.0 p32003,nuclear,0.0,0.0,0.0,0.0,0.0 p32003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p32003,pv,2064.565,4129.13,5662.167166667059,7195.204333333764,8728.2415 +p32003,pv,2287.065,4574.13,6172.796666666865,7771.463333333377,9370.130000000001 p32003,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p32003,wind-ons,155.0,310.0,413.33333333334303,516.666666666657,620.0 +p32003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32007,csp,0.0,0.0,0.0,0.0,0.0 p32009,battery,0.0,0.0,0.0,0.0,0.0 p32009,biomass,0.0,0.0,0.0,0.0,0.0 p32009,coal,0.0,0.0,0.0,0.0,0.0 +p32009,csp,0.0,0.0,0.0,0.0,0.0 p32009,gas,0.0,0.0,0.0,0.0,0.0 -p32009,geothermal,48.4,96.8,129.0666666666657,161.33333333333576,193.6 +p32009,geothermal,48.4,96.8,96.8,96.8,96.8 p32009,h2,0.0,0.0,0.0,0.0,0.0 p32009,hydro,0.0,0.0,0.0,0.0,0.0 p32009,nuclear,0.0,0.0,0.0,0.0,0.0 p32009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p32009,pv,0.0,0.0,895.253333333414,1790.506666666828,2685.76 +p32009,pv,0.0,0.0,860.0,1720.0,2580.0 p32009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p32009,wind-ons,0.0,0.0,319.83333333337214,639.6666666666279,959.5 +p32009,wind-ons,0.0,0.0,0.0,0.0,0.0 p32011,battery,0.0,0.0,0.0,0.0,0.0 p32011,biomass,0.0,0.0,0.0,0.0,0.0 p32011,coal,0.0,0.0,0.0,0.0,0.0 +p32011,csp,0.0,0.0,0.0,0.0,0.0 p32011,gas,0.0,0.0,0.0,0.0,0.0 -p32011,geothermal,19.25,38.5,51.33333333333212,64.16666666666788,77.0 +p32011,geothermal,19.25,38.5,38.5,38.5,38.5 p32011,h2,0.0,0.0,0.0,0.0,0.0 p32011,hydro,0.0,0.0,0.0,0.0,0.0 p32011,nuclear,0.0,0.0,0.0,0.0,0.0 p32011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p32011,pv,0.0,0.0,46.66666666667152,93.33333333332848,140.0 +p32011,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 p32011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p32011,wind-ons,0.0,0.0,0.0,0.0,0.0 p32013,battery,0.0,0.0,0.0,0.0,0.0 p32013,biomass,0.0,0.0,0.0,0.0,0.0 p32013,coal,0.0,0.0,0.0,0.0,0.0 -p32013,gas,0.0,0.0,145.53333333326736,291.06666666659294,436.6 -p32013,geothermal,0.0,0.0,0.0,0.0,0.0 +p32013,csp,0.0,0.0,0.0,0.0,0.0 +p32013,gas,0.0,0.0,145.53333333326736,291.06666666665114,436.6 +p32013,geothermal,0.0,0.0,346.6599999999162,693.3199999999488,1039.98 p32013,h2,0.0,0.0,0.0,0.0,0.0 p32013,hydro,0.0,0.0,0.0,0.0,0.0 p32013,nuclear,0.0,0.0,0.0,0.0,0.0 p32013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p32013,pv,460.0,920.0,1226.6666666666279,1533.3333333333721,1840.0 +p32013,pv,460.0,920.0,1120.0,1320.0,1520.0 p32013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p32013,wind-ons,0.0,0.0,0.0,0.0,0.0 p32015,battery,0.0,0.0,0.0,0.0,0.0 p32015,biomass,0.0,0.0,0.0,0.0,0.0 p32015,coal,0.0,0.0,0.0,0.0,0.0 +p32015,csp,0.0,0.0,0.0,0.0,0.0 p32015,gas,0.0,0.0,0.0,0.0,0.0 -p32015,geothermal,34.5,69.0,92.0,115.0,138.0 +p32015,geothermal,34.5,69.0,82.33333333333576,95.66666666666788,109.0 p32015,h2,0.0,0.0,0.0,0.0,0.0 p32015,hydro,0.0,0.0,0.0,0.0,0.0 p32015,nuclear,0.0,0.0,0.0,0.0,0.0 p32015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p32015,pv,124.5,249.0,332.0,415.0,498.0 +p32015,pv,124.5,249.0,249.0,249.0,249.0 p32015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p32015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32017,battery,0.0,0.0,0.0,0.0,0.0 +p32017,biomass,0.0,0.0,0.0,0.0,0.0 +p32017,coal,0.0,0.0,0.0,0.0,0.0 +p32017,gas,0.0,0.0,400.0,800.0,1200.0 +p32017,geothermal,0.0,0.0,0.0,0.0,0.0 +p32017,h2,0.0,0.0,0.0,0.0,0.0 +p32017,hydro,0.0,0.0,0.0,0.0,0.0 +p32017,nuclear,0.0,0.0,0.0,0.0,0.0 +p32017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32017,pv,0.0,0.0,0.0,0.0,0.0 +p32017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32017,wind-ons,0.0,0.0,0.0,0.0,0.0 p32019,battery,0.0,0.0,0.0,0.0,0.0 p32019,biomass,0.0,0.0,0.0,0.0,0.0 p32019,coal,0.0,0.0,0.0,0.0,0.0 +p32019,csp,0.0,0.0,0.0,0.0,0.0 p32019,gas,0.0,0.0,0.0,0.0,0.0 -p32019,geothermal,40.9,81.8,109.0666666666657,136.33333333333576,163.6 +p32019,geothermal,136.65,273.3,273.3,273.3,273.3 p32019,h2,0.0,0.0,0.0,0.0,0.0 p32019,hydro,0.0,0.0,0.0,0.0,0.0 p32019,nuclear,0.0,0.0,0.0,0.0,0.0 p32019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p32019,pv,600.65,1201.3,1601.7333333333954,2002.1666666667443,2402.6 +p32019,pv,600.65,1201.3,1674.6166666665813,2147.933333333349,2621.25 p32019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p32019,wind-ons,0.0,0.0,0.0,0.0,0.0 p32021,battery,0.0,0.0,0.0,0.0,0.0 p32021,biomass,0.0,0.0,0.0,0.0,0.0 p32021,coal,0.0,0.0,0.0,0.0,0.0 +p32021,csp,0.0,0.0,0.0,0.0,0.0 p32021,gas,0.0,0.0,0.0,0.0,0.0 -p32021,geothermal,0.0,0.0,0.0,0.0,0.0 +p32021,geothermal,0.0,0.0,12.833333333335759,25.66666666666788,38.5 p32021,h2,0.0,0.0,0.0,0.0,0.0 p32021,hydro,0.0,0.0,0.0,0.0,0.0 p32021,nuclear,0.0,0.0,0.0,0.0,0.0 p32021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p32021,pv,350.0,700.0,933.3333333333139,1166.666666666686,1400.0 +p32021,pv,350.0,700.0,700.0,700.0,700.0 p32021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p32021,wind-ons,0.0,0.0,0.0,0.0,0.0 -p32023,battery,477.54,955.08,2683.315733333584,4411.551466666628,6139.7872 +p32023,battery,735.9219,1471.8438,1834.435066666687,2197.0263333333423,2559.6176 p32023,biomass,0.0,0.0,0.0,0.0,0.0 p32023,coal,0.0,0.0,0.0,0.0,0.0 +p32023,csp,0.0,0.0,0.0,0.0,0.0 p32023,gas,0.0,0.0,0.0,0.0,0.0 -p32023,geothermal,0.0,0.0,3.33333333333303,6.66666666666697,10.0 +p32023,geothermal,0.0,0.0,5.333333333332121,10.66666666666606,16.0 p32023,h2,0.0,0.0,0.0,0.0,0.0 p32023,hydro,0.0,0.0,0.0,0.0,0.0 p32023,nuclear,0.0,0.0,0.0,0.0,0.0 p32023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p32023,pv,481.28,962.56,3970.098500000313,6977.637000000104,9985.1755 +p32023,pv,739.6619,1479.3238,3304.899899999611,5130.475999999791,6956.0521 p32023,wind-ofs,0.0,0.0,0.0,0.0,0.0 p32023,wind-ons,0.0,0.0,0.0,0.0,0.0 p32027,battery,0.0,0.0,0.0,0.0,0.0 p32027,biomass,0.0,0.0,0.0,0.0,0.0 p32027,coal,0.0,0.0,0.0,0.0,0.0 +p32027,csp,0.0,0.0,0.0,0.0,0.0 p32027,gas,0.0,0.0,0.0,0.0,0.0 -p32027,geothermal,38.5,77.0,102.66666666666424,128.33333333333576,154.0 +p32027,geothermal,57.5,115.0,158.0666666666657,201.1333333333314,244.2 p32027,h2,0.0,0.0,0.0,0.0,0.0 p32027,hydro,0.0,0.0,0.0,0.0,0.0 p32027,nuclear,0.0,0.0,0.0,0.0,0.0 p32027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p32027,pv,40.0,80.0,146.66666666665697,213.33333333334303,280.0 +p32027,pv,40.0,80.0,146.66666666668607,213.33333333334303,280.0 p32027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p32027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p32029,battery,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p32029,battery,100.0,200.0,466.6666666667443,733.3333333333721,1000.0 p32029,biomass,0.0,0.0,0.0,0.0,0.0 p32029,coal,0.0,0.0,0.0,0.0,0.0 -p32029,gas,0.0,0.0,0.0,0.0,0.0 +p32029,csp,0.0,0.0,0.0,0.0,0.0 +p32029,gas,0.0,0.0,656.6666666665114,1313.3333333332557,1970.0 p32029,geothermal,0.0,0.0,0.0,0.0,0.0 p32029,h2,0.0,0.0,0.0,0.0,0.0 p32029,hydro,0.0,0.0,0.0,0.0,0.0 @@ -11699,33 +11911,36 @@ p32029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p32029,pv,0.0,0.0,0.0,0.0,0.0 p32029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p32029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p32031,battery,162.5,325.0,525.0,725.0,925.0 +p32031,battery,162.5,325.0,491.66666666662786,658.3333333333139,825.0 p32031,biomass,0.0,0.0,0.0,0.0,0.0 p32031,coal,0.0,0.0,0.0,0.0,0.0 -p32031,gas,0.0,0.0,0.0,0.0,0.0 -p32031,geothermal,41.75,83.5,111.33333333333576,139.16666666666424,167.0 +p32031,csp,0.0,0.0,0.0,0.0,0.0 +p32031,gas,0.0,0.0,200.0,400.0,600.0 +p32031,geothermal,61.0,122.0,122.0,122.0,122.0 p32031,h2,0.0,0.0,0.0,0.0,0.0 p32031,hydro,0.0,0.0,0.0,0.0,0.0 p32031,nuclear,0.0,0.0,0.0,0.0,0.0 p32031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p32031,pv,660.0,1320.0,1760.0,2200.0,2640.0 +p32031,pv,360.0,720.0,920.0,1120.0,1320.0 p32031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p32031,wind-ons,0.0,0.0,0.0,0.0,0.0 p32033,battery,0.0,0.0,66.6333333333314,133.2666666666628,199.9 p32033,biomass,0.0,0.0,0.0,0.0,0.0 p32033,coal,0.0,0.0,0.0,0.0,0.0 +p32033,csp,0.0,0.0,0.0,0.0,0.0 p32033,gas,0.0,0.0,0.0,0.0,0.0 p32033,geothermal,0.0,0.0,0.0,0.0,0.0 p32033,h2,0.0,0.0,0.0,0.0,0.0 p32033,hydro,0.0,0.0,0.0,0.0,0.0 p32033,nuclear,0.0,0.0,0.0,0.0,0.0 p32033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p32033,pv,1187.5,2375.0,3166.6666666667443,3958.3333333332557,4750.0 +p32033,pv,800.0,1600.0,1600.0,1600.0,1600.0 p32033,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p32033,wind-ons,150.0,300.0,400.0,500.0,600.0 -p32510,battery,75.0,150.0,200.0,250.0,300.0 +p32033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32510,battery,25.0,50.0,50.0,50.0,50.0 p32510,biomass,0.0,0.0,0.0,0.0,0.0 p32510,coal,0.0,0.0,0.0,0.0,0.0 +p32510,csp,0.0,0.0,0.0,0.0,0.0 p32510,gas,0.0,0.0,0.0,0.0,0.0 p32510,geothermal,0.0,0.0,0.0,0.0,0.0 p32510,h2,0.0,0.0,0.0,0.0,0.0 @@ -11735,70 +11950,67 @@ p32510,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p32510,pv,0.0,0.0,0.0,0.0,0.0 p32510,wind-ofs,0.0,0.0,0.0,0.0,0.0 p32510,wind-ons,0.0,0.0,0.0,0.0,0.0 -p33013,battery,0.0,0.0,75.33333333334303,150.66666666665697,226.0 -p33013,biomass,0.0,0.0,0.0,0.0,0.0 -p33013,coal,0.0,0.0,0.0,0.0,0.0 -p33013,gas,0.0,0.0,0.0,0.0,0.0 -p33013,geothermal,0.0,0.0,0.0,0.0,0.0 -p33013,h2,0.0,0.0,0.0,0.0,0.0 -p33013,hydro,0.0,0.0,0.0,0.0,0.0 -p33013,nuclear,0.0,0.0,0.0,0.0,0.0 -p33013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p33013,pv,0.0,0.0,25.41666666666424,50.83333333333576,76.25 -p33013,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p33013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p33001,csp,0.0,0.0,0.0,0.0,0.0 +p33005,csp,0.0,0.0,0.0,0.0,0.0 +p33011,csp,0.0,0.0,0.0,0.0,0.0 +p33013,csp,0.0,0.0,0.0,0.0,0.0 p33015,battery,0.0,0.0,0.0,0.0,0.0 p33015,biomass,0.0,0.0,0.0,0.0,0.0 p33015,coal,0.0,0.0,0.0,0.0,0.0 +p33015,csp,0.0,0.0,0.0,0.0,0.0 p33015,gas,0.0,0.0,0.0,0.0,0.0 p33015,geothermal,0.0,0.0,0.0,0.0,0.0 p33015,h2,0.0,0.0,0.0,0.0,0.0 p33015,hydro,0.0,0.0,0.0,0.0,0.0 p33015,nuclear,0.0,0.0,0.0,0.0,0.0 p33015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p33015,pv,0.0,0.0,33.84966786701989,67.69933573405433,101.549003601074 +p33015,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p33015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p33015,wind-ons,0.0,0.0,0.0,0.0,0.0 p33017,battery,0.0,0.0,0.0,0.0,0.0 p33017,biomass,0.0,0.0,0.0,0.0,0.0 p33017,coal,0.0,0.0,0.0,0.0,0.0 +p33017,csp,0.0,0.0,0.0,0.0,0.0 p33017,gas,0.0,0.0,0.0,0.0,0.0 p33017,geothermal,0.0,0.0,0.0,0.0,0.0 p33017,h2,0.0,0.0,0.0,0.0,0.0 p33017,hydro,0.0,0.0,0.0,0.0,0.0 p33017,nuclear,0.0,0.0,0.0,0.0,0.0 p33017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p33017,pv,10.0,20.0,26.66666666666606,33.33333333333394,40.0 +p33017,pv,10.0,20.0,20.0,20.0,20.0 p33017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p33017,wind-ons,0.0,0.0,0.0,0.0,0.0 p33019,battery,0.0,0.0,0.0,0.0,0.0 p33019,biomass,0.0,0.0,0.0,0.0,0.0 p33019,coal,0.0,0.0,0.0,0.0,0.0 +p33019,csp,0.0,0.0,0.0,0.0,0.0 p33019,gas,0.0,0.0,0.0,0.0,0.0 p33019,geothermal,0.0,0.0,0.0,0.0,0.0 p33019,h2,0.0,0.0,0.0,0.0,0.0 p33019,hydro,0.0,0.0,0.0,0.0,0.0 p33019,nuclear,0.0,0.0,0.0,0.0,0.0 p33019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p33019,pv,2.49499988555908,4.98999977111816,6.653333028157704,8.316666285196789,9.97999954223632 +p33019,pv,2.49499988555908,4.98999977111816,4.98999977111816,4.98999977111816,4.98999977111816 p33019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p33019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34001,battery,125.0,250.0,356.66666666665697,463.33333333334303,570.0 +p34001,battery,135.0,270.0,370.0,470.0,570.0 p34001,biomass,0.0,0.0,0.0,0.0,0.0 p34001,coal,0.0,0.0,0.0,0.0,0.0 +p34001,csp,0.0,0.0,0.0,0.0,0.0 p34001,gas,0.0,0.0,0.0,0.0,0.0 p34001,geothermal,0.0,0.0,0.0,0.0,0.0 p34001,h2,0.0,0.0,0.0,0.0,0.0 p34001,hydro,0.0,0.0,0.0,0.0,0.0 p34001,nuclear,0.0,0.0,0.0,0.0,0.0 p34001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34001,pv,19.0,38.0,50.66666666666788,63.33333333333212,76.0 -p34001,wind-ofs,754.8,1509.6,2624.0566666671075,3738.513333333656,4852.969999999999 +p34001,pv,19.0,38.0,38.0,38.0,38.0 +p34001,wind-ofs,0.0,0.0,712.9499999999534,1425.8999999999069,2138.85 p34001,wind-ons,0.0,0.0,0.0,0.0,0.0 p34003,battery,0.0,0.0,0.0,0.0,0.0 p34003,biomass,0.0,0.0,0.0,0.0,0.0 p34003,coal,0.0,0.0,0.0,0.0,0.0 -p34003,gas,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p34003,csp,0.0,0.0,0.0,0.0,0.0 +p34003,gas,25.55,51.1,68.18466666666791,85.26933333333727,102.354 p34003,geothermal,0.0,0.0,0.0,0.0,0.0 p34003,h2,0.0,0.0,0.0,0.0,0.0 p34003,hydro,0.0,0.0,0.0,0.0,0.0 @@ -11807,33 +12019,36 @@ p34003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p34003,pv,0.0,0.0,0.0,0.0,0.0 p34003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34005,battery,0.0,0.0,6.0,12.0,18.0 +p34005,battery,2.5,5.0,11.0,17.0,23.0 p34005,biomass,0.0,0.0,0.0,0.0,0.0 p34005,coal,0.0,0.0,0.0,0.0,0.0 +p34005,csp,0.0,0.0,0.0,0.0,0.0 p34005,gas,0.0,0.0,0.0,0.0,0.0 p34005,geothermal,0.0,0.0,0.0,0.0,0.0 p34005,h2,0.0,0.0,0.0,0.0,0.0 p34005,hydro,0.0,0.0,0.0,0.0,0.0 p34005,nuclear,0.0,0.0,0.0,0.0,0.0 p34005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34005,pv,0.0,0.0,1.0166666666668789,2.0333333333337578,3.05 +p34005,pv,0.0,0.0,0.0,0.0,0.0 p34005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34005,wind-ons,0.0,0.0,0.0,0.0,0.0 p34007,battery,0.0,0.0,200.0,400.0,600.0 p34007,biomass,0.0,0.0,0.0,0.0,0.0 p34007,coal,0.0,0.0,0.0,0.0,0.0 +p34007,csp,0.0,0.0,0.0,0.0,0.0 p34007,gas,0.0,0.0,0.0,0.0,0.0 p34007,geothermal,0.0,0.0,0.0,0.0,0.0 p34007,h2,0.0,0.0,0.0,0.0,0.0 p34007,hydro,0.0,0.0,0.0,0.0,0.0 p34007,nuclear,0.0,0.0,0.0,0.0,0.0 p34007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34007,pv,0.0,0.0,9.80000000000291,19.600000000002183,29.4 +p34007,pv,0.0,0.0,0.0,0.0,0.0 p34007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34007,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34009,battery,10.0,20.0,26.66666666666606,33.33333333333394,40.0 +p34009,battery,10.0,20.0,20.0,20.0,20.0 p34009,biomass,0.0,0.0,0.0,0.0,0.0 p34009,coal,0.0,0.0,0.0,0.0,0.0 +p34009,csp,0.0,0.0,0.0,0.0,0.0 p34009,gas,0.0,0.0,0.0,0.0,0.0 p34009,geothermal,0.0,0.0,0.0,0.0,0.0 p34009,h2,0.0,0.0,0.0,0.0,0.0 @@ -11841,47 +12056,39 @@ p34009,hydro,0.0,0.0,0.0,0.0,0.0 p34009,nuclear,0.0,0.0,0.0,0.0,0.0 p34009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p34009,pv,0.0,0.0,0.0,0.0,0.0 -p34009,wind-ofs,0.0,0.0,31.53333333333285,63.0666666666657,94.6 +p34009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34009,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34011,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p34011,battery,40.0,80.0,80.0,80.0,80.0 p34011,biomass,0.0,0.0,0.0,0.0,0.0 p34011,coal,0.0,0.0,0.0,0.0,0.0 +p34011,csp,0.0,0.0,0.0,0.0,0.0 p34011,gas,0.0,0.0,0.0,0.0,0.0 p34011,geothermal,0.0,0.0,0.0,0.0,0.0 p34011,h2,0.0,0.0,0.0,0.0,0.0 p34011,hydro,0.0,0.0,0.0,0.0,0.0 p34011,nuclear,0.0,0.0,0.0,0.0,0.0 p34011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34011,pv,29.85,59.7,82.93999999999505,106.18000000000029,129.42000000000002 +p34011,pv,0.0,0.0,8.78333333332921,17.566666666665697,26.35 p34011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34013,battery,0.0,0.0,20.0,40.0,60.0 -p34013,biomass,0.0,0.0,0.0,0.0,0.0 -p34013,coal,0.0,0.0,0.0,0.0,0.0 -p34013,gas,0.0,0.0,0.0,0.0,0.0 -p34013,geothermal,0.0,0.0,0.0,0.0,0.0 -p34013,h2,0.0,0.0,0.0,0.0,0.0 -p34013,hydro,0.0,0.0,0.0,0.0,0.0 -p34013,nuclear,0.0,0.0,0.0,0.0,0.0 -p34013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34013,pv,0.0,0.0,0.0,0.0,0.0 -p34013,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p34013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34015,battery,12.0,24.0,163.66666666668607,303.33333333331393,443.0 +p34013,csp,0.0,0.0,0.0,0.0,0.0 +p34015,battery,0.0,0.0,101.23333333336632,202.46666666667443,303.7 p34015,biomass,0.0,0.0,0.0,0.0,0.0 p34015,coal,0.0,0.0,0.0,0.0,0.0 +p34015,csp,0.0,0.0,0.0,0.0,0.0 p34015,gas,0.0,0.0,0.0,0.0,0.0 p34015,geothermal,0.0,0.0,0.0,0.0,0.0 p34015,h2,0.0,0.0,0.0,0.0,0.0 p34015,hydro,0.0,0.0,0.0,0.0,0.0 p34015,nuclear,0.0,0.0,0.0,0.0,0.0 p34015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34015,pv,25.0,50.0,73.95666666667239,97.9133333333375,121.87 +p34015,pv,8.81,17.62,17.62,17.62,17.62 p34015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34015,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34017,battery,175.0,350.0,683.3333333333721,1016.6666666666279,1350.0 +p34017,battery,175.0,350.0,350.0,350.0,350.0 p34017,biomass,0.0,0.0,0.0,0.0,0.0 p34017,coal,0.0,0.0,0.0,0.0,0.0 +p34017,csp,0.0,0.0,0.0,0.0,0.0 p34017,gas,0.0,0.0,0.0,0.0,0.0 p34017,geothermal,0.0,0.0,0.0,0.0,0.0 p34017,h2,0.0,0.0,0.0,0.0,0.0 @@ -11891,21 +12098,23 @@ p34017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p34017,pv,0.0,0.0,0.0,0.0,0.0 p34017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34017,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34019,battery,0.0,0.0,94.0,188.0,282.0 +p34019,battery,0.0,0.0,93.33333333331393,186.66666666665697,280.0 p34019,biomass,0.0,0.0,0.0,0.0,0.0 p34019,coal,0.0,0.0,0.0,0.0,0.0 +p34019,csp,0.0,0.0,0.0,0.0,0.0 p34019,gas,0.0,0.0,0.0,0.0,0.0 p34019,geothermal,0.0,0.0,0.0,0.0,0.0 p34019,h2,0.0,0.0,0.0,0.0,0.0 p34019,hydro,0.0,0.0,0.0,0.0,0.0 p34019,nuclear,0.0,0.0,0.0,0.0,0.0 p34019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34019,pv,27.200000000000003,54.400000000000006,72.53333333334012,90.66666666667152,108.80000000000001 +p34019,pv,9.9,19.8,19.8,19.8,19.8 p34019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34021,battery,85.0,170.0,226.66666666667152,283.3333333333285,340.0 +p34021,battery,85.0,170.0,170.0,170.0,170.0 p34021,biomass,0.0,0.0,0.0,0.0,0.0 p34021,coal,0.0,0.0,0.0,0.0,0.0 +p34021,csp,0.0,0.0,0.0,0.0,0.0 p34021,gas,0.0,0.0,0.0,0.0,0.0 p34021,geothermal,0.0,0.0,0.0,0.0,0.0 p34021,h2,0.0,0.0,0.0,0.0,0.0 @@ -11918,6 +12127,7 @@ p34021,wind-ons,0.0,0.0,0.0,0.0,0.0 p34023,battery,0.0,0.0,0.0,0.0,0.0 p34023,biomass,0.0,0.0,0.0,0.0,0.0 p34023,coal,0.0,0.0,0.0,0.0,0.0 +p34023,csp,0.0,0.0,0.0,0.0,0.0 p34023,gas,0.0,0.0,0.0,0.0,0.0 p34023,geothermal,0.0,0.0,0.0,0.0,0.0 p34023,h2,0.0,0.0,0.0,0.0,0.0 @@ -11925,318 +12135,322 @@ p34023,hydro,0.0,0.0,0.0,0.0,0.0 p34023,nuclear,0.0,0.0,0.0,0.0,0.0 p34023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p34023,pv,0.0,0.0,0.0,0.0,0.0 -p34023,wind-ofs,0.0,0.0,873.3333333332557,1746.6666666667443,2620.0 +p34023,wind-ofs,0.0,0.0,873.3333333334886,1746.6666666667443,2620.0 p34023,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34025,battery,0.0,0.0,166.90000000002328,333.80000000004657,500.7 +p34025,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p34025,biomass,0.0,0.0,0.0,0.0,0.0 p34025,coal,0.0,0.0,0.0,0.0,0.0 +p34025,csp,0.0,0.0,0.0,0.0,0.0 p34025,gas,0.0,0.0,0.0,0.0,0.0 p34025,geothermal,0.0,0.0,0.0,0.0,0.0 p34025,h2,0.0,0.0,0.0,0.0,0.0 p34025,hydro,0.0,0.0,0.0,0.0,0.0 p34025,nuclear,0.0,0.0,0.0,0.0,0.0 p34025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34025,pv,7.7,15.4,23.233333333333576,31.066666666665697,38.9 -p34025,wind-ofs,0.0,0.0,3021.596666666679,6043.193333333358,9064.79 +p34025,pv,7.7,15.4,21.816666666667516,28.233333333333576,34.65 +p34025,wind-ofs,0.0,0.0,1584.0,3168.0,4752.0 p34025,wind-ons,0.0,0.0,0.0,0.0,0.0 p34027,battery,0.0,0.0,0.0,0.0,0.0 p34027,biomass,0.0,0.0,0.0,0.0,0.0 p34027,coal,0.0,0.0,0.0,0.0,0.0 +p34027,csp,0.0,0.0,0.0,0.0,0.0 p34027,gas,0.0,0.0,0.0,0.0,0.0 p34027,geothermal,0.0,0.0,0.0,0.0,0.0 p34027,h2,0.0,0.0,0.0,0.0,0.0 p34027,hydro,0.0,0.0,0.0,0.0,0.0 p34027,nuclear,0.0,0.0,0.0,0.0,0.0 p34027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34027,pv,7.7,15.4,20.53333333333285,25.66666666666606,30.8 +p34027,pv,7.7,15.4,15.4,15.4,15.4 p34027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34029,battery,0.0,0.0,56.66666666667152,113.33333333332848,170.0 +p34029,battery,0.0,0.0,56.666666666656965,113.33333333332848,170.0 p34029,biomass,0.0,0.0,0.0,0.0,0.0 p34029,coal,0.0,0.0,0.0,0.0,0.0 +p34029,csp,0.0,0.0,0.0,0.0,0.0 p34029,gas,0.0,0.0,0.0,0.0,0.0 p34029,geothermal,0.0,0.0,0.0,0.0,0.0 p34029,h2,0.0,0.0,0.0,0.0,0.0 p34029,hydro,0.0,0.0,0.0,0.0,0.0 p34029,nuclear,0.0,0.0,0.0,0.0,0.0 p34029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34029,pv,15.9,31.8,51.16666666666424,70.53333333333285,89.9 -p34029,wind-ofs,0.0,0.0,412.48999999987427,824.979999999865,1237.47 +p34029,pv,15.9,31.8,47.5666666666657,63.33333333333212,79.1 +p34029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34033,battery,0.0,0.0,218.33333333331393,436.66666666668607,655.0 +p34033,battery,0.0,0.0,177.33333333337214,354.66666666668607,532.0 p34033,biomass,0.0,0.0,0.0,0.0,0.0 p34033,coal,0.0,0.0,0.0,0.0,0.0 +p34033,csp,0.0,0.0,0.0,0.0,0.0 p34033,gas,0.0,0.0,0.0,0.0,0.0 p34033,geothermal,0.0,0.0,0.0,0.0,0.0 p34033,h2,0.0,0.0,0.0,0.0,0.0 p34033,hydro,0.0,0.0,0.0,0.0,0.0 -p34033,nuclear,0.0,0.0,0.0,0.0,0.0 +p34033,nuclear,0.0,0.0,85.60000000000582,171.20000000001164,256.8 p34033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34033,pv,97.15,194.3,259.06666666665114,323.83333333331393,388.6 +p34033,pv,0.0,0.0,21.666666666671517,43.33333333333576,65.0 p34033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34033,wind-ons,0.0,0.0,0.0,0.0,0.0 p34035,battery,0.0,0.0,0.0,0.0,0.0 p34035,biomass,0.0,0.0,0.0,0.0,0.0 p34035,coal,0.0,0.0,0.0,0.0,0.0 +p34035,csp,0.0,0.0,0.0,0.0,0.0 p34035,gas,0.0,0.0,0.0,0.0,0.0 p34035,geothermal,0.0,0.0,0.0,0.0,0.0 p34035,h2,0.0,0.0,0.0,0.0,0.0 p34035,hydro,0.0,0.0,0.0,0.0,0.0 p34035,nuclear,0.0,0.0,0.0,0.0,0.0 p34035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34035,pv,0.0,0.0,2.66666666666697,5.33333333333303,8.0 +p34035,pv,0.0,0.0,2.6666666666660603,5.33333333333303,8.0 p34035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34037,battery,10.0,20.0,26.66666666666606,33.33333333333394,40.0 +p34037,battery,10.0,20.0,20.0,20.0,20.0 p34037,biomass,0.0,0.0,0.0,0.0,0.0 p34037,coal,0.0,0.0,0.0,0.0,0.0 +p34037,csp,0.0,0.0,0.0,0.0,0.0 p34037,gas,0.0,0.0,0.0,0.0,0.0 p34037,geothermal,0.0,0.0,0.0,0.0,0.0 p34037,h2,0.0,0.0,0.0,0.0,0.0 p34037,hydro,0.0,0.0,0.0,0.0,0.0 p34037,nuclear,0.0,0.0,0.0,0.0,0.0 p34037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34037,pv,0.0,0.0,3.91666666666697,7.83333333333303,11.75 +p34037,pv,0.0,0.0,1.949999999999818,3.900000000000091,5.85 p34037,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34037,wind-ons,0.0,0.0,0.0,0.0,0.0 -p34041,battery,20.0,40.0,66.66666666666424,93.33333333333576,120.0 +p34039,battery,0.0,0.0,0.0,0.0,0.0 +p34039,biomass,0.0,0.0,0.0,0.0,0.0 +p34039,coal,0.0,0.0,0.0,0.0,0.0 +p34039,gas,0.0,0.0,102.48966666666092,204.97933333332185,307.469 +p34039,geothermal,0.0,0.0,0.0,0.0,0.0 +p34039,h2,0.0,0.0,0.0,0.0,0.0 +p34039,hydro,0.0,0.0,0.0,0.0,0.0 +p34039,nuclear,0.0,0.0,0.0,0.0,0.0 +p34039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34039,pv,0.0,0.0,0.0,0.0,0.0 +p34039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34041,battery,20.0,40.0,40.0,40.0,40.0 p34041,biomass,0.0,0.0,0.0,0.0,0.0 p34041,coal,0.0,0.0,0.0,0.0,0.0 +p34041,csp,0.0,0.0,0.0,0.0,0.0 p34041,gas,0.0,0.0,0.0,0.0,0.0 p34041,geothermal,0.0,0.0,0.0,0.0,0.0 p34041,h2,0.0,0.0,0.0,0.0,0.0 p34041,hydro,0.0,0.0,0.0,0.0,0.0 p34041,nuclear,0.0,0.0,0.0,0.0,0.0 p34041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p34041,pv,75.4,150.8,288.6000000000349,426.4000000000233,564.2 +p34041,pv,40.5,81.0,186.18333333331975,291.3666666666686,396.55 p34041,wind-ofs,0.0,0.0,0.0,0.0,0.0 p34041,wind-ons,0.0,0.0,0.0,0.0,0.0 -p35001,battery,475.0,950.0,1266.6666666666279,1583.3333333333721,1900.0 +p35001,battery,476.25,952.5,1277.5,1602.5,1927.5 p35001,biomass,0.0,0.0,0.0,0.0,0.0 p35001,coal,0.0,0.0,0.0,0.0,0.0 +p35001,csp,0.0,0.0,0.0,0.0,0.0 p35001,gas,0.0,0.0,0.0,0.0,0.0 p35001,geothermal,0.0,0.0,0.0,0.0,0.0 p35001,h2,0.0,0.0,0.0,0.0,0.0 p35001,hydro,0.0,0.0,0.0,0.0,0.0 p35001,nuclear,0.0,0.0,0.0,0.0,0.0 p35001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35001,pv,425.0,850.0,1133.3333333333721,1416.6666666666279,1700.0 +p35001,pv,425.0,850.0,1400.0,1950.0,2500.0 p35001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p35001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p35005,battery,0.0,0.0,0.0,0.0,0.0 +p35005,battery,0.0,0.0,228.0,456.0,684.0 p35005,biomass,0.0,0.0,0.0,0.0,0.0 p35005,coal,0.0,0.0,0.0,0.0,0.0 +p35005,csp,0.0,0.0,0.0,0.0,0.0 p35005,gas,0.0,0.0,0.0,0.0,0.0 p35005,geothermal,0.0,0.0,0.0,0.0,0.0 p35005,h2,0.0,0.0,0.0,0.0,0.0 p35005,hydro,0.0,0.0,0.0,0.0,0.0 p35005,nuclear,0.0,0.0,0.0,0.0,0.0 p35005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35005,pv,0.0,0.0,0.0,0.0,0.0 +p35005,pv,0.0,0.0,275.0,550.0,825.0 p35005,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p35005,wind-ons,123.5,247.0,433.66666666668607,620.3333333333139,807.0 -p35006,battery,0.0,0.0,0.0,0.0,0.0 +p35005,wind-ons,123.5,247.0,247.0,247.0,247.0 +p35006,battery,0.0,0.0,38.333333333343035,76.66666666667152,115.0 p35006,biomass,0.0,0.0,0.0,0.0,0.0 p35006,coal,0.0,0.0,0.0,0.0,0.0 +p35006,csp,0.0,0.0,0.0,0.0,0.0 p35006,gas,0.0,0.0,0.0,0.0,0.0 p35006,geothermal,0.0,0.0,0.0,0.0,0.0 p35006,h2,0.0,0.0,0.0,0.0,0.0 p35006,hydro,0.0,0.0,0.0,0.0,0.0 p35006,nuclear,0.0,0.0,0.0,0.0,0.0 p35006,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35006,pv,5.0,10.0,13.33333333333303,16.66666666666697,20.0 +p35006,pv,5.0,10.0,10.0,10.0,10.0 p35006,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p35006,wind-ons,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p35006,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p35009,battery,0.0,0.0,0.0,0.0,0.0 p35009,biomass,0.0,0.0,0.0,0.0,0.0 p35009,coal,0.0,0.0,0.0,0.0,0.0 +p35009,csp,0.0,0.0,0.0,0.0,0.0 p35009,gas,0.0,0.0,0.0,0.0,0.0 p35009,geothermal,0.0,0.0,0.0,0.0,0.0 p35009,h2,0.0,0.0,0.0,0.0,0.0 p35009,hydro,0.0,0.0,0.0,0.0,0.0 p35009,nuclear,0.0,0.0,0.0,0.0,0.0 p35009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35009,pv,0.0,0.0,452.0,904.0,1356.0 +p35009,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p35009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p35009,wind-ons,0.0,0.0,131.66666666668607,263.33333333331393,395.0 -p35011,battery,0.0,0.0,0.0,0.0,0.0 -p35011,biomass,0.0,0.0,0.0,0.0,0.0 -p35011,coal,0.0,0.0,0.0,0.0,0.0 -p35011,gas,0.0,0.0,0.0,0.0,0.0 -p35011,geothermal,0.0,0.0,0.0,0.0,0.0 -p35011,h2,0.0,0.0,0.0,0.0,0.0 -p35011,hydro,0.0,0.0,0.0,0.0,0.0 -p35011,nuclear,0.0,0.0,0.0,0.0,0.0 -p35011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35011,pv,0.0,0.0,100.0,200.0,300.0 -p35011,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p35011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p35013,battery,0.0,0.0,0.0,0.0,0.0 +p35009,wind-ons,0.0,0.0,65.0,130.0,195.0 +p35011,csp,0.0,0.0,0.0,0.0,0.0 +p35013,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p35013,biomass,0.0,0.0,0.0,0.0,0.0 p35013,coal,0.0,0.0,0.0,0.0,0.0 +p35013,csp,0.0,0.0,0.0,0.0,0.0 p35013,gas,0.0,0.0,0.0,0.0,0.0 -p35013,geothermal,0.0,0.0,0.0,0.0,0.0 +p35013,geothermal,14.5,29.0,38.66666666666424,48.33333333333212,58.0 p35013,h2,0.0,0.0,0.0,0.0,0.0 p35013,hydro,0.0,0.0,0.0,0.0,0.0 p35013,nuclear,0.0,0.0,0.0,0.0,0.0 p35013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35013,pv,150.0,300.0,400.0,500.0,600.0 +p35013,pv,75.0,150.0,265.0,380.0,495.0 p35013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p35013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p35015,battery,0.0,0.0,50.0,100.0,150.0 +p35015,battery,0.0,0.0,146.33333333337214,292.66666666668607,439.0 p35015,biomass,0.0,0.0,0.0,0.0,0.0 p35015,coal,0.0,0.0,0.0,0.0,0.0 +p35015,csp,0.0,0.0,0.0,0.0,0.0 p35015,gas,0.0,0.0,0.0,0.0,0.0 p35015,geothermal,0.0,0.0,0.0,0.0,0.0 p35015,h2,0.0,0.0,0.0,0.0,0.0 p35015,hydro,0.0,0.0,0.0,0.0,0.0 p35015,nuclear,0.0,0.0,0.0,0.0,0.0 p35015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35015,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p35015,pv,0.0,0.0,0.0,0.0,0.0 p35015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p35015,wind-ons,0.0,0.0,0.0,0.0,0.0 p35017,battery,0.0,0.0,0.0,0.0,0.0 p35017,biomass,0.0,0.0,0.0,0.0,0.0 p35017,coal,0.0,0.0,0.0,0.0,0.0 +p35017,csp,0.0,0.0,0.0,0.0,0.0 p35017,gas,0.0,0.0,0.0,0.0,0.0 p35017,geothermal,0.0,0.0,0.0,0.0,0.0 p35017,h2,0.0,0.0,0.0,0.0,0.0 p35017,hydro,0.0,0.0,0.0,0.0,0.0 p35017,nuclear,0.0,0.0,0.0,0.0,0.0 p35017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35017,pv,0.0,0.0,16.63333333333867,33.26666666667006,49.9 +p35017,pv,0.0,0.0,0.0,0.0,0.0 p35017,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p35017,wind-ons,126.0,252.0,336.0,420.0,504.0 +p35017,wind-ons,126.0,252.0,252.0,252.0,252.0 p35019,battery,0.0,0.0,0.0,0.0,0.0 p35019,biomass,0.0,0.0,0.0,0.0,0.0 p35019,coal,0.0,0.0,0.0,0.0,0.0 +p35019,csp,0.0,0.0,0.0,0.0,0.0 p35019,gas,0.0,0.0,0.0,0.0,0.0 p35019,geothermal,0.0,0.0,0.0,0.0,0.0 p35019,h2,0.0,0.0,0.0,0.0,0.0 p35019,hydro,0.0,0.0,0.0,0.0,0.0 p35019,nuclear,0.0,0.0,0.0,0.0,0.0 p35019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35019,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p35019,pv,120.0,240.0,240.0,240.0,240.0 p35019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p35019,wind-ons,72.5,145.0,311.33333333331393,477.66666666668607,644.0 -p35021,battery,0.0,0.0,0.0,0.0,0.0 -p35021,biomass,0.0,0.0,0.0,0.0,0.0 -p35021,coal,0.0,0.0,0.0,0.0,0.0 -p35021,gas,0.0,0.0,0.0,0.0,0.0 -p35021,geothermal,0.0,0.0,0.0,0.0,0.0 -p35021,h2,0.0,0.0,0.0,0.0,0.0 -p35021,hydro,0.0,0.0,0.0,0.0,0.0 -p35021,nuclear,0.0,0.0,0.0,0.0,0.0 -p35021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35021,pv,60.0,120.0,160.0,200.0,240.0 -p35021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p35021,wind-ons,0.0,0.0,0.0,0.0,0.0 -p35025,battery,35.0,70.0,132.0,194.0,256.0 +p35019,wind-ons,72.5,145.0,310.93333333329065,476.8666666666395,642.8 +p35021,csp,0.0,0.0,0.0,0.0,0.0 +p35023,csp,0.0,0.0,0.0,0.0,0.0 +p35025,battery,53.0,106.0,264.3299999999581,422.6599999999744,580.99 p35025,biomass,0.0,0.0,0.0,0.0,0.0 p35025,coal,0.0,0.0,0.0,0.0,0.0 -p35025,gas,0.0,0.0,0.0,0.0,0.0 +p35025,csp,0.0,0.0,0.0,0.0,0.0 +p35025,gas,0.0,0.0,53.166666666656965,106.33333333332848,159.5 p35025,geothermal,0.0,0.0,0.0,0.0,0.0 p35025,h2,0.0,0.0,0.0,0.0,0.0 p35025,hydro,0.0,0.0,0.0,0.0,0.0 p35025,nuclear,0.0,0.0,0.0,0.0,0.0 p35025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35025,pv,128.495,256.99,1440.656666666735,2624.323333333712,3807.99 +p35025,pv,128.495,256.99,1019.0613333331421,1781.1326666665263,2543.2039999999997 p35025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p35025,wind-ons,0.0,0.0,0.0,0.0,0.0 -p35029,battery,0.0,0.0,83.29999999998836,166.59999999997672,249.9 +p35025,wind-ons,0.0,0.0,221.43333333329065,442.8666666666395,664.3 +p35027,csp,0.0,0.0,0.0,0.0,0.0 +p35029,battery,25.0,50.0,50.0,50.0,50.0 p35029,biomass,0.0,0.0,0.0,0.0,0.0 p35029,coal,0.0,0.0,0.0,0.0,0.0 +p35029,csp,0.0,0.0,0.0,0.0,0.0 p35029,gas,0.0,0.0,0.0,0.0,0.0 p35029,geothermal,0.0,0.0,0.0,0.0,0.0 p35029,h2,0.0,0.0,0.0,0.0,0.0 p35029,hydro,0.0,0.0,0.0,0.0,0.0 p35029,nuclear,0.0,0.0,0.0,0.0,0.0 p35029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35029,pv,9.625,19.25,95.91666666665697,172.58333333334303,249.25 +p35029,pv,59.625,119.25,360.58333333337214,601.9166666666861,843.25 p35029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p35029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p35031,battery,0.0,0.0,41.66666666667152,83.33333333332848,125.0 +p35031,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p35031,biomass,0.0,0.0,0.0,0.0,0.0 p35031,coal,0.0,0.0,0.0,0.0,0.0 +p35031,csp,0.0,0.0,0.0,0.0,0.0 p35031,gas,0.0,0.0,0.0,0.0,0.0 p35031,geothermal,0.0,0.0,0.0,0.0,0.0 p35031,h2,0.0,0.0,70.0,140.0,210.0 p35031,hydro,0.0,0.0,0.0,0.0,0.0 p35031,nuclear,0.0,0.0,0.0,0.0,0.0 p35031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35031,pv,162.5,325.0,632.4133333332138,939.826666666544,1247.24 +p35031,pv,0.0,0.0,96.33333333331393,192.66666666665697,289.0 p35031,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p35031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p35035,battery,0.0,0.0,25.0,50.0,75.0 +p35031,wind-ons,0.0,0.0,63.333333333343035,126.66666666667152,190.0 +p35035,battery,25.0,50.0,150.0,250.0,350.0 p35035,biomass,0.0,0.0,0.0,0.0,0.0 p35035,coal,0.0,0.0,0.0,0.0,0.0 +p35035,csp,0.0,0.0,0.0,0.0,0.0 p35035,gas,0.0,0.0,0.0,0.0,0.0 p35035,geothermal,0.0,0.0,0.0,0.0,0.0 p35035,h2,0.0,0.0,0.0,0.0,0.0 p35035,hydro,0.0,0.0,0.0,0.0,0.0 p35035,nuclear,0.0,0.0,0.0,0.0,0.0 p35035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35035,pv,148.0,296.0,394.66666666665697,493.33333333334303,592.0 +p35035,pv,198.0,396.0,396.0,396.0,396.0 p35035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p35035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p35039,battery,20.0,40.0,53.33333333333212,66.66666666666788,80.0 -p35039,biomass,0.0,0.0,0.0,0.0,0.0 -p35039,coal,0.0,0.0,0.0,0.0,0.0 -p35039,gas,0.0,0.0,0.0,0.0,0.0 -p35039,geothermal,0.0,0.0,0.0,0.0,0.0 -p35039,h2,0.0,0.0,0.0,0.0,0.0 -p35039,hydro,0.0,0.0,0.0,0.0,0.0 -p35039,nuclear,0.0,0.0,0.0,0.0,0.0 -p35039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35039,pv,75.0,150.0,200.0,250.0,300.0 -p35039,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p35039,wind-ons,0.0,0.0,0.0,0.0,0.0 -p35041,battery,0.0,0.0,76.5,153.0,229.5 +p35037,csp,0.0,0.0,0.0,0.0,0.0 +p35041,battery,0.0,0.0,99.83333333331393,199.66666666665697,299.5 p35041,biomass,0.0,0.0,0.0,0.0,0.0 p35041,coal,0.0,0.0,0.0,0.0,0.0 +p35041,csp,0.0,0.0,0.0,0.0,0.0 p35041,gas,0.0,0.0,0.0,0.0,0.0 p35041,geothermal,0.0,0.0,0.0,0.0,0.0 p35041,h2,0.0,0.0,0.0,0.0,0.0 p35041,hydro,0.0,0.0,0.0,0.0,0.0 p35041,nuclear,0.0,0.0,0.0,0.0,0.0 p35041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35041,pv,0.0,0.0,263.0,526.0,789.0 +p35041,pv,100.0,200.0,785.0,1370.0,1955.0 p35041,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p35041,wind-ons,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p35043,battery,75.0,150.0,233.33333333334303,316.66666666665697,400.0 +p35041,wind-ons,0.0,0.0,256.66666666662786,513.3333333333139,770.0 +p35043,battery,75.0,150.0,233.33333333331393,316.66666666665697,400.0 p35043,biomass,0.0,0.0,0.0,0.0,0.0 p35043,coal,0.0,0.0,0.0,0.0,0.0 +p35043,csp,0.0,0.0,0.0,0.0,0.0 p35043,gas,0.0,0.0,0.0,0.0,0.0 p35043,geothermal,0.0,0.0,0.0,0.0,0.0 p35043,h2,0.0,0.0,0.0,0.0,0.0 p35043,hydro,0.0,0.0,0.0,0.0,0.0 p35043,nuclear,0.0,0.0,0.0,0.0,0.0 p35043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35043,pv,120.0,240.0,320.0,400.0,480.0 +p35043,pv,120.0,240.0,240.0,240.0,240.0 p35043,wind-ofs,0.0,0.0,0.0,0.0,0.0 p35043,wind-ons,0.0,0.0,0.0,0.0,0.0 -p35045,battery,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p35045,battery,50.0,100.0,100.0,100.0,100.0 p35045,biomass,0.0,0.0,0.0,0.0,0.0 p35045,coal,0.0,0.0,0.0,0.0,0.0 -p35045,gas,198.15,396.3,528.3999999999651,660.4999999999418,792.6 +p35045,csp,0.0,0.0,0.0,0.0,0.0 +p35045,gas,198.15,396.3,396.3,396.3,396.3 p35045,geothermal,0.0,0.0,0.0,0.0,0.0 p35045,h2,0.0,0.0,0.0,0.0,0.0 -p35045,hydro,0.0,0.0,200.0,400.0,600.0 +p35045,hydro,0.0,0.0,0.0,0.0,0.0 p35045,nuclear,0.0,0.0,0.0,0.0,0.0 p35045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35045,pv,497.8,995.6,2053.9333333335817,3112.2666666666046,4170.6 +p35045,pv,497.8,995.6,1028.9333333333489,1062.2666666666773,1095.6 p35045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p35045,wind-ons,0.0,0.0,0.0,0.0,0.0 p35049,battery,0.0,0.0,0.0,0.0,0.0 p35049,biomass,0.0,0.0,0.0,0.0,0.0 p35049,coal,0.0,0.0,0.0,0.0,0.0 +p35049,csp,0.0,0.0,0.0,0.0,0.0 p35049,gas,0.0,0.0,0.0,0.0,0.0 p35049,geothermal,0.0,0.0,0.0,0.0,0.0 p35049,h2,0.0,0.0,0.0,0.0,0.0 p35049,hydro,0.0,0.0,0.0,0.0,0.0 p35049,nuclear,0.0,0.0,0.0,0.0,0.0 p35049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35049,pv,247.5,495.0,928.3333333333721,1361.6666666666279,1795.0 +p35049,pv,247.5,495.0,855.0,1215.0,1575.0 p35049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p35049,wind-ons,0.0,0.0,0.0,0.0,0.0 p35051,battery,0.0,0.0,0.0,0.0,0.0 @@ -12251,9 +12465,11 @@ p35051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p35051,pv,150.0,300.0,400.0,500.0,600.0 p35051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p35051,wind-ons,0.0,0.0,0.0,0.0,0.0 -p35057,battery,0.0,0.0,41.66666666667152,83.33333333332848,125.0 +p35053,csp,0.0,0.0,0.0,0.0,0.0 +p35057,battery,0.0,0.0,8.333333333335759,16.66666666666788,25.0 p35057,biomass,0.0,0.0,0.0,0.0,0.0 p35057,coal,0.0,0.0,0.0,0.0,0.0 +p35057,csp,0.0,0.0,0.0,0.0,0.0 p35057,gas,0.0,0.0,0.0,0.0,0.0 p35057,geothermal,0.0,0.0,0.0,0.0,0.0 p35057,h2,0.0,0.0,0.0,0.0,0.0 @@ -12262,46 +12478,63 @@ p35057,nuclear,0.0,0.0,0.0,0.0,0.0 p35057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p35057,pv,0.0,0.0,16.63333333333867,33.26666666667006,49.9 p35057,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p35057,wind-ons,201.0,402.0,536.0,670.0,804.0 -p35061,battery,0.0,0.0,233.16666666668607,466.33333333331393,699.5 +p35057,wind-ons,201.0,402.0,428.6666666666715,455.33333333333576,482.0 +p35059,battery,0.0,0.0,0.0,0.0,0.0 +p35059,biomass,0.0,0.0,0.0,0.0,0.0 +p35059,coal,0.0,0.0,0.0,0.0,0.0 +p35059,csp,0.0,0.0,0.0,0.0,0.0 +p35059,gas,0.0,0.0,0.0,0.0,0.0 +p35059,geothermal,0.0,0.0,0.0,0.0,0.0 +p35059,h2,0.0,0.0,0.0,0.0,0.0 +p35059,hydro,0.0,0.0,0.0,0.0,0.0 +p35059,nuclear,0.0,0.0,0.0,0.0,0.0 +p35059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35059,pv,0.0,0.0,0.0,0.0,0.0 +p35059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35059,wind-ons,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p35061,battery,0.0,0.0,449.8333333332557,899.6666666666279,1349.5 p35061,biomass,0.0,0.0,0.0,0.0,0.0 p35061,coal,0.0,0.0,0.0,0.0,0.0 -p35061,gas,21.15,42.3,56.39999999999782,70.49999999999636,84.6 +p35061,csp,0.0,0.0,0.0,0.0,0.0 +p35061,gas,21.15,42.3,42.3,42.3,42.3 p35061,geothermal,0.0,0.0,0.0,0.0,0.0 p35061,h2,0.0,0.0,0.0,0.0,0.0 p35061,hydro,0.0,0.0,0.0,0.0,0.0 p35061,nuclear,0.0,0.0,0.0,0.0,0.0 p35061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p35061,pv,50.0,100.0,183.33333333334303,266.66666666665697,350.0 +p35061,pv,50.0,100.0,340.0,580.0,820.0 p35061,wind-ofs,0.0,0.0,0.0,0.0,0.0 p35061,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36001,battery,0.0,0.0,1003.3333333332557,2006.6666666667443,3010.0 +p36001,battery,0.0,0.0,40.0,80.0,120.0 p36001,biomass,0.0,0.0,0.0,0.0,0.0 p36001,coal,0.0,0.0,0.0,0.0,0.0 -p36001,gas,0.0,0.0,291.66666666662786,583.3333333333721,875.0 +p36001,csp,0.0,0.0,0.0,0.0,0.0 +p36001,gas,0.0,0.0,0.0,0.0,0.0 p36001,geothermal,0.0,0.0,0.0,0.0,0.0 p36001,h2,0.0,0.0,0.0,0.0,0.0 p36001,hydro,0.0,0.0,0.0,0.0,0.0 p36001,nuclear,0.0,0.0,0.0,0.0,0.0 p36001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36001,pv,0.0,0.0,13.33333333333212,26.66666666666788,40.0 +p36001,pv,0.0,0.0,0.0,0.0,0.0 p36001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36003,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p36003,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p36003,biomass,0.0,0.0,0.0,0.0,0.0 p36003,coal,0.0,0.0,0.0,0.0,0.0 +p36003,csp,0.0,0.0,0.0,0.0,0.0 p36003,gas,0.0,0.0,0.0,0.0,0.0 p36003,geothermal,0.0,0.0,0.0,0.0,0.0 p36003,h2,0.0,0.0,0.0,0.0,0.0 p36003,hydro,0.0,0.0,0.0,0.0,0.0 p36003,nuclear,0.0,0.0,0.0,0.0,0.0 p36003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36003,pv,0.0,0.0,88.5,177.0,265.5 +p36003,pv,0.0,0.0,31.166666666671517,62.33333333333576,93.5 p36003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36005,battery,0.0,0.0,253.33333333331393,506.66666666668607,760.0 +p36005,battery,0.0,0.0,253.33333333337214,506.66666666668607,760.0 p36005,biomass,0.0,0.0,0.0,0.0,0.0 p36005,coal,0.0,0.0,0.0,0.0,0.0 +p36005,csp,0.0,0.0,0.0,0.0,0.0 p36005,gas,0.0,0.0,0.0,0.0,0.0 p36005,geothermal,0.0,0.0,0.0,0.0,0.0 p36005,h2,0.0,0.0,0.0,0.0,0.0 @@ -12311,21 +12544,23 @@ p36005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p36005,pv,0.0,0.0,0.0,0.0,0.0 p36005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36005,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36007,battery,0.0,0.0,459.0,918.0,1377.0 +p36007,battery,0.0,0.0,50.0,100.0,150.0 p36007,biomass,0.0,0.0,0.0,0.0,0.0 p36007,coal,0.0,0.0,0.0,0.0,0.0 +p36007,csp,0.0,0.0,0.0,0.0,0.0 p36007,gas,0.0,0.0,0.0,0.0,0.0 p36007,geothermal,0.0,0.0,0.0,0.0,0.0 p36007,h2,0.0,0.0,0.0,0.0,0.0 p36007,hydro,0.0,0.0,0.0,0.0,0.0 p36007,nuclear,0.0,0.0,0.0,0.0,0.0 p36007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36007,pv,0.0,0.0,20.0,40.0,60.0 +p36007,pv,0.0,0.0,0.0,0.0,0.0 p36007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36007,wind-ons,0.0,0.0,0.0,0.0,0.0 p36009,battery,0.0,0.0,0.0,0.0,0.0 p36009,biomass,0.0,0.0,0.0,0.0,0.0 p36009,coal,0.0,0.0,0.0,0.0,0.0 +p36009,csp,0.0,0.0,0.0,0.0,0.0 p36009,gas,0.0,0.0,0.0,0.0,0.0 p36009,geothermal,0.0,0.0,0.0,0.0,0.0 p36009,h2,0.0,0.0,0.0,0.0,0.0 @@ -12334,46 +12569,50 @@ p36009,nuclear,0.0,0.0,0.0,0.0,0.0 p36009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p36009,pv,0.0,0.0,0.0,0.0,0.0 p36009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36009,wind-ons,0.0,0.0,144.69999999995343,289.3999999999651,434.1 +p36009,wind-ons,0.0,0.0,144.70000000001164,289.4000000000233,434.1 p36011,battery,0.0,0.0,0.0,0.0,0.0 p36011,biomass,0.0,0.0,0.0,0.0,0.0 p36011,coal,0.0,0.0,0.0,0.0,0.0 +p36011,csp,0.0,0.0,0.0,0.0,0.0 p36011,gas,0.0,0.0,0.0,0.0,0.0 p36011,geothermal,0.0,0.0,0.0,0.0,0.0 p36011,h2,0.0,0.0,0.0,0.0,0.0 p36011,hydro,0.0,0.0,0.0,0.0,0.0 p36011,nuclear,0.0,0.0,0.0,0.0,0.0 p36011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36011,pv,0.0,0.0,146.0,292.0,438.0 +p36011,pv,0.0,0.0,79.33333333331393,158.66666666665697,238.0 p36011,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36011,wind-ons,0.0,0.0,32.33333333332848,64.66666666667152,97.0 -p36013,battery,0.0,0.0,683.3333333332557,1366.6666666667443,2050.0 +p36011,wind-ons,0.0,0.0,32.333333333343035,64.66666666667152,97.0 +p36013,battery,0.0,0.0,140.0,280.0,420.0 p36013,biomass,0.0,0.0,0.0,0.0,0.0 p36013,coal,0.0,0.0,0.0,0.0,0.0 +p36013,csp,0.0,0.0,0.0,0.0,0.0 p36013,gas,0.0,0.0,0.0,0.0,0.0 p36013,geothermal,0.0,0.0,0.0,0.0,0.0 p36013,h2,0.0,0.0,0.0,0.0,0.0 p36013,hydro,0.0,0.0,0.0,0.0,0.0 p36013,nuclear,0.0,0.0,0.0,0.0,0.0 p36013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36013,pv,0.0,0.0,250.0,500.0,750.0 +p36013,pv,0.0,0.0,120.0,240.0,360.0 p36013,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36013,wind-ons,0.0,0.0,50.29999999998836,100.59999999999127,150.9 -p36015,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p36013,wind-ons,0.0,0.0,50.30000000000291,100.60000000000582,150.9 +p36015,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p36015,biomass,0.0,0.0,0.0,0.0,0.0 p36015,coal,0.0,0.0,0.0,0.0,0.0 +p36015,csp,0.0,0.0,0.0,0.0,0.0 p36015,gas,0.0,0.0,0.0,0.0,0.0 p36015,geothermal,0.0,0.0,0.0,0.0,0.0 p36015,h2,0.0,0.0,0.0,0.0,0.0 p36015,hydro,0.0,0.0,0.0,0.0,0.0 p36015,nuclear,0.0,0.0,0.0,0.0,0.0 p36015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36015,pv,0.0,0.0,14.0,28.0,42.0 +p36015,pv,0.0,0.0,0.0,0.0,0.0 p36015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36015,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36017,battery,0.0,0.0,13.33333333333212,26.66666666666788,40.0 +p36017,battery,0.0,0.0,13.333333333335759,26.66666666666788,40.0 p36017,biomass,0.0,0.0,0.0,0.0,0.0 p36017,coal,0.0,0.0,0.0,0.0,0.0 +p36017,csp,0.0,0.0,0.0,0.0,0.0 p36017,gas,0.0,0.0,0.0,0.0,0.0 p36017,geothermal,0.0,0.0,0.0,0.0,0.0 p36017,h2,0.0,0.0,0.0,0.0,0.0 @@ -12382,34 +12621,37 @@ p36017,nuclear,0.0,0.0,0.0,0.0,0.0 p36017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p36017,pv,0.0,0.0,0.0,0.0,0.0 p36017,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36017,wind-ons,0.0,0.0,33.60000000000582,67.20000000001164,100.8 -p36019,battery,0.0,0.0,175.0,350.0,525.0 +p36017,wind-ons,0.0,0.0,33.60000000000582,67.19999999999709,100.8 +p36019,battery,0.0,0.0,75.0,150.0,225.0 p36019,biomass,0.0,0.0,0.0,0.0,0.0 p36019,coal,0.0,0.0,0.0,0.0,0.0 +p36019,csp,0.0,0.0,0.0,0.0,0.0 p36019,gas,0.0,0.0,0.0,0.0,0.0 p36019,geothermal,0.0,0.0,0.0,0.0,0.0 p36019,h2,0.0,0.0,0.0,0.0,0.0 p36019,hydro,0.0,0.0,0.0,0.0,0.0 p36019,nuclear,0.0,0.0,0.0,0.0,0.0 p36019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36019,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p36019,pv,0.0,0.0,0.0,0.0,0.0 p36019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36019,wind-ons,0.0,0.0,149.66666666668607,299.33333333331393,449.0 -p36021,battery,0.0,0.0,116.66666666665697,233.33333333334303,350.0 +p36019,wind-ons,0.0,0.0,149.66666666662786,299.33333333331393,449.0 +p36021,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p36021,biomass,0.0,0.0,0.0,0.0,0.0 p36021,coal,0.0,0.0,0.0,0.0,0.0 +p36021,csp,0.0,0.0,0.0,0.0,0.0 p36021,gas,0.0,0.0,0.0,0.0,0.0 p36021,geothermal,0.0,0.0,0.0,0.0,0.0 p36021,h2,0.0,0.0,0.0,0.0,0.0 p36021,hydro,0.0,0.0,0.0,0.0,0.0 p36021,nuclear,0.0,0.0,0.0,0.0,0.0 p36021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36021,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p36021,pv,0.0,0.0,20.0,40.0,60.0 p36021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36021,wind-ons,0.0,0.0,0.0,0.0,0.0 p36023,battery,0.0,0.0,0.0,0.0,0.0 p36023,biomass,0.0,0.0,0.0,0.0,0.0 p36023,coal,0.0,0.0,0.0,0.0,0.0 +p36023,csp,0.0,0.0,0.0,0.0,0.0 p36023,gas,0.0,0.0,0.0,0.0,0.0 p36023,geothermal,0.0,0.0,0.0,0.0,0.0 p36023,h2,0.0,0.0,0.0,0.0,0.0 @@ -12422,18 +12664,20 @@ p36023,wind-ons,0.0,0.0,0.0,0.0,0.0 p36025,battery,0.0,0.0,45.0,90.0,135.0 p36025,biomass,0.0,0.0,0.0,0.0,0.0 p36025,coal,0.0,0.0,0.0,0.0,0.0 +p36025,csp,0.0,0.0,0.0,0.0,0.0 p36025,gas,0.0,0.0,0.0,0.0,0.0 p36025,geothermal,0.0,0.0,0.0,0.0,0.0 p36025,h2,0.0,0.0,0.0,0.0,0.0 p36025,hydro,0.0,0.0,0.0,0.0,0.0 p36025,nuclear,0.0,0.0,0.0,0.0,0.0 p36025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36025,pv,0.0,0.0,48.33333333332848,96.66666666667152,145.0 +p36025,pv,0.0,0.0,0.0,0.0,0.0 p36025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36025,wind-ons,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p36027,battery,0.0,0.0,1001.3333333332557,2002.6666666667443,3004.0 +p36025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36027,battery,0.0,0.0,284.6666666667443,569.3333333333721,854.0 p36027,biomass,0.0,0.0,0.0,0.0,0.0 p36027,coal,0.0,0.0,0.0,0.0,0.0 +p36027,csp,0.0,0.0,0.0,0.0,0.0 p36027,gas,0.0,0.0,0.0,0.0,0.0 p36027,geothermal,0.0,0.0,0.0,0.0,0.0 p36027,h2,0.0,0.0,0.0,0.0,0.0 @@ -12443,9 +12687,10 @@ p36027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p36027,pv,0.0,0.0,0.0,0.0,0.0 p36027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36029,battery,0.0,0.0,272.5,545.0,817.5 +p36029,battery,0.0,0.0,56.666666666656965,113.33333333332848,170.0 p36029,biomass,0.0,0.0,0.0,0.0,0.0 p36029,coal,0.0,0.0,0.0,0.0,0.0 +p36029,csp,0.0,0.0,0.0,0.0,0.0 p36029,gas,0.0,0.0,0.0,0.0,0.0 p36029,geothermal,0.0,0.0,0.0,0.0,0.0 p36029,h2,0.0,0.0,0.0,0.0,0.0 @@ -12455,93 +12700,90 @@ p36029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p36029,pv,0.0,0.0,0.0,0.0,0.0 p36029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36031,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p36031,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p36031,biomass,0.0,0.0,0.0,0.0,0.0 p36031,coal,0.0,0.0,0.0,0.0,0.0 +p36031,csp,0.0,0.0,0.0,0.0,0.0 p36031,gas,0.0,0.0,0.0,0.0,0.0 p36031,geothermal,0.0,0.0,0.0,0.0,0.0 p36031,h2,0.0,0.0,0.0,0.0,0.0 p36031,hydro,0.0,0.0,0.0,0.0,0.0 p36031,nuclear,0.0,0.0,0.0,0.0,0.0 p36031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36031,pv,0.0,0.0,13.33333333333212,26.66666666666788,40.0 +p36031,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p36031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36031,wind-ons,0.0,0.0,0.0,0.0,0.0 p36033,battery,0.0,0.0,100.0,200.0,300.0 p36033,biomass,0.0,0.0,0.0,0.0,0.0 p36033,coal,0.0,0.0,0.0,0.0,0.0 +p36033,csp,0.0,0.0,0.0,0.0,0.0 p36033,gas,0.0,0.0,0.0,0.0,0.0 p36033,geothermal,0.0,0.0,0.0,0.0,0.0 p36033,h2,0.0,0.0,0.0,0.0,0.0 p36033,hydro,0.0,0.0,0.0,0.0,0.0 p36033,nuclear,0.0,0.0,0.0,0.0,0.0 p36033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36033,pv,0.0,0.0,250.0,500.0,750.0 +p36033,pv,0.0,0.0,216.66666666662786,433.33333333331393,650.0 p36033,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36033,wind-ons,0.0,0.0,253.33333333331393,506.66666666668607,760.0 -p36035,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p36035,biomass,0.0,0.0,0.0,0.0,0.0 -p36035,coal,0.0,0.0,0.0,0.0,0.0 -p36035,gas,0.0,0.0,0.0,0.0,0.0 -p36035,geothermal,0.0,0.0,0.0,0.0,0.0 -p36035,h2,0.0,0.0,0.0,0.0,0.0 -p36035,hydro,0.0,0.0,0.0,0.0,0.0 -p36035,nuclear,0.0,0.0,0.0,0.0,0.0 -p36035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36035,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p36035,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36037,battery,0.0,0.0,100.0,200.0,300.0 +p36033,wind-ons,0.0,0.0,253.33333333337214,506.66666666668607,760.0 +p36035,csp,0.0,0.0,0.0,0.0,0.0 +p36037,battery,0.0,0.0,0.0,0.0,0.0 p36037,biomass,0.0,0.0,0.0,0.0,0.0 p36037,coal,0.0,0.0,0.0,0.0,0.0 +p36037,csp,0.0,0.0,0.0,0.0,0.0 p36037,gas,0.0,0.0,0.0,0.0,0.0 p36037,geothermal,0.0,0.0,0.0,0.0,0.0 p36037,h2,0.0,0.0,0.0,0.0,0.0 p36037,hydro,0.0,0.0,0.0,0.0,0.0 p36037,nuclear,0.0,0.0,0.0,0.0,0.0 p36037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36037,pv,0.0,0.0,394.266666666721,788.533333333442,1182.8 +p36037,pv,0.0,0.0,366.6666666667443,733.3333333333721,1100.0 p36037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36037,wind-ons,0.0,0.0,66.70000000001164,133.40000000002328,200.1 -p36039,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p36037,wind-ons,0.0,0.0,42.0,84.0,126.0 +p36039,battery,0.0,0.0,0.0,0.0,0.0 p36039,biomass,0.0,0.0,0.0,0.0,0.0 p36039,coal,0.0,0.0,0.0,0.0,0.0 +p36039,csp,0.0,0.0,0.0,0.0,0.0 p36039,gas,0.0,0.0,0.0,0.0,0.0 p36039,geothermal,0.0,0.0,0.0,0.0,0.0 p36039,h2,0.0,0.0,0.0,0.0,0.0 p36039,hydro,0.0,0.0,0.0,0.0,0.0 p36039,nuclear,0.0,0.0,0.0,0.0,0.0 p36039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36039,pv,0.0,0.0,43.33333333332848,86.66666666667152,130.0 +p36039,pv,0.0,0.0,43.333333333343035,86.66666666667152,130.0 p36039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36041,csp,0.0,0.0,0.0,0.0,0.0 p36043,battery,0.0,0.0,0.0,0.0,0.0 p36043,biomass,0.0,0.0,0.0,0.0,0.0 p36043,coal,0.0,0.0,0.0,0.0,0.0 +p36043,csp,0.0,0.0,0.0,0.0,0.0 p36043,gas,0.0,0.0,0.0,0.0,0.0 p36043,geothermal,0.0,0.0,0.0,0.0,0.0 p36043,h2,0.0,0.0,0.0,0.0,0.0 p36043,hydro,0.0,0.0,0.0,0.0,0.0 p36043,nuclear,0.0,0.0,0.0,0.0,0.0 p36043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36043,pv,0.0,0.0,176.0,352.0,528.0 +p36043,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p36043,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36043,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36045,battery,0.0,0.0,73.33333333334303,146.66666666665697,220.0 +p36045,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p36045,biomass,0.0,0.0,0.0,0.0,0.0 p36045,coal,0.0,0.0,0.0,0.0,0.0 +p36045,csp,0.0,0.0,0.0,0.0,0.0 p36045,gas,0.0,0.0,0.0,0.0,0.0 p36045,geothermal,0.0,0.0,0.0,0.0,0.0 p36045,h2,0.0,0.0,0.0,0.0,0.0 p36045,hydro,0.0,0.0,0.0,0.0,0.0 p36045,nuclear,0.0,0.0,0.0,0.0,0.0 p36045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36045,pv,0.0,0.0,339.66666666662786,679.3333333333721,1019.0 +p36045,pv,0.0,0.0,169.66666666662786,339.33333333331393,509.0 p36045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36045,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36047,battery,0.0,0.0,342.30000000004657,684.6000000000931,1026.9 +p36047,battery,0.0,0.0,245.6333333333605,491.2666666666628,736.9 p36047,biomass,0.0,0.0,0.0,0.0,0.0 p36047,coal,0.0,0.0,0.0,0.0,0.0 +p36047,csp,0.0,0.0,0.0,0.0,0.0 p36047,gas,0.0,0.0,0.0,0.0,0.0 p36047,geothermal,0.0,0.0,0.0,0.0,0.0 p36047,h2,0.0,0.0,0.0,0.0,0.0 @@ -12549,71 +12791,77 @@ p36047,hydro,0.0,0.0,0.0,0.0,0.0 p36047,nuclear,0.0,0.0,0.0,0.0,0.0 p36047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p36047,pv,0.0,0.0,0.0,0.0,0.0 -p36047,wind-ofs,0.0,0.0,2078.666666666977,4157.333333333023,6236.0 +p36047,wind-ofs,0.0,0.0,708.6666666665114,1417.3333333332557,2126.0 p36047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36049,battery,0.0,0.0,443.0,886.0,1329.0 +p36049,battery,0.0,0.0,0.0,0.0,0.0 p36049,biomass,0.0,0.0,0.0,0.0,0.0 p36049,coal,0.0,0.0,0.0,0.0,0.0 +p36049,csp,0.0,0.0,0.0,0.0,0.0 p36049,gas,0.0,0.0,0.0,0.0,0.0 p36049,geothermal,0.0,0.0,0.0,0.0,0.0 p36049,h2,0.0,0.0,0.0,0.0,0.0 p36049,hydro,0.0,0.0,0.0,0.0,0.0 p36049,nuclear,0.0,0.0,0.0,0.0,0.0 p36049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36049,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p36049,pv,0.0,0.0,41.666666666656965,83.33333333332848,125.0 p36049,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36049,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p36049,wind-ons,0.0,0.0,0.0,0.0,0.0 p36051,battery,0.0,0.0,0.0,0.0,0.0 p36051,biomass,0.0,0.0,0.0,0.0,0.0 p36051,coal,0.0,0.0,0.0,0.0,0.0 +p36051,csp,0.0,0.0,0.0,0.0,0.0 p36051,gas,0.0,0.0,0.0,0.0,0.0 p36051,geothermal,0.0,0.0,0.0,0.0,0.0 p36051,h2,0.0,0.0,0.0,0.0,0.0 p36051,hydro,0.0,0.0,0.0,0.0,0.0 p36051,nuclear,0.0,0.0,0.0,0.0,0.0 p36051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36051,pv,0.0,0.0,118.33333333334303,236.66666666665697,355.0 +p36051,pv,0.0,0.0,115.83333333331393,231.66666666665697,347.5 p36051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36051,wind-ons,0.0,0.0,0.0,0.0,0.0 p36053,battery,0.0,0.0,0.0,0.0,0.0 p36053,biomass,0.0,0.0,0.0,0.0,0.0 p36053,coal,0.0,0.0,0.0,0.0,0.0 +p36053,csp,0.0,0.0,0.0,0.0,0.0 p36053,gas,0.0,0.0,0.0,0.0,0.0 p36053,geothermal,0.0,0.0,0.0,0.0,0.0 p36053,h2,0.0,0.0,0.0,0.0,0.0 p36053,hydro,0.0,0.0,0.0,0.0,0.0 p36053,nuclear,0.0,0.0,0.0,0.0,0.0 p36053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36053,pv,0.0,0.0,139.83333333331393,279.66666666668607,419.5 +p36053,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 p36053,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36053,wind-ons,0.0,0.0,60.533333333340124,121.06666666668025,181.6 -p36055,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p36053,wind-ons,0.0,0.0,33.9333333333343,67.8666666666686,101.8 +p36055,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p36055,biomass,0.0,0.0,0.0,0.0,0.0 p36055,coal,0.0,0.0,0.0,0.0,0.0 +p36055,csp,0.0,0.0,0.0,0.0,0.0 p36055,gas,0.0,0.0,0.0,0.0,0.0 p36055,geothermal,0.0,0.0,0.0,0.0,0.0 p36055,h2,0.0,0.0,0.0,0.0,0.0 p36055,hydro,0.0,0.0,0.0,0.0,0.0 p36055,nuclear,0.0,0.0,0.0,0.0,0.0 p36055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36055,pv,0.0,0.0,50.0,100.0,150.0 +p36055,pv,0.0,0.0,0.0,0.0,0.0 p36055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36055,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36057,battery,0.0,0.0,109.96666666664532,219.93333333331975,329.9 +p36057,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p36057,biomass,0.0,0.0,0.0,0.0,0.0 p36057,coal,0.0,0.0,0.0,0.0,0.0 +p36057,csp,0.0,0.0,0.0,0.0,0.0 p36057,gas,0.0,0.0,0.0,0.0,0.0 p36057,geothermal,0.0,0.0,0.0,0.0,0.0 p36057,h2,0.0,0.0,0.0,0.0,0.0 p36057,hydro,0.0,0.0,0.0,0.0,0.0 p36057,nuclear,0.0,0.0,0.0,0.0,0.0 p36057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36057,pv,0.0,0.0,491.83333333337214,983.6666666666279,1475.5 +p36057,pv,0.0,0.0,296.8333333332557,593.6666666666279,890.5 p36057,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36057,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36059,battery,0.0,0.0,178.0,356.0,534.0 +p36059,battery,0.0,0.0,0.0,0.0,0.0 p36059,biomass,0.0,0.0,0.0,0.0,0.0 p36059,coal,0.0,0.0,0.0,0.0,0.0 +p36059,csp,0.0,0.0,0.0,0.0,0.0 p36059,gas,0.0,0.0,0.0,0.0,0.0 p36059,geothermal,0.0,0.0,0.0,0.0,0.0 p36059,h2,0.0,0.0,0.0,0.0,0.0 @@ -12621,11 +12869,13 @@ p36059,hydro,0.0,0.0,0.0,0.0,0.0 p36059,nuclear,0.0,0.0,0.0,0.0,0.0 p36059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p36059,pv,0.0,0.0,0.0,0.0,0.0 -p36059,wind-ofs,0.0,0.0,1682.3333333334886,3364.6666666665114,5047.0 +p36059,wind-ofs,0.0,0.0,440.3333333332557,880.6666666666279,1321.0 p36059,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36063,battery,0.0,0.0,290.16666666662786,580.3333333333721,870.5 +p36061,csp,0.0,0.0,0.0,0.0,0.0 +p36063,battery,0.0,0.0,170.0,340.0,510.0 p36063,biomass,0.0,0.0,0.0,0.0,0.0 p36063,coal,0.0,0.0,0.0,0.0,0.0 +p36063,csp,0.0,0.0,0.0,0.0,0.0 p36063,gas,0.0,0.0,0.0,0.0,0.0 p36063,geothermal,0.0,0.0,0.0,0.0,0.0 p36063,h2,0.0,0.0,0.0,0.0,0.0 @@ -12635,93 +12885,78 @@ p36063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p36063,pv,0.0,0.0,75.0,150.0,225.0 p36063,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36063,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36065,battery,0.0,0.0,65.0,130.0,195.0 +p36065,battery,0.0,0.0,0.0,0.0,0.0 p36065,biomass,0.0,0.0,0.0,0.0,0.0 p36065,coal,0.0,0.0,0.0,0.0,0.0 +p36065,csp,0.0,0.0,0.0,0.0,0.0 p36065,gas,0.0,0.0,0.0,0.0,0.0 p36065,geothermal,0.0,0.0,0.0,0.0,0.0 p36065,h2,0.0,0.0,0.0,0.0,0.0 p36065,hydro,0.0,0.0,0.0,0.0,0.0 p36065,nuclear,0.0,0.0,0.0,0.0,0.0 p36065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36065,pv,0.0,0.0,317.80000000004657,635.6000000000931,953.4 +p36065,pv,0.0,0.0,13.333333333335759,26.66666666666788,40.0 p36065,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36065,wind-ons,0.0,0.0,116.66666666665697,233.33333333334303,350.0 -p36067,battery,0.0,0.0,224.66666666668607,449.33333333331393,674.0 +p36065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36067,battery,0.0,0.0,0.0,0.0,0.0 p36067,biomass,0.0,0.0,0.0,0.0,0.0 p36067,coal,0.0,0.0,0.0,0.0,0.0 +p36067,csp,0.0,0.0,0.0,0.0,0.0 p36067,gas,0.0,0.0,0.0,0.0,0.0 p36067,geothermal,0.0,0.0,0.0,0.0,0.0 p36067,h2,0.0,0.0,0.0,0.0,0.0 p36067,hydro,0.0,0.0,0.0,0.0,0.0 p36067,nuclear,0.0,0.0,0.0,0.0,0.0 p36067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36067,pv,0.0,0.0,33.32666666666046,66.65333333333547,99.98 +p36067,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p36067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36067,wind-ons,0.0,0.0,54.0,108.0,162.0 -p36069,battery,0.0,0.0,0.0,0.0,0.0 -p36069,biomass,0.0,0.0,0.0,0.0,0.0 -p36069,coal,0.0,0.0,0.0,0.0,0.0 -p36069,gas,0.0,0.0,0.0,0.0,0.0 -p36069,geothermal,0.0,0.0,0.0,0.0,0.0 -p36069,h2,0.0,0.0,0.0,0.0,0.0 -p36069,hydro,0.0,0.0,0.0,0.0,0.0 -p36069,nuclear,0.0,0.0,0.0,0.0,0.0 -p36069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36069,pv,0.0,0.0,6.66666666666606,13.33333333333394,20.0 -p36069,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36069,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36071,battery,0.0,0.0,755.6666666667443,1511.3333333332557,2267.0 +p36069,csp,0.0,0.0,0.0,0.0,0.0 +p36071,battery,0.0,0.0,233.33333333337214,466.66666666668607,700.0 p36071,biomass,0.0,0.0,0.0,0.0,0.0 p36071,coal,0.0,0.0,0.0,0.0,0.0 +p36071,csp,0.0,0.0,0.0,0.0,0.0 p36071,gas,0.0,0.0,0.0,0.0,0.0 p36071,geothermal,0.0,0.0,0.0,0.0,0.0 p36071,h2,0.0,0.0,0.0,0.0,0.0 p36071,hydro,0.0,0.0,0.0,0.0,0.0 p36071,nuclear,0.0,0.0,0.0,0.0,0.0 p36071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36071,pv,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p36071,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p36071,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36071,wind-ons,0.0,0.0,0.0,0.0,0.0 p36073,battery,0.0,0.0,0.0,0.0,0.0 p36073,biomass,0.0,0.0,0.0,0.0,0.0 p36073,coal,0.0,0.0,0.0,0.0,0.0 +p36073,csp,0.0,0.0,0.0,0.0,0.0 p36073,gas,0.0,0.0,0.0,0.0,0.0 p36073,geothermal,0.0,0.0,0.0,0.0,0.0 p36073,h2,0.0,0.0,0.0,0.0,0.0 p36073,hydro,0.0,0.0,0.0,0.0,0.0 p36073,nuclear,0.0,0.0,0.0,0.0,0.0 p36073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36073,pv,0.0,0.0,100.0,200.0,300.0 +p36073,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p36073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36073,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36075,battery,0.0,0.0,164.0,328.0,492.0 +p36075,battery,0.0,0.0,0.0,0.0,0.0 p36075,biomass,0.0,0.0,0.0,0.0,0.0 p36075,coal,0.0,0.0,0.0,0.0,0.0 +p36075,csp,0.0,0.0,0.0,0.0,0.0 p36075,gas,0.0,0.0,0.0,0.0,0.0 p36075,geothermal,0.0,0.0,0.0,0.0,0.0 p36075,h2,0.0,0.0,0.0,0.0,0.0 p36075,hydro,0.0,0.0,0.0,0.0,0.0 p36075,nuclear,0.0,0.0,0.0,0.0,0.0 p36075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36075,pv,0.0,0.0,41.60000000000582,83.20000000001164,124.80000000000001 +p36075,pv,0.0,0.0,14.96666666667079,29.933333333334303,44.9 p36075,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36075,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36077,battery,0.0,0.0,0.0,0.0,0.0 -p36077,biomass,0.0,0.0,0.0,0.0,0.0 -p36077,coal,0.0,0.0,0.0,0.0,0.0 -p36077,gas,0.0,0.0,0.0,0.0,0.0 -p36077,geothermal,0.0,0.0,0.0,0.0,0.0 -p36077,h2,0.0,0.0,0.0,0.0,0.0 -p36077,hydro,0.0,0.0,0.0,0.0,0.0 -p36077,nuclear,0.0,0.0,0.0,0.0,0.0 -p36077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36077,pv,0.0,0.0,116.66666666665697,233.33333333334303,350.0 -p36077,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36077,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36081,battery,0.0,0.0,224.7333333333372,449.4666666666744,674.2 +p36077,csp,0.0,0.0,0.0,0.0,0.0 +p36079,csp,0.0,0.0,0.0,0.0,0.0 +p36081,battery,0.0,0.0,110.39999999999418,220.79999999998836,331.2 p36081,biomass,0.0,0.0,0.0,0.0,0.0 p36081,coal,0.0,0.0,0.0,0.0,0.0 +p36081,csp,0.0,0.0,0.0,0.0,0.0 p36081,gas,0.0,0.0,0.0,0.0,0.0 p36081,geothermal,0.0,0.0,0.0,0.0,0.0 p36081,h2,0.0,0.0,0.0,0.0,0.0 @@ -12729,24 +12964,26 @@ p36081,hydro,0.0,0.0,0.0,0.0,0.0 p36081,nuclear,0.0,0.0,0.0,0.0,0.0 p36081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p36081,pv,0.0,0.0,0.0,0.0,0.0 -p36081,wind-ofs,0.0,0.0,433.33333333337214,866.6666666666279,1300.0 +p36081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36081,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36083,battery,0.0,0.0,366.33333333337214,732.6666666666279,1099.0 +p36083,battery,0.0,0.0,200.0,400.0,600.0 p36083,biomass,0.0,0.0,0.0,0.0,0.0 p36083,coal,0.0,0.0,0.0,0.0,0.0 +p36083,csp,0.0,0.0,0.0,0.0,0.0 p36083,gas,0.0,0.0,0.0,0.0,0.0 p36083,geothermal,0.0,0.0,0.0,0.0,0.0 p36083,h2,0.0,0.0,0.0,0.0,0.0 p36083,hydro,0.0,0.0,0.0,0.0,0.0 p36083,nuclear,0.0,0.0,0.0,0.0,0.0 p36083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36083,pv,0.0,0.0,32.19999999999709,64.39999999999418,96.6 +p36083,pv,0.0,0.0,20.0,40.0,60.0 p36083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36085,battery,0.0,0.0,181.33333333331393,362.66666666668607,544.0 +p36085,battery,0.0,0.0,181.33333333337214,362.66666666668607,544.0 p36085,biomass,0.0,0.0,0.0,0.0,0.0 p36085,coal,0.0,0.0,0.0,0.0,0.0 -p36085,gas,0.0,0.0,123.29999999998836,246.59999999997672,369.9 +p36085,csp,0.0,0.0,0.0,0.0,0.0 +p36085,gas,0.0,0.0,0.0,0.0,0.0 p36085,geothermal,0.0,0.0,0.0,0.0,0.0 p36085,h2,0.0,0.0,0.0,0.0,0.0 p36085,hydro,0.0,0.0,0.0,0.0,0.0 @@ -12755,105 +12992,78 @@ p36085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p36085,pv,0.0,0.0,0.0,0.0,0.0 p36085,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36085,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36087,battery,0.0,0.0,166.66666666668607,333.33333333331393,500.0 -p36087,biomass,0.0,0.0,0.0,0.0,0.0 -p36087,coal,0.0,0.0,0.0,0.0,0.0 -p36087,gas,0.0,0.0,0.0,0.0,0.0 -p36087,geothermal,0.0,0.0,0.0,0.0,0.0 -p36087,h2,0.0,0.0,0.0,0.0,0.0 -p36087,hydro,0.0,0.0,0.0,0.0,0.0 -p36087,nuclear,0.0,0.0,0.0,0.0,0.0 -p36087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36087,pv,0.0,0.0,0.0,0.0,0.0 -p36087,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36087,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36089,battery,0.0,0.0,86.59999999997672,173.19999999998254,259.8 +p36087,csp,0.0,0.0,0.0,0.0,0.0 +p36089,battery,0.0,0.0,0.0,0.0,0.0 p36089,biomass,0.0,0.0,0.0,0.0,0.0 p36089,coal,0.0,0.0,0.0,0.0,0.0 +p36089,csp,0.0,0.0,0.0,0.0,0.0 p36089,gas,0.0,0.0,0.0,0.0,0.0 p36089,geothermal,0.0,0.0,0.0,0.0,0.0 p36089,h2,0.0,0.0,0.0,0.0,0.0 p36089,hydro,0.0,0.0,0.0,0.0,0.0 p36089,nuclear,0.0,0.0,0.0,0.0,0.0 p36089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36089,pv,0.0,0.0,316.8666666665813,633.733333333279,950.6 +p36089,pv,0.0,0.0,224.03333333326736,448.06666666665114,672.1 p36089,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36089,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36091,battery,0.0,0.0,43.33333333332848,86.66666666667152,130.0 -p36091,biomass,0.0,0.0,0.0,0.0,0.0 -p36091,coal,0.0,0.0,0.0,0.0,0.0 -p36091,gas,0.0,0.0,0.0,0.0,0.0 -p36091,geothermal,0.0,0.0,0.0,0.0,0.0 -p36091,h2,0.0,0.0,0.0,0.0,0.0 -p36091,hydro,0.0,0.0,0.0,0.0,0.0 -p36091,nuclear,0.0,0.0,0.0,0.0,0.0 -p36091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36091,pv,0.0,0.0,0.0,0.0,0.0 -p36091,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36091,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36093,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p36093,biomass,0.0,0.0,0.0,0.0,0.0 -p36093,coal,0.0,0.0,0.0,0.0,0.0 -p36093,gas,0.0,0.0,0.0,0.0,0.0 -p36093,geothermal,0.0,0.0,0.0,0.0,0.0 -p36093,h2,0.0,0.0,0.0,0.0,0.0 -p36093,hydro,0.0,0.0,0.0,0.0,0.0 -p36093,nuclear,0.0,0.0,0.0,0.0,0.0 -p36093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36093,pv,0.0,0.0,11.66666666666788,23.33333333333212,35.0 -p36093,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36093,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36095,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p36091,csp,0.0,0.0,0.0,0.0,0.0 +p36093,csp,0.0,0.0,0.0,0.0,0.0 +p36095,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p36095,biomass,0.0,0.0,0.0,0.0,0.0 p36095,coal,0.0,0.0,0.0,0.0,0.0 +p36095,csp,0.0,0.0,0.0,0.0,0.0 p36095,gas,0.0,0.0,0.0,0.0,0.0 p36095,geothermal,0.0,0.0,0.0,0.0,0.0 p36095,h2,0.0,0.0,0.0,0.0,0.0 p36095,hydro,0.0,0.0,0.0,0.0,0.0 p36095,nuclear,0.0,0.0,0.0,0.0,0.0 p36095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36095,pv,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p36095,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p36095,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36095,wind-ons,0.0,0.0,0.0,0.0,0.0 p36097,battery,0.0,0.0,0.0,0.0,0.0 p36097,biomass,0.0,0.0,0.0,0.0,0.0 p36097,coal,0.0,0.0,0.0,0.0,0.0 +p36097,csp,0.0,0.0,0.0,0.0,0.0 p36097,gas,0.0,0.0,0.0,0.0,0.0 p36097,geothermal,0.0,0.0,0.0,0.0,0.0 p36097,h2,0.0,0.0,0.0,0.0,0.0 p36097,hydro,0.0,0.0,0.0,0.0,0.0 p36097,nuclear,0.0,0.0,0.0,0.0,0.0 p36097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36097,pv,0.0,0.0,25.0,50.0,75.0 +p36097,pv,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p36097,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36097,wind-ons,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p36097,wind-ons,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p36099,battery,0.0,0.0,40.0,80.0,120.0 p36099,biomass,0.0,0.0,0.0,0.0,0.0 p36099,coal,0.0,0.0,0.0,0.0,0.0 +p36099,csp,0.0,0.0,0.0,0.0,0.0 p36099,gas,0.0,0.0,0.0,0.0,0.0 p36099,geothermal,0.0,0.0,0.0,0.0,0.0 p36099,h2,0.0,0.0,0.0,0.0,0.0 p36099,hydro,0.0,0.0,0.0,0.0,0.0 p36099,nuclear,0.0,0.0,0.0,0.0,0.0 p36099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36099,pv,0.0,0.0,244.93333333329065,489.8666666666395,734.8 +p36099,pv,0.0,0.0,56.60000000000582,113.19999999999709,169.8 p36099,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36101,battery,0.0,0.0,189.6333333333605,379.266666666721,568.9 +p36101,battery,0.0,0.0,93.29999999998836,186.60000000000582,279.9 p36101,biomass,0.0,0.0,0.0,0.0,0.0 p36101,coal,0.0,0.0,0.0,0.0,0.0 +p36101,csp,0.0,0.0,0.0,0.0,0.0 p36101,gas,0.0,0.0,0.0,0.0,0.0 p36101,geothermal,0.0,0.0,0.0,0.0,0.0 p36101,h2,0.0,0.0,0.0,0.0,0.0 p36101,hydro,0.0,0.0,0.0,0.0,0.0 p36101,nuclear,0.0,0.0,0.0,0.0,0.0 p36101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36101,pv,0.0,0.0,218.3133333333535,436.626666666707,654.94 +p36101,pv,0.0,0.0,50.0,100.0,150.0 p36101,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36101,wind-ons,0.0,0.0,185.30000000004657,370.6000000000349,555.9 -p36103,battery,0.0,0.0,1179.4199999999255,2358.839999999851,3538.26 +p36101,wind-ons,0.0,0.0,145.90000000002328,291.79999999998836,437.7 +p36103,battery,0.0,0.0,550.3333333334886,1100.6666666667443,1651.0 p36103,biomass,0.0,0.0,0.0,0.0,0.0 p36103,coal,0.0,0.0,0.0,0.0,0.0 +p36103,csp,0.0,0.0,0.0,0.0,0.0 p36103,gas,0.0,0.0,0.0,0.0,0.0 p36103,geothermal,0.0,0.0,0.0,0.0,0.0 p36103,h2,0.0,0.0,0.0,0.0,0.0 @@ -12861,150 +13071,139 @@ p36103,hydro,0.0,0.0,0.0,0.0,0.0 p36103,nuclear,0.0,0.0,0.0,0.0,0.0 p36103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p36103,pv,0.0,0.0,12.0,24.0,36.0 -p36103,wind-ofs,0.0,0.0,1648.0,3296.0,4944.0 +p36103,wind-ofs,0.0,0.0,308.0,616.0,924.0 p36103,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36105,battery,0.0,0.0,100.0,200.0,300.0 +p36105,battery,0.0,0.0,0.0,0.0,0.0 p36105,biomass,0.0,0.0,0.0,0.0,0.0 p36105,coal,0.0,0.0,0.0,0.0,0.0 +p36105,csp,0.0,0.0,0.0,0.0,0.0 p36105,gas,0.0,0.0,0.0,0.0,0.0 p36105,geothermal,0.0,0.0,0.0,0.0,0.0 p36105,h2,0.0,0.0,0.0,0.0,0.0 p36105,hydro,0.0,0.0,0.0,0.0,0.0 p36105,nuclear,0.0,0.0,0.0,0.0,0.0 p36105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36105,pv,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p36105,pv,0.0,0.0,100.0,200.0,300.0 p36105,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36105,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36107,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p36107,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p36107,biomass,0.0,0.0,0.0,0.0,0.0 p36107,coal,0.0,0.0,0.0,0.0,0.0 +p36107,csp,0.0,0.0,0.0,0.0,0.0 p36107,gas,0.0,0.0,0.0,0.0,0.0 p36107,geothermal,0.0,0.0,0.0,0.0,0.0 p36107,h2,0.0,0.0,0.0,0.0,0.0 p36107,hydro,0.0,0.0,0.0,0.0,0.0 p36107,nuclear,0.0,0.0,0.0,0.0,0.0 p36107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36107,pv,0.0,0.0,23.33333333333576,46.66666666666424,70.0 +p36107,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p36107,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36107,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36109,battery,0.0,0.0,138.30000000004657,276.6000000000349,414.9 +p36109,battery,0.0,0.0,80.0,160.0,240.0 p36109,biomass,0.0,0.0,0.0,0.0,0.0 p36109,coal,0.0,0.0,0.0,0.0,0.0 +p36109,csp,0.0,0.0,0.0,0.0,0.0 p36109,gas,0.0,0.0,0.0,0.0,0.0 p36109,geothermal,0.0,0.0,0.0,0.0,0.0 p36109,h2,0.0,0.0,0.0,0.0,0.0 p36109,hydro,0.0,0.0,0.0,0.0,0.0 p36109,nuclear,0.0,0.0,0.0,0.0,0.0 p36109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36109,pv,0.0,0.0,123.33333333334303,246.66666666665697,370.0 +p36109,pv,0.0,0.0,73.33333333331393,146.66666666665697,220.0 p36109,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36109,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36111,battery,0.0,0.0,397.66666666662786,795.3333333333721,1193.0 +p36111,battery,0.0,0.0,238.0,476.0,714.0 p36111,biomass,0.0,0.0,0.0,0.0,0.0 p36111,coal,0.0,0.0,0.0,0.0,0.0 +p36111,csp,0.0,0.0,0.0,0.0,0.0 p36111,gas,0.0,0.0,0.0,0.0,0.0 p36111,geothermal,0.0,0.0,0.0,0.0,0.0 p36111,h2,0.0,0.0,0.0,0.0,0.0 p36111,hydro,0.0,0.0,0.0,0.0,0.0 p36111,nuclear,0.0,0.0,0.0,0.0,0.0 p36111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36111,pv,0.0,0.0,29.733333333329938,59.466666666659876,89.2 +p36111,pv,0.0,0.0,0.0,0.0,0.0 p36111,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36111,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36115,battery,0.0,0.0,26.63333333333867,53.26666666667006,79.9 +p36113,csp,0.0,0.0,0.0,0.0,0.0 +p36115,battery,0.0,0.0,0.0,0.0,0.0 p36115,biomass,0.0,0.0,0.0,0.0,0.0 p36115,coal,0.0,0.0,0.0,0.0,0.0 +p36115,csp,0.0,0.0,0.0,0.0,0.0 p36115,gas,0.0,0.0,0.0,0.0,0.0 p36115,geothermal,0.0,0.0,0.0,0.0,0.0 p36115,h2,0.0,0.0,0.0,0.0,0.0 p36115,hydro,0.0,0.0,0.0,0.0,0.0 p36115,nuclear,0.0,0.0,0.0,0.0,0.0 p36115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36115,pv,0.0,0.0,93.33333333334303,186.66666666665697,280.0 +p36115,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 p36115,wind-ofs,0.0,0.0,0.0,0.0,0.0 p36115,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36117,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 -p36117,biomass,0.0,0.0,0.0,0.0,0.0 -p36117,coal,0.0,0.0,0.0,0.0,0.0 -p36117,gas,0.0,0.0,0.0,0.0,0.0 -p36117,geothermal,0.0,0.0,0.0,0.0,0.0 -p36117,h2,0.0,0.0,0.0,0.0,0.0 -p36117,hydro,0.0,0.0,0.0,0.0,0.0 -p36117,nuclear,0.0,0.0,0.0,0.0,0.0 -p36117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36117,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p36117,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36117,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36119,battery,0.0,0.0,134.5,269.0,403.5 -p36119,biomass,0.0,0.0,0.0,0.0,0.0 -p36119,coal,0.0,0.0,0.0,0.0,0.0 -p36119,gas,0.0,0.0,0.0,0.0,0.0 -p36119,geothermal,0.0,0.0,0.0,0.0,0.0 -p36119,h2,0.0,0.0,0.0,0.0,0.0 -p36119,hydro,0.0,0.0,0.0,0.0,0.0 -p36119,nuclear,0.0,0.0,0.0,0.0,0.0 -p36119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36119,pv,0.0,0.0,0.0,0.0,0.0 -p36119,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36119,wind-ons,0.0,0.0,0.0,0.0,0.0 -p36121,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p36119,csp,0.0,0.0,0.0,0.0,0.0 +p36121,battery,0.0,0.0,100.0,200.0,300.0 p36121,biomass,0.0,0.0,0.0,0.0,0.0 p36121,coal,0.0,0.0,0.0,0.0,0.0 +p36121,csp,0.0,0.0,0.0,0.0,0.0 p36121,gas,0.0,0.0,0.0,0.0,0.0 p36121,geothermal,0.0,0.0,0.0,0.0,0.0 p36121,h2,0.0,0.0,0.0,0.0,0.0 p36121,hydro,0.0,0.0,0.0,0.0,0.0 p36121,nuclear,0.0,0.0,0.0,0.0,0.0 p36121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p36121,pv,0.0,0.0,46.66666666667152,93.33333333332848,140.0 +p36121,pv,0.0,0.0,13.333333333335759,26.66666666666788,40.0 p36121,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p36121,wind-ons,0.0,0.0,50.0,100.0,150.0 +p36121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36123,csp,0.0,0.0,0.0,0.0,0.0 p37001,battery,0.0,0.0,0.0,0.0,0.0 p37001,biomass,0.0,0.0,0.0,0.0,0.0 p37001,coal,0.0,0.0,0.0,0.0,0.0 +p37001,csp,0.0,0.0,0.0,0.0,0.0 p37001,gas,0.0,0.0,0.0,0.0,0.0 p37001,geothermal,0.0,0.0,0.0,0.0,0.0 p37001,h2,0.0,0.0,0.0,0.0,0.0 p37001,hydro,0.0,0.0,0.0,0.0,0.0 p37001,nuclear,0.0,0.0,0.0,0.0,0.0 p37001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37001,pv,57.5,115.0,153.33333333332848,191.66666666667152,230.0 +p37001,pv,17.5,35.0,35.0,35.0,35.0 p37001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37013,battery,0.0,0.0,0.0,0.0,0.0 -p37013,biomass,0.0,0.0,0.0,0.0,0.0 -p37013,coal,0.0,0.0,0.0,0.0,0.0 -p37013,gas,0.0,0.0,0.0,0.0,0.0 -p37013,geothermal,0.0,0.0,0.0,0.0,0.0 -p37013,h2,0.0,0.0,0.0,0.0,0.0 -p37013,hydro,0.0,0.0,0.0,0.0,0.0 -p37013,nuclear,0.0,0.0,0.0,0.0,0.0 -p37013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37013,pv,0.0,0.0,10.866666666664969,21.733333333329938,32.6 -p37013,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p37013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37007,battery,0.0,0.0,0.0,0.0,0.0 +p37007,biomass,0.0,0.0,0.0,0.0,0.0 +p37007,coal,0.0,0.0,0.0,0.0,0.0 +p37007,gas,0.0,0.0,495.0,990.0,1485.0 +p37007,geothermal,0.0,0.0,0.0,0.0,0.0 +p37007,h2,0.0,0.0,0.0,0.0,0.0 +p37007,hydro,0.0,0.0,0.5,1.0,1.5 +p37007,nuclear,0.0,0.0,0.0,0.0,0.0 +p37007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37007,pv,0.0,0.0,0.0,0.0,0.0 +p37007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37013,csp,0.0,0.0,0.0,0.0,0.0 p37015,battery,0.0,0.0,0.0,0.0,0.0 p37015,biomass,0.0,0.0,0.0,0.0,0.0 p37015,coal,0.0,0.0,0.0,0.0,0.0 +p37015,csp,0.0,0.0,0.0,0.0,0.0 p37015,gas,0.0,0.0,0.0,0.0,0.0 p37015,geothermal,0.0,0.0,0.0,0.0,0.0 p37015,h2,0.0,0.0,0.0,0.0,0.0 p37015,hydro,0.0,0.0,0.0,0.0,0.0 p37015,nuclear,0.0,0.0,0.0,0.0,0.0 p37015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37015,pv,40.0,80.0,116.66666666667152,153.33333333332848,190.0 +p37015,pv,40.0,80.0,116.66666666665697,153.33333333332848,190.0 p37015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37015,wind-ons,0.0,0.0,0.0,0.0,0.0 p37017,battery,0.0,0.0,0.0,0.0,0.0 p37017,biomass,0.0,0.0,0.0,0.0,0.0 p37017,coal,0.0,0.0,0.0,0.0,0.0 +p37017,csp,0.0,0.0,0.0,0.0,0.0 p37017,gas,0.0,0.0,0.0,0.0,0.0 p37017,geothermal,0.0,0.0,0.0,0.0,0.0 p37017,h2,0.0,0.0,0.0,0.0,0.0 p37017,hydro,0.0,0.0,0.0,0.0,0.0 p37017,nuclear,0.0,0.0,0.0,0.0,0.0 p37017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37017,pv,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p37017,pv,40.0,80.0,80.0,80.0,80.0 p37017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37017,wind-ons,0.0,0.0,0.0,0.0,0.0 p37019,battery,0.0,0.0,0.0,0.0,0.0 @@ -13014,26 +13213,28 @@ p37019,gas,0.0,0.0,0.0,0.0,0.0 p37019,geothermal,0.0,0.0,0.0,0.0,0.0 p37019,h2,0.0,0.0,0.0,0.0,0.0 p37019,hydro,0.0,0.0,0.0,0.0,0.0 -p37019,nuclear,0.0,0.0,8.66666666666788,17.33333333333212,26.0 +p37019,nuclear,0.0,0.0,8.666666666664241,17.33333333333212,26.0 p37019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p37019,pv,0.0,0.0,0.0,0.0,0.0 p37019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37021,battery,8.625,17.25,27.41666666666788,37.58333333333212,47.75 +p37021,battery,8.625,17.25,27.41666666666424,37.58333333333212,47.75 p37021,biomass,0.0,0.0,0.0,0.0,0.0 p37021,coal,0.0,0.0,0.0,0.0,0.0 -p37021,gas,0.0,0.0,16.60000000000582,33.200000000004366,49.8 +p37021,csp,0.0,0.0,0.0,0.0,0.0 +p37021,gas,0.0,0.0,19.93333333334158,39.86666666666861,59.8 p37021,geothermal,0.0,0.0,0.0,0.0,0.0 p37021,h2,0.0,0.0,0.0,0.0,0.0 p37021,hydro,0.0,0.0,0.0,0.0,0.0 p37021,nuclear,0.0,0.0,0.0,0.0,0.0 p37021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37021,pv,4.75,9.5,12.66666666666697,15.83333333333303,19.0 +p37021,pv,4.75,9.5,9.5,9.5,9.5 p37021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37021,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37023,battery,0.0,0.0,0.8889999999998963,1.7779999999997926,2.667 +p37023,battery,0.0,0.0,0.8889999999998963,1.77800000000002,2.667 p37023,biomass,0.0,0.0,0.0,0.0,0.0 p37023,coal,0.0,0.0,0.0,0.0,0.0 +p37023,csp,0.0,0.0,0.0,0.0,0.0 p37023,gas,0.0,0.0,0.0,0.0,0.0 p37023,geothermal,0.0,0.0,0.0,0.0,0.0 p37023,h2,0.0,0.0,0.0,0.0,0.0 @@ -13046,7 +13247,8 @@ p37023,wind-ons,0.0,0.0,0.0,0.0,0.0 p37035,battery,0.0,0.0,0.0,0.0,0.0 p37035,biomass,0.0,0.0,0.0,0.0,0.0 p37035,coal,0.0,0.0,0.0,0.0,0.0 -p37035,gas,0.0,0.0,45.33333333332848,90.66666666667152,136.0 +p37035,csp,0.0,0.0,0.0,0.0,0.0 +p37035,gas,68.0,136.0,136.0,136.0,136.0 p37035,geothermal,0.0,0.0,0.0,0.0,0.0 p37035,h2,0.0,0.0,0.0,0.0,0.0 p37035,hydro,0.0,0.0,0.0,0.0,0.0 @@ -13055,93 +13257,128 @@ p37035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p37035,pv,0.0,0.0,0.0,0.0,0.0 p37035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37041,battery,0.0,0.0,0.0,0.0,0.0 -p37041,biomass,0.0,0.0,0.0,0.0,0.0 -p37041,coal,0.0,0.0,0.0,0.0,0.0 -p37041,gas,0.0,0.0,0.0,0.0,0.0 -p37041,geothermal,0.0,0.0,0.0,0.0,0.0 -p37041,h2,0.0,0.0,0.0,0.0,0.0 -p37041,hydro,0.0,0.0,0.0,0.0,0.0 -p37041,nuclear,0.0,0.0,0.0,0.0,0.0 -p37041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37041,pv,0.0,0.0,0.0,0.0,0.0 -p37041,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p37041,wind-ons,0.0,0.0,18.80000000000291,37.60000000000582,56.4 +p37037,csp,0.0,0.0,0.0,0.0,0.0 +p37041,csp,0.0,0.0,0.0,0.0,0.0 p37045,battery,0.0,0.0,0.0,0.0,0.0 -p37045,biomass,0.0,0.0,0.0,0.0,0.0 +p37045,biomass,0.0,0.0,0.9333333333331666,1.8666666666665606,2.8 p37045,coal,0.0,0.0,0.0,0.0,0.0 -p37045,gas,0.0,0.0,0.0,0.0,0.0 +p37045,csp,0.0,0.0,0.0,0.0,0.0 +p37045,gas,0.0,0.0,299.4666666666744,598.9333333333489,898.4 p37045,geothermal,0.0,0.0,0.0,0.0,0.0 p37045,h2,0.0,0.0,0.0,0.0,0.0 p37045,hydro,0.0,0.0,0.0,0.0,0.0 p37045,nuclear,0.0,0.0,0.0,0.0,0.0 p37045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37045,pv,0.0,0.0,0.0,0.0,0.0 +p37045,pv,0.0,0.0,1.3333333333330302,2.666666666666515,4.0 p37045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37047,battery,0.0,0.0,0.0,0.0,0.0 +p37047,biomass,0.0,0.0,7.333333333332121,14.66666666666606,22.0 +p37047,coal,0.0,0.0,0.0,0.0,0.0 +p37047,csp,0.0,0.0,0.0,0.0,0.0 +p37047,gas,0.0,0.0,0.0,0.0,0.0 +p37047,geothermal,0.0,0.0,0.0,0.0,0.0 +p37047,h2,0.0,0.0,0.0,0.0,0.0 +p37047,hydro,0.0,0.0,0.0,0.0,0.0 +p37047,nuclear,0.0,0.0,0.0,0.0,0.0 +p37047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37047,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p37047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37047,wind-ons,0.0,0.0,0.0,0.0,0.0 p37051,battery,0.0,0.0,0.0,0.0,0.0 p37051,biomass,0.0,0.0,0.0,0.0,0.0 p37051,coal,0.0,0.0,0.0,0.0,0.0 +p37051,csp,0.0,0.0,0.0,0.0,0.0 p37051,gas,0.0,0.0,0.0,0.0,0.0 p37051,geothermal,0.0,0.0,0.0,0.0,0.0 p37051,h2,0.0,0.0,0.0,0.0,0.0 p37051,hydro,0.0,0.0,0.0,0.0,0.0 p37051,nuclear,0.0,0.0,0.0,0.0,0.0 p37051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37051,pv,0.0,0.0,57.14999999999418,114.29999999998836,171.45 +p37051,pv,0.0,0.0,46.63333333331684,93.26666666666279,139.9 p37051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37051,wind-ons,0.0,0.0,0.0,0.0,0.0 p37053,battery,0.0,0.0,0.0,0.0,0.0 p37053,biomass,0.0,0.0,0.0,0.0,0.0 p37053,coal,0.0,0.0,0.0,0.0,0.0 +p37053,csp,0.0,0.0,0.0,0.0,0.0 p37053,gas,0.0,0.0,0.0,0.0,0.0 p37053,geothermal,0.0,0.0,0.0,0.0,0.0 p37053,h2,0.0,0.0,0.0,0.0,0.0 p37053,hydro,0.0,0.0,0.0,0.0,0.0 p37053,nuclear,0.0,0.0,0.0,0.0,0.0 p37053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37053,pv,75.0,150.0,200.0,250.0,300.0 +p37053,pv,115.0,230.0,236.5,243.0,249.5 p37053,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p37053,wind-ons,0.0,0.0,50.0,100.0,150.0 +p37053,wind-ons,0.0,0.0,0.0,0.0,0.0 p37057,battery,0.0,0.0,0.0,0.0,0.0 p37057,biomass,0.0,0.0,0.0,0.0,0.0 p37057,coal,0.0,0.0,0.0,0.0,0.0 -p37057,gas,0.0,0.0,0.0,0.0,0.0 +p37057,csp,0.0,0.0,0.0,0.0,0.0 +p37057,gas,0.0,0.0,464.97566666663624,929.9513333332725,1394.927 p37057,geothermal,0.0,0.0,0.0,0.0,0.0 p37057,h2,0.0,0.0,0.0,0.0,0.0 p37057,hydro,0.0,0.0,0.0,0.0,0.0 p37057,nuclear,0.0,0.0,0.0,0.0,0.0 p37057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37057,pv,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p37057,pv,40.0,80.0,80.0,80.0,80.0 p37057,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37057,wind-ons,0.0,0.0,0.0,0.0,0.0 p37061,battery,0.0,0.0,0.0,0.0,0.0 p37061,biomass,0.0,0.0,0.0,0.0,0.0 p37061,coal,0.0,0.0,0.0,0.0,0.0 +p37061,csp,0.0,0.0,0.0,0.0,0.0 p37061,gas,0.0,0.0,0.0,0.0,0.0 p37061,geothermal,0.0,0.0,0.0,0.0,0.0 p37061,h2,0.0,0.0,0.0,0.0,0.0 p37061,hydro,0.0,0.0,0.0,0.0,0.0 p37061,nuclear,0.0,0.0,0.0,0.0,0.0 p37061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37061,pv,0.0,0.0,43.29999999998836,86.59999999999127,129.9 +p37061,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p37061,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37063,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p37063,biomass,0.0,0.0,0.0,0.0,0.0 +p37063,coal,0.0,0.0,0.0,0.0,0.0 +p37063,csp,0.0,0.0,0.0,0.0,0.0 +p37063,gas,0.0,0.0,0.0,0.0,0.0 +p37063,geothermal,0.0,0.0,0.0,0.0,0.0 +p37063,h2,0.0,0.0,0.0,0.0,0.0 +p37063,hydro,0.0,0.0,0.0,0.0,0.0 +p37063,nuclear,0.0,0.0,0.0,0.0,0.0 +p37063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37063,pv,0.0,0.0,1.6633333333329574,3.3266666666663696,4.99 +p37063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37063,wind-ons,0.0,0.0,0.0,0.0,0.0 p37065,battery,0.0,0.0,0.0,0.0,0.0 p37065,biomass,0.0,0.0,0.0,0.0,0.0 p37065,coal,0.0,0.0,0.0,0.0,0.0 +p37065,csp,0.0,0.0,0.0,0.0,0.0 p37065,gas,0.0,0.0,0.0,0.0,0.0 p37065,geothermal,0.0,0.0,0.0,0.0,0.0 p37065,h2,0.0,0.0,0.0,0.0,0.0 p37065,hydro,0.0,0.0,0.0,0.0,0.0 p37065,nuclear,0.0,0.0,0.0,0.0,0.0 p37065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37065,pv,0.0,0.0,53.73333333332266,107.46666666665988,161.2 +p37065,pv,54.7,109.4,109.4,109.4,109.4 p37065,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37065,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37071,battery,82.5,165.0,231.33333333334303,297.66666666665697,364.0 +p37067,battery,0.0,0.0,0.0,0.0,0.0 +p37067,biomass,0.0,0.0,0.0,0.0,0.0 +p37067,coal,0.0,0.0,20.0,40.0,60.0 +p37067,gas,0.0,0.0,0.0,0.0,0.0 +p37067,geothermal,0.0,0.0,0.0,0.0,0.0 +p37067,h2,0.0,0.0,0.0,0.0,0.0 +p37067,hydro,0.0,0.0,0.0,0.0,0.0 +p37067,nuclear,0.0,0.0,0.0,0.0,0.0 +p37067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37067,pv,0.0,0.0,0.0,0.0,0.0 +p37067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37071,battery,0.0,0.0,271.0,542.0,813.0 p37071,biomass,0.0,0.0,0.0,0.0,0.0 p37071,coal,0.0,0.0,0.0,0.0,0.0 +p37071,csp,0.0,0.0,0.0,0.0,0.0 p37071,gas,0.0,0.0,0.0,0.0,0.0 p37071,geothermal,0.0,0.0,0.0,0.0,0.0 p37071,h2,0.0,0.0,0.0,0.0,0.0 @@ -13154,70 +13391,78 @@ p37071,wind-ons,0.0,0.0,0.0,0.0,0.0 p37077,battery,0.0,0.0,0.0,0.0,0.0 p37077,biomass,0.0,0.0,0.0,0.0,0.0 p37077,coal,0.0,0.0,0.0,0.0,0.0 +p37077,csp,0.0,0.0,0.0,0.0,0.0 p37077,gas,0.0,0.0,0.0,0.0,0.0 p37077,geothermal,0.0,0.0,0.0,0.0,0.0 p37077,h2,0.0,0.0,0.0,0.0,0.0 p37077,hydro,0.0,0.0,0.0,0.0,0.0 p37077,nuclear,0.0,0.0,0.0,0.0,0.0 p37077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37077,pv,0.0,0.0,45.0,90.0,135.0 +p37077,pv,0.0,0.0,51.63333333331684,103.26666666666279,154.9 p37077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37079,csp,0.0,0.0,0.0,0.0,0.0 +p37081,csp,0.0,0.0,0.0,0.0,0.0 p37083,battery,0.0,0.0,0.0,0.0,0.0 p37083,biomass,0.0,0.0,0.0,0.0,0.0 p37083,coal,0.0,0.0,0.0,0.0,0.0 +p37083,csp,0.0,0.0,0.0,0.0,0.0 p37083,gas,0.0,0.0,0.0,0.0,0.0 p37083,geothermal,0.0,0.0,0.0,0.0,0.0 p37083,h2,0.0,0.0,0.0,0.0,0.0 p37083,hydro,0.0,0.0,0.0,0.0,0.0 p37083,nuclear,0.0,0.0,0.0,0.0,0.0 p37083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37083,pv,116.5,233.0,310.66666666665697,388.33333333334303,466.0 +p37083,pv,40.0,80.0,80.0,80.0,80.0 p37083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37085,battery,0.0,0.0,0.0,0.0,0.0 -p37085,biomass,0.0,0.0,0.0,0.0,0.0 -p37085,coal,0.0,0.0,0.0,0.0,0.0 -p37085,gas,0.0,0.0,0.0,0.0,0.0 -p37085,geothermal,0.0,0.0,0.0,0.0,0.0 -p37085,h2,0.0,0.0,0.0,0.0,0.0 -p37085,hydro,0.0,0.0,0.0,0.0,0.0 -p37085,nuclear,0.0,0.0,0.0,0.0,0.0 -p37085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37085,pv,0.0,0.0,23.33333333333576,46.66666666666424,70.0 -p37085,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p37085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37085,csp,0.0,0.0,0.0,0.0,0.0 p37091,battery,0.0,0.0,0.0,0.0,0.0 p37091,biomass,0.0,0.0,0.0,0.0,0.0 p37091,coal,0.0,0.0,0.0,0.0,0.0 +p37091,csp,0.0,0.0,0.0,0.0,0.0 p37091,gas,0.0,0.0,0.0,0.0,0.0 p37091,geothermal,0.0,0.0,0.0,0.0,0.0 p37091,h2,0.0,0.0,0.0,0.0,0.0 p37091,hydro,0.0,0.0,0.0,0.0,0.0 p37091,nuclear,0.0,0.0,0.0,0.0,0.0 p37091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37091,pv,0.0,0.0,92.33333333334303,184.66666666665697,277.0 +p37091,pv,2.5,5.0,5.0,5.0,5.0 p37091,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37091,wind-ons,0.0,0.0,0.0,0.0,0.0 p37093,battery,0.0,0.0,0.0,0.0,0.0 p37093,biomass,0.0,0.0,0.0,0.0,0.0 p37093,coal,0.0,0.0,0.0,0.0,0.0 +p37093,csp,0.0,0.0,0.0,0.0,0.0 p37093,gas,0.0,0.0,0.0,0.0,0.0 p37093,geothermal,0.0,0.0,0.0,0.0,0.0 p37093,h2,0.0,0.0,0.0,0.0,0.0 p37093,hydro,0.0,0.0,0.0,0.0,0.0 p37093,nuclear,0.0,0.0,0.0,0.0,0.0 p37093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37093,pv,0.0,0.0,15.0,30.0,45.0 +p37093,pv,0.0,0.0,16.63333333333867,33.26666666667006,49.9 p37093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37097,battery,0.0,0.0,33.0,66.0,99.0 +p37097,biomass,0.0,0.0,0.0,0.0,0.0 +p37097,coal,0.0,0.0,0.0,0.0,0.0 +p37097,gas,0.0,0.0,0.0,0.0,0.0 +p37097,geothermal,0.0,0.0,0.0,0.0,0.0 +p37097,h2,0.0,0.0,0.0,0.0,0.0 +p37097,hydro,0.0,0.0,0.0,0.0,0.0 +p37097,nuclear,0.0,0.0,0.0,0.0,0.0 +p37097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37097,pv,0.0,0.0,0.0,0.0,0.0 +p37097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37097,wind-ons,0.0,0.0,0.0,0.0,0.0 p37099,battery,0.0,0.0,0.0,0.0,0.0 p37099,biomass,0.0,0.0,0.0,0.0,0.0 p37099,coal,0.0,0.0,0.0,0.0,0.0 +p37099,csp,0.0,0.0,0.0,0.0,0.0 p37099,gas,0.0,0.0,0.0,0.0,0.0 p37099,geothermal,0.0,0.0,0.0,0.0,0.0 p37099,h2,0.0,0.0,0.0,0.0,0.0 -p37099,hydro,0.0,0.0,4.069999999999709,8.139999999999418,12.21 +p37099,hydro,1.65,3.3,6.600000000000364,9.900000000000546,13.2 p37099,nuclear,0.0,0.0,0.0,0.0,0.0 p37099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p37099,pv,0.0,0.0,0.0,0.0,0.0 @@ -13226,34 +13471,75 @@ p37099,wind-ons,0.0,0.0,0.0,0.0,0.0 p37101,battery,0.0,0.0,0.0,0.0,0.0 p37101,biomass,0.0,0.0,0.0,0.0,0.0 p37101,coal,0.0,0.0,0.0,0.0,0.0 +p37101,csp,0.0,0.0,0.0,0.0,0.0 p37101,gas,0.0,0.0,0.0,0.0,0.0 p37101,geothermal,0.0,0.0,0.0,0.0,0.0 p37101,h2,0.0,0.0,0.0,0.0,0.0 p37101,hydro,0.0,0.0,0.0,0.0,0.0 p37101,nuclear,0.0,0.0,0.0,0.0,0.0 p37101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37101,pv,0.0,0.0,2.2000000000007276,4.400000000000546,6.6 +p37101,pv,0.0,0.0,25.53333333333285,51.0666666666657,76.6 p37101,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37103,battery,0.0,0.0,0.0,0.0,0.0 +p37103,biomass,0.0,0.0,0.0,0.0,0.0 +p37103,coal,0.0,0.0,0.0,0.0,0.0 +p37103,csp,0.0,0.0,0.0,0.0,0.0 +p37103,gas,0.0,0.0,0.0,0.0,0.0 +p37103,geothermal,0.0,0.0,0.0,0.0,0.0 +p37103,h2,0.0,0.0,0.0,0.0,0.0 +p37103,hydro,0.0,0.0,0.0,0.0,0.0 +p37103,nuclear,0.0,0.0,0.0,0.0,0.0 +p37103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37103,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p37103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37107,battery,0.0,0.0,0.0,0.0,0.0 +p37107,biomass,0.0,0.0,0.0,0.0,0.0 +p37107,coal,0.0,0.0,0.0,0.0,0.0 +p37107,csp,0.0,0.0,0.0,0.0,0.0 +p37107,gas,0.0,0.0,0.0,0.0,0.0 +p37107,geothermal,0.0,0.0,0.0,0.0,0.0 +p37107,h2,0.0,0.0,0.0,0.0,0.0 +p37107,hydro,0.0,0.0,0.0,0.0,0.0 +p37107,nuclear,0.0,0.0,0.0,0.0,0.0 +p37107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37107,pv,0.0,0.0,23.333333333328483,46.66666666666424,70.0 +p37107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37107,wind-ons,0.0,0.0,0.0,0.0,0.0 p37109,battery,0.0,0.0,0.0,0.0,0.0 p37109,biomass,0.0,0.0,0.0,0.0,0.0 p37109,coal,0.0,0.0,0.0,0.0,0.0 +p37109,csp,0.0,0.0,0.0,0.0,0.0 p37109,gas,0.0,0.0,0.0,0.0,0.0 p37109,geothermal,0.0,0.0,0.0,0.0,0.0 p37109,h2,0.0,0.0,0.0,0.0,0.0 p37109,hydro,0.0,0.0,0.0,0.0,0.0 p37109,nuclear,0.0,0.0,0.0,0.0,0.0 p37109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37109,pv,0.0,0.0,13.33333333333212,26.66666666666788,40.0 +p37109,pv,20.0,40.0,40.0,40.0,40.0 p37109,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37111,battery,0.0,0.0,0.0,0.0,0.0 +p37111,biomass,0.0,0.0,0.0,0.0,0.0 +p37111,coal,0.0,0.0,0.0,0.0,0.0 +p37111,gas,0.0,0.0,0.0,0.0,0.0 +p37111,geothermal,0.0,0.0,0.0,0.0,0.0 +p37111,h2,0.0,0.0,0.0,0.0,0.0 +p37111,hydro,0.0,0.0,0.0,0.0,0.0 +p37111,nuclear,0.0,0.0,0.0,0.0,0.0 +p37111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37111,pv,0.0,0.0,0.6333333333334394,1.2666666666666515,1.9 +p37111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37111,wind-ons,0.0,0.0,0.0,0.0,0.0 p37113,battery,0.0,0.0,0.0,0.0,0.0 p37113,biomass,0.0,0.0,0.0,0.0,0.0 p37113,coal,0.0,0.0,0.0,0.0,0.0 +p37113,csp,0.0,0.0,0.0,0.0,0.0 p37113,gas,0.0,0.0,0.0,0.0,0.0 p37113,geothermal,0.0,0.0,0.0,0.0,0.0 p37113,h2,0.0,0.0,0.0,0.0,0.0 -p37113,hydro,0.0,0.0,0.6666666666667425,1.3333333333332575,2.0 +p37113,hydro,0.0,0.0,0.6666666666665151,1.3333333333332575,2.0 p37113,nuclear,0.0,0.0,0.0,0.0,0.0 p37113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p37113,pv,0.0,0.0,0.0,0.0,0.0 @@ -13262,23 +13548,25 @@ p37113,wind-ons,0.0,0.0,0.0,0.0,0.0 p37117,battery,0.0,0.0,0.0,0.0,0.0 p37117,biomass,0.0,0.0,0.0,0.0,0.0 p37117,coal,0.0,0.0,0.0,0.0,0.0 +p37117,csp,0.0,0.0,0.0,0.0,0.0 p37117,gas,0.0,0.0,0.0,0.0,0.0 p37117,geothermal,0.0,0.0,0.0,0.0,0.0 p37117,h2,0.0,0.0,0.0,0.0,0.0 p37117,hydro,0.0,0.0,0.0,0.0,0.0 p37117,nuclear,0.0,0.0,0.0,0.0,0.0 p37117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37117,pv,0.0,0.0,16.996666666665988,33.993333333331975,50.989999999999995 +p37117,pv,0.0,0.0,3.3333333333339397,6.66666666666697,10.0 p37117,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37117,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37119,battery,0.0,0.0,65.66666666665697,131.33333333334303,197.0 +p37119,battery,0.0,0.0,67.03166666667676,134.0633333333244,201.095 p37119,biomass,0.0,0.0,0.0,0.0,0.0 p37119,coal,0.0,0.0,0.0,0.0,0.0 +p37119,csp,0.0,0.0,0.0,0.0,0.0 p37119,gas,0.0,0.0,0.0,0.0,0.0 p37119,geothermal,0.0,0.0,0.0,0.0,0.0 p37119,h2,0.0,0.0,0.0,0.0,0.0 p37119,hydro,0.0,0.0,0.0,0.0,0.0 -p37119,nuclear,0.0,0.0,24.33333333333576,48.66666666666424,73.0 +p37119,nuclear,0.0,0.0,24.333333333328483,48.66666666666424,73.0 p37119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p37119,pv,0.0,0.0,0.0,0.0,0.0 p37119,wind-ofs,0.0,0.0,0.0,0.0,0.0 @@ -13286,43 +13574,33 @@ p37119,wind-ons,0.0,0.0,0.0,0.0,0.0 p37123,battery,0.0,0.0,0.0,0.0,0.0 p37123,biomass,0.0,0.0,0.0,0.0,0.0 p37123,coal,0.0,0.0,0.0,0.0,0.0 +p37123,csp,0.0,0.0,0.0,0.0,0.0 p37123,gas,0.0,0.0,0.0,0.0,0.0 p37123,geothermal,0.0,0.0,0.0,0.0,0.0 p37123,h2,0.0,0.0,0.0,0.0,0.0 -p37123,hydro,0.0,0.0,4.173333333334085,8.34666666666817,12.52 +p37123,hydro,0.0,0.0,6.273333333334449,12.546666666667079,18.82 p37123,nuclear,0.0,0.0,0.0,0.0,0.0 p37123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p37123,pv,0.0,0.0,0.0,0.0,0.0 p37123,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37123,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37125,battery,0.0,0.0,0.0,0.0,0.0 -p37125,biomass,0.0,0.0,0.0,0.0,0.0 -p37125,coal,0.0,0.0,0.0,0.0,0.0 -p37125,gas,0.0,0.0,0.0,0.0,0.0 -p37125,geothermal,0.0,0.0,0.0,0.0,0.0 -p37125,h2,0.0,0.0,0.0,0.0,0.0 -p37125,hydro,0.0,0.0,0.0,0.0,0.0 -p37125,nuclear,0.0,0.0,0.0,0.0,0.0 -p37125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37125,pv,0.0,0.0,29.0,58.0,87.0 -p37125,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p37125,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37127,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p37127,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p37127,biomass,0.0,0.0,0.0,0.0,0.0 p37127,coal,0.0,0.0,0.0,0.0,0.0 +p37127,csp,0.0,0.0,0.0,0.0,0.0 p37127,gas,0.0,0.0,0.0,0.0,0.0 p37127,geothermal,0.0,0.0,0.0,0.0,0.0 p37127,h2,0.0,0.0,0.0,0.0,0.0 p37127,hydro,0.0,0.0,0.0,0.0,0.0 p37127,nuclear,0.0,0.0,0.0,0.0,0.0 p37127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37127,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p37127,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p37127,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37127,wind-ons,0.0,0.0,0.0,0.0,0.0 p37129,battery,0.0,0.0,0.0,0.0,0.0 p37129,biomass,0.0,0.0,0.0,0.0,0.0 p37129,coal,0.0,0.0,0.0,0.0,0.0 -p37129,gas,0.0,0.0,13.66666666666788,27.33333333333212,41.0 +p37129,gas,0.0,0.0,27.333333333328483,54.66666666666424,82.0 p37129,geothermal,0.0,0.0,0.0,0.0,0.0 p37129,h2,0.0,0.0,0.0,0.0,0.0 p37129,hydro,0.0,0.0,0.0,0.0,0.0 @@ -13340,10 +13618,10 @@ p37131,h2,0.0,0.0,0.0,0.0,0.0 p37131,hydro,0.0,0.0,0.0,0.0,0.0 p37131,nuclear,0.0,0.0,0.0,0.0,0.0 p37131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37131,pv,0.0,0.0,38.66666666667152,77.33333333332848,116.0 +p37131,pv,90.0,180.0,180.0,180.0,180.0 p37131,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37131,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37133,battery,0.0,0.0,0.0,0.0,0.0 +p37133,battery,0.0,0.0,132.66666666662786,265.33333333331393,398.0 p37133,biomass,0.0,0.0,0.0,0.0,0.0 p37133,coal,0.0,0.0,0.0,0.0,0.0 p37133,gas,0.0,0.0,0.0,0.0,0.0 @@ -13352,109 +13630,104 @@ p37133,h2,0.0,0.0,0.0,0.0,0.0 p37133,hydro,0.0,0.0,0.0,0.0,0.0 p37133,nuclear,0.0,0.0,0.0,0.0,0.0 p37133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37133,pv,0.0,0.0,24.96666666666715,49.9333333333343,74.9 +p37133,pv,0.0,0.0,0.0,0.0,0.0 p37133,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37133,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37137,battery,0.0,0.0,0.0,0.0,0.0 -p37137,biomass,0.0,0.0,0.0,0.0,0.0 -p37137,coal,0.0,0.0,0.0,0.0,0.0 -p37137,gas,0.0,0.0,0.0,0.0,0.0 -p37137,geothermal,0.0,0.0,0.0,0.0,0.0 -p37137,h2,0.0,0.0,0.0,0.0,0.0 -p37137,hydro,0.0,0.0,0.0,0.0,0.0 -p37137,nuclear,0.0,0.0,0.0,0.0,0.0 -p37137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37137,pv,0.0,0.0,96.66666666665697,193.33333333334303,290.0 -p37137,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p37137,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37139,battery,0.0,0.0,0.0,0.0,0.0 -p37139,biomass,0.0,0.0,0.0,0.0,0.0 -p37139,coal,0.0,0.0,0.0,0.0,0.0 -p37139,gas,0.0,0.0,0.0,0.0,0.0 -p37139,geothermal,0.0,0.0,0.0,0.0,0.0 -p37139,h2,0.0,0.0,0.0,0.0,0.0 -p37139,hydro,0.0,0.0,0.0,0.0,0.0 -p37139,nuclear,0.0,0.0,0.0,0.0,0.0 -p37139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37139,pv,0.0,0.0,2.119999999999891,4.239999999999782,6.36 -p37139,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p37139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37139,csp,0.0,0.0,0.0,0.0,0.0 +p37141,battery,0.0,0.0,1.033333333333303,2.066666666666606,3.1 +p37141,biomass,0.0,0.0,0.0,0.0,0.0 +p37141,coal,0.0,0.0,0.0,0.0,0.0 +p37141,gas,0.0,0.0,0.0,0.0,0.0 +p37141,geothermal,0.0,0.0,0.0,0.0,0.0 +p37141,h2,0.0,0.0,0.0,0.0,0.0 +p37141,hydro,0.0,0.0,0.0,0.0,0.0 +p37141,nuclear,0.0,0.0,0.0,0.0,0.0 +p37141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37141,pv,0.0,0.0,0.0,0.0,0.0 +p37141,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37141,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37143,csp,0.0,0.0,0.0,0.0,0.0 p37145,battery,0.0,0.0,0.0,0.0,0.0 p37145,biomass,0.0,0.0,0.0,0.0,0.0 p37145,coal,0.0,0.0,0.0,0.0,0.0 +p37145,csp,0.0,0.0,0.0,0.0,0.0 p37145,gas,0.0,0.0,619.0,1238.0,1857.0 p37145,geothermal,0.0,0.0,0.0,0.0,0.0 p37145,h2,0.0,0.0,0.0,0.0,0.0 p37145,hydro,0.0,0.0,0.0,0.0,0.0 p37145,nuclear,0.0,0.0,0.0,0.0,0.0 p37145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37145,pv,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p37145,pv,40.0,80.0,80.0,80.0,80.0 p37145,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37145,wind-ons,0.0,0.0,0.0,0.0,0.0 p37147,battery,0.0,0.0,0.0,0.0,0.0 p37147,biomass,0.0,0.0,0.0,0.0,0.0 p37147,coal,0.0,0.0,0.0,0.0,0.0 +p37147,csp,0.0,0.0,0.0,0.0,0.0 p37147,gas,0.0,0.0,0.0,0.0,0.0 p37147,geothermal,0.0,0.0,0.0,0.0,0.0 p37147,h2,0.0,0.0,0.0,0.0,0.0 p37147,hydro,0.0,0.0,0.0,0.0,0.0 p37147,nuclear,0.0,0.0,0.0,0.0,0.0 p37147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37147,pv,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p37147,pv,40.0,80.0,80.0,80.0,80.0 p37147,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37147,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37151,battery,0.0,0.0,1.4333333333338487,2.8666666666672427,4.3 +p37151,battery,0.0,0.0,0.0,0.0,0.0 p37151,biomass,0.0,0.0,0.0,0.0,0.0 p37151,coal,0.0,0.0,0.0,0.0,0.0 +p37151,csp,0.0,0.0,0.0,0.0,0.0 p37151,gas,0.0,0.0,0.0,0.0,0.0 p37151,geothermal,0.0,0.0,0.0,0.0,0.0 p37151,h2,0.0,0.0,0.0,0.0,0.0 p37151,hydro,0.0,0.0,0.0,0.0,0.0 p37151,nuclear,0.0,0.0,0.0,0.0,0.0 p37151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37151,pv,0.0,0.0,28.0,56.0,84.0 +p37151,pv,0.0,0.0,14.666666666664241,29.33333333333212,44.0 p37151,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37151,wind-ons,0.0,0.0,0.0,0.0,0.0 p37153,battery,0.0,0.0,0.0,0.0,0.0 p37153,biomass,0.0,0.0,0.0,0.0,0.0 p37153,coal,0.0,0.0,0.0,0.0,0.0 -p37153,gas,0.0,0.0,58.25,116.5,174.75 +p37153,csp,0.0,0.0,0.0,0.0,0.0 +p37153,gas,46.775,93.55,203.54999999998836,313.54999999998836,423.55 p37153,geothermal,0.0,0.0,0.0,0.0,0.0 p37153,h2,0.0,0.0,0.0,0.0,0.0 p37153,hydro,0.0,0.0,0.0,0.0,0.0 p37153,nuclear,0.0,0.0,0.0,0.0,0.0 p37153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37153,pv,0.0,0.0,91.66666666665697,183.33333333334303,275.0 +p37153,pv,0.0,0.0,91.66666666668607,183.33333333334303,275.0 p37153,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37153,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37155,battery,0.0,0.0,99.6333333333314,199.2666666666628,298.9 +p37155,battery,99.95,199.9,265.8999999999942,331.8999999999942,397.9 p37155,biomass,0.0,0.0,0.0,0.0,0.0 p37155,coal,0.0,0.0,0.0,0.0,0.0 +p37155,csp,0.0,0.0,0.0,0.0,0.0 p37155,gas,0.0,0.0,0.0,0.0,0.0 p37155,geothermal,0.0,0.0,0.0,0.0,0.0 p37155,h2,0.0,0.0,0.0,0.0,0.0 p37155,hydro,0.0,0.0,0.0,0.0,0.0 p37155,nuclear,0.0,0.0,0.0,0.0,0.0 p37155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37155,pv,0.0,0.0,50.0,100.0,150.0 +p37155,pv,0.0,0.0,26.660000000003492,53.320000000006985,79.98 p37155,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37155,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37157,battery,0.0,0.0,71.33333333334303,142.66666666665697,214.0 +p37157,battery,0.0,0.0,38.333333333343035,76.66666666667152,115.0 p37157,biomass,0.0,0.0,0.0,0.0,0.0 p37157,coal,0.0,0.0,0.0,0.0,0.0 -p37157,gas,0.0,0.0,68.33333333334303,136.66666666665697,205.0 +p37157,gas,0.0,0.0,64.33333333334303,128.66666666667152,193.0 p37157,geothermal,0.0,0.0,0.0,0.0,0.0 p37157,h2,0.0,0.0,0.0,0.0,0.0 p37157,hydro,0.0,0.0,0.0,0.0,0.0 p37157,nuclear,0.0,0.0,0.0,0.0,0.0 p37157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37157,pv,0.0,0.0,0.0,0.0,0.0 +p37157,pv,0.0,0.0,1.6633333333329574,3.3266666666663696,4.99 p37157,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37157,wind-ons,0.0,0.0,0.0,0.0,0.0 p37159,battery,0.0,0.0,0.0,0.0,0.0 p37159,biomass,0.0,0.0,0.0,0.0,0.0 p37159,coal,0.0,0.0,0.0,0.0,0.0 -p37159,gas,0.0,0.0,166.0,332.0,498.0 +p37159,gas,0.0,0.0,852.6666666665114,1705.3333333332557,2558.0 p37159,geothermal,0.0,0.0,0.0,0.0,0.0 p37159,h2,0.0,0.0,0.0,0.0,0.0 p37159,hydro,0.0,0.0,0.0,0.0,0.0 @@ -13466,6 +13739,7 @@ p37159,wind-ons,0.0,0.0,0.0,0.0,0.0 p37161,battery,0.0,0.0,99.6333333333314,199.2666666666628,298.9 p37161,biomass,0.0,0.0,0.0,0.0,0.0 p37161,coal,0.0,0.0,0.0,0.0,0.0 +p37161,csp,0.0,0.0,0.0,0.0,0.0 p37161,gas,0.0,0.0,0.0,0.0,0.0 p37161,geothermal,0.0,0.0,0.0,0.0,0.0 p37161,h2,0.0,0.0,0.0,0.0,0.0 @@ -13475,45 +13749,38 @@ p37161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p37161,pv,0.0,0.0,0.0,0.0,0.0 p37161,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37161,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37163,battery,0.0,0.0,20.0,40.0,60.0 -p37163,biomass,0.0,0.0,0.0,0.0,0.0 -p37163,coal,0.0,0.0,0.0,0.0,0.0 -p37163,gas,0.0,0.0,0.0,0.0,0.0 -p37163,geothermal,0.0,0.0,0.0,0.0,0.0 -p37163,h2,0.0,0.0,0.0,0.0,0.0 -p37163,hydro,0.0,0.0,0.0,0.0,0.0 -p37163,nuclear,0.0,0.0,0.0,0.0,0.0 -p37163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37163,pv,0.0,0.0,36.66666666667152,73.33333333332848,110.0 -p37163,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p37163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37163,csp,0.0,0.0,0.0,0.0,0.0 p37165,battery,0.0,0.0,0.0,0.0,0.0 p37165,biomass,0.0,0.0,0.0,0.0,0.0 p37165,coal,0.0,0.0,0.0,0.0,0.0 +p37165,csp,0.0,0.0,0.0,0.0,0.0 p37165,gas,0.0,0.0,0.0,0.0,0.0 p37165,geothermal,0.0,0.0,0.0,0.0,0.0 p37165,h2,0.0,0.0,0.0,0.0,0.0 p37165,hydro,0.0,0.0,0.0,0.0,0.0 p37165,nuclear,0.0,0.0,0.0,0.0,0.0 p37165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37165,pv,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p37165,pv,40.0,80.0,108.33000000000175,136.65999999999622,164.99 p37165,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37165,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37169,battery,0.0,0.0,0.0,0.0,0.0 +p37169,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p37169,biomass,0.0,0.0,0.0,0.0,0.0 p37169,coal,0.0,0.0,0.0,0.0,0.0 -p37169,gas,0.0,0.0,303.33333333337214,606.6666666666279,910.0 +p37169,gas,0.0,0.0,303.3333333332557,606.6666666666279,910.0 p37169,geothermal,0.0,0.0,0.0,0.0,0.0 p37169,h2,0.0,0.0,0.0,0.0,0.0 p37169,hydro,0.0,0.0,0.0,0.0,0.0 p37169,nuclear,0.0,0.0,0.0,0.0,0.0 p37169,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37169,pv,0.0,0.0,43.33333333332848,86.66666666667152,130.0 +p37169,pv,0.0,0.0,0.0,0.0,0.0 p37169,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37169,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37181,battery,0.0,0.0,1.1833333333338487,2.3666666666672427,3.55 +p37171,csp,0.0,0.0,0.0,0.0,0.0 +p37179,csp,0.0,0.0,0.0,0.0,0.0 +p37181,battery,0.0,0.0,1.1833333333338487,2.366666666666788,3.55 p37181,biomass,0.0,0.0,0.0,0.0,0.0 p37181,coal,0.0,0.0,0.0,0.0,0.0 +p37181,csp,0.0,0.0,0.0,0.0,0.0 p37181,gas,0.0,0.0,0.0,0.0,0.0 p37181,geothermal,0.0,0.0,0.0,0.0,0.0 p37181,h2,0.0,0.0,0.0,0.0,0.0 @@ -13523,57 +13790,62 @@ p37181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p37181,pv,0.0,0.0,0.0,0.0,0.0 p37181,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37181,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37183,battery,78.0,156.0,208.0,260.0,312.0 +p37183,battery,78.0,156.0,156.0,156.0,156.0 p37183,biomass,0.0,0.0,0.0,0.0,0.0 p37183,coal,0.0,0.0,0.0,0.0,0.0 +p37183,csp,0.0,0.0,0.0,0.0,0.0 p37183,gas,0.0,0.0,0.0,0.0,0.0 p37183,geothermal,0.0,0.0,0.0,0.0,0.0 p37183,h2,0.0,0.0,0.0,0.0,0.0 p37183,hydro,0.0,0.0,0.0,0.0,0.0 p37183,nuclear,0.0,0.0,0.0,0.0,0.0 p37183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37183,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p37183,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p37183,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37183,wind-ons,0.0,0.0,0.0,0.0,0.0 p37185,battery,0.0,0.0,0.0,0.0,0.0 p37185,biomass,0.0,0.0,0.0,0.0,0.0 p37185,coal,0.0,0.0,0.0,0.0,0.0 +p37185,csp,0.0,0.0,0.0,0.0,0.0 p37185,gas,0.0,0.0,0.0,0.0,0.0 p37185,geothermal,0.0,0.0,0.0,0.0,0.0 p37185,h2,0.0,0.0,0.0,0.0,0.0 p37185,hydro,0.0,0.0,0.0,0.0,0.0 p37185,nuclear,0.0,0.0,0.0,0.0,0.0 p37185,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37185,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p37185,pv,0.0,0.0,28.330000000001746,56.65999999999622,84.99 p37185,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37185,wind-ons,0.0,0.0,0.0,0.0,0.0 p37187,battery,0.0,0.0,0.0,0.0,0.0 p37187,biomass,0.0,0.0,0.0,0.0,0.0 p37187,coal,0.0,0.0,0.0,0.0,0.0 +p37187,csp,0.0,0.0,0.0,0.0,0.0 p37187,gas,0.0,0.0,0.0,0.0,0.0 p37187,geothermal,0.0,0.0,0.0,0.0,0.0 p37187,h2,0.0,0.0,0.0,0.0,0.0 p37187,hydro,0.0,0.0,0.0,0.0,0.0 p37187,nuclear,0.0,0.0,0.0,0.0,0.0 p37187,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37187,pv,242.0,484.0,645.3333333333139,806.6666666666861,968.0 +p37187,pv,272.0,544.0,594.0,644.0,694.0 p37187,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37187,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37191,battery,0.0,0.0,136.66666666668607,273.33333333331393,410.0 +p37191,battery,130.0,260.0,446.66666666662786,633.3333333333139,820.0 p37191,biomass,0.0,0.0,0.0,0.0,0.0 p37191,coal,0.0,0.0,0.0,0.0,0.0 -p37191,gas,0.0,0.0,28.66666666666424,57.33333333333576,86.0 +p37191,csp,0.0,0.0,0.0,0.0,0.0 +p37191,gas,46.0,92.0,117.0,142.0,167.0 p37191,geothermal,0.0,0.0,0.0,0.0,0.0 p37191,h2,0.0,0.0,0.0,0.0,0.0 p37191,hydro,0.0,0.0,0.0,0.0,0.0 p37191,nuclear,0.0,0.0,0.0,0.0,0.0 p37191,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37191,pv,40.0,80.0,153.6333333333314,227.2666666666628,300.9 +p37191,pv,73.5,147.0,174.3000000000029,201.59999999999854,228.9 p37191,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37191,wind-ons,0.0,0.0,0.0,0.0,0.0 -p37193,battery,0.0,0.0,40.0,80.0,120.0 +p37193,battery,60.0,120.0,120.0,120.0,120.0 p37193,biomass,0.0,0.0,0.0,0.0,0.0 p37193,coal,0.0,0.0,0.0,0.0,0.0 +p37193,csp,0.0,0.0,0.0,0.0,0.0 p37193,gas,0.0,0.0,0.0,0.0,0.0 p37193,geothermal,0.0,0.0,0.0,0.0,0.0 p37193,h2,0.0,0.0,0.0,0.0,0.0 @@ -13586,27 +13858,17 @@ p37193,wind-ons,0.0,0.0,0.0,0.0,0.0 p37195,battery,0.0,0.0,0.0,0.0,0.0 p37195,biomass,0.0,0.0,0.0,0.0,0.0 p37195,coal,0.0,0.0,0.0,0.0,0.0 +p37195,csp,0.0,0.0,0.0,0.0,0.0 p37195,gas,0.0,0.0,0.0,0.0,0.0 p37195,geothermal,0.0,0.0,0.0,0.0,0.0 p37195,h2,0.0,0.0,0.0,0.0,0.0 p37195,hydro,0.0,0.0,0.0,0.0,0.0 p37195,nuclear,0.0,0.0,0.0,0.0,0.0 p37195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p37195,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p37195,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p37195,wind-ofs,0.0,0.0,0.0,0.0,0.0 p37195,wind-ons,0.0,0.0,0.0,0.0,0.0 -p38003,battery,0.0,0.0,0.0,0.0,0.0 -p38003,biomass,0.0,0.0,0.0,0.0,0.0 -p38003,coal,0.0,0.0,0.0,0.0,0.0 -p38003,gas,0.0,0.0,0.0,0.0,0.0 -p38003,geothermal,0.0,0.0,0.0,0.0,0.0 -p38003,h2,0.0,0.0,0.0,0.0,0.0 -p38003,hydro,0.0,0.0,0.0,0.0,0.0 -p38003,nuclear,0.0,0.0,0.0,0.0,0.0 -p38003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p38003,pv,0.0,0.0,166.66666666668607,333.33333333331393,500.0 -p38003,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38003,csp,0.0,0.0,0.0,0.0,0.0 p38007,battery,0.0,0.0,0.0,0.0,0.0 p38007,biomass,0.0,0.0,0.0,0.0,0.0 p38007,coal,0.0,0.0,0.0,0.0,0.0 @@ -13618,23 +13880,13 @@ p38007,nuclear,0.0,0.0,0.0,0.0,0.0 p38007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38007,pv,0.0,0.0,0.0,0.0,0.0 p38007,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38007,wind-ons,0.0,0.0,127.66666666665697,255.33333333334303,383.0 -p38011,battery,0.0,0.0,0.0,0.0,0.0 -p38011,biomass,0.0,0.0,0.0,0.0,0.0 -p38011,coal,0.0,0.0,0.0,0.0,0.0 -p38011,gas,0.0,0.0,0.0,0.0,0.0 -p38011,geothermal,0.0,0.0,0.0,0.0,0.0 -p38011,h2,0.0,0.0,0.0,0.0,0.0 -p38011,hydro,0.0,0.0,0.0,0.0,0.0 -p38011,nuclear,0.0,0.0,0.0,0.0,0.0 -p38011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p38011,pv,0.0,0.0,0.0,0.0,0.0 -p38011,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38011,wind-ons,100.05,200.1,266.80000000001746,333.5000000000291,400.2 -p38013,battery,85.0,170.0,226.66666666667152,283.3333333333285,340.0 +p38007,wind-ons,0.0,0.0,127.66666666668607,255.33333333334303,383.0 +p38011,csp,0.0,0.0,0.0,0.0,0.0 +p38013,battery,85.0,170.0,170.0,170.0,170.0 p38013,biomass,0.0,0.0,0.0,0.0,0.0 p38013,coal,0.0,0.0,0.0,0.0,0.0 -p38013,gas,0.0,0.0,0.0,0.0,0.0 +p38013,csp,0.0,0.0,0.0,0.0,0.0 +p38013,gas,0.4,0.8,0.8,0.8,0.8 p38013,geothermal,0.0,0.0,0.0,0.0,0.0 p38013,h2,0.0,0.0,0.0,0.0,0.0 p38013,hydro,0.0,0.0,0.0,0.0,0.0 @@ -13643,18 +13895,19 @@ p38013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38013,pv,0.0,0.0,0.0,0.0,0.0 p38013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p38013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p38017,battery,0.0,0.0,0.0,0.0,0.0 +p38017,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p38017,biomass,0.0,0.0,0.0,0.0,0.0 p38017,coal,0.0,0.0,0.0,0.0,0.0 +p38017,csp,0.0,0.0,0.0,0.0,0.0 p38017,gas,0.0,0.0,0.0,0.0,0.0 p38017,geothermal,0.0,0.0,0.0,0.0,0.0 p38017,h2,0.0,0.0,0.0,0.0,0.0 p38017,hydro,0.0,0.0,0.0,0.0,0.0 p38017,nuclear,0.0,0.0,0.0,0.0,0.0 p38017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p38017,pv,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p38017,pv,0.0,0.0,466.6666666667443,933.3333333333721,1400.0 p38017,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38017,wind-ons,0.0,0.0,130.0,260.0,390.0 +p38017,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p38021,battery,0.0,0.0,0.0,0.0,0.0 p38021,biomass,0.0,0.0,0.0,0.0,0.0 p38021,coal,0.0,0.0,0.0,0.0,0.0 @@ -13666,8 +13919,20 @@ p38021,nuclear,0.0,0.0,0.0,0.0,0.0 p38021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38021,pv,0.0,0.0,0.0,0.0,0.0 p38021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38021,wind-ons,0.0,0.0,166.66666666668607,333.33333333331393,500.0 -p38027,battery,0.0,0.0,0.0,0.0,0.0 +p38021,wind-ons,0.0,0.0,100.0,200.0,300.0 +p38025,battery,0.0,0.0,100.0,200.0,300.0 +p38025,biomass,0.0,0.0,0.0,0.0,0.0 +p38025,coal,0.0,0.0,0.0,0.0,0.0 +p38025,gas,0.0,0.0,0.0,0.0,0.0 +p38025,geothermal,0.0,0.0,0.0,0.0,0.0 +p38025,h2,0.0,0.0,0.0,0.0,0.0 +p38025,hydro,0.0,0.0,0.0,0.0,0.0 +p38025,nuclear,0.0,0.0,0.0,0.0,0.0 +p38025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38025,pv,0.0,0.0,0.0,0.0,0.0 +p38025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38027,battery,0.0,0.0,69.53333333335468,139.06666666668025,208.6 p38027,biomass,0.0,0.0,0.0,0.0,0.0 p38027,coal,0.0,0.0,0.0,0.0,0.0 p38027,gas,0.0,0.0,0.0,0.0,0.0 @@ -13678,17 +13943,18 @@ p38027,nuclear,0.0,0.0,0.0,0.0,0.0 p38027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38027,pv,0.0,0.0,0.0,0.0,0.0 p38027,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38027,wind-ons,0.0,0.0,133.7333333333372,267.4666666666744,401.2 +p38027,wind-ons,200.6,401.2,401.2,401.2,401.2 p38029,battery,0.0,0.0,0.0,0.0,0.0 p38029,biomass,0.0,0.0,0.0,0.0,0.0 p38029,coal,0.0,0.0,0.0,0.0,0.0 +p38029,csp,0.0,0.0,0.0,0.0,0.0 p38029,gas,0.0,0.0,0.0,0.0,0.0 p38029,geothermal,0.0,0.0,0.0,0.0,0.0 p38029,h2,0.0,0.0,0.0,0.0,0.0 p38029,hydro,0.0,0.0,0.0,0.0,0.0 p38029,nuclear,0.0,0.0,0.0,0.0,0.0 p38029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p38029,pv,0.0,0.0,28.33333333333576,56.66666666666424,85.0 +p38029,pv,0.0,0.0,28.333333333328483,56.66666666666424,85.0 p38029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p38029,wind-ons,0.0,0.0,0.0,0.0,0.0 p38035,battery,0.0,0.0,0.0,0.0,0.0 @@ -13703,9 +13969,10 @@ p38035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38035,pv,0.0,0.0,0.0,0.0,0.0 p38035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p38035,wind-ons,0.0,0.0,154.7666666666628,309.5333333333256,464.29999999999995 -p38045,battery,0.0,0.0,73.33333333334303,146.66666666665697,220.0 +p38045,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p38045,biomass,0.0,0.0,0.0,0.0,0.0 p38045,coal,0.0,0.0,0.0,0.0,0.0 +p38045,csp,0.0,0.0,0.0,0.0,0.0 p38045,gas,0.0,0.0,0.0,0.0,0.0 p38045,geothermal,0.0,0.0,0.0,0.0,0.0 p38045,h2,0.0,0.0,0.0,0.0,0.0 @@ -13714,22 +13981,11 @@ p38045,nuclear,0.0,0.0,0.0,0.0,0.0 p38045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38045,pv,0.0,0.0,0.0,0.0,0.0 p38045,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38045,wind-ons,0.0,0.0,266.66666666662786,533.3333333333721,800.0 -p38047,battery,0.0,0.0,0.0,0.0,0.0 -p38047,biomass,0.0,0.0,0.0,0.0,0.0 -p38047,coal,0.0,0.0,0.0,0.0,0.0 -p38047,gas,0.0,0.0,0.0,0.0,0.0 -p38047,geothermal,0.0,0.0,0.0,0.0,0.0 -p38047,h2,0.0,0.0,0.0,0.0,0.0 -p38047,hydro,0.0,0.0,0.0,0.0,0.0 -p38047,nuclear,0.0,0.0,0.0,0.0,0.0 -p38047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p38047,pv,0.0,0.0,0.0,0.0,0.0 -p38047,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38047,wind-ons,0.0,0.0,100.0,200.0,300.0 +p38045,wind-ons,0.0,0.0,0.0,0.0,0.0 p38051,battery,0.0,0.0,0.0,0.0,0.0 p38051,biomass,0.0,0.0,0.0,0.0,0.0 p38051,coal,0.0,0.0,0.0,0.0,0.0 +p38051,csp,0.0,0.0,0.0,0.0,0.0 p38051,gas,0.0,0.0,0.0,0.0,0.0 p38051,geothermal,0.0,0.0,0.0,0.0,0.0 p38051,h2,0.0,0.0,0.0,0.0,0.0 @@ -13738,35 +13994,51 @@ p38051,nuclear,0.0,0.0,0.0,0.0,0.0 p38051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38051,pv,0.0,0.0,0.0,0.0,0.0 p38051,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38051,wind-ons,125.0,250.0,333.33333333334303,416.66666666665697,500.0 +p38051,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p38053,battery,0.0,0.0,0.0,0.0,0.0 p38053,biomass,0.0,0.0,0.0,0.0,0.0 p38053,coal,0.0,0.0,0.0,0.0,0.0 -p38053,gas,0.0,0.0,15.0,30.0,45.0 +p38053,csp,0.0,0.0,0.0,0.0,0.0 +p38053,gas,0.0,0.0,0.0,0.0,0.0 p38053,geothermal,0.0,0.0,0.0,0.0,0.0 p38053,h2,0.0,0.0,0.0,0.0,0.0 p38053,hydro,0.0,0.0,0.0,0.0,0.0 p38053,nuclear,0.0,0.0,0.0,0.0,0.0 p38053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p38053,pv,0.0,0.0,116.66666666665697,233.33333333334303,350.0 +p38053,pv,75.0,150.0,150.0,150.0,150.0 p38053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p38053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38055,battery,0.0,0.0,0.0,0.0,0.0 +p38055,biomass,0.0,0.0,0.0,0.0,0.0 +p38055,coal,0.0,0.0,0.0,0.0,0.0 +p38055,csp,0.0,0.0,0.0,0.0,0.0 +p38055,gas,0.0,0.0,0.0,0.0,0.0 +p38055,geothermal,0.0,0.0,0.0,0.0,0.0 +p38055,h2,0.0,0.0,0.0,0.0,0.0 +p38055,hydro,0.0,0.0,0.0,0.0,0.0 +p38055,nuclear,0.0,0.0,0.0,0.0,0.0 +p38055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38055,pv,0.0,0.0,0.0,0.0,0.0 +p38055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38055,wind-ons,0.0,0.0,0.010000000000001563,0.020000000000003126,0.03 p38057,battery,0.0,0.0,0.0,0.0,0.0 p38057,biomass,0.0,0.0,0.0,0.0,0.0 p38057,coal,0.0,0.0,0.0,0.0,0.0 -p38057,gas,0.0,0.0,0.0,0.0,0.0 +p38057,csp,0.0,0.0,0.0,0.0,0.0 +p38057,gas,0.0,0.0,500.0,1000.0,1500.0 p38057,geothermal,0.0,0.0,0.0,0.0,0.0 p38057,h2,0.0,0.0,0.0,0.0,0.0 p38057,hydro,0.0,0.0,0.0,0.0,0.0 p38057,nuclear,0.0,0.0,0.0,0.0,0.0 p38057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p38057,pv,0.0,0.0,547.0,1094.0,1641.0 +p38057,pv,75.0,150.0,216.33333333331393,282.66666666665697,349.0 p38057,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38057,wind-ons,0.0,0.0,0.0,0.0,0.0 -p38059,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p38057,wind-ons,0.0,0.0,198.66666666662786,397.33333333331393,596.0 +p38059,battery,0.0,0.0,0.0,0.0,0.0 p38059,biomass,0.0,0.0,0.0,0.0,0.0 p38059,coal,0.0,0.0,0.0,0.0,0.0 -p38059,gas,0.0,0.0,0.0,0.0,0.0 +p38059,csp,0.0,0.0,0.0,0.0,0.0 +p38059,gas,0.0,0.0,34.36666666668316,68.73333333333721,103.1 p38059,geothermal,0.0,0.0,0.0,0.0,0.0 p38059,h2,0.0,0.0,0.0,0.0,0.0 p38059,hydro,0.0,0.0,0.0,0.0,0.0 @@ -13774,10 +14046,11 @@ p38059,nuclear,0.0,0.0,0.0,0.0,0.0 p38059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38059,pv,0.0,0.0,0.0,0.0,0.0 p38059,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38059,wind-ons,0.0,0.0,350.0,700.0,1050.0 +p38059,wind-ons,0.0,0.0,302.28000000002794,604.5599999999395,906.8399999999999 p38065,battery,0.0,0.0,0.0,0.0,0.0 p38065,biomass,0.0,0.0,0.0,0.0,0.0 p38065,coal,0.0,0.0,0.0,0.0,0.0 +p38065,csp,0.0,0.0,0.0,0.0,0.0 p38065,gas,0.0,0.0,0.0,0.0,0.0 p38065,geothermal,0.0,0.0,0.0,0.0,0.0 p38065,h2,0.0,0.0,0.0,0.0,0.0 @@ -13786,7 +14059,7 @@ p38065,nuclear,0.0,0.0,0.0,0.0,0.0 p38065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38065,pv,0.0,0.0,0.0,0.0,0.0 p38065,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38065,wind-ons,101.0,202.0,427.0,652.0,877.0 +p38065,wind-ons,251.0,502.0,568.6666666666861,635.333333333343,702.0 p38077,battery,0.0,0.0,0.0,0.0,0.0 p38077,biomass,0.0,0.0,0.0,0.0,0.0 p38077,coal,0.0,0.0,0.0,0.0,0.0 @@ -13796,12 +14069,13 @@ p38077,h2,0.0,0.0,0.0,0.0,0.0 p38077,hydro,0.0,0.0,0.0,0.0,0.0 p38077,nuclear,0.0,0.0,0.0,0.0,0.0 p38077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p38077,pv,150.0,300.0,400.0,500.0,600.0 +p38077,pv,150.0,300.0,357.33333333334303,414.6666666666715,472.0 p38077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p38077,wind-ons,0.0,0.0,0.0,0.0,0.0 -p38081,battery,0.0,0.0,146.66666666668607,293.33333333331393,440.0 +p38081,battery,0.0,0.0,88.33333333331393,176.66666666665697,265.0 p38081,biomass,0.0,0.0,0.0,0.0,0.0 p38081,coal,0.0,0.0,0.0,0.0,0.0 +p38081,csp,0.0,0.0,0.0,0.0,0.0 p38081,gas,0.0,0.0,0.0,0.0,0.0 p38081,geothermal,0.0,0.0,0.0,0.0,0.0 p38081,h2,0.0,0.0,0.0,0.0,0.0 @@ -13811,21 +14085,24 @@ p38081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38081,pv,0.0,0.0,0.0,0.0,0.0 p38081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p38081,wind-ons,0.0,0.0,0.0,0.0,0.0 -p38085,battery,0.0,0.0,0.0,0.0,0.0 -p38085,biomass,0.0,0.0,0.0,0.0,0.0 -p38085,coal,0.0,0.0,0.0,0.0,0.0 -p38085,gas,0.0,0.0,0.0,0.0,0.0 -p38085,geothermal,0.0,0.0,0.0,0.0,0.0 -p38085,h2,0.0,0.0,0.0,0.0,0.0 -p38085,hydro,0.0,0.0,0.0,0.0,0.0 -p38085,nuclear,0.0,0.0,0.0,0.0,0.0 -p38085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p38085,pv,0.0,0.0,0.0,0.0,0.0 -p38085,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38085,wind-ons,0.0,0.0,78.33333333334303,156.66666666665697,235.0 -p38089,battery,0.0,0.0,0.0,0.0,0.0 +p38085,csp,0.0,0.0,0.0,0.0,0.0 +p38087,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p38087,biomass,0.0,0.0,0.0,0.0,0.0 +p38087,coal,0.0,0.0,0.0,0.0,0.0 +p38087,csp,0.0,0.0,0.0,0.0,0.0 +p38087,gas,0.0,0.0,0.0,0.0,0.0 +p38087,geothermal,0.0,0.0,0.0,0.0,0.0 +p38087,h2,0.0,0.0,0.0,0.0,0.0 +p38087,hydro,0.0,0.0,0.0,0.0,0.0 +p38087,nuclear,0.0,0.0,0.0,0.0,0.0 +p38087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38087,pv,0.0,0.0,0.0,0.0,0.0 +p38087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38089,battery,0.0,0.0,108.33333333331393,216.66666666665697,325.0 p38089,biomass,0.0,0.0,0.0,0.0,0.0 p38089,coal,0.0,0.0,0.0,0.0,0.0 +p38089,csp,0.0,0.0,0.0,0.0,0.0 p38089,gas,0.0,0.0,0.0,0.0,0.0 p38089,geothermal,0.0,0.0,0.0,0.0,0.0 p38089,h2,0.0,0.0,0.0,0.0,0.0 @@ -13834,34 +14111,25 @@ p38089,nuclear,0.0,0.0,0.0,0.0,0.0 p38089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38089,pv,0.0,0.0,0.0,0.0,0.0 p38089,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38089,wind-ons,0.0,0.0,110.56666666668025,221.1333333333605,331.7 -p38091,battery,0.0,0.0,120.33333333334303,240.66666666665697,361.0 -p38091,biomass,0.0,0.0,0.0,0.0,0.0 -p38091,coal,0.0,0.0,0.0,0.0,0.0 -p38091,gas,0.0,0.0,0.0,0.0,0.0 -p38091,geothermal,0.0,0.0,0.0,0.0,0.0 -p38091,h2,0.0,0.0,0.0,0.0,0.0 -p38091,hydro,0.0,0.0,0.0,0.0,0.0 -p38091,nuclear,0.0,0.0,0.0,0.0,0.0 -p38091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p38091,pv,0.0,0.0,0.0,0.0,0.0 -p38091,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38091,wind-ons,0.0,0.0,265.43333333346527,530.8666666668141,796.3 +p38089,wind-ons,0.0,0.0,110.56666666668025,221.1333333333314,331.7 +p38091,csp,0.0,0.0,0.0,0.0,0.0 p38093,battery,0.0,0.0,0.0,0.0,0.0 p38093,biomass,0.0,0.0,0.0,0.0,0.0 p38093,coal,0.0,0.0,0.0,0.0,0.0 +p38093,csp,0.0,0.0,0.0,0.0,0.0 p38093,gas,0.0,0.0,0.0,0.0,0.0 p38093,geothermal,0.0,0.0,0.0,0.0,0.0 p38093,h2,0.0,0.0,0.0,0.0,0.0 p38093,hydro,0.0,0.0,0.0,0.0,0.0 p38093,nuclear,0.0,0.0,0.0,0.0,0.0 p38093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p38093,pv,0.0,0.0,82.33333333334303,164.66666666665697,247.0 +p38093,pv,0.0,0.0,82.33333333331393,164.66666666665697,247.0 p38093,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38093,wind-ons,0.0,0.0,216.66666666668607,433.33333333331393,650.0 -p38101,battery,0.0,0.0,0.0,0.0,0.0 +p38093,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p38101,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p38101,biomass,0.0,0.0,0.0,0.0,0.0 p38101,coal,0.0,0.0,0.0,0.0,0.0 +p38101,csp,0.0,0.0,0.0,0.0,0.0 p38101,gas,0.0,0.0,0.0,0.0,0.0 p38101,geothermal,0.0,0.0,0.0,0.0,0.0 p38101,h2,0.0,0.0,0.0,0.0,0.0 @@ -13870,11 +14138,12 @@ p38101,nuclear,0.0,0.0,0.0,0.0,0.0 p38101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38101,pv,0.0,0.0,0.0,0.0,0.0 p38101,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38101,wind-ons,100.0,200.0,266.66666666665697,333.33333333334303,400.0 -p38105,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p38101,wind-ons,100.0,200.0,202.5666666666666,205.1333333333332,207.7 +p38105,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p38105,biomass,0.0,0.0,0.0,0.0,0.0 p38105,coal,0.0,0.0,0.0,0.0,0.0 -p38105,gas,0.0,0.0,612.6666666667443,1225.3333333332557,1838.0 +p38105,csp,0.0,0.0,0.0,0.0,0.0 +p38105,gas,0.0,0.0,580.0,1160.0,1740.0 p38105,geothermal,0.0,0.0,0.0,0.0,0.0 p38105,h2,0.0,0.0,0.0,0.0,0.0 p38105,hydro,0.0,0.0,0.0,0.0,0.0 @@ -13882,46 +14151,28 @@ p38105,nuclear,0.0,0.0,0.0,0.0,0.0 p38105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p38105,pv,0.0,0.0,0.0,0.0,0.0 p38105,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p38105,wind-ons,150.0,300.0,468.56666666670935,637.1333333333605,805.7 +p38105,wind-ons,127.5,255.0,338.56666666668025,422.1333333333314,505.7 p39001,battery,0.0,0.0,0.0,0.0,0.0 p39001,biomass,0.0,0.0,0.0,0.0,0.0 p39001,coal,0.0,0.0,0.0,0.0,0.0 +p39001,csp,0.0,0.0,0.0,0.0,0.0 p39001,gas,0.0,0.0,0.0,0.0,0.0 p39001,geothermal,0.0,0.0,0.0,0.0,0.0 p39001,h2,0.0,0.0,0.0,0.0,0.0 p39001,hydro,0.0,0.0,0.0,0.0,0.0 p39001,nuclear,0.0,0.0,0.0,0.0,0.0 p39001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39001,pv,0.0,0.0,63.466666666659876,126.93333333331975,190.4 +p39001,pv,0.0,0.0,63.466666666659876,126.9333333333343,190.4 p39001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39005,battery,0.0,0.0,0.0,0.0,0.0 -p39005,biomass,0.0,0.0,0.0,0.0,0.0 -p39005,coal,0.0,0.0,0.0,0.0,0.0 -p39005,gas,0.0,0.0,0.0,0.0,0.0 -p39005,geothermal,0.0,0.0,0.0,0.0,0.0 -p39005,h2,0.0,0.0,0.0,0.0,0.0 -p39005,hydro,0.0,0.0,0.0,0.0,0.0 -p39005,nuclear,0.0,0.0,0.0,0.0,0.0 -p39005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39005,pv,0.0,0.0,11.33333333333212,22.66666666666788,34.0 -p39005,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p39005,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39007,battery,0.0,0.0,0.0,0.0,0.0 -p39007,biomass,0.0,0.0,0.0,0.0,0.0 -p39007,coal,0.0,0.0,0.0,0.0,0.0 -p39007,gas,0.0,0.0,0.0,0.0,0.0 -p39007,geothermal,0.0,0.0,0.0,0.0,0.0 -p39007,h2,0.0,0.0,0.0,0.0,0.0 -p39007,hydro,0.0,0.0,0.0,0.0,0.0 -p39007,nuclear,0.0,0.0,0.0,0.0,0.0 -p39007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39007,pv,0.0,0.0,6.66666666666606,13.33333333333394,20.0 -p39007,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p39007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39003,csp,0.0,0.0,0.0,0.0,0.0 +p39005,csp,0.0,0.0,0.0,0.0,0.0 +p39007,csp,0.0,0.0,0.0,0.0,0.0 +p39011,csp,0.0,0.0,0.0,0.0,0.0 p39013,battery,0.0,0.0,0.0,0.0,0.0 p39013,biomass,0.0,0.0,0.0,0.0,0.0 p39013,coal,0.0,0.0,0.0,0.0,0.0 +p39013,csp,0.0,0.0,0.0,0.0,0.0 p39013,gas,0.0,0.0,0.0,0.0,0.0 p39013,geothermal,0.0,0.0,0.0,0.0,0.0 p39013,h2,0.0,0.0,0.0,0.0,0.0 @@ -13931,9 +14182,11 @@ p39013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p39013,pv,0.0,0.0,50.0,100.0,150.0 p39013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39015,csp,0.0,0.0,0.0,0.0,0.0 p39017,battery,0.0,0.0,0.0,0.0,0.0 p39017,biomass,0.0,0.0,0.0,0.0,0.0 p39017,coal,0.0,0.0,0.0,0.0,0.0 +p39017,csp,0.0,0.0,0.0,0.0,0.0 p39017,gas,0.0,0.0,0.0,0.0,0.0 p39017,geothermal,0.0,0.0,0.0,0.0,0.0 p39017,h2,0.0,0.0,0.0,0.0,0.0 @@ -13946,42 +14199,46 @@ p39017,wind-ons,0.0,0.0,0.0,0.0,0.0 p39019,battery,0.0,0.0,0.0,0.0,0.0 p39019,biomass,0.0,0.0,0.0,0.0,0.0 p39019,coal,0.0,0.0,0.0,0.0,0.0 -p39019,gas,0.0,0.0,0.0,0.0,0.0 +p39019,csp,0.0,0.0,0.0,0.0,0.0 +p39019,gas,0.0,0.0,433.3333333332557,866.6666666666279,1300.0 p39019,geothermal,0.0,0.0,0.0,0.0,0.0 p39019,h2,0.0,0.0,0.0,0.0,0.0 p39019,hydro,0.0,0.0,0.0,0.0,0.0 p39019,nuclear,0.0,0.0,0.0,0.0,0.0 p39019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39019,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p39019,pv,0.0,0.0,0.0,0.0,0.0 p39019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39021,battery,0.0,0.0,13.33333333333212,26.66666666666788,40.0 +p39021,battery,20.0,40.0,40.0,40.0,40.0 p39021,biomass,0.0,0.0,0.0,0.0,0.0 p39021,coal,0.0,0.0,0.0,0.0,0.0 +p39021,csp,0.0,0.0,0.0,0.0,0.0 p39021,gas,0.0,0.0,0.0,0.0,0.0 p39021,geothermal,0.0,0.0,0.0,0.0,0.0 p39021,h2,0.0,0.0,0.0,0.0,0.0 p39021,hydro,0.0,0.0,0.0,0.0,0.0 p39021,nuclear,0.0,0.0,0.0,0.0,0.0 p39021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39021,pv,20.0,40.0,221.50666666665347,403.01333333336515,584.52 +p39021,pv,58.25,116.5,211.5,306.5,401.5 p39021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p39021,wind-ons,0.0,0.0,44.33333333332848,88.66666666667152,133.0 -p39023,battery,0.0,0.0,18.0,36.0,54.0 +p39021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39023,battery,0.0,0.0,0.0,0.0,0.0 p39023,biomass,0.0,0.0,0.0,0.0,0.0 p39023,coal,0.0,0.0,0.0,0.0,0.0 +p39023,csp,0.0,0.0,0.0,0.0,0.0 p39023,gas,0.0,0.0,0.0,0.0,0.0 p39023,geothermal,0.0,0.0,0.0,0.0,0.0 p39023,h2,0.0,0.0,0.0,0.0,0.0 p39023,hydro,0.0,0.0,0.0,0.0,0.0 p39023,nuclear,0.0,0.0,0.0,0.0,0.0 p39023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39023,pv,0.0,0.0,57.0666666666657,114.1333333333314,171.2 +p39023,pv,90.0,180.0,180.0,180.0,180.0 p39023,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39023,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39025,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p39025,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p39025,biomass,0.0,0.0,0.0,0.0,0.0 p39025,coal,0.0,0.0,0.0,0.0,0.0 +p39025,csp,0.0,0.0,0.0,0.0,0.0 p39025,gas,0.0,0.0,0.0,0.0,0.0 p39025,geothermal,0.0,0.0,0.0,0.0,0.0 p39025,h2,0.0,0.0,0.0,0.0,0.0 @@ -13994,30 +14251,33 @@ p39025,wind-ons,0.0,0.0,0.0,0.0,0.0 p39027,battery,0.0,0.0,0.0,0.0,0.0 p39027,biomass,0.0,0.0,0.0,0.0,0.0 p39027,coal,0.0,0.0,0.0,0.0,0.0 +p39027,csp,0.0,0.0,0.0,0.0,0.0 p39027,gas,0.0,0.0,0.0,0.0,0.0 p39027,geothermal,0.0,0.0,0.0,0.0,0.0 p39027,h2,0.0,0.0,0.0,0.0,0.0 p39027,hydro,0.0,0.0,0.0,0.0,0.0 p39027,nuclear,0.0,0.0,0.0,0.0,0.0 p39027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39027,pv,180.39999999999998,360.79999999999995,481.06666666665114,601.3333333333139,721.5999999999999 +p39027,pv,150.0,300.0,300.0,300.0,300.0 p39027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39027,wind-ons,0.0,0.0,0.0,0.0,0.0 p39029,battery,0.0,0.0,0.0,0.0,0.0 p39029,biomass,0.0,0.0,0.0,0.0,0.0 p39029,coal,0.0,0.0,0.0,0.0,0.0 -p39029,gas,0.0,0.0,23.0,46.0,69.0 +p39029,csp,0.0,0.0,0.0,0.0,0.0 +p39029,gas,0.0,0.0,46.0,92.0,138.0 p39029,geothermal,0.0,0.0,0.0,0.0,0.0 p39029,h2,0.0,0.0,0.0,0.0,0.0 p39029,hydro,0.0,0.0,0.0,0.0,0.0 p39029,nuclear,0.0,0.0,0.0,0.0,0.0 p39029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39029,pv,0.0,0.0,18.5,37.0,55.5 +p39029,pv,0.0,0.0,0.0,0.0,0.0 p39029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39029,wind-ons,0.0,0.0,0.0,0.0,0.0 p39031,battery,0.0,0.0,0.0,0.0,0.0 p39031,biomass,0.0,0.0,0.0,0.0,0.0 p39031,coal,0.0,0.0,0.0,0.0,0.0 +p39031,csp,0.0,0.0,0.0,0.0,0.0 p39031,gas,0.0,0.0,0.0,0.0,0.0 p39031,geothermal,0.0,0.0,0.0,0.0,0.0 p39031,h2,0.0,0.0,0.0,0.0,0.0 @@ -14026,251 +14286,274 @@ p39031,nuclear,0.0,0.0,0.0,0.0,0.0 p39031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p39031,pv,0.0,0.0,0.0,0.0,0.0 p39031,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p39031,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p39031,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p39033,battery,0.0,0.0,0.0,0.0,0.0 p39033,biomass,0.0,0.0,0.0,0.0,0.0 p39033,coal,0.0,0.0,0.0,0.0,0.0 +p39033,csp,0.0,0.0,0.0,0.0,0.0 p39033,gas,0.0,0.0,0.0,0.0,0.0 p39033,geothermal,0.0,0.0,0.0,0.0,0.0 p39033,h2,0.0,0.0,0.0,0.0,0.0 p39033,hydro,0.0,0.0,0.0,0.0,0.0 p39033,nuclear,0.0,0.0,0.0,0.0,0.0 p39033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39033,pv,58.5,117.0,301.99666666664416,486.9933333333465,671.99 +p39033,pv,58.5,117.0,145.33333333332848,173.66666666666424,202.0 p39033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39033,wind-ons,0.0,0.0,0.0,0.0,0.0 p39039,battery,0.0,0.0,0.0,0.0,0.0 p39039,biomass,0.0,0.0,0.0,0.0,0.0 p39039,coal,0.0,0.0,0.0,0.0,0.0 +p39039,csp,0.0,0.0,0.0,0.0,0.0 p39039,gas,0.0,0.0,0.0,0.0,0.0 p39039,geothermal,0.0,0.0,0.0,0.0,0.0 p39039,h2,0.0,0.0,0.0,0.0,0.0 p39039,hydro,0.0,0.0,0.0,0.0,0.0 p39039,nuclear,0.0,0.0,0.0,0.0,0.0 p39039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39039,pv,54.95,109.9,146.53333333332557,183.16666666665697,219.8 +p39039,pv,54.95,109.9,109.9,109.9,109.9 p39039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39041,battery,0.0,0.0,0.0,0.0,0.0 +p39041,biomass,0.0,0.0,0.0,0.0,0.0 +p39041,coal,0.0,0.0,0.0,0.0,0.0 +p39041,csp,0.0,0.0,0.0,0.0,0.0 +p39041,gas,0.0,0.0,0.0,0.0,0.0 +p39041,geothermal,0.0,0.0,0.0,0.0,0.0 +p39041,h2,0.0,0.0,0.0,0.0,0.0 +p39041,hydro,0.0,0.0,0.0,0.0,0.0 +p39041,nuclear,0.0,0.0,0.0,0.0,0.0 +p39041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39041,pv,0.0,0.0,0.0,0.0,0.0 +p39041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39041,wind-ons,0.0,0.0,0.0,0.0,0.0 p39043,battery,0.0,0.0,0.0,0.0,0.0 p39043,biomass,0.0,0.0,0.0,0.0,0.0 p39043,coal,0.0,0.0,0.0,0.0,0.0 +p39043,csp,0.0,0.0,0.0,0.0,0.0 p39043,gas,0.0,0.0,0.0,0.0,0.0 p39043,geothermal,0.0,0.0,0.0,0.0,0.0 p39043,h2,0.0,0.0,0.0,0.0,0.0 p39043,hydro,0.0,0.0,0.0,0.0,0.0 p39043,nuclear,0.0,0.0,0.0,0.0,0.0 p39043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39043,pv,62.5,125.0,166.66666666667152,208.33333333332848,250.0 +p39043,pv,0.0,0.0,0.0,0.0,0.0 p39043,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p39043,wind-ons,0.0,0.0,34.36666666668316,68.73333333335177,103.1 +p39043,wind-ons,148.83,297.66,297.66,297.66,297.66 p39045,battery,0.0,0.0,0.0,0.0,0.0 p39045,biomass,0.0,0.0,0.0,0.0,0.0 p39045,coal,0.0,0.0,0.0,0.0,0.0 +p39045,csp,0.0,0.0,0.0,0.0,0.0 p39045,gas,0.0,0.0,0.0,0.0,0.0 p39045,geothermal,0.0,0.0,0.0,0.0,0.0 p39045,h2,0.0,0.0,0.0,0.0,0.0 p39045,hydro,0.0,0.0,0.0,0.0,0.0 p39045,nuclear,0.0,0.0,0.0,0.0,0.0 p39045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39045,pv,288.0,576.0,768.0,960.0,1152.0 +p39045,pv,238.0,476.0,476.0,476.0,476.0 p39045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39045,wind-ons,0.0,0.0,0.0,0.0,0.0 p39047,battery,0.0,0.0,0.0,0.0,0.0 p39047,biomass,0.0,0.0,0.0,0.0,0.0 p39047,coal,0.0,0.0,0.0,0.0,0.0 +p39047,csp,0.0,0.0,0.0,0.0,0.0 p39047,gas,0.0,0.0,0.0,0.0,0.0 p39047,geothermal,0.0,0.0,0.0,0.0,0.0 p39047,h2,0.0,0.0,0.0,0.0,0.0 p39047,hydro,0.0,0.0,0.0,0.0,0.0 p39047,nuclear,0.0,0.0,0.0,0.0,0.0 p39047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39047,pv,0.0,0.0,26.25,52.5,78.75 +p39047,pv,0.0,0.0,22.916666666671517,45.83333333333576,68.75 p39047,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39049,battery,0.0,0.0,36.66666666667152,73.33333333332848,110.0 +p39049,battery,0.0,0.0,0.0,0.0,0.0 p39049,biomass,0.0,0.0,0.0,0.0,0.0 p39049,coal,0.0,0.0,0.0,0.0,0.0 +p39049,csp,0.0,0.0,0.0,0.0,0.0 p39049,gas,0.0,0.0,0.0,0.0,0.0 p39049,geothermal,0.0,0.0,0.0,0.0,0.0 p39049,h2,0.0,0.0,0.0,0.0,0.0 p39049,hydro,0.0,0.0,0.0,0.0,0.0 p39049,nuclear,0.0,0.0,0.0,0.0,0.0 p39049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39049,pv,125.0,250.0,333.33333333334303,416.66666666665697,500.0 +p39049,pv,125.0,250.0,250.0,250.0,250.0 p39049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39049,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39051,battery,0.0,0.0,59.86666666668316,119.73333333335177,179.6 +p39051,battery,0.0,0.0,0.0,0.0,0.0 p39051,biomass,0.0,0.0,0.0,0.0,0.0 p39051,coal,0.0,0.0,0.0,0.0,0.0 +p39051,csp,0.0,0.0,0.0,0.0,0.0 p39051,gas,0.0,0.0,0.0,0.0,0.0 p39051,geothermal,0.0,0.0,0.0,0.0,0.0 p39051,h2,0.0,0.0,0.0,0.0,0.0 p39051,hydro,0.0,0.0,0.0,0.0,0.0 p39051,nuclear,0.0,0.0,0.0,0.0,0.0 p39051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39051,pv,99.5,199.0,372.33333333331393,545.6666666666861,719.0 +p39051,pv,99.5,199.0,272.33333333331393,345.66666666665697,419.0 p39051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39051,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39053,battery,0.0,0.0,0.0,0.0,0.0 -p39053,biomass,0.0,0.0,0.0,0.0,0.0 -p39053,coal,14.5,29.0,38.66666666666788,48.33333333333212,58.0 -p39053,gas,0.0,0.0,0.0,0.0,0.0 -p39053,geothermal,0.0,0.0,0.0,0.0,0.0 -p39053,h2,0.0,0.0,0.0,0.0,0.0 -p39053,hydro,0.0,0.0,0.0,0.0,0.0 -p39053,nuclear,0.0,0.0,0.0,0.0,0.0 -p39053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39053,pv,0.0,0.0,0.0,0.0,0.0 -p39053,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p39053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39053,csp,0.0,0.0,0.0,0.0,0.0 p39057,battery,0.0,0.0,0.0,0.0,0.0 p39057,biomass,0.0,0.0,0.0,0.0,0.0 p39057,coal,0.0,0.0,0.0,0.0,0.0 +p39057,csp,0.0,0.0,0.0,0.0,0.0 p39057,gas,0.0,0.0,0.0,0.0,0.0 p39057,geothermal,0.0,0.0,0.0,0.0,0.0 p39057,h2,0.0,0.0,0.0,0.0,0.0 p39057,hydro,0.0,0.0,0.0,0.0,0.0 p39057,nuclear,0.0,0.0,0.0,0.0,0.0 p39057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39057,pv,0.0,0.0,17.33333333333576,34.66666666666424,52.0 +p39057,pv,87.5,175.0,185.66666666666424,196.33333333333212,207.0 p39057,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39057,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39063,battery,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p39059,csp,0.0,0.0,0.0,0.0,0.0 +p39063,battery,0.0,0.0,0.0,0.0,0.0 p39063,biomass,0.0,0.0,0.0,0.0,0.0 p39063,coal,0.0,0.0,0.0,0.0,0.0 +p39063,csp,0.0,0.0,0.0,0.0,0.0 p39063,gas,0.0,0.0,0.0,0.0,0.0 p39063,geothermal,0.0,0.0,0.0,0.0,0.0 p39063,h2,0.0,0.0,0.0,0.0,0.0 p39063,hydro,0.0,0.0,0.0,0.0,0.0 p39063,nuclear,0.0,0.0,0.0,0.0,0.0 p39063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39063,pv,124.8,249.6,332.80000000001746,416.0000000000291,499.2 +p39063,pv,124.8,249.6,265.4333333333343,281.2666666666664,297.1 p39063,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39063,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39065,battery,27.5,55.0,73.33333333333576,91.66666666666424,110.0 +p39065,battery,0.0,0.0,0.0,0.0,0.0 p39065,biomass,0.0,0.0,0.0,0.0,0.0 p39065,coal,0.0,0.0,0.0,0.0,0.0 +p39065,csp,0.0,0.0,0.0,0.0,0.0 p39065,gas,0.0,0.0,0.0,0.0,0.0 p39065,geothermal,0.0,0.0,0.0,0.0,0.0 p39065,h2,0.0,0.0,0.0,0.0,0.0 p39065,hydro,0.0,0.0,0.0,0.0,0.0 p39065,nuclear,0.0,0.0,0.0,0.0,0.0 p39065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39065,pv,214.995,429.99,573.320000000007,716.6499999999651,859.98 +p39065,pv,89.995,179.99,179.99,179.99,179.99 p39065,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p39065,wind-ons,0.0,0.0,10.566666666669335,21.13333333333503,31.7 +p39065,wind-ons,0.0,0.0,0.0,0.0,0.0 p39067,battery,0.0,0.0,0.0,0.0,0.0 p39067,biomass,0.0,0.0,0.0,0.0,0.0 p39067,coal,0.0,0.0,0.0,0.0,0.0 +p39067,csp,0.0,0.0,0.0,0.0,0.0 p39067,gas,0.0,0.0,0.0,0.0,0.0 p39067,geothermal,0.0,0.0,0.0,0.0,0.0 p39067,h2,0.0,0.0,0.0,0.0,0.0 p39067,hydro,0.0,0.0,0.0,0.0,0.0 p39067,nuclear,0.0,0.0,0.0,0.0,0.0 p39067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39067,pv,0.0,0.0,151.53333333326736,303.06666666659294,454.6 +p39067,pv,0.0,0.0,151.53333333326736,303.06666666665114,454.6 p39067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39067,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39069,battery,0.0,0.0,27.46666666666715,54.9333333333343,82.4 -p39069,biomass,0.0,0.0,0.0,0.0,0.0 -p39069,coal,0.0,0.0,0.0,0.0,0.0 -p39069,gas,0.0,0.0,0.0,0.0,0.0 -p39069,geothermal,0.0,0.0,0.0,0.0,0.0 -p39069,h2,0.0,0.0,0.0,0.0,0.0 -p39069,hydro,0.0,0.0,0.0,0.0,0.0 -p39069,nuclear,0.0,0.0,0.0,0.0,0.0 -p39069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39069,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p39069,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p39069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39069,csp,0.0,0.0,0.0,0.0,0.0 p39071,battery,0.0,0.0,0.0,0.0,0.0 p39071,biomass,0.0,0.0,0.0,0.0,0.0 p39071,coal,0.0,0.0,0.0,0.0,0.0 +p39071,csp,0.0,0.0,0.0,0.0,0.0 p39071,gas,0.0,0.0,0.0,0.0,0.0 p39071,geothermal,0.0,0.0,0.0,0.0,0.0 p39071,h2,0.0,0.0,0.0,0.0,0.0 p39071,hydro,0.0,0.0,0.0,0.0,0.0 p39071,nuclear,0.0,0.0,0.0,0.0,0.0 p39071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39071,pv,50.0,100.0,321.5999999999767,543.1999999999534,764.8 +p39071,pv,215.0,430.0,512.5,595.0,677.5 p39071,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39071,wind-ons,0.0,0.0,0.0,0.0,0.0 p39077,battery,0.0,0.0,0.0,0.0,0.0 p39077,biomass,0.0,0.0,0.0,0.0,0.0 p39077,coal,0.0,0.0,0.0,0.0,0.0 +p39077,csp,0.0,0.0,0.0,0.0,0.0 p39077,gas,0.0,0.0,0.0,0.0,0.0 p39077,geothermal,0.0,0.0,0.0,0.0,0.0 p39077,h2,0.0,0.0,0.0,0.0,0.0 p39077,hydro,0.0,0.0,0.0,0.0,0.0 p39077,nuclear,0.0,0.0,0.0,0.0,0.0 p39077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39077,pv,0.0,0.0,43.29999999998836,86.59999999999127,129.9 +p39077,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p39077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39077,wind-ons,0.0,0.0,0.0,0.0,0.0 p39079,battery,0.0,0.0,0.0,0.0,0.0 p39079,biomass,0.0,0.0,0.0,0.0,0.0 p39079,coal,0.0,0.0,0.0,0.0,0.0 +p39079,csp,0.0,0.0,0.0,0.0,0.0 p39079,gas,0.0,0.0,0.0,0.0,0.0 p39079,geothermal,0.0,0.0,0.0,0.0,0.0 p39079,h2,0.0,0.0,0.0,0.0,0.0 p39079,hydro,0.0,0.0,0.0,0.0,0.0 p39079,nuclear,0.0,0.0,0.0,0.0,0.0 p39079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39079,pv,70.0,140.0,313.33333333331393,486.66666666668607,660.0 +p39079,pv,70.0,140.0,306.66666666662786,473.33333333331393,640.0 p39079,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39079,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39081,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p39081,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p39081,biomass,0.0,0.0,0.0,0.0,0.0 p39081,coal,0.0,0.0,0.0,0.0,0.0 +p39081,csp,0.0,0.0,0.0,0.0,0.0 p39081,gas,0.0,0.0,0.0,0.0,0.0 p39081,geothermal,0.0,0.0,0.0,0.0,0.0 p39081,h2,0.0,0.0,0.0,0.0,0.0 p39081,hydro,0.0,0.0,0.0,0.0,0.0 p39081,nuclear,0.0,0.0,0.0,0.0,0.0 p39081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39081,pv,0.0,0.0,9.266666666666424,18.53333333333285,27.8 +p39081,pv,0.0,0.0,0.0,0.0,0.0 p39081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39081,wind-ons,0.0,0.0,0.0,0.0,0.0 p39083,battery,0.0,0.0,0.0,0.0,0.0 p39083,biomass,0.0,0.0,0.0,0.0,0.0 p39083,coal,0.0,0.0,0.0,0.0,0.0 +p39083,csp,0.0,0.0,0.0,0.0,0.0 p39083,gas,0.0,0.0,0.0,0.0,0.0 p39083,geothermal,0.0,0.0,0.0,0.0,0.0 p39083,h2,0.0,0.0,0.0,0.0,0.0 p39083,hydro,0.0,0.0,0.0,0.0,0.0 p39083,nuclear,0.0,0.0,0.0,0.0,0.0 p39083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39083,pv,40.0,80.0,158.33333333334303,236.66666666665697,315.0 +p39083,pv,40.0,80.0,87.0,94.0,101.0 p39083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39089,battery,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p39087,battery,0.0,0.0,0.0,0.0,0.0 +p39087,biomass,0.0,0.0,0.0,0.0,0.0 +p39087,coal,0.0,0.0,0.0,0.0,0.0 +p39087,gas,0.0,0.0,8.0,16.0,24.0 +p39087,geothermal,0.0,0.0,0.0,0.0,0.0 +p39087,h2,0.0,0.0,0.0,0.0,0.0 +p39087,hydro,0.0,0.0,0.0,0.0,0.0 +p39087,nuclear,0.0,0.0,0.0,0.0,0.0 +p39087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39087,pv,0.0,0.0,0.0,0.0,0.0 +p39087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39089,battery,100.0,200.0,204.47999999999956,208.96000000000095,213.44 p39089,biomass,0.0,0.0,0.0,0.0,0.0 p39089,coal,0.0,0.0,0.0,0.0,0.0 +p39089,csp,0.0,0.0,0.0,0.0,0.0 p39089,gas,0.0,0.0,0.0,0.0,0.0 p39089,geothermal,0.0,0.0,0.0,0.0,0.0 p39089,h2,0.0,0.0,0.0,0.0,0.0 p39089,hydro,0.0,0.0,0.0,0.0,0.0 p39089,nuclear,0.0,0.0,0.0,0.0,0.0 p39089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39089,pv,53.85,107.7,272.4666666666744,437.2333333333372,602.0 +p39089,pv,235.1,470.2,478.99999999999636,487.79999999999563,496.59999999999997 p39089,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39089,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39091,battery,0.0,0.0,23.0,46.0,69.0 +p39091,battery,0.0,0.0,0.0,0.0,0.0 p39091,biomass,0.0,0.0,0.0,0.0,0.0 p39091,coal,0.0,0.0,0.0,0.0,0.0 +p39091,csp,0.0,0.0,0.0,0.0,0.0 p39091,gas,0.0,0.0,0.0,0.0,0.0 p39091,geothermal,0.0,0.0,0.0,0.0,0.0 p39091,h2,0.0,0.0,0.0,0.0,0.0 p39091,hydro,0.0,0.0,0.0,0.0,0.0 p39091,nuclear,0.0,0.0,0.0,0.0,0.0 p39091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39091,pv,0.0,0.0,333.126666666707,666.253333333414,999.38 +p39091,pv,0.0,0.0,123.66666666668607,247.33333333334303,371.0 p39091,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39091,wind-ons,0.0,0.0,0.0,0.0,0.0 p39093,battery,0.0,0.0,0.0,0.0,0.0 p39093,biomass,0.0,0.0,0.0,0.0,0.0 p39093,coal,0.0,0.0,0.0,0.0,0.0 -p39093,gas,229.35,458.7,611.6000000000349,764.5000000000582,917.4 +p39093,csp,0.0,0.0,0.0,0.0,0.0 +p39093,gas,229.35,458.7,458.7,458.7,458.7 p39093,geothermal,0.0,0.0,0.0,0.0,0.0 p39093,h2,0.0,0.0,0.0,0.0,0.0 p39093,hydro,0.0,0.0,0.0,0.0,0.0 @@ -14282,67 +14565,74 @@ p39093,wind-ons,0.0,0.0,0.0,0.0,0.0 p39095,battery,0.0,0.0,0.0,0.0,0.0 p39095,biomass,0.0,0.0,0.0,0.0,0.0 p39095,coal,0.0,0.0,0.0,0.0,0.0 -p39095,gas,0.0,0.0,0.0,0.0,0.0 +p39095,csp,0.0,0.0,0.0,0.0,0.0 +p39095,gas,67.5,135.0,135.0,135.0,135.0 p39095,geothermal,0.0,0.0,0.0,0.0,0.0 p39095,h2,0.0,0.0,0.0,0.0,0.0 p39095,hydro,0.0,0.0,0.0,0.0,0.0 p39095,nuclear,0.0,0.0,0.0,0.0,0.0 p39095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39095,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p39095,pv,0.0,0.0,0.0,0.0,0.0 p39095,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39095,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39097,battery,0.0,0.0,100.0,200.0,300.0 +p39097,battery,0.0,0.0,0.0,0.0,0.0 p39097,biomass,0.0,0.0,0.0,0.0,0.0 p39097,coal,0.0,0.0,0.0,0.0,0.0 +p39097,csp,0.0,0.0,0.0,0.0,0.0 p39097,gas,0.0,0.0,0.0,0.0,0.0 p39097,geothermal,0.0,0.0,0.0,0.0,0.0 p39097,h2,0.0,0.0,0.0,0.0,0.0 p39097,hydro,0.0,0.0,0.0,0.0,0.0 p39097,nuclear,0.0,0.0,0.0,0.0,0.0 p39097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39097,pv,477.5,955.0,1312.8999999999069,1670.7999999999302,2028.7 +p39097,pv,477.5,955.0,1187.8333333333721,1420.666666666686,1653.5 p39097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39099,csp,0.0,0.0,0.0,0.0,0.0 p39101,battery,0.0,0.0,0.0,0.0,0.0 p39101,biomass,0.0,0.0,0.0,0.0,0.0 p39101,coal,0.0,0.0,0.0,0.0,0.0 +p39101,csp,0.0,0.0,0.0,0.0,0.0 p39101,gas,0.0,0.0,0.0,0.0,0.0 p39101,geothermal,0.0,0.0,0.0,0.0,0.0 p39101,h2,0.0,0.0,0.0,0.0,0.0 p39101,hydro,0.0,0.0,0.0,0.0,0.0 p39101,nuclear,0.0,0.0,0.0,0.0,0.0 p39101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39101,pv,49.98,99.96,246.3566666666884,392.75333333335584,539.15 +p39101,pv,49.98,99.96,192.3933333333407,284.82666666668956,377.26 p39101,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39101,wind-ons,0.0,0.0,0.0,0.0,0.0 p39105,battery,0.0,0.0,0.0,0.0,0.0 p39105,biomass,0.0,0.0,0.0,0.0,0.0 p39105,coal,0.0,0.0,0.0,0.0,0.0 +p39105,csp,0.0,0.0,0.0,0.0,0.0 p39105,gas,0.0,0.0,0.0,0.0,0.0 p39105,geothermal,0.0,0.0,0.0,0.0,0.0 p39105,h2,0.0,0.0,0.0,0.0,0.0 p39105,hydro,0.0,0.0,0.0,0.0,0.0 p39105,nuclear,0.0,0.0,0.0,0.0,0.0 p39105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39105,pv,24.0,48.0,80.36666666668316,112.73333333335177,145.1 +p39105,pv,24.0,48.0,68.0,88.0,108.0 p39105,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39105,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39109,battery,0.0,0.0,18.0,36.0,54.0 +p39109,battery,0.0,0.0,0.0,0.0,0.0 p39109,biomass,0.0,0.0,0.0,0.0,0.0 p39109,coal,0.0,0.0,0.0,0.0,0.0 +p39109,csp,0.0,0.0,0.0,0.0,0.0 p39109,gas,0.0,0.0,0.0,0.0,0.0 p39109,geothermal,0.0,0.0,0.0,0.0,0.0 p39109,h2,0.0,0.0,0.0,0.0,0.0 p39109,hydro,0.0,0.0,0.0,0.0,0.0 p39109,nuclear,0.0,0.0,0.0,0.0,0.0 p39109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39109,pv,0.0,0.0,14.506666666664387,29.01333333333241,43.52 +p39109,pv,0.0,0.0,14.506666666668025,29.01333333333605,43.52 p39109,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39109,wind-ons,0.0,0.0,0.0,0.0,0.0 p39111,battery,0.0,0.0,0.0,0.0,0.0 p39111,biomass,0.0,0.0,0.0,0.0,0.0 p39111,coal,0.0,0.0,0.0,0.0,0.0 -p39111,gas,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p39111,csp,0.0,0.0,0.0,0.0,0.0 +p39111,gas,0.0,0.0,14.666666666664241,29.33333333333212,44.0 p39111,geothermal,0.0,0.0,0.0,0.0,0.0 p39111,h2,0.0,0.0,0.0,0.0,0.0 p39111,hydro,0.0,0.0,0.0,0.0,0.0 @@ -14351,45 +14641,37 @@ p39111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p39111,pv,0.0,0.0,0.0,0.0,0.0 p39111,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39111,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39113,battery,42.5,85.0,113.33333333333576,141.66666666666424,170.0 +p39113,battery,42.5,85.0,85.0,85.0,85.0 p39113,biomass,0.0,0.0,0.0,0.0,0.0 p39113,coal,0.0,0.0,0.0,0.0,0.0 +p39113,csp,0.0,0.0,0.0,0.0,0.0 p39113,gas,0.0,0.0,0.0,0.0,0.0 p39113,geothermal,0.0,0.0,0.0,0.0,0.0 p39113,h2,0.0,0.0,0.0,0.0,0.0 p39113,hydro,0.0,0.0,0.0,0.0,0.0 p39113,nuclear,0.0,0.0,0.0,0.0,0.0 p39113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39113,pv,0.0,0.0,37.66666666667152,75.33333333332848,113.0 +p39113,pv,24.95,49.9,64.90000000000146,79.90000000000146,94.9 p39113,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39113,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39115,battery,0.0,0.0,0.0,0.0,0.0 -p39115,biomass,0.0,0.0,0.0,0.0,0.0 -p39115,coal,0.0,0.0,0.0,0.0,0.0 -p39115,gas,0.0,0.0,0.0,0.0,0.0 -p39115,geothermal,0.0,0.0,0.0,0.0,0.0 -p39115,h2,0.0,0.0,0.0,0.0,0.0 -p39115,hydro,0.0,0.0,0.0,0.0,0.0 -p39115,nuclear,0.0,0.0,0.0,0.0,0.0 -p39115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39115,pv,0.0,0.0,41.66666666667152,83.33333333332848,125.0 -p39115,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p39115,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39117,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p39115,csp,0.0,0.0,0.0,0.0,0.0 +p39117,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p39117,biomass,0.0,0.0,0.0,0.0,0.0 p39117,coal,0.0,0.0,0.0,0.0,0.0 +p39117,csp,0.0,0.0,0.0,0.0,0.0 p39117,gas,0.0,0.0,0.0,0.0,0.0 p39117,geothermal,0.0,0.0,0.0,0.0,0.0 p39117,h2,0.0,0.0,0.0,0.0,0.0 p39117,hydro,0.0,0.0,0.0,0.0,0.0 p39117,nuclear,0.0,0.0,0.0,0.0,0.0 p39117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39117,pv,72.0,144.0,257.2333333333663,370.46666666670353,483.7 +p39117,pv,72.0,144.0,183.96666666665988,223.9333333333343,263.9 p39117,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39117,wind-ons,0.0,0.0,0.0,0.0,0.0 p39119,battery,0.0,0.0,0.0,0.0,0.0 p39119,biomass,0.0,0.0,0.0,0.0,0.0 p39119,coal,0.0,0.0,0.0,0.0,0.0 +p39119,csp,0.0,0.0,0.0,0.0,0.0 p39119,gas,0.0,0.0,0.0,0.0,0.0 p39119,geothermal,0.0,0.0,0.0,0.0,0.0 p39119,h2,0.0,0.0,0.0,0.0,0.0 @@ -14399,69 +14681,77 @@ p39119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p39119,pv,0.0,0.0,0.0,0.0,0.0 p39119,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39119,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39125,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p39123,csp,0.0,0.0,0.0,0.0,0.0 +p39125,battery,25.0,50.0,66.66666666667152,83.33333333333576,100.0 p39125,biomass,0.0,0.0,0.0,0.0,0.0 p39125,coal,0.0,0.0,0.0,0.0,0.0 +p39125,csp,0.0,0.0,0.0,0.0,0.0 p39125,gas,0.0,0.0,0.0,0.0,0.0 p39125,geothermal,0.0,0.0,0.0,0.0,0.0 p39125,h2,0.0,0.0,0.0,0.0,0.0 p39125,hydro,0.0,0.0,0.0,0.0,0.0 p39125,nuclear,0.0,0.0,0.0,0.0,0.0 p39125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39125,pv,0.0,0.0,69.28533333333326,138.5706666666665,207.856 +p39125,pv,24.95,49.9,49.9,49.9,49.9 p39125,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p39125,wind-ons,70.15,140.3,191.09999999999127,241.89999999999418,292.70000000000005 +p39125,wind-ons,70.15,140.3,140.3,140.3,140.3 p39127,battery,0.0,0.0,0.0,0.0,0.0 p39127,biomass,0.0,0.0,0.0,0.0,0.0 p39127,coal,0.0,0.0,0.0,0.0,0.0 +p39127,csp,0.0,0.0,0.0,0.0,0.0 p39127,gas,0.0,0.0,0.0,0.0,0.0 p39127,geothermal,0.0,0.0,0.0,0.0,0.0 p39127,h2,0.0,0.0,0.0,0.0,0.0 p39127,hydro,0.0,0.0,0.0,0.0,0.0 p39127,nuclear,0.0,0.0,0.0,0.0,0.0 p39127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39127,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p39127,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p39127,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39127,wind-ons,0.0,0.0,0.0,0.0,0.0 p39129,battery,0.0,0.0,50.0,100.0,150.0 p39129,biomass,0.0,0.0,0.0,0.0,0.0 p39129,coal,0.0,0.0,0.0,0.0,0.0 +p39129,csp,0.0,0.0,0.0,0.0,0.0 p39129,gas,0.0,0.0,0.0,0.0,0.0 p39129,geothermal,0.0,0.0,0.0,0.0,0.0 p39129,h2,0.0,0.0,0.0,0.0,0.0 p39129,hydro,0.0,0.0,0.0,0.0,0.0 p39129,nuclear,0.0,0.0,0.0,0.0,0.0 p39129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39129,pv,0.0,0.0,147.40000000002328,294.80000000004657,442.2 +p39129,pv,0.0,0.0,21.333333333328483,42.66666666666424,64.0 p39129,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39129,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39131,csp,0.0,0.0,0.0,0.0,0.0 p39135,battery,0.0,0.0,0.0,0.0,0.0 p39135,biomass,0.0,0.0,0.0,0.0,0.0 p39135,coal,0.0,0.0,0.0,0.0,0.0 +p39135,csp,0.0,0.0,0.0,0.0,0.0 p39135,gas,0.0,0.0,0.0,0.0,0.0 p39135,geothermal,0.0,0.0,0.0,0.0,0.0 p39135,h2,0.0,0.0,0.0,0.0,0.0 p39135,hydro,0.0,0.0,0.0,0.0,0.0 p39135,nuclear,0.0,0.0,0.0,0.0,0.0 p39135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39135,pv,0.0,0.0,42.31333333333896,84.62666666666337,126.94 +p39135,pv,83.95,167.9,177.5,187.10000000000218,196.7 p39135,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39135,wind-ons,0.0,0.0,0.0,0.0,0.0 p39137,battery,0.0,0.0,0.0,0.0,0.0 p39137,biomass,0.0,0.0,0.0,0.0,0.0 p39137,coal,0.0,0.0,0.0,0.0,0.0 +p39137,csp,0.0,0.0,0.0,0.0,0.0 p39137,gas,0.0,0.0,0.0,0.0,0.0 p39137,geothermal,0.0,0.0,0.0,0.0,0.0 p39137,h2,0.0,0.0,0.0,0.0,0.0 p39137,hydro,0.0,0.0,0.0,0.0,0.0 p39137,nuclear,0.0,0.0,0.0,0.0,0.0 p39137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39137,pv,75.0,150.0,223.65200000000186,297.3040000000037,370.956 +p39137,pv,0.0,0.0,50.0,100.0,150.0 p39137,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39137,wind-ons,0.0,0.0,0.0,0.0,0.0 p39139,battery,0.0,0.0,28.0,56.0,84.0 p39139,biomass,0.0,0.0,0.0,0.0,0.0 p39139,coal,0.0,0.0,0.0,0.0,0.0 +p39139,csp,0.0,0.0,0.0,0.0,0.0 p39139,gas,0.0,0.0,0.0,0.0,0.0 p39139,geothermal,0.0,0.0,0.0,0.0,0.0 p39139,h2,0.0,0.0,0.0,0.0,0.0 @@ -14471,141 +14761,145 @@ p39139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p39139,pv,0.0,0.0,0.0,0.0,0.0 p39139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39139,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39141,battery,0.0,0.0,0.0,0.0,0.0 -p39141,biomass,0.0,0.0,0.0,0.0,0.0 -p39141,coal,0.0,0.0,0.0,0.0,0.0 -p39141,gas,0.0,0.0,0.0,0.0,0.0 -p39141,geothermal,0.0,0.0,0.0,0.0,0.0 -p39141,h2,0.0,0.0,0.0,0.0,0.0 -p39141,hydro,0.0,0.0,0.0,0.0,0.0 -p39141,nuclear,0.0,0.0,0.0,0.0,0.0 -p39141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39141,pv,58.5,117.0,160.0,203.0,246.0 -p39141,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p39141,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39147,battery,0.0,0.0,0.0,0.0,0.0 +p39141,csp,0.0,0.0,0.0,0.0,0.0 +p39147,battery,0.0,0.0,35.0,70.0,105.0 p39147,biomass,0.0,0.0,0.0,0.0,0.0 p39147,coal,0.0,0.0,0.0,0.0,0.0 +p39147,csp,0.0,0.0,0.0,0.0,0.0 p39147,gas,0.0,0.0,0.0,0.0,0.0 p39147,geothermal,0.0,0.0,0.0,0.0,0.0 p39147,h2,0.0,0.0,0.0,0.0,0.0 p39147,hydro,0.0,0.0,0.0,0.0,0.0 p39147,nuclear,0.0,0.0,0.0,0.0,0.0 p39147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39147,pv,0.0,0.0,69.29999999998836,138.59999999997672,207.9 +p39147,pv,0.0,0.0,16.63333333333867,33.26666666667006,49.9 p39147,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39147,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39151,battery,0.0,0.0,0.0,0.0,0.0 -p39151,biomass,0.0,0.0,0.0,0.0,0.0 -p39151,coal,0.0,0.0,0.0,0.0,0.0 -p39151,gas,0.0,0.0,0.0,0.0,0.0 -p39151,geothermal,0.0,0.0,0.0,0.0,0.0 -p39151,h2,0.0,0.0,0.0,0.0,0.0 -p39151,hydro,0.0,0.0,0.0,0.0,0.0 -p39151,nuclear,0.0,0.0,0.0,0.0,0.0 -p39151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39151,pv,75.0,150.0,200.0,250.0,300.0 -p39151,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p39151,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39149,csp,0.0,0.0,0.0,0.0,0.0 +p39151,csp,0.0,0.0,0.0,0.0,0.0 p39155,battery,0.0,0.0,0.0,0.0,0.0 p39155,biomass,0.0,0.0,0.0,0.0,0.0 p39155,coal,0.0,0.0,0.0,0.0,0.0 -p39155,gas,470.0,940.0,1253.3333333333721,1566.6666666666279,1880.0 +p39155,csp,0.0,0.0,0.0,0.0,0.0 +p39155,gas,470.0,940.0,973.4843333333265,1006.9686666666676,1040.453 p39155,geothermal,0.0,0.0,0.0,0.0,0.0 p39155,h2,0.0,0.0,0.0,0.0,0.0 p39155,hydro,0.0,0.0,0.0,0.0,0.0 p39155,nuclear,0.0,0.0,0.0,0.0,0.0 p39155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39155,pv,0.0,0.0,16.33333333333576,32.66666666666424,49.0 +p39155,pv,0.0,0.0,16.333333333328483,32.66666666666424,49.0 p39155,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39155,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39157,csp,0.0,0.0,0.0,0.0,0.0 p39159,battery,0.0,0.0,0.0,0.0,0.0 p39159,biomass,0.0,0.0,0.0,0.0,0.0 p39159,coal,0.0,0.0,0.0,0.0,0.0 +p39159,csp,0.0,0.0,0.0,0.0,0.0 p39159,gas,0.0,0.0,0.0,0.0,0.0 p39159,geothermal,0.0,0.0,0.0,0.0,0.0 p39159,h2,0.0,0.0,0.0,0.0,0.0 p39159,hydro,0.0,0.0,0.0,0.0,0.0 p39159,nuclear,0.0,0.0,0.0,0.0,0.0 p39159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39159,pv,120.0,240.0,518.1966666666558,796.3933333333116,1074.5900000000001 +p39159,pv,120.0,240.0,418.8499999999767,597.7000000000116,776.55 p39159,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39159,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39161,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p39161,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p39161,biomass,0.0,0.0,0.0,0.0,0.0 p39161,coal,0.0,0.0,0.0,0.0,0.0 +p39161,csp,0.0,0.0,0.0,0.0,0.0 p39161,gas,0.0,0.0,0.0,0.0,0.0 p39161,geothermal,0.0,0.0,0.0,0.0,0.0 p39161,h2,0.0,0.0,0.0,0.0,0.0 p39161,hydro,0.0,0.0,0.0,0.0,0.0 p39161,nuclear,0.0,0.0,0.0,0.0,0.0 p39161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39161,pv,99.95,199.9,483.2666666666046,766.6333333333023,1050.0 +p39161,pv,99.95,199.9,338.2333333333954,476.56666666670935,614.9 p39161,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39161,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39163,battery,21.0,42.0,56.0,70.0,84.0 +p39163,battery,0.0,0.0,0.0,0.0,0.0 p39163,biomass,0.0,0.0,0.0,0.0,0.0 p39163,coal,0.0,0.0,0.0,0.0,0.0 +p39163,csp,0.0,0.0,0.0,0.0,0.0 p39163,gas,0.0,0.0,0.0,0.0,0.0 p39163,geothermal,0.0,0.0,0.0,0.0,0.0 p39163,h2,0.0,0.0,0.0,0.0,0.0 p39163,hydro,0.0,0.0,0.0,0.0,0.0 p39163,nuclear,0.0,0.0,0.0,0.0,0.0 p39163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39163,pv,0.0,0.0,15.83333333333212,31.66666666666788,47.5 +p39163,pv,62.5,125.0,125.0,125.0,125.0 p39163,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39163,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39169,battery,0.0,0.0,9.33333333333212,18.66666666666788,28.0 +p39165,csp,0.0,0.0,0.0,0.0,0.0 +p39167,battery,0.0,0.0,0.0,0.0,0.0 +p39167,biomass,0.0,0.0,0.0,0.0,0.0 +p39167,coal,0.0,0.0,0.0,0.0,0.0 +p39167,csp,0.0,0.0,0.0,0.0,0.0 +p39167,gas,0.0,0.0,8.0,16.0,24.0 +p39167,geothermal,0.0,0.0,0.0,0.0,0.0 +p39167,h2,0.0,0.0,0.0,0.0,0.0 +p39167,hydro,0.0,0.0,0.0,0.0,0.0 +p39167,nuclear,0.0,0.0,0.0,0.0,0.0 +p39167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39167,pv,0.0,0.0,0.0,0.0,0.0 +p39167,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39167,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39169,battery,0.0,0.0,0.0,0.0,0.0 p39169,biomass,0.0,0.0,0.0,0.0,0.0 p39169,coal,0.0,0.0,0.0,0.0,0.0 +p39169,csp,0.0,0.0,0.0,0.0,0.0 p39169,gas,0.0,0.0,0.0,0.0,0.0 p39169,geothermal,0.0,0.0,0.0,0.0,0.0 p39169,h2,0.0,0.0,0.0,0.0,0.0 p39169,hydro,0.0,0.0,0.0,0.0,0.0 p39169,nuclear,0.0,0.0,0.0,0.0,0.0 p39169,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39169,pv,60.0,120.0,160.0,200.0,240.0 +p39169,pv,60.0,120.0,120.0,120.0,120.0 p39169,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39169,wind-ons,0.0,0.0,0.0,0.0,0.0 p39171,battery,0.0,0.0,0.0,0.0,0.0 p39171,biomass,0.0,0.0,0.0,0.0,0.0 p39171,coal,0.0,0.0,0.0,0.0,0.0 +p39171,csp,0.0,0.0,0.0,0.0,0.0 p39171,gas,0.0,0.0,0.0,0.0,0.0 p39171,geothermal,0.0,0.0,0.0,0.0,0.0 p39171,h2,0.0,0.0,0.0,0.0,0.0 p39171,hydro,0.0,0.0,0.0,0.0,0.0 p39171,nuclear,0.0,0.0,0.0,0.0,0.0 p39171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39171,pv,24.5,49.0,65.33333333333576,81.66666666666424,98.0 +p39171,pv,0.0,0.0,0.0,0.0,0.0 p39171,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39171,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39173,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p39173,battery,0.0,0.0,0.0,0.0,0.0 p39173,biomass,0.0,0.0,0.0,0.0,0.0 p39173,coal,0.0,0.0,0.0,0.0,0.0 -p39173,gas,0.0,0.0,0.0,0.0,0.0 +p39173,csp,0.0,0.0,0.0,0.0,0.0 +p39173,gas,0.0,0.0,136.06666666670935,272.1333333333605,408.2 p39173,geothermal,0.0,0.0,0.0,0.0,0.0 p39173,h2,0.0,0.0,0.0,0.0,0.0 p39173,hydro,0.0,0.0,0.0,0.0,0.0 p39173,nuclear,0.0,0.0,0.0,0.0,0.0 p39173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39173,pv,25.0,50.0,138.0,226.0,314.0 +p39173,pv,31.0,62.0,146.0,230.0,314.0 p39173,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39173,wind-ons,0.0,0.0,0.0,0.0,0.0 -p39175,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p39175,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p39175,biomass,0.0,0.0,0.0,0.0,0.0 p39175,coal,0.0,0.0,0.0,0.0,0.0 +p39175,csp,0.0,0.0,0.0,0.0,0.0 p39175,gas,0.0,0.0,0.0,0.0,0.0 p39175,geothermal,0.0,0.0,0.0,0.0,0.0 p39175,h2,0.0,0.0,0.0,0.0,0.0 p39175,hydro,0.0,0.0,0.0,0.0,0.0 p39175,nuclear,0.0,0.0,0.0,0.0,0.0 p39175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p39175,pv,60.0,120.0,204.46666666664532,288.93333333331975,373.4 +p39175,pv,60.0,120.0,120.0,120.0,120.0 p39175,wind-ofs,0.0,0.0,0.0,0.0,0.0 p39175,wind-ons,0.0,0.0,0.0,0.0,0.0 p40003,battery,0.0,0.0,0.0,0.0,0.0 p40003,biomass,0.0,0.0,0.0,0.0,0.0 p40003,coal,0.0,0.0,0.0,0.0,0.0 +p40003,csp,0.0,0.0,0.0,0.0,0.0 p40003,gas,0.0,0.0,0.0,0.0,0.0 p40003,geothermal,0.0,0.0,0.0,0.0,0.0 p40003,h2,0.0,0.0,0.0,0.0,0.0 @@ -14614,46 +14908,50 @@ p40003,nuclear,0.0,0.0,0.0,0.0,0.0 p40003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40003,pv,0.0,0.0,0.0,0.0,0.0 p40003,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40003,wind-ons,88.0,176.0,234.66666666667152,293.3333333333285,352.0 -p40005,battery,0.0,0.0,0.0,0.0,0.0 +p40003,wind-ons,88.0,176.0,176.0,176.0,176.0 +p40005,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 p40005,biomass,0.0,0.0,0.0,0.0,0.0 p40005,coal,0.0,0.0,0.0,0.0,0.0 +p40005,csp,0.0,0.0,0.0,0.0,0.0 p40005,gas,0.0,0.0,0.0,0.0,0.0 p40005,geothermal,0.0,0.0,0.0,0.0,0.0 p40005,h2,0.0,0.0,0.0,0.0,0.0 p40005,hydro,0.0,0.0,0.0,0.0,0.0 p40005,nuclear,0.0,0.0,0.0,0.0,0.0 p40005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40005,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p40005,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p40005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40005,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40007,battery,0.0,0.0,50.0,100.0,150.0 +p40007,battery,0.0,0.0,137.71000000002095,275.4199999999837,413.13 p40007,biomass,0.0,0.0,0.0,0.0,0.0 p40007,coal,0.0,0.0,0.0,0.0,0.0 +p40007,csp,0.0,0.0,0.0,0.0,0.0 p40007,gas,0.0,0.0,0.0,0.0,0.0 p40007,geothermal,0.0,0.0,0.0,0.0,0.0 p40007,h2,0.0,0.0,0.0,0.0,0.0 p40007,hydro,0.0,0.0,0.0,0.0,0.0 p40007,nuclear,0.0,0.0,0.0,0.0,0.0 p40007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40007,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p40007,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p40007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40007,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40009,battery,0.0,0.0,67.66666666665697,135.33333333334303,203.0 +p40009,battery,0.0,0.0,0.0,0.0,0.0 p40009,biomass,0.0,0.0,0.0,0.0,0.0 p40009,coal,0.0,0.0,0.0,0.0,0.0 +p40009,csp,0.0,0.0,0.0,0.0,0.0 p40009,gas,0.0,0.0,0.0,0.0,0.0 p40009,geothermal,0.0,0.0,0.0,0.0,0.0 p40009,h2,0.0,0.0,0.0,0.0,0.0 p40009,hydro,0.0,0.0,0.0,0.0,0.0 p40009,nuclear,0.0,0.0,0.0,0.0,0.0 p40009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40009,pv,0.0,0.0,138.66666666668607,277.33333333331393,416.0 +p40009,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p40009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40009,wind-ons,0.0,0.0,0.0,0.0,0.0 p40011,battery,0.0,0.0,24.96666666666715,49.9333333333343,74.9 p40011,biomass,0.0,0.0,0.0,0.0,0.0 p40011,coal,0.0,0.0,0.0,0.0,0.0 +p40011,csp,0.0,0.0,0.0,0.0,0.0 p40011,gas,0.0,0.0,0.0,0.0,0.0 p40011,geothermal,0.0,0.0,0.0,0.0,0.0 p40011,h2,0.0,0.0,0.0,0.0,0.0 @@ -14663,34 +14961,37 @@ p40011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40011,pv,0.0,0.0,0.0,0.0,0.0 p40011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40013,battery,0.0,0.0,117.40000000002328,234.80000000001746,352.2 +p40013,battery,50.0,100.0,210.73333333336632,321.4666666666744,432.2 p40013,biomass,0.0,0.0,0.0,0.0,0.0 p40013,coal,0.0,0.0,0.0,0.0,0.0 +p40013,csp,0.0,0.0,0.0,0.0,0.0 p40013,gas,0.0,0.0,0.0,0.0,0.0 p40013,geothermal,0.0,0.0,0.0,0.0,0.0 p40013,h2,0.0,0.0,0.0,0.0,0.0 p40013,hydro,0.0,0.0,0.0,0.0,0.0 p40013,nuclear,0.0,0.0,0.0,0.0,0.0 p40013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40013,pv,26.1,52.2,89.89266666666663,127.58533333333617,165.27800000000002 +p40013,pv,26.1,52.2,154.89266666665208,257.5853333333216,360.27799999999996 p40013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40015,battery,0.0,0.0,240.0,480.0,720.0 +p40015,battery,0.0,0.0,0.0,0.0,0.0 p40015,biomass,0.0,0.0,0.0,0.0,0.0 p40015,coal,0.0,0.0,0.0,0.0,0.0 -p40015,gas,48.744,97.488,129.98399999999674,162.47999999999593,194.976 +p40015,csp,0.0,0.0,0.0,0.0,0.0 +p40015,gas,48.744,97.488,327.4880000000121,557.4880000000121,787.488 p40015,geothermal,0.0,0.0,0.0,0.0,0.0 p40015,h2,0.0,0.0,0.0,0.0,0.0 p40015,hydro,0.0,0.0,0.0,0.0,0.0 p40015,nuclear,0.0,0.0,0.0,0.0,0.0 p40015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40015,pv,150.0,300.0,400.0,500.0,600.0 +p40015,pv,150.0,300.0,391.66666666668607,483.33333333334303,575.0 p40015,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40015,wind-ons,0.0,0.0,76.66666666665697,153.33333333334303,230.0 -p40017,battery,50.0,100.0,250.0,400.0,550.0 +p40015,wind-ons,0.0,0.0,76.66666666668607,153.33333333334303,230.0 +p40017,battery,100.0,200.0,316.66666666668607,433.33333333334303,550.0 p40017,biomass,0.0,0.0,0.0,0.0,0.0 p40017,coal,0.0,0.0,0.0,0.0,0.0 -p40017,gas,0.0,0.0,0.0,0.0,0.0 +p40017,csp,0.0,0.0,0.0,0.0,0.0 +p40017,gas,0.0,0.0,200.0,400.0,600.0 p40017,geothermal,0.0,0.0,0.0,0.0,0.0 p40017,h2,0.0,0.0,0.0,0.0,0.0 p40017,hydro,0.0,0.0,0.0,0.0,0.0 @@ -14699,33 +15000,36 @@ p40017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40017,pv,0.0,0.0,0.0,0.0,0.0 p40017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40017,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40019,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p40019,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p40019,biomass,0.0,0.0,0.0,0.0,0.0 p40019,coal,0.0,0.0,0.0,0.0,0.0 +p40019,csp,0.0,0.0,0.0,0.0,0.0 p40019,gas,0.0,0.0,0.0,0.0,0.0 p40019,geothermal,0.0,0.0,0.0,0.0,0.0 p40019,h2,0.0,0.0,0.0,0.0,0.0 p40019,hydro,0.0,0.0,0.0,0.0,0.0 p40019,nuclear,0.0,0.0,0.0,0.0,0.0 p40019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40019,pv,0.0,0.0,224.66666666668607,449.33333333331393,674.0 +p40019,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p40019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40023,battery,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p40023,battery,0.0,0.0,0.0,0.0,0.0 p40023,biomass,0.0,0.0,0.0,0.0,0.0 p40023,coal,0.0,0.0,0.0,0.0,0.0 -p40023,gas,0.0,0.0,0.0,0.0,0.0 +p40023,csp,0.0,0.0,0.0,0.0,0.0 +p40023,gas,0.0,0.0,118.93333333331975,237.8666666666686,356.8 p40023,geothermal,0.0,0.0,0.0,0.0,0.0 p40023,h2,0.0,0.0,0.0,0.0,0.0 p40023,hydro,0.0,0.0,0.0,0.0,0.0 p40023,nuclear,0.0,0.0,0.0,0.0,0.0 p40023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40023,pv,42.5,85.0,224.0,363.0,502.0 +p40023,pv,42.5,85.0,264.0,443.0,622.0 p40023,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40023,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40027,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p40027,battery,0.0,0.0,133.0,266.0,399.0 p40027,biomass,0.0,0.0,0.0,0.0,0.0 p40027,coal,0.0,0.0,0.0,0.0,0.0 +p40027,csp,0.0,0.0,0.0,0.0,0.0 p40027,gas,0.0,0.0,0.0,0.0,0.0 p40027,geothermal,0.0,0.0,0.0,0.0,0.0 p40027,h2,0.0,0.0,0.0,0.0,0.0 @@ -14735,58 +15039,51 @@ p40027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40027,pv,0.0,0.0,0.0,0.0,0.0 p40027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40029,battery,0.0,0.0,50.0,100.0,150.0 +p40029,battery,0.0,0.0,0.0,0.0,0.0 p40029,biomass,0.0,0.0,0.0,0.0,0.0 p40029,coal,0.0,0.0,0.0,0.0,0.0 +p40029,csp,0.0,0.0,0.0,0.0,0.0 p40029,gas,0.0,0.0,0.0,0.0,0.0 p40029,geothermal,0.0,0.0,0.0,0.0,0.0 p40029,h2,0.0,0.0,0.0,0.0,0.0 p40029,hydro,0.0,0.0,0.0,0.0,0.0 p40029,nuclear,0.0,0.0,0.0,0.0,0.0 p40029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40029,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p40029,pv,0.0,0.0,233.33333333337214,466.66666666668607,700.0 p40029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40031,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p40031,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p40031,biomass,0.0,0.0,0.0,0.0,0.0 p40031,coal,0.0,0.0,0.0,0.0,0.0 -p40031,gas,0.0,0.0,0.0,0.0,0.0 +p40031,csp,0.0,0.0,0.0,0.0,0.0 +p40031,gas,0.0,0.0,496.0,992.0,1488.0 p40031,geothermal,0.0,0.0,0.0,0.0,0.0 p40031,h2,0.0,0.0,0.0,0.0,0.0 p40031,hydro,0.0,0.0,0.0,0.0,0.0 p40031,nuclear,0.0,0.0,0.0,0.0,0.0 p40031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40031,pv,125.0,250.0,500.0,750.0,1000.0 +p40031,pv,250.0,500.0,666.6666666666279,833.3333333333139,1000.0 p40031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40033,battery,0.0,0.0,0.0,0.0,0.0 -p40033,biomass,0.0,0.0,0.0,0.0,0.0 -p40033,coal,0.0,0.0,0.0,0.0,0.0 -p40033,gas,0.0,0.0,0.0,0.0,0.0 -p40033,geothermal,0.0,0.0,0.0,0.0,0.0 -p40033,h2,0.0,0.0,0.0,0.0,0.0 -p40033,hydro,0.0,0.0,0.0,0.0,0.0 -p40033,nuclear,0.0,0.0,0.0,0.0,0.0 -p40033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40033,pv,0.0,0.0,153.33333333331393,306.66666666668607,460.0 -p40033,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40033,csp,0.0,0.0,0.0,0.0,0.0 p40035,battery,0.0,0.0,0.0,0.0,0.0 p40035,biomass,0.0,0.0,0.0,0.0,0.0 p40035,coal,0.0,0.0,0.0,0.0,0.0 +p40035,csp,0.0,0.0,0.0,0.0,0.0 p40035,gas,0.0,0.0,0.0,0.0,0.0 p40035,geothermal,0.0,0.0,0.0,0.0,0.0 p40035,h2,0.0,0.0,0.0,0.0,0.0 p40035,hydro,0.0,0.0,0.0,0.0,0.0 p40035,nuclear,0.0,0.0,0.0,0.0,0.0 p40035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40035,pv,0.0,0.0,49.33333333332848,98.66666666667152,148.0 +p40035,pv,74.0,148.0,148.0,148.0,148.0 p40035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40035,wind-ons,0.0,0.0,100.0,200.0,300.0 -p40037,battery,88.45,176.9,235.8666666666686,294.8333333333285,353.8 +p40037,battery,88.45,176.9,210.2333333333372,243.5666666666657,276.9 p40037,biomass,0.0,0.0,0.0,0.0,0.0 p40037,coal,0.0,0.0,0.0,0.0,0.0 -p40037,gas,230.0,460.0,613.3333333333139,766.6666666666861,920.0 +p40037,csp,0.0,0.0,0.0,0.0,0.0 +p40037,gas,230.0,460.0,926.6666666667443,1393.3333333333721,1860.0 p40037,geothermal,0.0,0.0,0.0,0.0,0.0 p40037,h2,0.0,0.0,0.0,0.0,0.0 p40037,hydro,0.0,0.0,0.0,0.0,0.0 @@ -14798,6 +15095,7 @@ p40037,wind-ons,0.0,0.0,0.0,0.0,0.0 p40039,battery,0.0,0.0,40.0,80.0,120.0 p40039,biomass,0.0,0.0,0.0,0.0,0.0 p40039,coal,0.0,0.0,0.0,0.0,0.0 +p40039,csp,0.0,0.0,0.0,0.0,0.0 p40039,gas,0.0,0.0,0.0,0.0,0.0 p40039,geothermal,0.0,0.0,0.0,0.0,0.0 p40039,h2,0.0,0.0,0.0,0.0,0.0 @@ -14807,21 +15105,10 @@ p40039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40039,pv,0.0,0.0,0.0,0.0,0.0 p40039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40039,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40041,battery,0.0,0.0,0.0,0.0,0.0 -p40041,biomass,0.0,0.0,0.0,0.0,0.0 -p40041,coal,0.0,0.0,0.0,0.0,0.0 -p40041,gas,0.0,0.0,0.0,0.0,0.0 -p40041,geothermal,0.0,0.0,0.0,0.0,0.0 -p40041,h2,0.0,0.0,0.0,0.0,0.0 -p40041,hydro,0.0,0.0,0.0,0.0,0.0 -p40041,nuclear,0.0,0.0,0.0,0.0,0.0 -p40041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40041,pv,0.0,0.0,0.0,0.0,0.0 -p40041,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40041,wind-ons,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p40043,battery,42.5,85.0,113.33333333333576,141.66666666666424,170.0 +p40043,battery,42.5,85.0,154.66666666668607,224.33333333334303,294.0 p40043,biomass,0.0,0.0,0.0,0.0,0.0 p40043,coal,0.0,0.0,0.0,0.0,0.0 +p40043,csp,0.0,0.0,0.0,0.0,0.0 p40043,gas,0.0,0.0,0.0,0.0,0.0 p40043,geothermal,0.0,0.0,0.0,0.0,0.0 p40043,h2,0.0,0.0,0.0,0.0,0.0 @@ -14830,70 +15117,75 @@ p40043,nuclear,0.0,0.0,0.0,0.0,0.0 p40043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40043,pv,0.0,0.0,0.0,0.0,0.0 p40043,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40043,wind-ons,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p40043,wind-ons,0.0,0.0,13.96333333333314,27.92666666666628,41.89 p40045,battery,0.0,0.0,0.0,0.0,0.0 p40045,biomass,0.0,0.0,0.0,0.0,0.0 p40045,coal,0.0,0.0,0.0,0.0,0.0 +p40045,csp,0.0,0.0,0.0,0.0,0.0 p40045,gas,0.0,0.0,0.0,0.0,0.0 p40045,geothermal,0.0,0.0,0.0,0.0,0.0 p40045,h2,0.0,0.0,0.0,0.0,0.0 p40045,hydro,0.0,0.0,0.0,0.0,0.0 p40045,nuclear,0.0,0.0,0.0,0.0,0.0 p40045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40045,pv,75.9,151.8,202.40000000000873,253.00000000001455,303.6 +p40045,pv,75.9,151.8,151.8,151.8,151.8 p40045,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40045,wind-ons,82.8,165.6,220.8000000000029,276.0,331.2 -p40047,battery,61.0,122.0,188.66666666665697,255.33333333334303,322.0 +p40045,wind-ons,82.8,165.6,165.6,165.6,165.6 +p40047,battery,126.0,252.0,252.0,252.0,252.0 p40047,biomass,0.0,0.0,0.0,0.0,0.0 p40047,coal,0.0,0.0,0.0,0.0,0.0 +p40047,csp,0.0,0.0,0.0,0.0,0.0 p40047,gas,0.0,0.0,0.0,0.0,0.0 p40047,geothermal,0.0,0.0,0.0,0.0,0.0 p40047,h2,0.0,0.0,0.0,0.0,0.0 p40047,hydro,0.0,0.0,0.0,0.0,0.0 p40047,nuclear,0.0,0.0,0.0,0.0,0.0 p40047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40047,pv,125.0,250.0,333.33333333334303,416.66666666665697,500.0 +p40047,pv,125.0,250.0,250.0,250.0,250.0 p40047,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40049,battery,0.0,0.0,50.0,100.0,150.0 +p40047,wind-ons,0.0,0.0,16.55999999999767,33.11999999999534,49.68 +p40049,battery,0.0,0.0,0.0,0.0,0.0 p40049,biomass,0.0,0.0,0.0,0.0,0.0 p40049,coal,0.0,0.0,0.0,0.0,0.0 +p40049,csp,0.0,0.0,0.0,0.0,0.0 p40049,gas,0.0,0.0,0.0,0.0,0.0 p40049,geothermal,0.0,0.0,0.0,0.0,0.0 p40049,h2,0.0,0.0,0.0,0.0,0.0 p40049,hydro,0.0,0.0,0.0,0.0,0.0 p40049,nuclear,0.0,0.0,0.0,0.0,0.0 p40049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40049,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p40049,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p40049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40049,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40051,battery,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p40051,battery,0.0,0.0,150.0,300.0,450.0 p40051,biomass,0.0,0.0,0.0,0.0,0.0 p40051,coal,0.0,0.0,0.0,0.0,0.0 +p40051,csp,0.0,0.0,0.0,0.0,0.0 p40051,gas,0.0,0.0,0.0,0.0,0.0 p40051,geothermal,0.0,0.0,0.0,0.0,0.0 p40051,h2,0.0,0.0,0.0,0.0,0.0 p40051,hydro,0.0,0.0,0.0,0.0,0.0 p40051,nuclear,0.0,0.0,0.0,0.0,0.0 p40051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40051,pv,251.0,502.0,669.3333333333139,836.6666666666861,1004.0 +p40051,pv,251.0,502.0,682.0,862.0,1042.0 p40051,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40051,wind-ons,107.5,215.0,286.66666666665697,358.33333333334303,430.0 -p40061,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p40061,biomass,0.0,0.0,0.0,0.0,0.0 -p40061,coal,0.0,0.0,0.0,0.0,0.0 -p40061,gas,0.0,0.0,0.0,0.0,0.0 -p40061,geothermal,0.0,0.0,0.0,0.0,0.0 -p40061,h2,0.0,0.0,0.0,0.0,0.0 -p40061,hydro,0.0,0.0,0.0,0.0,0.0 -p40061,nuclear,0.0,0.0,0.0,0.0,0.0 -p40061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40061,pv,0.0,0.0,0.0,0.0,0.0 -p40061,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40051,wind-ons,107.5,215.0,215.0,215.0,215.0 +p40053,battery,0.0,0.0,0.0,0.0,0.0 +p40053,biomass,0.0,0.0,0.0,0.0,0.0 +p40053,coal,0.0,0.0,0.0,0.0,0.0 +p40053,gas,0.0,0.0,0.0,0.0,0.0 +p40053,geothermal,0.0,0.0,0.0,0.0,0.0 +p40053,h2,0.0,0.0,0.0,0.0,0.0 +p40053,hydro,0.0,0.0,0.0,0.0,0.0 +p40053,nuclear,0.0,0.0,0.0,0.0,0.0 +p40053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40053,pv,0.0,0.0,0.0,0.0,0.0 +p40053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40053,wind-ons,0.0,0.0,100.0,200.0,300.0 p40063,battery,0.0,0.0,0.0,0.0,0.0 p40063,biomass,0.0,0.0,0.0,0.0,0.0 p40063,coal,0.0,0.0,0.0,0.0,0.0 +p40063,csp,0.0,0.0,0.0,0.0,0.0 p40063,gas,0.0,0.0,0.0,0.0,0.0 p40063,geothermal,0.0,0.0,0.0,0.0,0.0 p40063,h2,0.0,0.0,0.0,0.0,0.0 @@ -14902,46 +15194,50 @@ p40063,nuclear,0.0,0.0,0.0,0.0,0.0 p40063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40063,pv,0.0,0.0,60.0,120.0,180.0 p40063,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40063,wind-ons,0.0,0.0,84.0,168.0,252.0 +p40063,wind-ons,0.0,0.0,0.0,0.0,0.0 p40065,battery,0.0,0.0,0.0,0.0,0.0 p40065,biomass,0.0,0.0,0.0,0.0,0.0 p40065,coal,0.0,0.0,0.0,0.0,0.0 +p40065,csp,0.0,0.0,0.0,0.0,0.0 p40065,gas,0.0,0.0,0.0,0.0,0.0 p40065,geothermal,0.0,0.0,0.0,0.0,0.0 p40065,h2,0.0,0.0,0.0,0.0,0.0 p40065,hydro,0.0,0.0,0.0,0.0,0.0 p40065,nuclear,0.0,0.0,0.0,0.0,0.0 p40065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40065,pv,0.0,0.0,77.66666666665697,155.33333333334303,233.0 +p40065,pv,0.0,0.0,157.66666666662786,315.33333333331393,473.0 p40065,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40065,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40069,battery,50.0,100.0,231.66666666668607,363.33333333331393,495.0 +p40069,battery,50.0,100.0,226.66666666668607,353.33333333334303,480.0 p40069,biomass,0.0,0.0,0.0,0.0,0.0 p40069,coal,0.0,0.0,0.0,0.0,0.0 -p40069,gas,0.0,0.0,0.0,0.0,0.0 +p40069,csp,0.0,0.0,0.0,0.0,0.0 +p40069,gas,0.0,0.0,433.3333333332557,866.6666666666279,1300.0 p40069,geothermal,0.0,0.0,0.0,0.0,0.0 p40069,h2,0.0,0.0,0.0,0.0,0.0 p40069,hydro,0.0,0.0,0.0,0.0,0.0 p40069,nuclear,0.0,0.0,0.0,0.0,0.0 p40069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40069,pv,150.0,300.0,400.0,500.0,600.0 +p40069,pv,150.0,300.0,483.33333333337214,666.6666666666861,850.0 p40069,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40069,wind-ons,129.0,258.0,344.0,430.0,516.0 -p40071,battery,0.0,0.0,152.19999999995343,304.3999999999651,456.6 +p40069,wind-ons,129.0,258.0,341.33333333331393,424.66666666665697,508.0 +p40071,battery,151.0,302.0,318.6666666666715,335.33333333333576,352.0 p40071,biomass,0.0,0.0,0.0,0.0,0.0 p40071,coal,0.0,0.0,0.0,0.0,0.0 -p40071,gas,0.0,0.0,0.0,0.0,0.0 +p40071,csp,0.0,0.0,0.0,0.0,0.0 +p40071,gas,0.0,0.0,41.333333333343035,82.66666666667152,124.0 p40071,geothermal,0.0,0.0,0.0,0.0,0.0 p40071,h2,0.0,0.0,0.0,0.0,0.0 p40071,hydro,0.0,0.0,0.0,0.0,0.0 p40071,nuclear,0.0,0.0,0.0,0.0,0.0 p40071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40071,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p40071,pv,0.0,0.0,0.0,0.0,0.0 p40071,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40071,wind-ons,84.6,169.2,269.20000000001164,369.20000000001164,469.2 -p40073,battery,37.05,74.1,150.7666666666628,227.43333333334886,304.1 +p40071,wind-ons,32.3,64.6,164.60000000000582,264.6000000000058,364.6 +p40073,battery,37.05,74.1,150.7666666666919,227.43333333334886,304.1 p40073,biomass,0.0,0.0,0.0,0.0,0.0 p40073,coal,0.0,0.0,0.0,0.0,0.0 +p40073,csp,0.0,0.0,0.0,0.0,0.0 p40073,gas,0.0,0.0,0.0,0.0,0.0 p40073,geothermal,0.0,0.0,0.0,0.0,0.0 p40073,h2,0.0,0.0,0.0,0.0,0.0 @@ -14950,59 +15246,63 @@ p40073,nuclear,0.0,0.0,0.0,0.0,0.0 p40073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40073,pv,0.0,0.0,0.0,0.0,0.0 p40073,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40073,wind-ons,300.0,600.0,800.0,1000.0,1200.0 +p40073,wind-ons,300.0,600.0,600.0,600.0,600.0 p40075,battery,0.0,0.0,0.0,0.0,0.0 p40075,biomass,0.0,0.0,0.0,0.0,0.0 p40075,coal,0.0,0.0,0.0,0.0,0.0 +p40075,csp,0.0,0.0,0.0,0.0,0.0 p40075,gas,0.0,0.0,0.0,0.0,0.0 p40075,geothermal,0.0,0.0,0.0,0.0,0.0 p40075,h2,0.0,0.0,0.0,0.0,0.0 p40075,hydro,0.0,0.0,0.0,0.0,0.0 p40075,nuclear,0.0,0.0,0.0,0.0,0.0 p40075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40075,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p40075,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 p40075,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40075,wind-ons,0.0,0.0,0.0,0.0,0.0 p40079,battery,0.0,0.0,0.0,0.0,0.0 p40079,biomass,0.0,0.0,0.0,0.0,0.0 p40079,coal,0.0,0.0,0.0,0.0,0.0 -p40079,gas,0.0,0.0,0.0,0.0,0.0 +p40079,gas,0.0,0.0,45.333333333343035,90.66666666667152,136.0 p40079,geothermal,0.0,0.0,0.0,0.0,0.0 p40079,h2,0.0,0.0,0.0,0.0,0.0 p40079,hydro,0.0,0.0,0.0,0.0,0.0 p40079,nuclear,0.0,0.0,0.0,0.0,0.0 p40079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40079,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p40079,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p40079,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40079,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40081,battery,36.25,72.5,96.66666666666424,120.83333333333576,145.0 +p40081,battery,36.25,72.5,138.83333333331393,205.16666666665697,271.5 p40081,biomass,0.0,0.0,0.0,0.0,0.0 p40081,coal,0.0,0.0,0.0,0.0,0.0 +p40081,csp,0.0,0.0,0.0,0.0,0.0 p40081,gas,0.0,0.0,0.0,0.0,0.0 p40081,geothermal,0.0,0.0,0.0,0.0,0.0 p40081,h2,0.0,0.0,0.0,0.0,0.0 p40081,hydro,0.0,0.0,0.0,0.0,0.0 p40081,nuclear,0.0,0.0,0.0,0.0,0.0 p40081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40081,pv,36.25,72.5,136.16666666667152,199.83333333332848,263.5 +p40081,pv,36.25,72.5,162.83333333331393,253.16666666665697,343.5 p40081,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40081,wind-ons,48.75,97.5,130.0,162.5,195.0 +p40081,wind-ons,48.75,97.5,164.16666666668607,230.83333333334303,297.5 p40083,battery,0.0,0.0,50.0,100.0,150.0 p40083,biomass,0.0,0.0,0.0,0.0,0.0 p40083,coal,0.0,0.0,0.0,0.0,0.0 +p40083,csp,0.0,0.0,0.0,0.0,0.0 p40083,gas,0.0,0.0,0.0,0.0,0.0 p40083,geothermal,0.0,0.0,0.0,0.0,0.0 p40083,h2,0.0,0.0,0.0,0.0,0.0 p40083,hydro,0.0,0.0,0.0,0.0,0.0 p40083,nuclear,0.0,0.0,0.0,0.0,0.0 p40083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40083,pv,0.0,0.0,55.33333333332848,110.66666666667152,166.0 +p40083,pv,0.0,0.0,0.0,0.0,0.0 p40083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40087,battery,0.0,0.0,0.0,0.0,0.0 +p40087,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 p40087,biomass,0.0,0.0,0.0,0.0,0.0 p40087,coal,0.0,0.0,0.0,0.0,0.0 -p40087,gas,0.0,0.0,165.19999999995343,330.3999999999651,495.6 +p40087,csp,0.0,0.0,0.0,0.0,0.0 +p40087,gas,0.0,0.0,165.33333333337214,330.66666666668607,496.0 p40087,geothermal,0.0,0.0,0.0,0.0,0.0 p40087,h2,0.0,0.0,0.0,0.0,0.0 p40087,hydro,0.0,0.0,0.0,0.0,0.0 @@ -15011,81 +15311,100 @@ p40087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40087,pv,0.0,0.0,0.0,0.0,0.0 p40087,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40087,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40089,battery,0.0,0.0,50.0,100.0,150.0 +p40089,battery,0.0,0.0,0.0,0.0,0.0 p40089,biomass,0.0,0.0,0.0,0.0,0.0 p40089,coal,0.0,0.0,0.0,0.0,0.0 +p40089,csp,0.0,0.0,0.0,0.0,0.0 p40089,gas,0.0,0.0,0.0,0.0,0.0 p40089,geothermal,0.0,0.0,0.0,0.0,0.0 p40089,h2,0.0,0.0,0.0,0.0,0.0 p40089,hydro,0.0,0.0,0.0,0.0,0.0 p40089,nuclear,0.0,0.0,0.0,0.0,0.0 p40089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40089,pv,0.0,0.0,168.8666666666395,337.733333333279,506.6 +p40089,pv,100.8,201.6,253.2666666666628,304.9333333333343,356.6 p40089,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40089,wind-ons,0.0,0.0,0.0,0.0,0.0 p40091,battery,0.0,0.0,0.0,0.0,0.0 p40091,biomass,0.0,0.0,0.0,0.0,0.0 p40091,coal,0.0,0.0,0.0,0.0,0.0 +p40091,csp,0.0,0.0,0.0,0.0,0.0 p40091,gas,0.0,0.0,0.0,0.0,0.0 p40091,geothermal,0.0,0.0,0.0,0.0,0.0 p40091,h2,0.0,0.0,0.0,0.0,0.0 p40091,hydro,0.0,0.0,0.0,0.0,0.0 p40091,nuclear,0.0,0.0,0.0,0.0,0.0 p40091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40091,pv,0.0,0.0,0.0,0.0,0.0 +p40091,pv,0.0,0.0,167.0,334.0,501.0 p40091,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40091,wind-ons,0.0,0.0,156.95333333330927,313.90666666661855,470.86 -p40095,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p40091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40095,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p40095,biomass,0.0,0.0,0.0,0.0,0.0 p40095,coal,0.0,0.0,0.0,0.0,0.0 +p40095,csp,0.0,0.0,0.0,0.0,0.0 p40095,gas,0.0,0.0,0.0,0.0,0.0 p40095,geothermal,0.0,0.0,0.0,0.0,0.0 p40095,h2,0.0,0.0,0.0,0.0,0.0 p40095,hydro,0.0,0.0,0.0,0.0,0.0 p40095,nuclear,0.0,0.0,0.0,0.0,0.0 p40095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40095,pv,0.0,0.0,73.33333333334303,146.66666666665697,220.0 +p40095,pv,0.0,0.0,0.0,0.0,0.0 p40095,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40095,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40097,battery,0.0,0.0,190.40000000002328,380.80000000004657,571.2 +p40097,battery,50.0,100.0,290.4000000000233,480.79999999998836,671.2 p40097,biomass,0.0,0.0,0.0,0.0,0.0 -p40097,coal,0.0,0.0,0.0,0.0,0.0 -p40097,gas,51.0,102.0,136.0,170.0,204.0 +p40097,coal,0.0,0.0,150.0,300.0,450.0 +p40097,csp,0.0,0.0,0.0,0.0,0.0 +p40097,gas,348.0,696.0,696.0,696.0,696.0 p40097,geothermal,0.0,0.0,0.0,0.0,0.0 p40097,h2,0.0,0.0,0.0,0.0,0.0 p40097,hydro,0.0,0.0,0.0,0.0,0.0 p40097,nuclear,0.0,0.0,0.0,0.0,0.0 p40097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40097,pv,185.6,371.2,724.8666666665813,1078.5333333333256,1432.2 +p40097,pv,310.6,621.2,821.2000000000116,1021.2000000000116,1221.2 p40097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40101,battery,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p40099,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p40099,biomass,0.0,0.0,0.0,0.0,0.0 +p40099,coal,0.0,0.0,0.0,0.0,0.0 +p40099,gas,0.0,0.0,0.0,0.0,0.0 +p40099,geothermal,0.0,0.0,0.0,0.0,0.0 +p40099,h2,0.0,0.0,0.0,0.0,0.0 +p40099,hydro,0.0,0.0,0.0,0.0,0.0 +p40099,nuclear,0.0,0.0,0.0,0.0,0.0 +p40099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40099,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p40099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40101,battery,87.5,175.0,209.0,243.0,277.0 p40101,biomass,0.0,0.0,0.0,0.0,0.0 p40101,coal,0.0,0.0,0.0,0.0,0.0 +p40101,csp,0.0,0.0,0.0,0.0,0.0 p40101,gas,0.0,0.0,0.0,0.0,0.0 p40101,geothermal,0.0,0.0,0.0,0.0,0.0 p40101,h2,0.0,0.0,0.0,0.0,0.0 p40101,hydro,0.0,0.0,0.0,0.0,0.0 p40101,nuclear,0.0,0.0,0.0,0.0,0.0 p40101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40101,pv,100.0,200.0,300.0,400.0,500.0 +p40101,pv,250.0,500.0,630.0,760.0,890.0 p40101,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40101,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40103,battery,0.0,0.0,24.96666666666715,49.9333333333343,74.9 +p40103,battery,37.45,74.9,224.23333333339542,373.56666666670935,522.9 p40103,biomass,0.0,0.0,0.0,0.0,0.0 p40103,coal,0.0,0.0,0.0,0.0,0.0 +p40103,csp,0.0,0.0,0.0,0.0,0.0 p40103,gas,0.0,0.0,0.0,0.0,0.0 p40103,geothermal,0.0,0.0,0.0,0.0,0.0 p40103,h2,0.0,0.0,0.0,0.0,0.0 p40103,hydro,0.0,0.0,0.0,0.0,0.0 p40103,nuclear,0.0,0.0,0.0,0.0,0.0 p40103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40103,pv,0.0,0.0,117.0,234.0,351.0 +p40103,pv,115.5,231.0,271.0,311.0,351.0 p40103,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40103,wind-ons,0.0,0.0,0.0,0.0,0.0 p40105,battery,0.0,0.0,0.0,0.0,0.0 p40105,biomass,0.0,0.0,0.0,0.0,0.0 p40105,coal,0.0,0.0,0.0,0.0,0.0 +p40105,csp,0.0,0.0,0.0,0.0,0.0 p40105,gas,0.0,0.0,0.0,0.0,0.0 p40105,geothermal,0.0,0.0,0.0,0.0,0.0 p40105,h2,0.0,0.0,0.0,0.0,0.0 @@ -15094,10 +15413,11 @@ p40105,nuclear,0.0,0.0,0.0,0.0,0.0 p40105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40105,pv,0.0,0.0,0.0,0.0,0.0 p40105,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40105,wind-ons,0.0,0.0,421.39999999990687,842.7999999999302,1264.2 +p40105,wind-ons,0.0,0.0,511.6666666667443,1023.3333333333721,1535.0 p40107,battery,0.0,0.0,0.0,0.0,0.0 p40107,biomass,0.0,0.0,0.0,0.0,0.0 p40107,coal,0.0,0.0,0.0,0.0,0.0 +p40107,csp,0.0,0.0,0.0,0.0,0.0 p40107,gas,0.0,0.0,0.0,0.0,0.0 p40107,geothermal,0.0,0.0,0.0,0.0,0.0 p40107,h2,0.0,0.0,0.0,0.0,0.0 @@ -15106,11 +15426,12 @@ p40107,nuclear,0.0,0.0,0.0,0.0,0.0 p40107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40107,pv,0.0,0.0,0.0,0.0,0.0 p40107,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40107,wind-ons,0.0,0.0,180.96666666673264,361.93333333340706,542.9 -p40109,battery,50.0,100.0,358.33333333331393,616.6666666666861,875.0 +p40107,wind-ons,0.0,0.0,119.46666666664532,238.93333333331975,358.4 +p40109,battery,50.0,100.0,377.3333333332557,654.6666666666279,932.0 p40109,biomass,0.0,0.0,0.0,0.0,0.0 p40109,coal,0.0,0.0,0.0,0.0,0.0 -p40109,gas,47.121,94.242,423.4419999999227,752.6419999998761,1081.842 +p40109,csp,0.0,0.0,0.0,0.0,0.0 +p40109,gas,293.121,586.242,1498.5753333335742,2410.90866666683,3323.242 p40109,geothermal,0.0,0.0,0.0,0.0,0.0 p40109,h2,0.0,0.0,0.0,0.0,0.0 p40109,hydro,0.0,0.0,0.0,0.0,0.0 @@ -15118,22 +15439,12 @@ p40109,nuclear,0.0,0.0,0.0,0.0,0.0 p40109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40109,pv,0.0,0.0,0.0,0.0,0.0 p40109,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40109,wind-ons,372.5,745.0,993.3333333333139,1241.666666666686,1490.0 -p40113,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p40113,biomass,0.0,0.0,0.0,0.0,0.0 -p40113,coal,0.0,0.0,0.0,0.0,0.0 -p40113,gas,0.0,0.0,0.0,0.0,0.0 -p40113,geothermal,0.0,0.0,0.0,0.0,0.0 -p40113,h2,0.0,0.0,0.0,0.0,0.0 -p40113,hydro,0.0,0.0,0.0,0.0,0.0 -p40113,nuclear,0.0,0.0,0.0,0.0,0.0 -p40113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40113,pv,0.0,0.0,0.0,0.0,0.0 -p40113,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40113,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40109,wind-ons,372.5,745.0,745.0,745.0,745.0 +p40113,csp,0.0,0.0,0.0,0.0,0.0 p40117,battery,0.0,0.0,50.0,100.0,150.0 p40117,biomass,0.0,0.0,0.0,0.0,0.0 p40117,coal,0.0,0.0,0.0,0.0,0.0 +p40117,csp,0.0,0.0,0.0,0.0,0.0 p40117,gas,0.0,0.0,0.0,0.0,0.0 p40117,geothermal,0.0,0.0,0.0,0.0,0.0 p40117,h2,0.0,0.0,0.0,0.0,0.0 @@ -15142,34 +15453,37 @@ p40117,nuclear,0.0,0.0,0.0,0.0,0.0 p40117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40117,pv,0.0,0.0,0.0,0.0,0.0 p40117,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40117,wind-ons,124.2,248.4,331.19999999998254,413.9999999999709,496.8 +p40117,wind-ons,109.98,219.96,219.96,219.96,219.96 p40119,battery,0.0,0.0,0.0,0.0,0.0 p40119,biomass,0.0,0.0,0.0,0.0,0.0 p40119,coal,0.0,0.0,0.0,0.0,0.0 -p40119,gas,230.0,460.0,613.3333333333139,766.6666666666861,920.0 +p40119,csp,0.0,0.0,0.0,0.0,0.0 +p40119,gas,230.0,460.0,918.8666666665813,1377.733333333279,1836.6 p40119,geothermal,0.0,0.0,0.0,0.0,0.0 p40119,h2,0.0,0.0,0.0,0.0,0.0 p40119,hydro,0.0,0.0,0.0,0.0,0.0 p40119,nuclear,0.0,0.0,0.0,0.0,0.0 p40119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40119,pv,88.45,176.9,235.8666666666686,294.8333333333285,353.8 +p40119,pv,88.45,176.9,176.9,176.9,176.9 p40119,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40119,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40121,battery,0.0,0.0,0.0,0.0,0.0 +p40119,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p40121,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 p40121,biomass,0.0,0.0,0.0,0.0,0.0 p40121,coal,0.0,0.0,0.0,0.0,0.0 -p40121,gas,0.0,0.0,0.0,0.0,0.0 +p40121,csp,0.0,0.0,0.0,0.0,0.0 +p40121,gas,0.0,0.0,348.3333333332557,696.6666666666279,1045.0 p40121,geothermal,0.0,0.0,0.0,0.0,0.0 p40121,h2,0.0,0.0,0.0,0.0,0.0 p40121,hydro,0.0,0.0,0.0,0.0,0.0 p40121,nuclear,0.0,0.0,0.0,0.0,0.0 p40121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40121,pv,0.0,0.0,30.274666666671692,60.54933333333611,90.824 +p40121,pv,0.0,0.0,30.274666666664416,60.54933333332883,90.824 p40121,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40121,wind-ons,0.0,0.0,143.33333333331393,286.66666666668607,430.0 -p40123,battery,0.0,0.0,0.0,0.0,0.0 +p40121,wind-ons,107.5,215.0,298.33333333331393,381.66666666665697,465.0 +p40123,battery,0.0,0.0,41.0,82.0,123.0 p40123,biomass,0.0,0.0,0.0,0.0,0.0 p40123,coal,0.0,0.0,0.0,0.0,0.0 +p40123,csp,0.0,0.0,0.0,0.0,0.0 p40123,gas,0.0,0.0,0.0,0.0,0.0 p40123,geothermal,0.0,0.0,0.0,0.0,0.0 p40123,h2,0.0,0.0,0.0,0.0,0.0 @@ -15178,154 +15492,179 @@ p40123,nuclear,0.0,0.0,0.0,0.0,0.0 p40123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p40123,pv,0.0,0.0,0.0,0.0,0.0 p40123,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40123,wind-ons,75.45,150.9,201.1999999999971,251.5,301.8 +p40123,wind-ons,73.75,147.5,147.5,147.5,147.5 p40125,battery,0.0,0.0,50.0,100.0,150.0 p40125,biomass,0.0,0.0,0.0,0.0,0.0 p40125,coal,0.0,0.0,0.0,0.0,0.0 +p40125,csp,0.0,0.0,0.0,0.0,0.0 p40125,gas,0.0,0.0,0.0,0.0,0.0 p40125,geothermal,0.0,0.0,0.0,0.0,0.0 p40125,h2,0.0,0.0,0.0,0.0,0.0 p40125,hydro,0.0,0.0,0.0,0.0,0.0 p40125,nuclear,0.0,0.0,0.0,0.0,0.0 p40125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40125,pv,0.0,0.0,50.0,100.0,150.0 +p40125,pv,0.0,0.0,0.0,0.0,0.0 p40125,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40125,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40129,battery,0.0,0.0,100.0,200.0,300.0 -p40129,biomass,0.0,0.0,0.0,0.0,0.0 -p40129,coal,0.0,0.0,0.0,0.0,0.0 -p40129,gas,0.0,0.0,0.0,0.0,0.0 -p40129,geothermal,0.0,0.0,0.0,0.0,0.0 -p40129,h2,0.0,0.0,0.0,0.0,0.0 -p40129,hydro,0.0,0.0,0.0,0.0,0.0 -p40129,nuclear,0.0,0.0,0.0,0.0,0.0 -p40129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40129,pv,0.0,0.0,0.0,0.0,0.0 -p40129,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40129,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40131,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p40129,csp,0.0,0.0,0.0,0.0,0.0 +p40131,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p40131,biomass,0.0,0.0,0.0,0.0,0.0 p40131,coal,0.0,0.0,0.0,0.0,0.0 +p40131,csp,0.0,0.0,0.0,0.0,0.0 p40131,gas,0.0,0.0,170.0,340.0,510.0 p40131,geothermal,0.0,0.0,0.0,0.0,0.0 p40131,h2,0.0,0.0,0.0,0.0,0.0 p40131,hydro,0.0,0.0,0.0,0.0,0.0 p40131,nuclear,0.0,0.0,0.0,0.0,0.0 p40131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40131,pv,0.0,0.0,111.66666666665697,223.33333333334303,335.0 +p40131,pv,0.0,0.0,45.0,90.0,135.0 p40131,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40131,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40139,battery,0.0,0.0,0.0,0.0,0.0 +p40133,battery,0.0,0.0,0.0,0.0,0.0 +p40133,biomass,0.0,0.0,0.0,0.0,0.0 +p40133,coal,0.0,0.0,0.0,0.0,0.0 +p40133,gas,0.0,0.0,164.33333333337214,328.66666666668607,493.0 +p40133,geothermal,0.0,0.0,0.0,0.0,0.0 +p40133,h2,0.0,0.0,0.0,0.0,0.0 +p40133,hydro,0.0,0.0,0.0,0.0,0.0 +p40133,nuclear,0.0,0.0,0.0,0.0,0.0 +p40133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40133,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p40133,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40133,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40135,battery,0.0,0.0,0.0,0.0,0.0 +p40135,biomass,0.0,0.0,0.0,0.0,0.0 +p40135,coal,0.0,0.0,0.0,0.0,0.0 +p40135,gas,0.0,0.0,0.0,0.0,0.0 +p40135,geothermal,0.0,0.0,0.0,0.0,0.0 +p40135,h2,0.0,0.0,0.0,0.0,0.0 +p40135,hydro,0.0,0.0,0.0,0.0,0.0 +p40135,nuclear,0.0,0.0,0.0,0.0,0.0 +p40135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40135,pv,0.0,0.0,100.0,200.0,300.0 +p40135,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40137,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p40137,biomass,0.0,0.0,0.0,0.0,0.0 +p40137,coal,0.0,0.0,0.0,0.0,0.0 +p40137,gas,0.0,0.0,0.0,0.0,0.0 +p40137,geothermal,0.0,0.0,0.0,0.0,0.0 +p40137,h2,0.0,0.0,0.0,0.0,0.0 +p40137,hydro,0.0,0.0,0.0,0.0,0.0 +p40137,nuclear,0.0,0.0,0.0,0.0,0.0 +p40137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40137,pv,0.0,0.0,0.0,0.0,0.0 +p40137,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40137,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40139,battery,0.0,0.0,50.0,100.0,150.0 p40139,biomass,0.0,0.0,0.0,0.0,0.0 p40139,coal,0.0,0.0,0.0,0.0,0.0 +p40139,csp,0.0,0.0,0.0,0.0,0.0 p40139,gas,0.0,0.0,0.0,0.0,0.0 p40139,geothermal,0.0,0.0,0.0,0.0,0.0 p40139,h2,0.0,0.0,0.0,0.0,0.0 p40139,hydro,0.0,0.0,0.0,0.0,0.0 p40139,nuclear,0.0,0.0,0.0,0.0,0.0 p40139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40139,pv,51.3,102.6,136.8000000000029,171.0,205.2 +p40139,pv,51.3,102.6,102.6,102.6,102.6 p40139,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40139,wind-ons,950.0,1900.0,2533.3333333332557,3166.6666666667443,3800.0 -p40141,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p40141,biomass,0.0,0.0,0.0,0.0,0.0 -p40141,coal,0.0,0.0,0.0,0.0,0.0 -p40141,gas,0.0,0.0,0.0,0.0,0.0 -p40141,geothermal,0.0,0.0,0.0,0.0,0.0 -p40141,h2,0.0,0.0,0.0,0.0,0.0 -p40141,hydro,0.0,0.0,0.0,0.0,0.0 -p40141,nuclear,0.0,0.0,0.0,0.0,0.0 -p40141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40141,pv,0.0,0.0,458.0,916.0,1374.0 -p40141,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40141,wind-ons,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p40143,battery,150.0,300.0,400.0,500.0,600.0 +p40139,wind-ons,950.0,1900.0,1900.0,1900.0,1900.0 +p40141,csp,0.0,0.0,0.0,0.0,0.0 +p40143,battery,150.0,300.0,449.66666666662786,599.3333333333139,749.0 p40143,biomass,0.0,0.0,0.0,0.0,0.0 p40143,coal,0.0,0.0,0.0,0.0,0.0 +p40143,csp,0.0,0.0,0.0,0.0,0.0 p40143,gas,0.0,0.0,0.0,0.0,0.0 p40143,geothermal,0.0,0.0,0.0,0.0,0.0 p40143,h2,0.0,0.0,0.0,0.0,0.0 p40143,hydro,0.0,0.0,0.0,0.0,0.0 p40143,nuclear,0.0,0.0,0.0,0.0,0.0 p40143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40143,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p40143,pv,0.0,0.0,0.0,0.0,0.0 p40143,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40143,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40145,battery,0.0,0.0,0.0,0.0,0.0 +p40145,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 p40145,biomass,0.0,0.0,0.0,0.0,0.0 p40145,coal,0.0,0.0,0.0,0.0,0.0 +p40145,csp,0.0,0.0,0.0,0.0,0.0 p40145,gas,0.0,0.0,0.0,0.0,0.0 p40145,geothermal,0.0,0.0,0.0,0.0,0.0 p40145,h2,0.0,0.0,0.0,0.0,0.0 p40145,hydro,0.0,0.0,0.0,0.0,0.0 p40145,nuclear,0.0,0.0,0.0,0.0,0.0 p40145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40145,pv,200.85,401.7,535.6000000000349,669.5000000000582,803.4 +p40145,pv,200.85,401.7,401.7,401.7,401.7 p40145,wind-ofs,0.0,0.0,0.0,0.0,0.0 p40145,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40149,battery,0.0,0.0,0.0,0.0,0.0 -p40149,biomass,0.0,0.0,0.0,0.0,0.0 -p40149,coal,0.0,0.0,0.0,0.0,0.0 -p40149,gas,0.0,0.0,0.0,0.0,0.0 -p40149,geothermal,0.0,0.0,0.0,0.0,0.0 -p40149,h2,0.0,0.0,0.0,0.0,0.0 -p40149,hydro,0.0,0.0,0.0,0.0,0.0 -p40149,nuclear,0.0,0.0,0.0,0.0,0.0 -p40149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40149,pv,0.0,0.0,24.69999999999709,49.39999999999418,74.1 -p40149,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40147,battery,0.0,0.0,0.0,0.0,0.0 +p40147,biomass,0.0,0.0,0.0,0.0,0.0 +p40147,coal,0.0,0.0,0.0,0.0,0.0 +p40147,gas,0.0,0.0,0.0,0.0,0.0 +p40147,geothermal,0.0,0.0,0.0,0.0,0.0 +p40147,h2,0.0,0.0,0.0,0.0,0.0 +p40147,hydro,0.0,0.0,0.0,0.0,0.0 +p40147,nuclear,0.0,0.0,0.0,0.0,0.0 +p40147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40147,pv,0.0,0.0,50.0,100.0,150.0 +p40147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40147,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40149,csp,0.0,0.0,0.0,0.0,0.0 p40151,battery,0.0,0.0,0.0,0.0,0.0 p40151,biomass,0.0,0.0,0.0,0.0,0.0 p40151,coal,0.0,0.0,0.0,0.0,0.0 +p40151,csp,0.0,0.0,0.0,0.0,0.0 p40151,gas,0.0,0.0,0.0,0.0,0.0 p40151,geothermal,0.0,0.0,0.0,0.0,0.0 p40151,h2,0.0,0.0,0.0,0.0,0.0 p40151,hydro,0.0,0.0,0.0,0.0,0.0 p40151,nuclear,0.0,0.0,0.0,0.0,0.0 p40151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40151,pv,0.0,0.0,343.33333333337214,686.6666666666279,1030.0 +p40151,pv,77.5,155.0,346.66666666662786,538.3333333333139,730.0 p40151,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40151,wind-ons,0.0,0.0,0.0,0.0,0.0 -p40153,battery,35.0,70.0,220.0,370.0,520.0 +p40151,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p40153,battery,135.0,270.0,353.33333333331393,436.66666666665697,520.0 p40153,biomass,0.0,0.0,0.0,0.0,0.0 p40153,coal,0.0,0.0,0.0,0.0,0.0 +p40153,csp,0.0,0.0,0.0,0.0,0.0 p40153,gas,0.0,0.0,0.0,0.0,0.0 p40153,geothermal,0.0,0.0,0.0,0.0,0.0 p40153,h2,0.0,0.0,0.0,0.0,0.0 p40153,hydro,0.0,0.0,0.0,0.0,0.0 p40153,nuclear,0.0,0.0,0.0,0.0,0.0 p40153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p40153,pv,0.0,0.0,291.0,582.0,873.0 +p40153,pv,0.0,0.0,142.66666666662786,285.33333333331393,428.0 p40153,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p40153,wind-ons,87.5,175.0,326.01333333330695,477.0266666666139,628.04 +p40153,wind-ons,87.5,175.0,309.01333333330695,443.0266666666721,577.04 p41001,battery,0.0,0.0,0.0,0.0,0.0 p41001,biomass,0.0,0.0,0.0,0.0,0.0 p41001,coal,0.0,0.0,0.0,0.0,0.0 +p41001,csp,0.0,0.0,0.0,0.0,0.0 p41001,gas,0.0,0.0,0.0,0.0,0.0 p41001,geothermal,0.0,0.0,0.0,0.0,0.0 p41001,h2,0.0,0.0,0.0,0.0,0.0 p41001,hydro,0.0,0.0,0.0,0.0,0.0 p41001,nuclear,0.0,0.0,0.0,0.0,0.0 p41001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41001,pv,51.5,103.0,137.33333333332848,171.66666666667152,206.0 +p41001,pv,50.0,100.0,208.33333333331393,316.66666666665697,425.0 p41001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41001,wind-ons,0.0,0.0,0.0,0.0,0.0 p41003,battery,0.0,0.0,0.0,0.0,0.0 p41003,biomass,0.0,0.0,0.0,0.0,0.0 p41003,coal,0.0,0.0,0.0,0.0,0.0 +p41003,csp,0.0,0.0,0.0,0.0,0.0 p41003,gas,0.0,0.0,0.0,0.0,0.0 p41003,geothermal,0.0,0.0,0.0,0.0,0.0 p41003,h2,0.0,0.0,0.0,0.0,0.0 p41003,hydro,0.0,0.0,0.0,0.0,0.0 p41003,nuclear,0.0,0.0,0.0,0.0,0.0 p41003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41003,pv,0.625,1.25,1.6666666666666288,2.0833333333333712,2.5 +p41003,pv,0.625,1.25,1.25,1.25,1.25 p41003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p41005,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p41005,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p41005,biomass,0.0,0.0,0.0,0.0,0.0 p41005,coal,0.0,0.0,0.0,0.0,0.0 +p41005,csp,0.0,0.0,0.0,0.0,0.0 p41005,gas,0.0,0.0,0.0,0.0,0.0 p41005,geothermal,0.0,0.0,0.0,0.0,0.0 p41005,h2,0.0,0.0,0.0,0.0,0.0 @@ -15335,45 +15674,25 @@ p41005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p41005,pv,0.0,0.0,0.0,0.0,0.0 p41005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41005,wind-ons,0.0,0.0,0.0,0.0,0.0 -p41009,battery,0.0,0.0,100.0,200.0,300.0 -p41009,biomass,0.0,0.0,0.0,0.0,0.0 -p41009,coal,0.0,0.0,0.0,0.0,0.0 -p41009,gas,0.0,0.0,0.0,0.0,0.0 -p41009,geothermal,0.0,0.0,0.0,0.0,0.0 -p41009,h2,0.0,0.0,0.0,0.0,0.0 -p41009,hydro,0.0,0.0,0.0,0.0,0.0 -p41009,nuclear,0.0,0.0,0.0,0.0,0.0 -p41009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41009,pv,0.0,0.0,0.0,0.0,0.0 -p41009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41009,wind-ons,0.0,0.0,200.0,400.0,600.0 -p41011,battery,0.0,0.0,266.66666666662786,533.3333333333721,800.0 -p41011,biomass,0.0,0.0,0.0,0.0,0.0 -p41011,coal,0.0,0.0,0.0,0.0,0.0 -p41011,gas,0.0,0.0,0.0,0.0,0.0 -p41011,geothermal,0.0,0.0,0.0,0.0,0.0 -p41011,h2,0.0,0.0,0.0,0.0,0.0 -p41011,hydro,0.0,0.0,0.0,0.0,0.0 -p41011,nuclear,0.0,0.0,0.0,0.0,0.0 -p41011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41011,pv,0.0,0.0,0.0,0.0,0.0 -p41011,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p41013,battery,0.0,0.0,2504.8499999996275,5009.699999999255,7514.55 -p41013,biomass,0.0,0.0,400.0,800.0,1200.0 +p41009,csp,0.0,0.0,0.0,0.0,0.0 +p41011,csp,0.0,0.0,0.0,0.0,0.0 +p41013,battery,99.5,199.0,2704.1833333326504,5209.366666666232,7714.55 +p41013,biomass,0.0,0.0,833.3333333334886,1666.6666666667443,2500.0 p41013,coal,0.0,0.0,0.0,0.0,0.0 +p41013,csp,0.0,0.0,0.0,0.0,0.0 p41013,gas,0.0,0.0,0.0,0.0,0.0 p41013,geothermal,0.0,0.0,0.0,0.0,0.0 p41013,h2,0.0,0.0,0.0,0.0,0.0 p41013,hydro,0.0,0.0,0.0,0.0,0.0 p41013,nuclear,0.0,0.0,0.0,0.0,0.0 -p41013,pumped-hydro,0.0,0.0,800.0,1600.0,2400.0 -p41013,pv,495.93,991.86,2248.126666666474,3504.3933333330788,4760.66 +p41013,pumped-hydro,0.0,0.0,633.3333333334886,1266.6666666667443,1900.0 +p41013,pv,574.9300000000001,1149.8600000000001,2157.193333333591,3164.5266666668467,4171.860000000001 p41013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p41015,battery,0.0,0.0,200.0,400.0,600.0 +p41015,battery,0.0,0.0,93.33333333331393,186.66666666665697,280.0 p41015,biomass,0.0,0.0,0.0,0.0,0.0 p41015,coal,0.0,0.0,0.0,0.0,0.0 +p41015,csp,0.0,0.0,0.0,0.0,0.0 p41015,gas,0.0,0.0,0.0,0.0,0.0 p41015,geothermal,0.0,0.0,0.0,0.0,0.0 p41015,h2,0.0,0.0,0.0,0.0,0.0 @@ -15382,58 +15701,63 @@ p41015,nuclear,0.0,0.0,0.0,0.0,0.0 p41015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p41015,pv,0.0,0.0,0.0,0.0,0.0 p41015,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41015,wind-ons,0.0,0.0,333.33333333337214,666.6666666666279,1000.0 -p41017,battery,0.0,0.0,1566.6666666665114,3133.3333333334886,4700.0 +p41015,wind-ons,0.0,0.0,100.0,200.0,300.0 +p41017,battery,0.0,0.0,1500.0,3000.0,4500.0 p41017,biomass,0.0,0.0,0.0,0.0,0.0 p41017,coal,0.0,0.0,0.0,0.0,0.0 +p41017,csp,0.0,0.0,0.0,0.0,0.0 p41017,gas,0.0,0.0,0.0,0.0,0.0 -p41017,geothermal,0.0,0.0,0.0,0.0,0.0 +p41017,geothermal,0.0,0.0,18.0,36.0,54.0 p41017,h2,0.0,0.0,0.0,0.0,0.0 p41017,hydro,0.0,0.0,0.0,0.0,0.0 p41017,nuclear,0.0,0.0,0.0,0.0,0.0 p41017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41017,pv,0.0,0.0,1437.0200000000186,2874.0400000000373,4311.0599999999995 +p41017,pv,300.0,600.0,1883.7866666666232,3167.5733333332464,4451.360000000001 p41017,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41017,wind-ons,0.0,0.0,166.66666666668607,333.33333333331393,500.0 -p41019,battery,0.0,0.0,0.0,0.0,0.0 -p41019,biomass,0.0,0.0,0.0,0.0,0.0 +p41017,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p41019,battery,0.0,0.0,333.3333333332557,666.6666666666279,1000.0 +p41019,biomass,0.0,0.0,200.0,400.0,600.0 p41019,coal,0.0,0.0,0.0,0.0,0.0 -p41019,gas,0.0,0.0,0.0,0.0,0.0 +p41019,csp,0.0,0.0,0.0,0.0,0.0 +p41019,gas,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p41019,geothermal,0.0,0.0,0.0,0.0,0.0 p41019,h2,0.0,0.0,0.0,0.0,0.0 p41019,hydro,0.0,0.0,0.0,0.0,0.0 p41019,nuclear,0.0,0.0,0.0,0.0,0.0 -p41019,pumped-hydro,0.0,0.0,400.0,800.0,1200.0 -p41019,pv,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p41019,pumped-hydro,0.0,0.0,200.0,400.0,600.0 +p41019,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p41019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41019,wind-ons,0.0,0.0,40.0,80.0,120.0 -p41021,battery,0.0,0.0,518.0,1036.0,1554.0 +p41019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41021,battery,0.0,0.0,301.3333333332557,602.6666666666279,904.0 p41021,biomass,0.0,0.0,0.0,0.0,0.0 p41021,coal,0.0,0.0,0.0,0.0,0.0 +p41021,csp,0.0,0.0,0.0,0.0,0.0 p41021,gas,0.0,0.0,0.0,0.0,0.0 p41021,geothermal,0.0,0.0,0.0,0.0,0.0 p41021,h2,0.0,0.0,0.0,0.0,0.0 p41021,hydro,0.0,0.0,0.0,0.0,0.0 p41021,nuclear,0.0,0.0,0.0,0.0,0.0 p41021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41021,pv,0.0,0.0,158.33333333331393,316.66666666668607,475.0 +p41021,pv,0.0,0.0,158.33333333337214,316.66666666668607,475.0 p41021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41021,wind-ons,0.0,0.0,428.766666666721,857.533333333442,1286.3 -p41025,battery,0.0,0.0,216.66666666668607,433.33333333331393,650.0 +p41021,wind-ons,0.0,0.0,465.766666666721,931.5333333333256,1397.3 +p41025,battery,0.0,0.0,0.0,0.0,0.0 p41025,biomass,0.0,0.0,0.0,0.0,0.0 p41025,coal,0.0,0.0,0.0,0.0,0.0 +p41025,csp,0.0,0.0,0.0,0.0,0.0 p41025,gas,0.0,0.0,0.0,0.0,0.0 p41025,geothermal,0.0,0.0,0.0,0.0,0.0 p41025,h2,0.0,0.0,0.0,0.0,0.0 p41025,hydro,0.0,0.0,0.0,0.0,0.0 p41025,nuclear,0.0,0.0,0.0,0.0,0.0 p41025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41025,pv,0.0,0.0,951.6666666667443,1903.3333333332557,2855.0 +p41025,pv,0.0,0.0,818.3333333334886,1636.6666666667443,2455.0 p41025,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41025,wind-ons,0.0,0.0,0.0,0.0,0.0 p41027,battery,0.0,0.0,0.0,0.0,0.0 p41027,biomass,0.0,0.0,0.0,0.0,0.0 p41027,coal,0.0,0.0,0.0,0.0,0.0 +p41027,csp,0.0,0.0,0.0,0.0,0.0 p41027,gas,0.0,0.0,0.0,0.0,0.0 p41027,geothermal,0.0,0.0,0.0,0.0,0.0 p41027,h2,0.0,0.0,0.0,0.0,0.0 @@ -15443,69 +15767,63 @@ p41027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p41027,pv,0.0,0.0,0.0,0.0,0.0 p41027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41027,wind-ons,0.0,0.0,78.0,156.0,234.0 -p41029,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p41029,biomass,0.0,0.0,0.0,0.0,0.0 -p41029,coal,0.0,0.0,0.0,0.0,0.0 -p41029,gas,0.0,0.0,0.0,0.0,0.0 -p41029,geothermal,0.0,0.0,0.0,0.0,0.0 -p41029,h2,0.0,0.0,0.0,0.0,0.0 -p41029,hydro,0.0,0.0,0.0,0.0,0.0 -p41029,nuclear,0.0,0.0,0.0,0.0,0.0 -p41029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41029,pv,0.0,0.0,1.0,2.0,3.0 -p41029,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p41031,battery,0.0,0.0,300.0,600.0,900.0 +p41029,csp,0.0,0.0,0.0,0.0,0.0 +p41031,battery,0.0,0.0,253.33333333337214,506.66666666668607,760.0 p41031,biomass,0.0,0.0,0.0,0.0,0.0 p41031,coal,0.0,0.0,0.0,0.0,0.0 -p41031,gas,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p41031,csp,0.0,0.0,0.0,0.0,0.0 +p41031,gas,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p41031,geothermal,0.0,0.0,0.0,0.0,0.0 p41031,h2,0.0,0.0,0.0,0.0,0.0 p41031,hydro,0.0,0.0,0.0,0.0,0.0 p41031,nuclear,0.0,0.0,0.0,0.0,0.0 p41031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41031,pv,0.0,0.0,2175.330000001006,4350.66000000108,6525.99 +p41031,pv,151.5,303.0,1487.56333333347,2672.126666666474,3856.69 p41031,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41031,wind-ons,0.0,0.0,416.66666666662786,833.3333333333721,1250.0 -p41035,battery,1.15,2.3,1582.0333333336748,3161.7666666670702,4741.5 +p41031,wind-ons,0.0,0.0,333.3333333332557,666.6666666666279,1000.0 +p41035,battery,1.15,2.3,1050.8333333334886,2099.3666666666977,3147.9 p41035,biomass,0.0,0.0,0.0,0.0,0.0 p41035,coal,0.0,0.0,0.0,0.0,0.0 -p41035,gas,0.0,0.0,366.66666666662786,733.3333333333721,1100.0 -p41035,geothermal,0.0,0.0,0.2999999999999545,0.599999999999909,0.9 +p41035,csp,0.0,0.0,0.0,0.0,0.0 +p41035,gas,0.0,0.0,366.6666666667443,733.3333333333721,1100.0 +p41035,geothermal,0.0,0.0,0.0,0.0,0.0 p41035,h2,0.0,0.0,0.0,0.0,0.0 p41035,hydro,0.0,0.0,0.0,0.0,0.0 p41035,nuclear,0.0,0.0,0.0,0.0,0.0 -p41035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41035,pv,230.0,460.0,2357.6666666665114,4255.333333333489,6153.0 +p41035,pumped-hydro,0.0,0.0,138.59999999997672,277.20000000001164,415.8 +p41035,pv,80.0,160.0,1362.916666666977,2565.8333333334886,3768.75 p41035,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41035,wind-ons,0.0,0.0,79.66666666665697,159.33333333334303,239.0 -p41037,battery,0.0,0.0,676.0,1352.0,2028.0 +p41035,wind-ons,0.0,0.0,79.66666666668607,159.33333333334303,239.0 +p41037,battery,0.0,0.0,265.9666666666744,531.9333333333489,797.9 p41037,biomass,0.0,0.0,0.0,0.0,0.0 p41037,coal,0.0,0.0,0.0,0.0,0.0 +p41037,csp,0.0,0.0,0.0,0.0,0.0 p41037,gas,0.0,0.0,0.0,0.0,0.0 p41037,geothermal,0.0,0.0,0.0,0.0,0.0 p41037,h2,0.0,0.0,0.0,0.0,0.0 p41037,hydro,0.0,0.0,0.0,0.0,0.0 p41037,nuclear,0.0,0.0,0.0,0.0,0.0 p41037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41037,pv,0.0,0.0,1419.1666666665114,2838.3333333334886,4257.5 +p41037,pv,0.0,0.0,879.1666666665114,1758.3333333332557,2637.5 p41037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41037,wind-ons,0.0,0.0,333.33333333337214,666.6666666666279,1000.0 -p41039,battery,0.0,0.0,413.66666666662786,827.3333333333721,1241.0 -p41039,biomass,0.0,0.0,213.33333333331393,426.66666666668607,640.0 +p41037,wind-ons,0.0,0.0,333.3333333332557,666.6666666666279,1000.0 +p41039,battery,0.0,0.0,480.0,960.0,1440.0 +p41039,biomass,0.0,0.0,280.0,560.0,840.0 p41039,coal,0.0,0.0,0.0,0.0,0.0 +p41039,csp,0.0,0.0,0.0,0.0,0.0 p41039,gas,0.0,0.0,0.0,0.0,0.0 p41039,geothermal,0.0,0.0,0.0,0.0,0.0 p41039,h2,0.0,0.0,0.0,0.0,0.0 p41039,hydro,0.0,0.0,0.0,0.0,0.0 p41039,nuclear,0.0,0.0,0.0,0.0,0.0 p41039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41039,pv,0.0,0.0,294.0,588.0,882.0 +p41039,pv,0.0,0.0,120.5,241.0,361.5 p41039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41039,wind-ons,0.0,0.0,100.0,200.0,300.0 p41041,battery,0.0,0.0,0.0,0.0,0.0 p41041,biomass,0.0,0.0,0.0,0.0,0.0 p41041,coal,0.0,0.0,0.0,0.0,0.0 +p41041,csp,0.0,0.0,0.0,0.0,0.0 p41041,gas,0.0,0.0,0.0,0.0,0.0 p41041,geothermal,0.0,0.0,0.0,0.0,0.0 p41041,h2,0.0,0.0,0.0,0.0,0.0 @@ -15515,68 +15833,73 @@ p41041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p41041,pv,0.0,0.0,0.0,0.0,0.0 p41041,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41041,wind-ons,0.0,0.0,0.0,0.0,0.0 -p41043,battery,0.0,0.0,275.0,550.0,825.0 -p41043,biomass,0.0,0.0,226.66666666668607,453.33333333331393,680.0 +p41043,battery,0.0,0.0,773.3333333334886,1546.6666666667443,2320.0 +p41043,biomass,0.0,0.0,666.6666666665114,1333.3333333332557,2000.0 p41043,coal,0.0,0.0,0.0,0.0,0.0 +p41043,csp,0.0,0.0,0.0,0.0,0.0 p41043,gas,0.0,0.0,0.0,0.0,0.0 p41043,geothermal,0.0,0.0,0.0,0.0,0.0 p41043,h2,0.0,0.0,0.0,0.0,0.0 p41043,hydro,0.0,0.0,0.0,0.0,0.0 p41043,nuclear,0.0,0.0,0.0,0.0,0.0 p41043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41043,pv,0.0,0.0,59.66666666667152,119.33333333332848,179.0 +p41043,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p41043,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41043,wind-ons,0.0,0.0,0.0,0.0,0.0 p41045,battery,0.0,0.0,0.0,0.0,0.0 p41045,biomass,0.0,0.0,0.0,0.0,0.0 p41045,coal,0.0,0.0,0.0,0.0,0.0 +p41045,csp,0.0,0.0,0.0,0.0,0.0 p41045,gas,0.0,0.0,0.0,0.0,0.0 p41045,geothermal,0.0,0.0,0.0,0.0,0.0 p41045,h2,0.0,0.0,0.0,0.0,0.0 p41045,hydro,0.0,0.0,0.0,0.0,0.0 p41045,nuclear,0.0,0.0,0.0,0.0,0.0 -p41045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41045,pv,2.1,4.2,5.599999999999909,7.0,8.4 +p41045,pumped-hydro,300.0,600.0,600.0,600.0,600.0 +p41045,pv,2.1,4.2,4.2,4.2,4.2 p41045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41045,wind-ons,0.0,0.0,0.0,0.0,0.0 -p41047,battery,0.0,0.0,449.66666666662786,899.3333333333721,1349.0 +p41047,battery,92.5,185.0,301.33333333331393,417.66666666665697,534.0 p41047,biomass,0.0,0.0,0.0,0.0,0.0 p41047,coal,0.0,0.0,0.0,0.0,0.0 +p41047,csp,0.0,0.0,0.0,0.0,0.0 p41047,gas,0.0,0.0,0.0,0.0,0.0 p41047,geothermal,0.0,0.0,0.0,0.0,0.0 p41047,h2,0.0,0.0,0.0,0.0,0.0 p41047,hydro,0.0,0.0,0.0,0.0,0.0 p41047,nuclear,0.0,0.0,0.0,0.0,0.0 p41047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41047,pv,0.0,0.0,333.4666666666744,666.9333333333489,1000.4 +p41047,pv,0.0,0.0,0.1333333333332689,0.2666666666666515,0.4 p41047,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p41049,battery,0.0,0.0,573.2999999998137,1146.5999999998603,1719.9 +p41049,battery,0.0,0.0,433.3333333332557,866.6666666666279,1300.0 p41049,biomass,0.0,0.0,0.0,0.0,0.0 p41049,coal,0.0,0.0,0.0,0.0,0.0 -p41049,gas,0.0,0.0,113.33333333334303,226.66666666665697,340.0 +p41049,csp,0.0,0.0,0.0,0.0,0.0 +p41049,gas,0.0,0.0,113.33333333331393,226.66666666665697,340.0 p41049,geothermal,0.0,0.0,0.0,0.0,0.0 p41049,h2,0.0,0.0,0.0,0.0,0.0 p41049,hydro,0.0,0.0,0.0,0.0,0.0 p41049,nuclear,0.0,0.0,0.0,0.0,0.0 p41049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41049,pv,0.0,0.0,1762.5333333336748,3525.066666666884,5287.6 +p41049,pv,0.0,0.0,1565.7000000001863,3131.399999999907,4697.1 p41049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41049,wind-ons,0.0,0.0,180.0,360.0,540.0 -p41051,battery,50.0,100.0,456.66666666662786,813.3333333333721,1170.0 +p41051,battery,250.0,500.0,783.3333333332557,1066.6666666666279,1350.0 p41051,biomass,0.0,0.0,0.0,0.0,0.0 p41051,coal,0.0,0.0,0.0,0.0,0.0 +p41051,csp,0.0,0.0,0.0,0.0,0.0 p41051,gas,0.0,0.0,0.0,0.0,0.0 p41051,geothermal,0.0,0.0,0.0,0.0,0.0 p41051,h2,0.0,0.0,0.0,0.0,0.0 p41051,hydro,0.0,0.0,0.0,0.0,0.0 p41051,nuclear,0.0,0.0,0.0,0.0,0.0 p41051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41051,pv,0.0,0.0,1.1333333333336668,2.266666666666879,3.4000000000000004 +p41051,pv,0.0,0.0,0.0,0.0,0.0 p41051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41051,wind-ons,0.0,0.0,0.0,0.0,0.0 -p41053,battery,0.0,0.0,43.33333333332848,86.66666666667152,130.0 -p41053,biomass,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p41053,battery,0.0,0.0,43.333333333343035,86.66666666667152,130.0 +p41053,biomass,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p41053,coal,0.0,0.0,0.0,0.0,0.0 p41053,gas,0.0,0.0,0.0,0.0,0.0 p41053,geothermal,0.0,0.0,0.0,0.0,0.0 @@ -15587,30 +15910,33 @@ p41053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p41053,pv,0.0,0.0,0.0,0.0,0.0 p41053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41053,wind-ons,0.0,0.0,0.0,0.0,0.0 -p41055,battery,0.0,0.0,3136.666666666977,6273.333333333023,9410.0 +p41055,battery,0.0,0.0,2953.333333333954,5906.666666666977,8860.0 p41055,biomass,0.0,0.0,0.0,0.0,0.0 p41055,coal,0.0,0.0,0.0,0.0,0.0 +p41055,csp,0.0,0.0,0.0,0.0,0.0 p41055,gas,0.0,0.0,0.0,0.0,0.0 p41055,geothermal,0.0,0.0,0.0,0.0,0.0 p41055,h2,0.0,0.0,0.0,0.0,0.0 p41055,hydro,0.0,0.0,0.0,0.0,0.0 p41055,nuclear,0.0,0.0,0.0,0.0,0.0 p41055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41055,pv,0.0,0.0,2772.666666666977,5545.333333333023,8318.0 +p41055,pv,0.0,0.0,2339.333333333954,4678.666666666977,7018.0 p41055,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41055,wind-ons,0.0,0.0,905.3333333332557,1810.6666666667443,2716.0 -p41059,battery,0.0,0.0,695.6666666667443,1391.3333333332557,2087.0 +p41055,wind-ons,0.0,0.0,535.6666666665114,1071.3333333332557,1607.0 +p41059,battery,0.0,0.0,776.6666666665114,1553.3333333332557,2330.0 p41059,biomass,0.0,0.0,0.0,0.0,0.0 p41059,coal,0.0,0.0,0.0,0.0,0.0 -p41059,gas,0.0,0.0,13.33333333333212,26.66666666666788,40.0 +p41059,csp,0.0,0.0,0.0,0.0,0.0 +p41059,gas,0.0,0.0,13.333333333335759,26.66666666666788,40.0 p41059,geothermal,0.0,0.0,0.0,0.0,0.0 p41059,h2,0.0,0.0,0.0,0.0,0.0 p41059,hydro,0.0,0.0,0.0,0.0,0.0 p41059,nuclear,0.0,0.0,0.0,0.0,0.0 p41059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41059,pv,42.485,84.97,694.9699999999721,1304.969999999972,1914.97 +p41059,pv,40.0,80.0,636.6666666665114,1193.3333333332557,1750.0 p41059,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41059,wind-ons,0.0,0.0,445.3666666665813,890.733333333279,1336.1 +p41059,wind-ons,0.0,0.0,212.03333333326736,424.06666666665114,636.1 +p41061,csp,0.0,0.0,0.0,0.0,0.0 p41063,battery,0.0,0.0,0.0,0.0,0.0 p41063,biomass,0.0,0.0,0.0,0.0,0.0 p41063,coal,0.0,0.0,0.0,0.0,0.0 @@ -15623,21 +15949,23 @@ p41063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p41063,pv,0.0,0.0,30.0,60.0,90.0 p41063,wind-ofs,0.0,0.0,0.0,0.0,0.0 p41063,wind-ons,0.0,0.0,0.0,0.0,0.0 -p41065,battery,0.0,0.0,1066.6666666665114,2133.3333333334886,3200.0 +p41065,battery,0.0,0.0,1616.666666666977,3233.3333333334886,4850.0 p41065,biomass,0.0,0.0,0.0,0.0,0.0 p41065,coal,0.0,0.0,0.0,0.0,0.0 +p41065,csp,0.0,0.0,0.0,0.0,0.0 p41065,gas,0.0,0.0,0.0,0.0,0.0 p41065,geothermal,0.0,0.0,0.0,0.0,0.0 p41065,h2,0.0,0.0,0.0,0.0,0.0 p41065,hydro,0.0,0.0,0.0,0.0,0.0 p41065,nuclear,0.0,0.0,0.0,0.0,0.0 p41065,pumped-hydro,0.0,0.0,200.0,400.0,600.0 -p41065,pv,0.0,0.0,368.66666666662786,737.3333333333721,1106.0 +p41065,pv,0.0,0.0,878.6666666665114,1757.3333333332557,2636.0 p41065,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41065,wind-ons,0.0,0.0,450.33333333337214,900.6666666666279,1351.0 -p41067,battery,0.0,0.0,755.0,1510.0,2265.0 +p41065,wind-ons,0.0,0.0,317.0,634.0,951.0 +p41067,battery,400.0,800.0,966.6666666666279,1133.333333333314,1300.0 p41067,biomass,0.0,0.0,0.0,0.0,0.0 p41067,coal,0.0,0.0,0.0,0.0,0.0 +p41067,csp,0.0,0.0,0.0,0.0,0.0 p41067,gas,0.0,0.0,0.0,0.0,0.0 p41067,geothermal,0.0,0.0,0.0,0.0,0.0 p41067,h2,0.0,0.0,0.0,0.0,0.0 @@ -15646,454 +15974,420 @@ p41067,nuclear,0.0,0.0,0.0,0.0,0.0 p41067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p41067,pv,0.0,0.0,0.0,0.0,0.0 p41067,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41067,wind-ons,0.0,0.0,200.0,400.0,600.0 -p41071,battery,0.0,0.0,0.0,0.0,0.0 -p41071,biomass,0.0,0.0,0.0,0.0,0.0 -p41071,coal,0.0,0.0,0.0,0.0,0.0 -p41071,gas,0.0,0.0,0.0,0.0,0.0 -p41071,geothermal,0.0,0.0,0.0,0.0,0.0 -p41071,h2,0.0,0.0,0.0,0.0,0.0 -p41071,hydro,0.0,0.0,0.0,0.0,0.0 -p41071,nuclear,0.0,0.0,0.0,0.0,0.0 -p41071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p41071,pv,0.0,0.0,35.0,70.0,105.0 -p41071,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p41071,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42001,battery,7.5,15.0,81.66666666665697,148.33333333334303,215.0 +p41067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41071,csp,0.0,0.0,0.0,0.0,0.0 +p42001,battery,0.0,0.0,0.0,0.0,0.0 p42001,biomass,0.0,0.0,0.0,0.0,0.0 p42001,coal,0.0,0.0,0.0,0.0,0.0 +p42001,csp,0.0,0.0,0.0,0.0,0.0 p42001,gas,0.0,0.0,0.0,0.0,0.0 p42001,geothermal,0.0,0.0,0.0,0.0,0.0 p42001,h2,0.0,0.0,0.0,0.0,0.0 p42001,hydro,0.0,0.0,0.0,0.0,0.0 p42001,nuclear,0.0,0.0,0.0,0.0,0.0 p42001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42001,pv,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p42001,pv,38.15,76.3,76.3,76.3,76.3 p42001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42003,battery,5.0,10.0,128.33333333334303,246.66666666665697,365.0 +p42003,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p42003,biomass,0.0,0.0,0.0,0.0,0.0 p42003,coal,0.0,0.0,0.0,0.0,0.0 +p42003,csp,0.0,0.0,0.0,0.0,0.0 p42003,gas,0.0,0.0,0.0,0.0,0.0 p42003,geothermal,0.0,0.0,0.0,0.0,0.0 p42003,h2,0.0,0.0,0.0,0.0,0.0 -p42003,hydro,0.0,0.0,7.349999999998545,14.699999999998909,22.05 +p42003,hydro,0.0,0.0,0.0,0.0,0.0 p42003,nuclear,0.0,0.0,0.0,0.0,0.0 p42003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42003,pv,0.0,0.0,8.626666666667006,17.253333333334012,25.88 +p42003,pv,0.0,0.0,1.5666666666661513,3.133333333333212,4.7 p42003,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42003,wind-ons,27.45,54.9,73.20000000000437,91.50000000000728,109.8 -p42005,battery,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p42003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42005,battery,0.0,0.0,0.0,0.0,0.0 p42005,biomass,0.0,0.0,0.0,0.0,0.0 p42005,coal,0.0,0.0,0.0,0.0,0.0 +p42005,csp,0.0,0.0,0.0,0.0,0.0 p42005,gas,0.0,0.0,0.0,0.0,0.0 p42005,geothermal,0.0,0.0,0.0,0.0,0.0 p42005,h2,0.0,0.0,0.0,0.0,0.0 p42005,hydro,0.0,0.0,0.0,0.0,0.0 p42005,nuclear,0.0,0.0,0.0,0.0,0.0 p42005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42005,pv,0.0,0.0,58.643333333326154,117.28666666666686,175.93 +p42005,pv,0.0,0.0,31.86666666666133,63.73333333332994,95.6 p42005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42005,wind-ons,0.0,0.0,0.0,0.0,0.0 p42007,battery,0.0,0.0,50.0,100.0,150.0 p42007,biomass,0.0,0.0,0.0,0.0,0.0 p42007,coal,0.0,0.0,0.0,0.0,0.0 +p42007,csp,0.0,0.0,0.0,0.0,0.0 p42007,gas,0.0,0.0,0.0,0.0,0.0 p42007,geothermal,0.0,0.0,0.0,0.0,0.0 p42007,h2,0.0,0.0,0.0,0.0,0.0 p42007,hydro,0.0,0.0,0.0,0.0,0.0 p42007,nuclear,0.0,0.0,0.0,0.0,0.0 p42007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42007,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p42007,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p42007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42007,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42009,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p42009,battery,0.0,0.0,0.0,0.0,0.0 p42009,biomass,0.0,0.0,0.0,0.0,0.0 p42009,coal,0.0,0.0,0.0,0.0,0.0 +p42009,csp,0.0,0.0,0.0,0.0,0.0 p42009,gas,0.0,0.0,0.0,0.0,0.0 p42009,geothermal,0.0,0.0,0.0,0.0,0.0 p42009,h2,0.0,0.0,0.0,0.0,0.0 p42009,hydro,0.0,0.0,0.0,0.0,0.0 p42009,nuclear,0.0,0.0,0.0,0.0,0.0 p42009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42009,pv,0.0,0.0,12.113333333334594,24.22666666666919,36.34 +p42009,pv,0.0,0.0,5.323333333331902,10.646666666665624,15.969999999999999 p42009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42009,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42011,battery,10.0,20.0,26.66666666666606,33.33333333333394,40.0 +p42011,battery,10.0,20.0,20.0,20.0,20.0 p42011,biomass,0.0,0.0,0.0,0.0,0.0 p42011,coal,0.0,0.0,0.0,0.0,0.0 +p42011,csp,0.0,0.0,0.0,0.0,0.0 p42011,gas,0.0,0.0,0.0,0.0,0.0 p42011,geothermal,0.0,0.0,0.0,0.0,0.0 p42011,h2,0.0,0.0,0.0,0.0,0.0 p42011,hydro,0.0,0.0,0.0,0.0,0.0 p42011,nuclear,0.0,0.0,0.0,0.0,0.0 p42011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42011,pv,0.0,0.0,23.5,47.0,70.5 +p42011,pv,0.0,0.0,14.700000000000728,29.400000000001455,44.1 p42011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42011,wind-ons,0.0,0.0,0.0,0.0,0.0 p42013,battery,0.0,0.0,0.0,0.0,0.0 p42013,biomass,0.0,0.0,0.0,0.0,0.0 p42013,coal,0.0,0.0,0.0,0.0,0.0 +p42013,csp,0.0,0.0,0.0,0.0,0.0 p42013,gas,0.0,0.0,0.0,0.0,0.0 p42013,geothermal,0.0,0.0,0.0,0.0,0.0 p42013,h2,0.0,0.0,0.0,0.0,0.0 p42013,hydro,0.0,0.0,0.0,0.0,0.0 p42013,nuclear,0.0,0.0,0.0,0.0,0.0 p42013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42013,pv,10.0,20.0,26.66666666666606,33.33333333333394,40.0 +p42013,pv,10.0,20.0,20.0,20.0,20.0 p42013,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42013,wind-ons,0.0,0.0,2.2666666666673336,4.533333333333758,6.8 -p42015,battery,0.0,0.0,1.0266666666666424,2.053333333333285,3.08 +p42013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42015,battery,0.0,0.0,0.0,0.0,0.0 p42015,biomass,0.0,0.0,0.0,0.0,0.0 p42015,coal,0.0,0.0,0.0,0.0,0.0 +p42015,csp,0.0,0.0,0.0,0.0,0.0 p42015,gas,0.0,0.0,20.0,40.0,60.0 p42015,geothermal,0.0,0.0,0.0,0.0,0.0 p42015,h2,0.0,0.0,0.0,0.0,0.0 p42015,hydro,0.0,0.0,0.0,0.0,0.0 p42015,nuclear,0.0,0.0,0.0,0.0,0.0 p42015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42015,pv,10.0,20.0,80.66333333334478,141.326666666675,201.99 +p42015,pv,10.0,20.0,28.330000000001746,36.66000000000349,44.99 p42015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42017,csp,0.0,0.0,0.0,0.0,0.0 p42019,battery,0.0,0.0,0.0,0.0,0.0 p42019,biomass,0.0,0.0,0.0,0.0,0.0 p42019,coal,0.0,0.0,0.0,0.0,0.0 +p42019,csp,0.0,0.0,0.0,0.0,0.0 p42019,gas,0.0,0.0,0.0,0.0,0.0 p42019,geothermal,0.0,0.0,0.0,0.0,0.0 p42019,h2,0.0,0.0,0.0,0.0,0.0 p42019,hydro,0.0,0.0,0.0,0.0,0.0 p42019,nuclear,0.0,0.0,0.0,0.0,0.0 p42019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42019,pv,0.0,0.0,16.099999999998545,32.19999999999709,48.3 +p42019,pv,0.0,0.0,16.099999999998545,32.20000000000073,48.3 p42019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42021,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p42021,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p42021,biomass,0.0,0.0,0.0,0.0,0.0 p42021,coal,0.0,0.0,0.0,0.0,0.0 +p42021,csp,0.0,0.0,0.0,0.0,0.0 p42021,gas,0.0,0.0,0.0,0.0,0.0 p42021,geothermal,0.0,0.0,0.0,0.0,0.0 p42021,h2,0.0,0.0,0.0,0.0,0.0 p42021,hydro,0.0,0.0,0.0,0.0,0.0 p42021,nuclear,0.0,0.0,0.0,0.0,0.0 p42021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42021,pv,0.0,0.0,141.6333333333605,283.266666666721,424.9 +p42021,pv,0.0,0.0,134.96666666673264,269.93333333334886,404.9 p42021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42021,wind-ons,0.0,0.0,108.92546666666749,217.85093333333498,326.7764 -p42023,battery,0.0,0.0,0.0,0.0,0.0 -p42023,biomass,0.0,0.0,0.0,0.0,0.0 -p42023,coal,0.0,0.0,0.0,0.0,0.0 -p42023,gas,0.0,0.0,0.0,0.0,0.0 -p42023,geothermal,0.0,0.0,0.0,0.0,0.0 -p42023,h2,0.0,0.0,0.0,0.0,0.0 -p42023,hydro,0.0,0.0,0.0,0.0,0.0 -p42023,nuclear,0.0,0.0,0.0,0.0,0.0 -p42023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42023,pv,0.0,0.0,0.0,0.0,0.0 -p42023,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42023,wind-ons,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p42021,wind-ons,0.0,0.0,108.9254666666966,217.85093333336408,326.7764 p42025,battery,0.0,0.0,0.0,0.0,0.0 p42025,biomass,0.0,0.0,0.0,0.0,0.0 p42025,coal,0.0,0.0,0.0,0.0,0.0 +p42025,csp,0.0,0.0,0.0,0.0,0.0 p42025,gas,0.0,0.0,0.0,0.0,0.0 p42025,geothermal,0.0,0.0,0.0,0.0,0.0 p42025,h2,0.0,0.0,0.0,0.0,0.0 p42025,hydro,0.0,0.0,0.0,0.0,0.0 p42025,nuclear,0.0,0.0,0.0,0.0,0.0 p42025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42025,pv,30.0,60.0,110.70000000001164,161.40000000000873,212.1 +p42025,pv,30.0,60.0,104.58666666665522,149.173333333325,193.76 p42025,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42025,wind-ons,0.0,0.0,0.0,0.0,0.0 p42027,battery,0.0,0.0,0.0,0.0,0.0 p42027,biomass,0.0,0.0,0.0,0.0,0.0 p42027,coal,0.0,0.0,0.0,0.0,0.0 +p42027,csp,0.0,0.0,0.0,0.0,0.0 p42027,gas,0.0,0.0,0.0,0.0,0.0 p42027,geothermal,0.0,0.0,0.0,0.0,0.0 p42027,h2,0.0,0.0,0.0,0.0,0.0 p42027,hydro,0.0,0.0,0.0,0.0,0.0 p42027,nuclear,0.0,0.0,0.0,0.0,0.0 p42027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42027,pv,80.99,161.98,307.5800000000163,453.179999999993,598.78 +p42027,pv,148.49,296.98,347.31333333333896,397.64666666666744,447.98 p42027,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42027,wind-ons,0.0,0.0,16.46666666666715,32.9333333333343,49.4 +p42027,wind-ons,0.0,0.0,0.0,0.0,0.0 p42029,battery,0.0,0.0,0.0,0.0,0.0 p42029,biomass,0.0,0.0,0.0,0.0,0.0 p42029,coal,0.0,0.0,0.0,0.0,0.0 +p42029,csp,0.0,0.0,0.0,0.0,0.0 p42029,gas,0.0,0.0,0.0,0.0,0.0 p42029,geothermal,0.0,0.0,0.0,0.0,0.0 p42029,h2,0.0,0.0,0.0,0.0,0.0 p42029,hydro,0.0,0.0,0.0,0.0,0.0 p42029,nuclear,0.0,0.0,0.0,0.0,0.0 p42029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42029,pv,0.0,0.0,1.666666666666515,3.333333333333485,5.0 +p42029,pv,0.0,0.0,1.6666666666669698,3.333333333333485,5.0 p42029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42029,wind-ons,0.0,0.0,0.0,0.0,0.0 p42031,battery,0.0,0.0,0.0,0.0,0.0 p42031,biomass,0.0,0.0,0.0,0.0,0.0 p42031,coal,0.0,0.0,0.0,0.0,0.0 +p42031,csp,0.0,0.0,0.0,0.0,0.0 p42031,gas,0.0,0.0,0.0,0.0,0.0 p42031,geothermal,0.0,0.0,0.0,0.0,0.0 p42031,h2,0.0,0.0,0.0,0.0,0.0 p42031,hydro,0.0,0.0,0.0,0.0,0.0 p42031,nuclear,0.0,0.0,0.0,0.0,0.0 p42031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42031,pv,10.0,20.0,66.42666666665173,112.853333333318,159.28 +p42031,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 p42031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42033,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p42033,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p42033,biomass,0.0,0.0,0.0,0.0,0.0 p42033,coal,0.0,0.0,0.0,0.0,0.0 +p42033,csp,0.0,0.0,0.0,0.0,0.0 p42033,gas,0.0,0.0,0.0,0.0,0.0 p42033,geothermal,0.0,0.0,0.0,0.0,0.0 p42033,h2,0.0,0.0,0.0,0.0,0.0 p42033,hydro,0.0,0.0,0.0,0.0,0.0 p42033,nuclear,0.0,0.0,0.0,0.0,0.0 p42033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42033,pv,0.0,0.0,425.35333333339076,850.7066666666651,1276.06 +p42033,pv,30.0,60.0,453.1666666667443,846.3333333333721,1239.5 p42033,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42033,wind-ons,54.95,109.9,146.53333333332557,183.16666666665697,219.8 -p42035,battery,0.0,0.0,0.0,0.0,0.0 -p42035,biomass,0.0,0.0,0.0,0.0,0.0 -p42035,coal,0.0,0.0,0.0,0.0,0.0 -p42035,gas,0.0,0.0,0.0,0.0,0.0 -p42035,geothermal,0.0,0.0,0.0,0.0,0.0 -p42035,h2,0.0,0.0,0.0,0.0,0.0 -p42035,hydro,0.0,0.0,0.0,0.0,0.0 -p42035,nuclear,0.0,0.0,0.0,0.0,0.0 -p42035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42035,pv,0.0,0.0,40.0,80.0,120.0 -p42035,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42033,wind-ons,54.95,109.9,109.9,109.9,109.9 +p42035,csp,0.0,0.0,0.0,0.0,0.0 p42037,battery,0.0,0.0,0.0,0.0,0.0 p42037,biomass,0.0,0.0,0.0,0.0,0.0 p42037,coal,0.0,0.0,0.0,0.0,0.0 +p42037,csp,0.0,0.0,0.0,0.0,0.0 p42037,gas,0.0,0.0,0.0,0.0,0.0 p42037,geothermal,0.0,0.0,0.0,0.0,0.0 p42037,h2,0.0,0.0,0.0,0.0,0.0 p42037,hydro,0.0,0.0,0.0,0.0,0.0 p42037,nuclear,0.0,0.0,0.0,0.0,0.0 p42037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42037,pv,19.8,39.6,52.79999999999927,66.0,79.2 +p42037,pv,19.8,39.6,39.6,39.6,39.6 p42037,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42037,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42039,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p42039,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p42039,biomass,0.0,0.0,0.0,0.0,0.0 p42039,coal,0.0,0.0,0.0,0.0,0.0 +p42039,csp,0.0,0.0,0.0,0.0,0.0 p42039,gas,0.0,0.0,0.0,0.0,0.0 p42039,geothermal,0.0,0.0,0.0,0.0,0.0 p42039,h2,0.0,0.0,0.0,0.0,0.0 p42039,hydro,0.0,0.0,0.0,0.0,0.0 p42039,nuclear,0.0,0.0,0.0,0.0,0.0 p42039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42039,pv,53.9,107.8,194.48666666663485,281.17333333331044,367.86 +p42039,pv,48.9,97.8,154.3666666666686,210.9333333333343,267.5 p42039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42039,wind-ons,0.0,0.0,0.0,0.0,0.0 p42041,battery,0.0,0.0,0.0,0.0,0.0 p42041,biomass,0.0,0.0,0.0,0.0,0.0 p42041,coal,0.0,0.0,0.0,0.0,0.0 +p42041,csp,0.0,0.0,0.0,0.0,0.0 p42041,gas,0.0,0.0,0.0,0.0,0.0 p42041,geothermal,0.0,0.0,0.0,0.0,0.0 p42041,h2,0.0,0.0,0.0,0.0,0.0 p42041,hydro,0.0,0.0,0.0,0.0,0.0 p42041,nuclear,0.0,0.0,0.0,0.0,0.0 p42041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42041,pv,10.0,20.0,26.66666666666606,33.33333333333394,40.0 +p42041,pv,10.0,20.0,23.33333333333394,26.66666666666697,30.0 p42041,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42041,wind-ons,0.0,0.0,0.0,0.0,0.0 p42043,battery,0.0,0.0,0.0,0.0,0.0 p42043,biomass,0.0,0.0,0.0,0.0,0.0 p42043,coal,0.0,0.0,0.0,0.0,0.0 +p42043,csp,0.0,0.0,0.0,0.0,0.0 p42043,gas,0.0,0.0,0.0,0.0,0.0 p42043,geothermal,0.0,0.0,0.0,0.0,0.0 p42043,h2,0.0,0.0,0.0,0.0,0.0 p42043,hydro,0.0,0.0,0.0,0.0,0.0 -p42043,nuclear,0.0,0.0,0.0,0.0,0.0 +p42043,nuclear,0.0,0.0,286.3333333332557,572.6666666666279,859.0 p42043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42043,pv,27.5,55.0,73.33333333333576,91.66666666666424,110.0 +p42043,pv,0.0,0.0,8.166666666664241,16.33333333333212,24.5 p42043,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42043,wind-ons,0.0,0.0,0.0,0.0,0.0 p42045,battery,0.0,0.0,0.0,0.0,0.0 p42045,biomass,0.0,0.0,0.0,0.0,0.0 p42045,coal,0.0,0.0,0.0,0.0,0.0 +p42045,csp,0.0,0.0,0.0,0.0,0.0 p42045,gas,0.0,0.0,0.0,0.0,0.0 p42045,geothermal,0.0,0.0,0.0,0.0,0.0 p42045,h2,0.0,0.0,0.0,0.0,0.0 p42045,hydro,0.0,0.0,0.0,0.0,0.0 p42045,nuclear,0.0,0.0,0.0,0.0,0.0 p42045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42045,pv,0.0,0.0,6.599999999998545,13.199999999998909,19.8 +p42045,pv,0.0,0.0,6.600000000000364,13.200000000000728,19.8 p42045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42045,wind-ons,0.0,0.0,0.0,0.0,0.0 p42047,battery,0.0,0.0,0.0,0.0,0.0 p42047,biomass,0.0,0.0,0.0,0.0,0.0 p42047,coal,0.0,0.0,0.0,0.0,0.0 +p42047,csp,0.0,0.0,0.0,0.0,0.0 p42047,gas,0.0,0.0,0.0,0.0,0.0 p42047,geothermal,0.0,0.0,0.0,0.0,0.0 p42047,h2,0.0,0.0,0.0,0.0,0.0 p42047,hydro,0.0,0.0,0.0,0.0,0.0 p42047,nuclear,0.0,0.0,0.0,0.0,0.0 p42047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42047,pv,0.0,0.0,254.66666666668607,509.33333333331393,764.0 +p42047,pv,0.0,0.0,141.33333333337214,282.66666666668607,424.0 p42047,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42049,battery,0.0,0.0,43.33333333332848,86.66666666667152,130.0 +p42049,battery,0.0,0.0,43.333333333343035,86.66666666667152,130.0 p42049,biomass,0.0,0.0,0.0,0.0,0.0 p42049,coal,0.0,0.0,0.0,0.0,0.0 +p42049,csp,0.0,0.0,0.0,0.0,0.0 p42049,gas,0.0,0.0,0.0,0.0,0.0 p42049,geothermal,0.0,0.0,0.0,0.0,0.0 p42049,h2,0.0,0.0,0.0,0.0,0.0 p42049,hydro,0.0,0.0,0.0,0.0,0.0 p42049,nuclear,0.0,0.0,0.0,0.0,0.0 p42049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42049,pv,40.0,80.0,211.17666666669538,342.35333333333256,473.53 +p42049,pv,121.0,242.0,245.33333333333394,248.66666666666697,252.0 p42049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42049,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42051,battery,10.0,20.0,133.33333333334303,246.66666666665697,360.0 +p42051,battery,10.0,20.0,133.33333333331393,246.66666666665697,360.0 p42051,biomass,0.0,0.0,0.0,0.0,0.0 p42051,coal,0.0,0.0,0.0,0.0,0.0 +p42051,csp,0.0,0.0,0.0,0.0,0.0 p42051,gas,0.0,0.0,0.0,0.0,0.0 p42051,geothermal,0.0,0.0,0.0,0.0,0.0 p42051,h2,0.0,0.0,0.0,0.0,0.0 p42051,hydro,0.0,0.0,0.0,0.0,0.0 p42051,nuclear,0.0,0.0,0.0,0.0,0.0 p42051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42051,pv,0.0,0.0,32.36666666668316,64.73333333335177,97.1 +p42051,pv,0.0,0.0,26.333333333328483,52.66666666666424,79.0 p42051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42051,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42055,battery,5.0,10.0,13.33333333333303,16.66666666666697,20.0 +p42055,battery,0.0,0.0,0.0,0.0,0.0 p42055,biomass,0.0,0.0,0.0,0.0,0.0 p42055,coal,0.0,0.0,0.0,0.0,0.0 +p42055,csp,0.0,0.0,0.0,0.0,0.0 p42055,gas,0.0,0.0,0.0,0.0,0.0 p42055,geothermal,0.0,0.0,0.0,0.0,0.0 p42055,h2,0.0,0.0,0.0,0.0,0.0 p42055,hydro,0.0,0.0,0.0,0.0,0.0 p42055,nuclear,0.0,0.0,0.0,0.0,0.0 p42055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42055,pv,50.05,100.1,155.76666666667734,211.4333333333343,267.1 +p42055,pv,10.0,20.0,55.0,90.0,125.0 p42055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42055,wind-ons,0.0,0.0,0.0,0.0,0.0 p42057,battery,0.0,0.0,0.0,0.0,0.0 p42057,biomass,0.0,0.0,0.0,0.0,0.0 p42057,coal,0.0,0.0,0.0,0.0,0.0 +p42057,csp,0.0,0.0,0.0,0.0,0.0 p42057,gas,0.0,0.0,0.0,0.0,0.0 p42057,geothermal,0.0,0.0,0.0,0.0,0.0 p42057,h2,0.0,0.0,0.0,0.0,0.0 p42057,hydro,0.0,0.0,0.0,0.0,0.0 p42057,nuclear,0.0,0.0,0.0,0.0,0.0 p42057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42057,pv,7.86,15.72,23.516666666668243,31.313333333333503,39.11 +p42057,pv,0.0,0.0,1.6633333333329574,3.3266666666663696,4.99 p42057,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42057,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42059,battery,0.0,0.0,50.0,100.0,150.0 +p42059,battery,0.0,0.0,0.0,0.0,0.0 p42059,biomass,0.0,0.0,0.0,0.0,0.0 p42059,coal,0.0,0.0,0.0,0.0,0.0 +p42059,csp,0.0,0.0,0.0,0.0,0.0 p42059,gas,0.0,0.0,0.0,0.0,0.0 p42059,geothermal,0.0,0.0,0.0,0.0,0.0 p42059,h2,0.0,0.0,0.0,0.0,0.0 p42059,hydro,0.0,0.0,0.0,0.0,0.0 p42059,nuclear,0.0,0.0,0.0,0.0,0.0 p42059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42059,pv,0.0,0.0,186.41666666668607,372.83333333331393,559.25 +p42059,pv,0.0,0.0,113.33333333331393,226.66666666665697,340.0 p42059,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42059,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42061,battery,0.0,0.0,0.0,0.0,0.0 -p42061,biomass,0.0,0.0,0.0,0.0,0.0 -p42061,coal,0.0,0.0,0.0,0.0,0.0 -p42061,gas,0.0,0.0,0.0,0.0,0.0 -p42061,geothermal,0.0,0.0,0.0,0.0,0.0 -p42061,h2,0.0,0.0,0.0,0.0,0.0 -p42061,hydro,0.0,0.0,0.0,0.0,0.0 -p42061,nuclear,0.0,0.0,0.0,0.0,0.0 -p42061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42061,pv,20.0,40.0,53.33333333333212,66.66666666666788,80.0 -p42061,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42061,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42063,battery,0.0,0.0,13.483333333333576,26.96666666666715,40.45 +p42061,csp,0.0,0.0,0.0,0.0,0.0 +p42063,battery,0.0,0.0,0.0,0.0,0.0 p42063,biomass,0.0,0.0,0.0,0.0,0.0 p42063,coal,0.0,0.0,0.0,0.0,0.0 -p42063,gas,0.0,0.0,0.0,0.0,0.0 +p42063,csp,0.0,0.0,0.0,0.0,0.0 +p42063,gas,0.0,0.0,90.10000000000582,180.20000000001164,270.3 p42063,geothermal,0.0,0.0,0.0,0.0,0.0 p42063,h2,0.0,0.0,0.0,0.0,0.0 p42063,hydro,0.0,0.0,0.0,0.0,0.0 p42063,nuclear,0.0,0.0,0.0,0.0,0.0 p42063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42063,pv,55.0,110.0,174.99666666667326,239.99333333331742,304.99 +p42063,pv,55.0,110.0,138.33333333332848,166.66666666666424,195.0 p42063,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42063,wind-ons,0.0,0.0,0.0,0.0,0.0 p42065,battery,0.0,0.0,0.0,0.0,0.0 p42065,biomass,0.0,0.0,0.0,0.0,0.0 p42065,coal,0.0,0.0,0.0,0.0,0.0 +p42065,csp,0.0,0.0,0.0,0.0,0.0 p42065,gas,0.0,0.0,0.0,0.0,0.0 p42065,geothermal,0.0,0.0,0.0,0.0,0.0 p42065,h2,0.0,0.0,0.0,0.0,0.0 p42065,hydro,0.0,0.0,0.0,0.0,0.0 p42065,nuclear,0.0,0.0,0.0,0.0,0.0 p42065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42065,pv,66.0,132.0,328.66666666668607,525.3333333333139,722.0 +p42065,pv,66.0,132.0,195.33333333334303,258.6666666666715,322.0 p42065,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42065,wind-ons,0.0,0.0,0.0,0.0,0.0 p42067,battery,0.0,0.0,0.0,0.0,0.0 p42067,biomass,0.0,0.0,0.0,0.0,0.0 p42067,coal,0.0,0.0,0.0,0.0,0.0 +p42067,csp,0.0,0.0,0.0,0.0,0.0 p42067,gas,0.0,0.0,0.0,0.0,0.0 p42067,geothermal,0.0,0.0,0.0,0.0,0.0 p42067,h2,0.0,0.0,0.0,0.0,0.0 p42067,hydro,0.0,0.0,0.0,0.0,0.0 p42067,nuclear,0.0,0.0,0.0,0.0,0.0 p42067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42067,pv,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p42067,pv,40.0,80.0,80.0,80.0,80.0 p42067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42067,wind-ons,0.0,0.0,0.0,0.0,0.0 p42069,battery,0.0,0.0,0.0,0.0,0.0 p42069,biomass,0.0,0.0,0.0,0.0,0.0 p42069,coal,0.0,0.0,0.0,0.0,0.0 +p42069,csp,0.0,0.0,0.0,0.0,0.0 p42069,gas,0.0,0.0,0.0,0.0,0.0 p42069,geothermal,0.0,0.0,0.0,0.0,0.0 p42069,h2,0.0,0.0,0.0,0.0,0.0 p42069,hydro,0.0,0.0,0.0,0.0,0.0 p42069,nuclear,0.0,0.0,0.0,0.0,0.0 p42069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42069,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p42069,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p42069,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42069,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42071,battery,0.0,0.0,0.0,0.0,0.0 -p42071,biomass,0.0,0.0,0.0,0.0,0.0 -p42071,coal,0.0,0.0,0.0,0.0,0.0 -p42071,gas,0.0,0.0,0.0,0.0,0.0 -p42071,geothermal,0.0,0.0,0.0,0.0,0.0 -p42071,h2,0.0,0.0,0.0,0.0,0.0 -p42071,hydro,0.0,0.0,0.0,0.0,0.0 -p42071,nuclear,0.0,0.0,0.0,0.0,0.0 -p42071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42071,pv,0.0,0.0,3.286666666665951,6.573333333332812,9.86 -p42071,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42071,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42073,battery,0.0,0.0,2.473333333334267,4.946666666667625,7.42 +p42071,csp,0.0,0.0,0.0,0.0,0.0 +p42073,battery,0.0,0.0,0.0,0.0,0.0 p42073,biomass,0.0,0.0,0.0,0.0,0.0 p42073,coal,0.0,0.0,0.0,0.0,0.0 +p42073,csp,0.0,0.0,0.0,0.0,0.0 p42073,gas,0.0,0.0,0.0,0.0,0.0 p42073,geothermal,0.0,0.0,0.0,0.0,0.0 p42073,h2,0.0,0.0,0.0,0.0,0.0 p42073,hydro,0.0,0.0,0.0,0.0,0.0 p42073,nuclear,0.0,0.0,0.0,0.0,0.0 p42073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42073,pv,20.0,40.0,54.766666666666424,69.53333333333285,84.3 +p42073,pv,20.0,40.0,50.766666666666424,61.53333333333285,72.3 p42073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42073,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42075,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p42075,biomass,0.0,0.0,0.0,0.0,0.0 -p42075,coal,0.0,0.0,0.0,0.0,0.0 -p42075,gas,0.0,0.0,0.0,0.0,0.0 -p42075,geothermal,0.0,0.0,0.0,0.0,0.0 -p42075,h2,0.0,0.0,0.0,0.0,0.0 -p42075,hydro,0.0,0.0,0.0,0.0,0.0 -p42075,nuclear,0.0,0.0,0.0,0.0,0.0 -p42075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42075,pv,0.0,0.0,21.266666666670062,42.533333333340124,63.8 -p42075,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42075,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42075,csp,0.0,0.0,0.0,0.0,0.0 p42079,battery,0.0,0.0,0.0,0.0,0.0 p42079,biomass,0.0,0.0,0.0,0.0,0.0 p42079,coal,0.0,0.0,0.0,0.0,0.0 +p42079,csp,0.0,0.0,0.0,0.0,0.0 p42079,gas,0.0,0.0,0.0,0.0,0.0 p42079,geothermal,0.0,0.0,0.0,0.0,0.0 p42079,h2,0.0,0.0,0.0,0.0,0.0 @@ -16106,66 +16400,73 @@ p42079,wind-ons,0.0,0.0,0.0,0.0,0.0 p42081,battery,0.0,0.0,0.0,0.0,0.0 p42081,biomass,0.0,0.0,0.0,0.0,0.0 p42081,coal,0.0,0.0,0.0,0.0,0.0 +p42081,csp,0.0,0.0,0.0,0.0,0.0 p42081,gas,0.0,0.0,0.0,0.0,0.0 p42081,geothermal,0.0,0.0,0.0,0.0,0.0 p42081,h2,0.0,0.0,0.0,0.0,0.0 p42081,hydro,0.0,0.0,0.0,0.0,0.0 p42081,nuclear,0.0,0.0,0.0,0.0,0.0 p42081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42081,pv,0.0,0.0,48.63333333331684,97.26666666664823,145.9 +p42081,pv,0.0,0.0,48.63333333331684,97.26666666666279,145.9 p42081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42081,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42083,battery,0.0,0.0,203.33333333331393,406.66666666668607,610.0 +p42083,battery,0.0,0.0,0.0,0.0,0.0 p42083,biomass,0.0,0.0,0.0,0.0,0.0 p42083,coal,0.0,0.0,0.0,0.0,0.0 +p42083,csp,0.0,0.0,0.0,0.0,0.0 p42083,gas,0.0,0.0,0.0,0.0,0.0 p42083,geothermal,0.0,0.0,0.0,0.0,0.0 p42083,h2,0.0,0.0,0.0,0.0,0.0 p42083,hydro,0.0,0.0,0.0,0.0,0.0 p42083,nuclear,0.0,0.0,0.0,0.0,0.0 p42083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42083,pv,110.25,220.5,677.9933333332883,1135.486666666693,1592.98 +p42083,pv,110.25,220.5,464.6599999999744,708.8199999999488,952.98 p42083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42085,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p42085,battery,0.0,0.0,0.0,0.0,0.0 p42085,biomass,0.0,0.0,0.0,0.0,0.0 p42085,coal,0.0,0.0,0.0,0.0,0.0 +p42085,csp,0.0,0.0,0.0,0.0,0.0 p42085,gas,0.0,0.0,0.0,0.0,0.0 p42085,geothermal,0.0,0.0,0.0,0.0,0.0 p42085,h2,0.0,0.0,0.0,0.0,0.0 p42085,hydro,0.0,0.0,0.0,0.0,0.0 p42085,nuclear,0.0,0.0,0.0,0.0,0.0 p42085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42085,pv,54.95,109.9,159.3666666666686,208.83333333332848,258.3 +p42085,pv,54.95,109.9,120.5666666666657,131.23333333333358,141.9 p42085,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42087,csp,0.0,0.0,0.0,0.0,0.0 p42089,battery,0.0,0.0,0.0,0.0,0.0 p42089,biomass,0.0,0.0,0.0,0.0,0.0 p42089,coal,0.0,0.0,0.0,0.0,0.0 +p42089,csp,0.0,0.0,0.0,0.0,0.0 p42089,gas,0.0,0.0,0.0,0.0,0.0 p42089,geothermal,0.0,0.0,0.0,0.0,0.0 p42089,h2,0.0,0.0,0.0,0.0,0.0 p42089,hydro,0.0,0.0,0.0,0.0,0.0 p42089,nuclear,0.0,0.0,0.0,0.0,0.0 p42089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42089,pv,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p42089,pv,40.0,80.0,80.0,80.0,80.0 p42089,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42089,wind-ons,0.0,0.0,0.0,0.0,0.0 p42093,battery,0.0,0.0,0.0,0.0,0.0 p42093,biomass,0.0,0.0,0.0,0.0,0.0 p42093,coal,0.0,0.0,0.0,0.0,0.0 +p42093,csp,0.0,0.0,0.0,0.0,0.0 p42093,gas,0.0,0.0,0.0,0.0,0.0 p42093,geothermal,0.0,0.0,0.0,0.0,0.0 p42093,h2,0.0,0.0,0.0,0.0,0.0 p42093,hydro,0.0,0.0,0.0,0.0,0.0 p42093,nuclear,0.0,0.0,0.0,0.0,0.0 p42093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42093,pv,0.0,0.0,96.1213333333435,192.242666666687,288.364 +p42093,pv,0.0,0.0,49.45466666667198,98.90933333334397,148.364 p42093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42093,wind-ons,0.0,0.0,0.0,0.0,0.0 p42095,battery,0.0,0.0,0.0,0.0,0.0 p42095,biomass,0.0,0.0,0.0,0.0,0.0 p42095,coal,0.0,0.0,0.0,0.0,0.0 +p42095,csp,0.0,0.0,0.0,0.0,0.0 p42095,gas,0.0,0.0,0.0,0.0,0.0 p42095,geothermal,0.0,0.0,0.0,0.0,0.0 p42095,h2,0.0,0.0,0.0,0.0,0.0 @@ -16178,78 +16479,74 @@ p42095,wind-ons,0.0,0.0,0.0,0.0,0.0 p42097,battery,0.0,0.0,0.0,0.0,0.0 p42097,biomass,0.0,0.0,0.0,0.0,0.0 p42097,coal,0.0,0.0,0.0,0.0,0.0 +p42097,csp,0.0,0.0,0.0,0.0,0.0 p42097,gas,0.0,0.0,0.0,0.0,0.0 p42097,geothermal,0.0,0.0,0.0,0.0,0.0 p42097,h2,0.0,0.0,0.0,0.0,0.0 p42097,hydro,0.0,0.0,0.0,0.0,0.0 p42097,nuclear,0.0,0.0,0.0,0.0,0.0 p42097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42097,pv,25.9,51.8,86.51666666666279,121.23333333332266,155.95 +p42097,pv,25.9,51.8,51.8,51.8,51.8 p42097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42099,battery,0.0,0.0,0.0,0.0,0.0 -p42099,biomass,0.0,0.0,0.0,0.0,0.0 -p42099,coal,0.0,0.0,0.0,0.0,0.0 -p42099,gas,0.0,0.0,0.0,0.0,0.0 -p42099,geothermal,0.0,0.0,0.0,0.0,0.0 -p42099,h2,0.0,0.0,0.0,0.0,0.0 -p42099,hydro,0.0,0.0,0.0,0.0,0.0 -p42099,nuclear,0.0,0.0,0.0,0.0,0.0 -p42099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42099,pv,0.0,0.0,75.06666666668025,150.1333333333605,225.2 -p42099,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42099,csp,0.0,0.0,0.0,0.0,0.0 +p42101,csp,0.0,0.0,0.0,0.0,0.0 p42105,battery,0.0,0.0,0.0,0.0,0.0 p42105,biomass,0.0,0.0,0.0,0.0,0.0 p42105,coal,0.0,0.0,0.0,0.0,0.0 +p42105,csp,0.0,0.0,0.0,0.0,0.0 p42105,gas,0.0,0.0,0.0,0.0,0.0 p42105,geothermal,0.0,0.0,0.0,0.0,0.0 p42105,h2,0.0,0.0,0.0,0.0,0.0 p42105,hydro,0.0,0.0,0.0,0.0,0.0 p42105,nuclear,0.0,0.0,0.0,0.0,0.0 p42105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42105,pv,0.0,0.0,11.66666666666788,23.33333333333212,35.0 +p42105,pv,17.5,35.0,35.0,35.0,35.0 p42105,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42105,wind-ons,0.0,0.0,20.81666666665842,41.63333333332412,62.45 +p42105,wind-ons,0.0,0.0,0.0,0.0,0.0 p42107,battery,0.0,0.0,0.0,0.0,0.0 p42107,biomass,0.0,0.0,0.0,0.0,0.0 p42107,coal,0.0,0.0,0.0,0.0,0.0 +p42107,csp,0.0,0.0,0.0,0.0,0.0 p42107,gas,0.0,0.0,0.0,0.0,0.0 p42107,geothermal,0.0,0.0,0.0,0.0,0.0 p42107,h2,0.0,0.0,0.0,0.0,0.0 p42107,hydro,0.0,0.0,0.0,0.0,0.0 p42107,nuclear,0.0,0.0,0.0,0.0,0.0 p42107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42107,pv,0.0,0.0,31.0,62.0,93.0 +p42107,pv,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p42107,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42107,wind-ons,0.0,0.0,0.0,0.0,0.0 p42109,battery,0.0,0.0,0.0,0.0,0.0 p42109,biomass,0.0,0.0,0.0,0.0,0.0 p42109,coal,0.0,0.0,0.0,0.0,0.0 +p42109,csp,0.0,0.0,0.0,0.0,0.0 p42109,gas,0.0,0.0,0.0,0.0,0.0 p42109,geothermal,0.0,0.0,0.0,0.0,0.0 p42109,h2,0.0,0.0,0.0,0.0,0.0 p42109,hydro,0.0,0.0,0.0,0.0,0.0 p42109,nuclear,0.0,0.0,0.0,0.0,0.0 p42109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42109,pv,30.0,60.0,80.0,100.0,120.0 +p42109,pv,30.0,60.0,60.0,60.0,60.0 p42109,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42109,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42111,battery,0.0,0.0,21.33333333333576,42.66666666666424,64.0 +p42111,battery,0.0,0.0,0.0,0.0,0.0 p42111,biomass,0.0,0.0,0.0,0.0,0.0 p42111,coal,0.0,0.0,0.0,0.0,0.0 +p42111,csp,0.0,0.0,0.0,0.0,0.0 p42111,gas,0.0,0.0,0.0,0.0,0.0 p42111,geothermal,0.0,0.0,0.0,0.0,0.0 p42111,h2,0.0,0.0,0.0,0.0,0.0 p42111,hydro,0.0,0.0,0.0,0.0,0.0 p42111,nuclear,0.0,0.0,0.0,0.0,0.0 p42111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42111,pv,50.0,100.0,299.88000000006286,499.7600000000675,699.64 +p42111,pv,50.0,100.0,251.54666666669073,403.09333333332324,554.64 p42111,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42111,wind-ons,0.0,0.0,13.790000000000873,27.580000000001746,41.37 +p42111,wind-ons,0.0,0.0,0.0,0.0,0.0 p42115,battery,0.0,0.0,0.0,0.0,0.0 p42115,biomass,0.0,0.0,0.0,0.0,0.0 p42115,coal,0.0,0.0,0.0,0.0,0.0 +p42115,csp,0.0,0.0,0.0,0.0,0.0 p42115,gas,0.0,0.0,0.0,0.0,0.0 p42115,geothermal,0.0,0.0,0.0,0.0,0.0 p42115,h2,0.0,0.0,0.0,0.0,0.0 @@ -16262,195 +16559,174 @@ p42115,wind-ons,0.0,0.0,0.0,0.0,0.0 p42117,battery,0.0,0.0,0.0,0.0,0.0 p42117,biomass,0.0,0.0,0.0,0.0,0.0 p42117,coal,0.0,0.0,0.0,0.0,0.0 +p42117,csp,0.0,0.0,0.0,0.0,0.0 p42117,gas,0.0,0.0,0.0,0.0,0.0 p42117,geothermal,0.0,0.0,0.0,0.0,0.0 p42117,h2,0.0,0.0,0.0,0.0,0.0 p42117,hydro,0.0,0.0,0.0,0.0,0.0 p42117,nuclear,0.0,0.0,0.0,0.0,0.0 p42117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42117,pv,0.0,0.0,35.0,70.0,105.0 +p42117,pv,0.0,0.0,28.333333333328483,56.66666666666424,85.0 p42117,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42117,wind-ons,0.0,0.0,0.0,0.0,0.0 p42119,battery,0.0,0.0,0.0,0.0,0.0 p42119,biomass,0.0,0.0,0.0,0.0,0.0 p42119,coal,0.0,0.0,0.0,0.0,0.0 +p42119,csp,0.0,0.0,0.0,0.0,0.0 p42119,gas,0.0,0.0,0.0,0.0,0.0 p42119,geothermal,0.0,0.0,0.0,0.0,0.0 p42119,h2,0.0,0.0,0.0,0.0,0.0 p42119,hydro,0.0,0.0,0.0,0.0,0.0 p42119,nuclear,0.0,0.0,0.0,0.0,0.0 p42119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42119,pv,40.0,80.0,106.66666666666424,133.33333333333576,160.0 +p42119,pv,40.0,80.0,80.0,80.0,80.0 p42119,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42119,wind-ons,0.0,0.0,54.26666666667734,108.53333333334012,162.8 -p42121,battery,0.0,0.0,56.66666666667152,113.33333333332848,170.0 +p42119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42121,battery,0.0,0.0,46.666666666656965,93.33333333332848,140.0 p42121,biomass,0.0,0.0,0.0,0.0,0.0 p42121,coal,0.0,0.0,0.0,0.0,0.0 +p42121,csp,0.0,0.0,0.0,0.0,0.0 p42121,gas,0.0,0.0,0.0,0.0,0.0 p42121,geothermal,0.0,0.0,0.0,0.0,0.0 p42121,h2,0.0,0.0,0.0,0.0,0.0 p42121,hydro,0.0,0.0,0.0,0.0,0.0 p42121,nuclear,0.0,0.0,0.0,0.0,0.0 p42121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42121,pv,0.0,0.0,58.5,117.0,175.5 +p42121,pv,0.0,0.0,14.773333333334449,29.546666666668898,44.32 p42121,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42121,wind-ons,0.0,0.0,0.0,0.0,0.0 p42123,battery,0.0,0.0,0.0,0.0,0.0 p42123,biomass,0.0,0.0,0.0,0.0,0.0 p42123,coal,0.0,0.0,0.0,0.0,0.0 +p42123,csp,0.0,0.0,0.0,0.0,0.0 p42123,gas,0.0,0.0,0.0,0.0,0.0 p42123,geothermal,0.0,0.0,0.0,0.0,0.0 p42123,h2,0.0,0.0,0.0,0.0,0.0 p42123,hydro,0.0,0.0,0.0,0.0,0.0 p42123,nuclear,0.0,0.0,0.0,0.0,0.0 p42123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42123,pv,0.0,0.0,10.0,20.0,30.0 +p42123,pv,0.0,0.0,5.666666666667879,11.33333333333394,17.0 p42123,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42123,wind-ons,0.0,0.0,0.0,0.0,0.0 p42125,battery,0.0,0.0,0.0,0.0,0.0 p42125,biomass,0.0,0.0,0.0,0.0,0.0 p42125,coal,0.0,0.0,0.0,0.0,0.0 +p42125,csp,0.0,0.0,0.0,0.0,0.0 p42125,gas,0.0,0.0,0.0,0.0,0.0 p42125,geothermal,0.0,0.0,0.0,0.0,0.0 p42125,h2,0.0,0.0,0.0,0.0,0.0 p42125,hydro,0.0,0.0,0.0,0.0,0.0 p42125,nuclear,0.0,0.0,0.0,0.0,0.0 p42125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42125,pv,0.0,0.0,73.33333333334303,146.66666666665697,220.0 +p42125,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p42125,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42125,wind-ons,0.0,0.0,0.0,0.0,0.0 p42127,battery,0.0,0.0,0.0,0.0,0.0 p42127,biomass,0.0,0.0,0.0,0.0,0.0 p42127,coal,0.0,0.0,0.0,0.0,0.0 +p42127,csp,0.0,0.0,0.0,0.0,0.0 p42127,gas,0.0,0.0,0.0,0.0,0.0 p42127,geothermal,0.0,0.0,0.0,0.0,0.0 p42127,h2,0.0,0.0,0.0,0.0,0.0 p42127,hydro,0.0,0.0,0.0,0.0,0.0 p42127,nuclear,0.0,0.0,0.0,0.0,0.0 p42127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42127,pv,0.0,0.0,1.6499999999996362,3.299999999999727,4.95 +p42127,pv,0.0,0.0,1.650000000000091,3.300000000000182,4.95 p42127,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42127,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42129,battery,0.0,0.0,43.66666666667152,87.33333333332848,131.0 +p42129,battery,0.0,0.0,27.666666666671517,55.33333333333576,83.0 p42129,biomass,0.0,0.0,0.0,0.0,0.0 p42129,coal,0.0,0.0,0.0,0.0,0.0 +p42129,csp,0.0,0.0,0.0,0.0,0.0 p42129,gas,0.0,0.0,0.0,0.0,0.0 p42129,geothermal,0.0,0.0,0.0,0.0,0.0 p42129,h2,0.0,0.0,0.0,0.0,0.0 p42129,hydro,0.0,0.0,0.0,0.0,0.0 p42129,nuclear,0.0,0.0,0.0,0.0,0.0 p42129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42129,pv,10.0,20.0,81.0,142.0,203.0 +p42129,pv,10.0,20.0,25.0,30.0,35.0 p42129,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42129,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42131,battery,0.0,0.0,0.0,0.0,0.0 -p42131,biomass,0.0,0.0,0.0,0.0,0.0 -p42131,coal,0.0,0.0,0.0,0.0,0.0 -p42131,gas,0.0,0.0,0.0,0.0,0.0 -p42131,geothermal,0.0,0.0,0.0,0.0,0.0 -p42131,h2,0.0,0.0,0.0,0.0,0.0 -p42131,hydro,0.0,0.0,0.0,0.0,0.0 -p42131,nuclear,0.0,0.0,0.0,0.0,0.0 -p42131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42131,pv,0.0,0.0,3.2666666666673336,6.533333333333758,9.8 -p42131,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p42131,wind-ons,0.0,0.0,0.0,0.0,0.0 -p42133,battery,0.0,0.0,43.33333333332848,86.66666666667152,130.0 +p42131,csp,0.0,0.0,0.0,0.0,0.0 +p42133,battery,0.0,0.0,43.333333333343035,86.66666666667152,130.0 p42133,biomass,0.0,0.0,0.0,0.0,0.0 p42133,coal,0.0,0.0,0.0,0.0,0.0 +p42133,csp,0.0,0.0,0.0,0.0,0.0 p42133,gas,0.0,0.0,0.0,0.0,0.0 p42133,geothermal,0.0,0.0,0.0,0.0,0.0 p42133,h2,0.0,0.0,0.0,0.0,0.0 p42133,hydro,0.0,0.0,0.0,0.0,0.0 -p42133,nuclear,0.0,0.0,0.0,0.0,0.0 +p42133,nuclear,22.0,44.0,44.0,44.0,44.0 p42133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p42133,pv,10.0,20.0,28.69999999999709,37.39999999999782,46.1 +p42133,pv,0.0,0.0,0.0,0.0,0.0 p42133,wind-ofs,0.0,0.0,0.0,0.0,0.0 p42133,wind-ons,0.0,0.0,0.0,0.0,0.0 -p44003,battery,0.0,0.0,0.0,0.0,0.0 -p44003,biomass,0.0,0.0,0.0,0.0,0.0 -p44003,coal,0.0,0.0,0.0,0.0,0.0 -p44003,gas,0.0,0.0,0.0,0.0,0.0 -p44003,geothermal,0.0,0.0,0.0,0.0,0.0 -p44003,h2,0.0,0.0,0.0,0.0,0.0 -p44003,hydro,0.0,0.0,0.0,0.0,0.0 -p44003,nuclear,0.0,0.0,0.0,0.0,0.0 -p44003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p44003,pv,0.0,0.0,42.4819995562284,84.96399911244225,127.4459986686704 -p44003,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p44003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p44005,battery,0.0,0.0,0.0,0.0,0.0 -p44005,biomass,0.0,0.0,0.0,0.0,0.0 -p44005,coal,0.0,0.0,0.0,0.0,0.0 -p44005,gas,0.0,0.0,2.0893333752947,4.17866675059031,6.26800012588501 -p44005,geothermal,0.0,0.0,0.0,0.0,0.0 -p44005,h2,0.0,0.0,0.0,0.0,0.0 -p44005,hydro,0.0,0.0,0.0,0.0,0.0 -p44005,nuclear,0.0,0.0,0.0,0.0,0.0 -p44005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p44005,pv,0.0,0.0,3.6633332570399944,7.326666514079079,10.9899997711181 -p44005,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p44005,wind-ons,0.0,0.0,0.0,0.0,0.0 -p44007,battery,0.0,0.0,36.49000040690589,72.98000081379723,109.470001220703 +p44003,csp,0.0,0.0,0.0,0.0,0.0 +p44005,csp,0.0,0.0,0.0,0.0,0.0 +p44007,battery,0.0,0.0,0.0,0.0,0.0 p44007,biomass,0.0,0.0,0.0,0.0,0.0 p44007,coal,0.0,0.0,0.0,0.0,0.0 -p44007,gas,36.60200119018555,73.2040023803711,97.60533650716388,122.0066706339494,146.4080047607422 +p44007,csp,0.0,0.0,0.0,0.0,0.0 +p44007,gas,36.60200119018555,73.2040023803711,73.2040023803711,73.2040023803711,73.2040023803711 p44007,geothermal,0.0,0.0,0.0,0.0,0.0 p44007,h2,0.0,0.0,0.0,0.0,0.0 p44007,hydro,0.0,0.0,0.0,0.0,0.0 p44007,nuclear,0.0,0.0,0.0,0.0,0.0 p44007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p44007,pv,0.0,0.0,18.711666504539608,37.42333300908649,56.13499951362609 +p44007,pv,0.0,0.0,0.0,0.0,0.0 p44007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p44007,wind-ons,0.0,0.0,0.0,0.0,0.0 -p44009,battery,0.0,0.0,172.6133321126108,345.2266642252798,517.8399963378899 +p44009,battery,102.5,205.0,205.0,205.0,205.0 p44009,biomass,0.0,0.0,0.0,0.0,0.0 p44009,coal,0.0,0.0,0.0,0.0,0.0 +p44009,csp,0.0,0.0,0.0,0.0,0.0 p44009,gas,0.0,0.0,0.0,0.0,0.0 p44009,geothermal,0.0,0.0,0.0,0.0,0.0 p44009,h2,0.0,0.0,0.0,0.0,0.0 p44009,hydro,0.0,0.0,0.0,0.0,0.0 p44009,nuclear,0.0,0.0,0.0,0.0,0.0 p44009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p44009,pv,0.0,0.0,51.65333334605384,103.30666669209313,154.96000003814694 +p44009,pv,0.0,0.0,0.0,0.0,0.0 p44009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p44009,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45003,battery,0.0,0.0,66.6333333333314,133.2666666666628,199.9 +p45003,battery,0.0,0.0,0.0,0.0,0.0 p45003,biomass,0.0,0.0,0.0,0.0,0.0 p45003,coal,0.0,0.0,0.0,0.0,0.0 -p45003,gas,0.0,0.0,0.0,0.0,0.0 +p45003,csp,0.0,0.0,0.0,0.0,0.0 +p45003,gas,0.0,0.0,117.73333333336632,235.46666666667443,353.20000000000005 p45003,geothermal,0.0,0.0,0.0,0.0,0.0 p45003,h2,0.0,0.0,0.0,0.0,0.0 p45003,hydro,0.0,0.0,0.0,0.0,0.0 p45003,nuclear,0.0,0.0,0.0,0.0,0.0 p45003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45003,pv,0.0,0.0,127.1166666666686,254.2333333333372,381.35 +p45003,pv,0.0,0.0,101.26666666663368,202.53333333332557,303.8 p45003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45005,battery,0.0,0.0,0.0,0.0,0.0 -p45005,biomass,0.0,0.0,0.0,0.0,0.0 -p45005,coal,0.0,0.0,0.0,0.0,0.0 -p45005,gas,0.0,0.0,0.0,0.0,0.0 -p45005,geothermal,0.0,0.0,0.0,0.0,0.0 -p45005,h2,0.0,0.0,0.0,0.0,0.0 -p45005,hydro,0.0,0.0,0.0,0.0,0.0 -p45005,nuclear,0.0,0.0,0.0,0.0,0.0 -p45005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45005,pv,0.0,0.0,64.66666666665697,129.33333333334303,194.0 -p45005,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p45005,wind-ons,0.0,0.0,0.0,0.0,0.0 p45007,battery,0.0,0.0,0.0,0.0,0.0 p45007,biomass,0.0,0.0,0.0,0.0,0.0 p45007,coal,0.0,0.0,0.0,0.0,0.0 -p45007,gas,0.0,0.0,615.6666666667443,1231.3333333332557,1847.0 +p45007,csp,0.0,0.0,0.0,0.0,0.0 +p45007,gas,0.0,0.0,610.6666666665114,1221.3333333332557,1832.0 p45007,geothermal,0.0,0.0,0.0,0.0,0.0 p45007,h2,0.0,0.0,0.0,0.0,0.0 p45007,hydro,0.0,0.0,0.0,0.0,0.0 p45007,nuclear,0.0,0.0,0.0,0.0,0.0 p45007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45007,pv,0.0,0.0,48.25833333331684,96.51666666664823,144.775 +p45007,pv,37.45,74.9,77.22599999999966,79.55199999999968,81.878 p45007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45009,battery,0.0,0.0,0.0,0.0,0.0 +p45009,biomass,0.0,0.0,0.0,0.0,0.0 +p45009,coal,0.0,0.0,0.0,0.0,0.0 +p45009,gas,0.0,0.0,0.0,0.0,0.0 +p45009,geothermal,0.0,0.0,0.0,0.0,0.0 +p45009,h2,0.0,0.0,0.0,0.0,0.0 +p45009,hydro,0.0,0.0,0.0,0.0,0.0 +p45009,nuclear,0.0,0.0,0.0,0.0,0.0 +p45009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45009,pv,0.0,0.0,28.666666666671517,57.33333333333576,86.0 +p45009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45009,wind-ons,0.0,0.0,0.0,0.0,0.0 p45011,battery,0.0,0.0,0.0,0.0,0.0 p45011,biomass,0.0,0.0,0.0,0.0,0.0 p45011,coal,0.0,0.0,0.0,0.0,0.0 @@ -16460,13 +16736,14 @@ p45011,h2,0.0,0.0,0.0,0.0,0.0 p45011,hydro,0.0,0.0,0.0,0.0,0.0 p45011,nuclear,0.0,0.0,0.0,0.0,0.0 p45011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45011,pv,0.0,0.0,91.40000000002328,182.80000000001746,274.2 +p45011,pv,0.0,0.0,74.73333333336632,149.46666666667443,224.2 p45011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45015,battery,0.0,0.0,132.66666666668607,265.33333333331393,398.0 +p45015,battery,0.0,0.0,249.66666666662786,499.33333333331393,749.0 p45015,biomass,0.0,0.0,0.0,0.0,0.0 p45015,coal,0.0,0.0,0.0,0.0,0.0 -p45015,gas,0.0,0.0,0.0,0.0,0.0 +p45015,csp,0.0,0.0,0.0,0.0,0.0 +p45015,gas,0.0,0.0,26.266666666670062,52.53333333333285,78.80000000000001 p45015,geothermal,0.0,0.0,0.0,0.0,0.0 p45015,h2,0.0,0.0,0.0,0.0,0.0 p45015,hydro,0.0,0.0,0.0,0.0,0.0 @@ -16478,162 +16755,187 @@ p45015,wind-ons,0.0,0.0,0.0,0.0,0.0 p45017,battery,0.0,0.0,0.0,0.0,0.0 p45017,biomass,0.0,0.0,0.0,0.0,0.0 p45017,coal,0.0,0.0,0.0,0.0,0.0 -p45017,gas,0.0,0.0,0.0,0.0,0.0 +p45017,csp,0.0,0.0,0.0,0.0,0.0 +p45017,gas,0.0,0.0,24.333333333328483,48.66666666666424,73.0 p45017,geothermal,0.0,0.0,0.0,0.0,0.0 p45017,h2,0.0,0.0,0.0,0.0,0.0 p45017,hydro,0.0,0.0,0.0,0.0,0.0 p45017,nuclear,0.0,0.0,0.0,0.0,0.0 p45017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45017,pv,0.0,0.0,38.33333333332848,76.66666666667152,115.0 +p45017,pv,0.0,0.0,25.0,50.0,75.0 p45017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45019,battery,0.0,0.0,0.0,0.0,0.0 +p45019,biomass,0.0,0.0,0.0,0.0,0.0 +p45019,coal,0.0,0.0,0.0,0.0,0.0 +p45019,gas,0.0,0.0,0.0,0.0,0.0 +p45019,geothermal,0.0,0.0,0.0,0.0,0.0 +p45019,h2,0.0,0.0,0.0,0.0,0.0 +p45019,hydro,0.0,0.0,0.0,0.0,0.0 +p45019,nuclear,0.0,0.0,0.0,0.0,0.0 +p45019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45019,pv,0.0,0.0,87.53333333335468,175.06666666668025,262.6 +p45019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45019,wind-ons,0.0,0.0,0.0,0.0,0.0 p45021,battery,0.0,0.0,0.0,0.0,0.0 p45021,biomass,0.0,0.0,0.0,0.0,0.0 p45021,coal,0.0,0.0,0.0,0.0,0.0 -p45021,gas,0.0,0.0,257.0,514.0,771.0 +p45021,csp,0.0,0.0,0.0,0.0,0.0 +p45021,gas,0.0,0.0,0.0,0.0,0.0 p45021,geothermal,0.0,0.0,0.0,0.0,0.0 p45021,h2,0.0,0.0,0.0,0.0,0.0 p45021,hydro,0.0,0.0,0.0,0.0,0.0 p45021,nuclear,0.0,0.0,0.0,0.0,0.0 p45021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45021,pv,14.125,28.25,37.66666666666788,47.08333333333212,56.5 +p45021,pv,14.125,28.25,28.25,28.25,28.25 p45021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45021,wind-ons,0.0,0.0,0.0,0.0,0.0 p45023,battery,0.0,0.0,0.0,0.0,0.0 p45023,biomass,0.0,0.0,0.0,0.0,0.0 p45023,coal,0.0,0.0,0.0,0.0,0.0 -p45023,gas,0.0,0.0,0.0,0.0,0.0 +p45023,csp,0.0,0.0,0.0,0.0,0.0 +p45023,gas,0.0,0.0,74.1333333333314,148.2666666666628,222.4 p45023,geothermal,0.0,0.0,0.0,0.0,0.0 p45023,h2,0.0,0.0,0.0,0.0,0.0 p45023,hydro,0.0,0.0,0.0,0.0,0.0 p45023,nuclear,0.0,0.0,0.0,0.0,0.0 p45023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45023,pv,0.0,0.0,69.25,138.5,207.75 +p45023,pv,34.875,69.75,76.38333333333321,83.01666666666642,89.65 p45023,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45023,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45025,battery,0.0,0.0,20.0,40.0,60.0 +p45025,battery,0.0,0.0,0.0,0.0,0.0 p45025,biomass,0.0,0.0,0.0,0.0,0.0 p45025,coal,0.0,0.0,0.0,0.0,0.0 +p45025,csp,0.0,0.0,0.0,0.0,0.0 p45025,gas,0.0,0.0,0.0,0.0,0.0 p45025,geothermal,0.0,0.0,0.0,0.0,0.0 p45025,h2,0.0,0.0,0.0,0.0,0.0 p45025,hydro,0.0,0.0,0.0,0.0,0.0 p45025,nuclear,0.0,0.0,0.0,0.0,0.0 p45025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45025,pv,0.0,0.0,145.93333333329065,291.8666666666395,437.8 +p45025,pv,0.0,0.0,117.56666666668025,235.1333333333314,352.70000000000005 p45025,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45025,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45029,battery,0.0,0.0,24.83333333333576,49.66666666666424,74.5 +p45027,csp,0.0,0.0,0.0,0.0,0.0 +p45029,battery,0.0,0.0,58.166666666656965,116.33333333332848,174.5 p45029,biomass,0.0,0.0,0.0,0.0,0.0 p45029,coal,0.0,0.0,0.0,0.0,0.0 -p45029,gas,0.0,0.0,337.5,675.0,1012.5 +p45029,gas,0.0,0.0,1674.433333333116,3348.8666666666977,5023.3 p45029,geothermal,0.0,0.0,0.0,0.0,0.0 p45029,h2,0.0,0.0,0.0,0.0,0.0 p45029,hydro,0.0,0.0,0.0,0.0,0.0 p45029,nuclear,0.0,0.0,0.0,0.0,0.0 p45029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45029,pv,0.0,0.0,241.6333333333605,483.266666666721,724.9 +p45029,pv,0.0,0.0,183.3299999999581,366.6599999999744,549.99 p45029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45029,wind-ons,0.0,0.0,0.0,0.0,0.0 p45031,battery,0.0,0.0,0.0,0.0,0.0 p45031,biomass,0.0,0.0,0.0,0.0,0.0 p45031,coal,0.0,0.0,0.0,0.0,0.0 +p45031,csp,0.0,0.0,0.0,0.0,0.0 p45031,gas,0.0,0.0,0.0,0.0,0.0 p45031,geothermal,0.0,0.0,0.0,0.0,0.0 p45031,h2,0.0,0.0,0.0,0.0,0.0 p45031,hydro,0.0,0.0,0.0,0.0,0.0 p45031,nuclear,0.0,0.0,0.0,0.0,0.0 p45031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45031,pv,113.0,226.0,596.6300000000047,967.2600000000093,1337.89 +p45031,pv,150.45,300.9,585.393333333428,869.8866666667163,1154.38 p45031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45031,wind-ons,0.0,0.0,0.0,0.0,0.0 p45033,battery,0.0,0.0,0.0,0.0,0.0 p45033,biomass,0.0,0.0,0.0,0.0,0.0 p45033,coal,0.0,0.0,0.0,0.0,0.0 +p45033,csp,0.0,0.0,0.0,0.0,0.0 p45033,gas,0.0,0.0,0.0,0.0,0.0 p45033,geothermal,0.0,0.0,0.0,0.0,0.0 p45033,h2,0.0,0.0,0.0,0.0,0.0 p45033,hydro,0.0,0.0,0.0,0.0,0.0 p45033,nuclear,0.0,0.0,0.0,0.0,0.0 p45033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45033,pv,0.0,0.0,41.29999999998836,82.59999999999127,123.9 +p45033,pv,0.0,0.0,42.628000000011525,85.2560000000085,127.884 p45033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45035,battery,0.0,0.0,132.66666666662786,265.33333333331393,398.0 +p45035,biomass,0.0,0.0,0.0,0.0,0.0 +p45035,coal,0.0,0.0,0.0,0.0,0.0 +p45035,gas,0.0,0.0,0.0,0.0,0.0 +p45035,geothermal,0.0,0.0,0.0,0.0,0.0 +p45035,h2,0.0,0.0,0.0,0.0,0.0 +p45035,hydro,0.0,0.0,0.0,0.0,0.0 +p45035,nuclear,0.0,0.0,0.0,0.0,0.0 +p45035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45035,pv,0.0,0.0,0.0,0.0,0.0 +p45035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45035,wind-ons,0.0,0.0,0.0,0.0,0.0 p45039,battery,0.0,0.0,1.533333333333303,3.066666666666606,4.6 p45039,biomass,0.0,0.0,0.0,0.0,0.0 p45039,coal,0.0,0.0,0.0,0.0,0.0 -p45039,gas,0.0,0.0,0.0,0.0,0.0 +p45039,csp,0.0,0.0,0.0,0.0,0.0 +p45039,gas,0.0,0.0,19.266666666670062,38.53333333333285,57.8 p45039,geothermal,0.0,0.0,0.0,0.0,0.0 p45039,h2,0.0,0.0,0.0,0.0,0.0 p45039,hydro,0.0,0.0,0.0,0.0,0.0 p45039,nuclear,0.0,0.0,0.0,0.0,0.0 p45039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45039,pv,0.0,0.0,9.753333333334012,19.506666666668025,29.26 +p45039,pv,0.0,0.0,34.89999999999418,69.80000000000291,104.7 p45039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45039,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45041,battery,0.0,0.0,25.0,50.0,75.0 +p45041,battery,0.0,0.0,0.0,0.0,0.0 p45041,biomass,0.0,0.0,0.0,0.0,0.0 p45041,coal,0.0,0.0,0.0,0.0,0.0 +p45041,csp,0.0,0.0,0.0,0.0,0.0 p45041,gas,0.0,0.0,0.0,0.0,0.0 p45041,geothermal,0.0,0.0,0.0,0.0,0.0 p45041,h2,0.0,0.0,0.0,0.0,0.0 p45041,hydro,0.0,0.0,0.0,0.0,0.0 p45041,nuclear,0.0,0.0,0.0,0.0,0.0 p45041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45041,pv,0.0,0.0,49.830000000001746,99.66000000000349,149.49 +p45041,pv,0.0,0.0,28.16333333333023,56.32666666666046,84.49 p45041,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45041,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45043,battery,0.0,0.0,0.0,0.0,0.0 +p45043,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p45043,biomass,0.0,0.0,0.0,0.0,0.0 p45043,coal,0.0,0.0,0.0,0.0,0.0 -p45043,gas,0.0,0.0,0.0,0.0,0.0 +p45043,gas,0.0,0.0,70.39999999999418,140.79999999998836,211.2 p45043,geothermal,0.0,0.0,0.0,0.0,0.0 p45043,h2,0.0,0.0,0.0,0.0,0.0 p45043,hydro,0.0,0.0,0.0,0.0,0.0 p45043,nuclear,0.0,0.0,0.0,0.0,0.0 p45043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45043,pv,0.0,0.0,87.5,175.0,262.5 +p45043,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p45043,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45043,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45045,battery,0.0,0.0,0.0,0.0,0.0 -p45045,biomass,0.0,0.0,0.0,0.0,0.0 -p45045,coal,0.0,0.0,0.0,0.0,0.0 -p45045,gas,0.0,0.0,0.0,0.0,0.0 -p45045,geothermal,0.0,0.0,0.0,0.0,0.0 -p45045,h2,0.0,0.0,0.0,0.0,0.0 -p45045,hydro,0.0,0.0,0.0,0.0,0.0 -p45045,nuclear,0.0,0.0,0.0,0.0,0.0 -p45045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45045,pv,0.0,0.0,14.66666666666788,29.33333333333212,44.0 -p45045,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p45045,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45047,battery,0.0,0.0,0.0,0.0,0.0 +p45045,csp,0.0,0.0,0.0,0.0,0.0 +p45047,battery,0.0,0.0,33.0,66.0,99.0 p45047,biomass,0.0,0.0,0.0,0.0,0.0 p45047,coal,0.0,0.0,0.0,0.0,0.0 +p45047,csp,0.0,0.0,0.0,0.0,0.0 p45047,gas,0.0,0.0,0.0,0.0,0.0 p45047,geothermal,0.0,0.0,0.0,0.0,0.0 p45047,h2,0.0,0.0,0.0,0.0,0.0 p45047,hydro,0.0,0.0,0.0,0.0,0.0 p45047,nuclear,0.0,0.0,0.0,0.0,0.0 p45047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45047,pv,17.0,34.0,131.6433333333116,229.2866666666523,326.93 +p45047,pv,53.0,106.0,122.00733333333483,138.01466666666602,154.022 p45047,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45049,battery,0.0,0.0,25.0,50.0,75.0 +p45049,battery,0.0,0.0,50.0,100.0,150.0 p45049,biomass,0.0,0.0,0.0,0.0,0.0 p45049,coal,0.0,0.0,0.0,0.0,0.0 +p45049,csp,0.0,0.0,0.0,0.0,0.0 p45049,gas,0.0,0.0,0.0,0.0,0.0 p45049,geothermal,0.0,0.0,0.0,0.0,0.0 p45049,h2,0.0,0.0,0.0,0.0,0.0 p45049,hydro,0.0,0.0,0.0,0.0,0.0 p45049,nuclear,0.0,0.0,0.0,0.0,0.0 p45049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45049,pv,0.0,0.0,58.33333333332848,116.66666666667152,175.0 +p45049,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p45049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45049,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45051,battery,0.0,0.0,2.66666666666697,5.33333333333303,8.0 +p45051,battery,0.0,0.0,0.0,0.0,0.0 p45051,biomass,0.0,0.0,0.0,0.0,0.0 p45051,coal,0.0,0.0,0.0,0.0,0.0 +p45051,csp,0.0,0.0,0.0,0.0,0.0 p45051,gas,0.0,0.0,0.0,0.0,0.0 p45051,geothermal,0.0,0.0,0.0,0.0,0.0 p45051,h2,0.0,0.0,0.0,0.0,0.0 @@ -16646,7 +16948,7 @@ p45051,wind-ons,0.0,0.0,0.0,0.0,0.0 p45053,battery,0.0,0.0,0.0,0.0,0.0 p45053,biomass,0.0,0.0,0.0,0.0,0.0 p45053,coal,0.0,0.0,0.0,0.0,0.0 -p45053,gas,0.0,0.0,25.33333333333576,50.66666666666424,76.0 +p45053,gas,0.0,0.0,78.0,156.0,234.0 p45053,geothermal,0.0,0.0,0.0,0.0,0.0 p45053,h2,0.0,0.0,0.0,0.0,0.0 p45053,hydro,0.0,0.0,0.0,0.0,0.0 @@ -16655,40 +16957,43 @@ p45053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p45053,pv,0.0,0.0,0.0,0.0,0.0 p45053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45053,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45055,battery,0.0,0.0,25.0,50.0,75.0 +p45055,battery,0.0,0.0,0.0,0.0,0.0 p45055,biomass,0.0,0.0,0.0,0.0,0.0 p45055,coal,0.0,0.0,0.0,0.0,0.0 +p45055,csp,0.0,0.0,0.0,0.0,0.0 p45055,gas,0.0,0.0,0.0,0.0,0.0 p45055,geothermal,0.0,0.0,0.0,0.0,0.0 p45055,h2,0.0,0.0,0.0,0.0,0.0 p45055,hydro,0.0,0.0,0.0,0.0,0.0 p45055,nuclear,0.0,0.0,0.0,0.0,0.0 p45055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45055,pv,24.0,48.0,122.96666666664532,197.93333333331975,272.9 +p45055,pv,24.0,48.0,48.0,48.0,48.0 p45055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45055,wind-ons,0.0,0.0,0.0,0.0,0.0 p45059,battery,0.0,0.0,0.0,0.0,0.0 p45059,biomass,0.0,0.0,0.0,0.0,0.0 p45059,coal,0.0,0.0,0.0,0.0,0.0 +p45059,csp,0.0,0.0,0.0,0.0,0.0 p45059,gas,0.0,0.0,0.0,0.0,0.0 p45059,geothermal,0.0,0.0,0.0,0.0,0.0 p45059,h2,0.0,0.0,0.0,0.0,0.0 p45059,hydro,0.0,0.0,0.0,0.0,0.0 p45059,nuclear,0.0,0.0,0.0,0.0,0.0 p45059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45059,pv,0.0,0.0,55.16666666667152,110.33333333332848,165.5 +p45059,pv,18.75,37.5,54.16666666667152,70.83333333333576,87.5 p45059,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45059,wind-ons,0.0,0.0,0.0,0.0,0.0 p45061,battery,0.0,0.0,0.0,0.0,0.0 p45061,biomass,0.0,0.0,0.0,0.0,0.0 p45061,coal,0.0,0.0,0.0,0.0,0.0 +p45061,csp,0.0,0.0,0.0,0.0,0.0 p45061,gas,0.0,0.0,0.0,0.0,0.0 p45061,geothermal,0.0,0.0,0.0,0.0,0.0 p45061,h2,0.0,0.0,0.0,0.0,0.0 p45061,hydro,0.0,0.0,0.0,0.0,0.0 p45061,nuclear,0.0,0.0,0.0,0.0,0.0 p45061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45061,pv,0.0,0.0,91.66666666665697,183.33333333334303,275.0 +p45061,pv,0.0,0.0,88.33333333331393,176.66666666665697,265.0 p45061,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45061,wind-ons,0.0,0.0,0.0,0.0,0.0 p45063,battery,0.0,0.0,0.0,0.0,0.0 @@ -16697,84 +17002,78 @@ p45063,coal,0.0,0.0,0.0,0.0,0.0 p45063,gas,0.0,0.0,0.0,0.0,0.0 p45063,geothermal,0.0,0.0,0.0,0.0,0.0 p45063,h2,0.0,0.0,0.0,0.0,0.0 -p45063,hydro,0.0,0.0,15.900000000001455,31.80000000000291,47.7 +p45063,hydro,23.85,47.7,47.7,47.7,47.7 p45063,nuclear,0.0,0.0,0.0,0.0,0.0 p45063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45063,pv,0.0,0.0,50.0,100.0,150.0 +p45063,pv,0.0,0.0,20.0,40.0,60.0 p45063,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45063,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45065,battery,0.0,0.0,0.0,0.0,0.0 -p45065,biomass,0.0,0.0,0.0,0.0,0.0 -p45065,coal,0.0,0.0,0.0,0.0,0.0 -p45065,gas,0.0,0.0,0.0,0.0,0.0 -p45065,geothermal,0.0,0.0,0.0,0.0,0.0 -p45065,h2,0.0,0.0,0.0,0.0,0.0 -p45065,hydro,0.0,0.0,0.0,0.0,0.0 -p45065,nuclear,0.0,0.0,0.0,0.0,0.0 -p45065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45065,pv,0.0,0.0,40.0,80.0,120.0 -p45065,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p45065,wind-ons,0.0,0.0,0.0,0.0,0.0 p45067,battery,0.0,0.0,0.0,0.0,0.0 p45067,biomass,0.0,0.0,0.0,0.0,0.0 p45067,coal,0.0,0.0,0.0,0.0,0.0 +p45067,csp,0.0,0.0,0.0,0.0,0.0 p45067,gas,0.0,0.0,0.0,0.0,0.0 p45067,geothermal,0.0,0.0,0.0,0.0,0.0 p45067,h2,0.0,0.0,0.0,0.0,0.0 p45067,hydro,0.0,0.0,0.0,0.0,0.0 p45067,nuclear,0.0,0.0,0.0,0.0,0.0 p45067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45067,pv,0.0,0.0,175.66666666668607,351.33333333331393,527.0 +p45067,pv,0.0,0.0,131.96666666673264,263.93333333334886,395.9 p45067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45067,wind-ons,0.0,0.0,0.0,0.0,0.0 p45069,battery,0.0,0.0,0.0,0.0,0.0 p45069,biomass,0.0,0.0,0.0,0.0,0.0 p45069,coal,0.0,0.0,0.0,0.0,0.0 +p45069,csp,0.0,0.0,0.0,0.0,0.0 p45069,gas,0.0,0.0,0.0,0.0,0.0 p45069,geothermal,0.0,0.0,0.0,0.0,0.0 p45069,h2,0.0,0.0,0.0,0.0,0.0 p45069,hydro,0.0,0.0,0.0,0.0,0.0 p45069,nuclear,0.0,0.0,0.0,0.0,0.0 p45069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45069,pv,0.0,0.0,104.33333333334303,208.66666666665697,313.0 +p45069,pv,0.0,0.0,53.28666666666686,106.57333333333372,159.86 p45069,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45069,wind-ons,0.0,0.0,0.0,0.0,0.0 p45071,battery,0.0,0.0,0.0,0.0,0.0 p45071,biomass,0.0,0.0,0.0,0.0,0.0 p45071,coal,0.0,0.0,0.0,0.0,0.0 +p45071,csp,0.0,0.0,0.0,0.0,0.0 p45071,gas,0.0,0.0,0.0,0.0,0.0 p45071,geothermal,0.0,0.0,0.0,0.0,0.0 p45071,h2,0.0,0.0,0.0,0.0,0.0 p45071,hydro,0.0,0.0,0.0,0.0,0.0 p45071,nuclear,0.0,0.0,0.0,0.0,0.0 p45071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45071,pv,35.35,70.7,172.1166666666686,273.5333333333547,374.95 +p45071,pv,0.0,0.0,90.23333333336632,180.46666666667443,270.7 p45071,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45071,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45073,battery,840.0,1680.0,2240.0,2800.0,3360.0 +p45073,battery,0.0,0.0,0.0,0.0,0.0 p45073,biomass,0.0,0.0,0.0,0.0,0.0 p45073,coal,0.0,0.0,0.0,0.0,0.0 +p45073,csp,0.0,0.0,0.0,0.0,0.0 p45073,gas,0.0,0.0,0.0,0.0,0.0 p45073,geothermal,0.0,0.0,0.0,0.0,0.0 p45073,h2,0.0,0.0,0.0,0.0,0.0 -p45073,hydro,0.0,0.0,101.33333333334303,202.66666666665697,304.0 +p45073,hydro,0.0,0.0,37.333333333343035,74.66666666667152,112.0 p45073,nuclear,0.0,0.0,0.0,0.0,0.0 p45073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p45073,pv,0.0,0.0,0.0,0.0,0.0 p45073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45073,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45075,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p45075,battery,0.0,0.0,0.0,0.0,0.0 p45075,biomass,0.0,0.0,0.0,0.0,0.0 p45075,coal,0.0,0.0,0.0,0.0,0.0 +p45075,csp,0.0,0.0,0.0,0.0,0.0 p45075,gas,0.0,0.0,0.0,0.0,0.0 p45075,geothermal,0.0,0.0,0.0,0.0,0.0 p45075,h2,0.0,0.0,0.0,0.0,0.0 p45075,hydro,0.0,0.0,0.0,0.0,0.0 p45075,nuclear,0.0,0.0,0.0,0.0,0.0 p45075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45075,pv,0.0,0.0,201.2666666666628,402.5333333333256,603.8 +p45075,pv,0.0,0.0,150.59999999997672,301.20000000001164,451.8 p45075,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45075,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45077,csp,0.0,0.0,0.0,0.0,0.0 p45079,battery,0.0,0.0,0.0,0.0,0.0 p45079,biomass,0.0,0.0,0.0,0.0,0.0 p45079,coal,0.0,0.0,0.0,0.0,0.0 @@ -16784,7 +17083,7 @@ p45079,h2,0.0,0.0,0.0,0.0,0.0 p45079,hydro,0.0,0.0,0.0,0.0,0.0 p45079,nuclear,0.0,0.0,0.0,0.0,0.0 p45079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45079,pv,0.0,0.0,126.5,253.0,379.5 +p45079,pv,0.0,0.0,125.29999999998836,250.60000000000582,375.9 p45079,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45079,wind-ons,0.0,0.0,0.0,0.0,0.0 p45081,battery,0.0,0.0,0.0,0.0,0.0 @@ -16796,73 +17095,89 @@ p45081,h2,0.0,0.0,0.0,0.0,0.0 p45081,hydro,0.0,0.0,0.0,0.0,0.0 p45081,nuclear,0.0,0.0,0.0,0.0,0.0 p45081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45081,pv,0.0,0.0,90.96666666664532,181.93333333331975,272.9 +p45081,pv,0.0,0.0,111.76666666663368,223.53333333332557,335.3 p45081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45081,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45083,battery,0.0,0.0,0.0,0.0,0.0 +p45083,battery,0.0,0.0,33.0,66.0,99.0 p45083,biomass,0.0,0.0,0.0,0.0,0.0 p45083,coal,0.0,0.0,0.0,0.0,0.0 +p45083,csp,0.0,0.0,0.0,0.0,0.0 p45083,gas,0.0,0.0,0.0,0.0,0.0 p45083,geothermal,0.0,0.0,0.0,0.0,0.0 p45083,h2,0.0,0.0,0.0,0.0,0.0 p45083,hydro,0.0,0.0,0.0,0.0,0.0 p45083,nuclear,0.0,0.0,0.0,0.0,0.0 p45083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45083,pv,0.0,0.0,23.0,46.0,69.0 +p45083,pv,27.0,54.0,54.833333333333485,55.66666666666674,56.5 p45083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45083,wind-ons,0.0,0.0,0.0,0.0,0.0 p45085,battery,0.0,0.0,0.0,0.0,0.0 p45085,biomass,0.0,0.0,0.0,0.0,0.0 p45085,coal,0.0,0.0,0.0,0.0,0.0 +p45085,csp,0.0,0.0,0.0,0.0,0.0 p45085,gas,0.0,0.0,0.0,0.0,0.0 p45085,geothermal,0.0,0.0,0.0,0.0,0.0 p45085,h2,0.0,0.0,0.0,0.0,0.0 p45085,hydro,0.0,0.0,0.0,0.0,0.0 p45085,nuclear,0.0,0.0,0.0,0.0,0.0 p45085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45085,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p45085,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p45085,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45085,wind-ons,0.0,0.0,0.0,0.0,0.0 p45087,battery,0.0,0.0,0.0,0.0,0.0 p45087,biomass,0.0,0.0,0.0,0.0,0.0 p45087,coal,0.0,0.0,0.0,0.0,0.0 +p45087,csp,0.0,0.0,0.0,0.0,0.0 p45087,gas,0.0,0.0,0.0,0.0,0.0 p45087,geothermal,0.0,0.0,0.0,0.0,0.0 p45087,h2,0.0,0.0,0.0,0.0,0.0 p45087,hydro,0.0,0.0,0.0,0.0,0.0 p45087,nuclear,0.0,0.0,0.0,0.0,0.0 p45087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45087,pv,0.0,0.0,49.96333333333314,99.92666666666628,149.89 +p45087,pv,37.495,74.99,74.99,74.99,74.99 p45087,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45087,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45089,battery,0.0,0.0,74.79999999998836,149.59999999997672,224.4 +p45089,battery,0.0,0.0,118.10000000000582,236.20000000001164,354.3 p45089,biomass,0.0,0.0,0.0,0.0,0.0 p45089,coal,0.0,0.0,0.0,0.0,0.0 +p45089,csp,0.0,0.0,0.0,0.0,0.0 p45089,gas,0.0,0.0,0.0,0.0,0.0 p45089,geothermal,0.0,0.0,0.0,0.0,0.0 p45089,h2,0.0,0.0,0.0,0.0,0.0 p45089,hydro,0.0,0.0,0.0,0.0,0.0 p45089,nuclear,0.0,0.0,0.0,0.0,0.0 p45089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p45089,pv,0.0,0.0,294.733333333279,589.466666666558,884.2 +p45089,pv,0.0,0.0,295.4253333333181,590.8506666666362,886.2760000000001 p45089,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45089,wind-ons,0.0,0.0,0.0,0.0,0.0 -p45091,battery,0.0,0.0,0.0,0.0,0.0 +p45091,battery,0.0,0.0,33.0,66.0,99.0 p45091,biomass,0.0,0.0,0.0,0.0,0.0 p45091,coal,0.0,0.0,0.0,0.0,0.0 p45091,gas,0.0,0.0,0.0,0.0,0.0 p45091,geothermal,0.0,0.0,0.0,0.0,0.0 p45091,h2,0.0,0.0,0.0,0.0,0.0 p45091,hydro,0.0,0.0,0.0,0.0,0.0 -p45091,nuclear,0.0,0.0,13.33333333333212,26.66666666666788,40.0 +p45091,nuclear,0.0,0.0,13.333333333335759,26.66666666666788,40.0 p45091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p45091,pv,0.0,0.0,0.0,0.0,0.0 p45091,wind-ofs,0.0,0.0,0.0,0.0,0.0 p45091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p46003,battery,0.0,0.0,0.0,0.0,0.0 +p46003,biomass,0.0,0.0,0.0,0.0,0.0 +p46003,coal,0.0,0.0,0.0,0.0,0.0 +p46003,gas,0.0,0.0,0.0,0.0,0.0 +p46003,geothermal,0.0,0.0,0.0,0.0,0.0 +p46003,h2,0.0,0.0,0.0,0.0,0.0 +p46003,hydro,0.0,0.0,0.0,0.0,0.0 +p46003,nuclear,0.0,0.0,0.0,0.0,0.0 +p46003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46003,pv,0.0,0.0,0.0,0.0,0.0 +p46003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46003,wind-ons,0.0,0.0,3.600000000000364,7.199999999999818,10.8 p46005,battery,0.0,0.0,0.0,0.0,0.0 p46005,biomass,0.0,0.0,0.0,0.0,0.0 p46005,coal,0.0,0.0,0.0,0.0,0.0 -p46005,gas,0.0,0.0,0.8333333333332575,1.6666666666667425,2.5 +p46005,gas,0.0,0.0,0.8333333333334849,1.6666666666667425,2.5 p46005,geothermal,0.0,0.0,0.0,0.0,0.0 p46005,h2,0.0,0.0,0.0,0.0,0.0 p46005,hydro,0.0,0.0,0.0,0.0,0.0 @@ -16882,23 +17197,25 @@ p46009,nuclear,0.0,0.0,0.0,0.0,0.0 p46009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p46009,pv,0.0,0.0,0.0,0.0,0.0 p46009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46009,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p46011,battery,0.0,0.0,116.66666666665697,233.33333333334303,350.0 +p46009,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p46011,battery,0.0,0.0,0.0,0.0,0.0 p46011,biomass,0.0,0.0,0.0,0.0,0.0 p46011,coal,0.0,0.0,0.0,0.0,0.0 -p46011,gas,0.0,0.0,0.0,0.0,0.0 +p46011,csp,0.0,0.0,0.0,0.0,0.0 +p46011,gas,0.0,0.0,88.33333333331393,176.66666666665697,265.0 p46011,geothermal,0.0,0.0,0.0,0.0,0.0 p46011,h2,0.0,0.0,0.0,0.0,0.0 p46011,hydro,0.0,0.0,0.0,0.0,0.0 p46011,nuclear,0.0,0.0,0.0,0.0,0.0 p46011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p46011,pv,0.0,0.0,0.0,0.0,0.0 +p46011,pv,0.0,0.0,326.6666666667443,653.3333333333721,980.0 p46011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p46011,wind-ons,0.0,0.0,0.0,0.0,0.0 p46013,battery,0.0,0.0,0.0,0.0,0.0 p46013,biomass,0.0,0.0,0.0,0.0,0.0 p46013,coal,0.0,0.0,0.0,0.0,0.0 -p46013,gas,0.0,0.0,1.666666666666515,3.333333333333485,5.0 +p46013,csp,0.0,0.0,0.0,0.0,0.0 +p46013,gas,0.0,0.0,47.65333333335002,95.30666666668549,142.96 p46013,geothermal,0.0,0.0,0.0,0.0,0.0 p46013,h2,0.0,0.0,0.0,0.0,0.0 p46013,hydro,0.0,0.0,0.0,0.0,0.0 @@ -16906,10 +17223,11 @@ p46013,nuclear,0.0,0.0,0.0,0.0,0.0 p46013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p46013,pv,0.0,0.0,90.0,180.0,270.0 p46013,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46013,wind-ons,0.0,0.0,116.33333333334303,232.66666666665697,349.0 +p46013,wind-ons,0.0,0.0,33.0,66.0,99.0 p46019,battery,0.0,0.0,0.0,0.0,0.0 p46019,biomass,0.0,0.0,0.0,0.0,0.0 p46019,coal,0.0,0.0,0.0,0.0,0.0 +p46019,csp,0.0,0.0,0.0,0.0,0.0 p46019,gas,0.0,0.0,0.0,0.0,0.0 p46019,geothermal,0.0,0.0,0.0,0.0,0.0 p46019,h2,0.0,0.0,0.0,0.0,0.0 @@ -16918,22 +17236,24 @@ p46019,nuclear,0.0,0.0,0.0,0.0,0.0 p46019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p46019,pv,0.0,0.0,0.0,0.0,0.0 p46019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46019,wind-ons,51.5,103.0,137.33333333332848,171.66666666667152,206.0 +p46019,wind-ons,51.5,103.0,103.0,103.0,103.0 p46021,battery,0.0,0.0,0.0,0.0,0.0 p46021,biomass,0.0,0.0,0.0,0.0,0.0 -p46021,coal,0.0,0.0,0.0,0.0,0.0 +p46021,coal,632.5,1265.0,1265.0,1265.0,1265.0 +p46021,csp,0.0,0.0,0.0,0.0,0.0 p46021,gas,0.0,0.0,0.0,0.0,0.0 p46021,geothermal,0.0,0.0,0.0,0.0,0.0 p46021,h2,0.0,0.0,0.0,0.0,0.0 p46021,hydro,0.0,0.0,0.0,0.0,0.0 p46021,nuclear,0.0,0.0,0.0,0.0,0.0 p46021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p46021,pv,150.0,300.0,400.0,500.0,600.0 +p46021,pv,150.0,300.0,300.0,300.0,300.0 p46021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46021,wind-ons,149.3,298.6,398.1333333333605,497.66666666668607,597.2 +p46021,wind-ons,249.45,498.9,498.9,498.9,498.9 p46025,battery,0.0,0.0,0.0,0.0,0.0 p46025,biomass,0.0,0.0,0.0,0.0,0.0 p46025,coal,0.0,0.0,0.0,0.0,0.0 +p46025,csp,0.0,0.0,0.0,0.0,0.0 p46025,gas,0.0,0.0,0.0,0.0,0.0 p46025,geothermal,0.0,0.0,0.0,0.0,0.0 p46025,h2,0.0,0.0,0.0,0.0,0.0 @@ -16942,10 +17262,11 @@ p46025,nuclear,0.0,0.0,0.0,0.0,0.0 p46025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p46025,pv,0.0,0.0,0.0,0.0,0.0 p46025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46025,wind-ons,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p46025,wind-ons,100.0,200.0,283.33333333331393,366.66666666665697,450.0 p46029,battery,0.0,0.0,0.0,0.0,0.0 p46029,biomass,0.0,0.0,0.0,0.0,0.0 p46029,coal,0.0,0.0,0.0,0.0,0.0 +p46029,csp,0.0,0.0,0.0,0.0,0.0 p46029,gas,0.0,0.0,0.0,0.0,0.0 p46029,geothermal,0.0,0.0,0.0,0.0,0.0 p46029,h2,0.0,0.0,0.0,0.0,0.0 @@ -16954,7 +17275,7 @@ p46029,nuclear,0.0,0.0,0.0,0.0,0.0 p46029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p46029,pv,0.0,0.0,0.0,0.0,0.0 p46029,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46029,wind-ons,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p46029,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p46037,battery,0.0,0.0,0.0,0.0,0.0 p46037,biomass,0.0,0.0,0.0,0.0,0.0 p46037,coal,0.0,0.0,0.0,0.0,0.0 @@ -16966,34 +17287,37 @@ p46037,nuclear,0.0,0.0,0.0,0.0,0.0 p46037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p46037,pv,0.0,0.0,0.0,0.0,0.0 p46037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46037,wind-ons,0.0,0.0,200.0,400.0,600.0 +p46037,wind-ons,0.0,0.0,100.0,200.0,300.0 p46039,battery,0.0,0.0,0.0,0.0,0.0 p46039,biomass,0.0,0.0,0.0,0.0,0.0 p46039,coal,0.0,0.0,0.0,0.0,0.0 -p46039,gas,0.0,0.0,0.0,0.0,0.0 +p46039,csp,0.0,0.0,0.0,0.0,0.0 +p46039,gas,0.0,0.0,381.3333333332557,762.6666666666279,1144.0 p46039,geothermal,0.0,0.0,0.0,0.0,0.0 p46039,h2,0.0,0.0,0.0,0.0,0.0 p46039,hydro,0.0,0.0,0.0,0.0,0.0 p46039,nuclear,0.0,0.0,0.0,0.0,0.0 p46039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p46039,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p46039,pv,0.0,0.0,0.0,0.0,0.0 p46039,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46039,wind-ons,0.0,0.0,145.0,290.0,435.0 -p46051,battery,0.0,0.0,0.0,0.0,0.0 +p46039,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p46051,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p46051,biomass,0.0,0.0,0.0,0.0,0.0 p46051,coal,0.0,0.0,0.0,0.0,0.0 +p46051,csp,0.0,0.0,0.0,0.0,0.0 p46051,gas,0.0,0.0,0.0,0.0,0.0 p46051,geothermal,0.0,0.0,0.0,0.0,0.0 p46051,h2,0.0,0.0,0.0,0.0,0.0 p46051,hydro,0.0,0.0,0.0,0.0,0.0 p46051,nuclear,0.0,0.0,0.0,0.0,0.0 p46051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p46051,pv,0.0,0.0,91.66666666665697,183.33333333334303,275.0 +p46051,pv,0.0,0.0,0.0,0.0,0.0 p46051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p46051,wind-ons,0.0,0.0,0.0,0.0,0.0 p46055,battery,0.0,0.0,0.0,0.0,0.0 p46055,biomass,0.0,0.0,0.0,0.0,0.0 p46055,coal,0.0,0.0,0.0,0.0,0.0 +p46055,csp,0.0,0.0,0.0,0.0,0.0 p46055,gas,0.0,0.0,0.0,0.0,0.0 p46055,geothermal,0.0,0.0,0.0,0.0,0.0 p46055,h2,0.0,0.0,0.0,0.0,0.0 @@ -17002,43 +17326,9 @@ p46055,nuclear,0.0,0.0,0.0,0.0,0.0 p46055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p46055,pv,0.0,0.0,0.0,0.0,0.0 p46055,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46055,wind-ons,150.0,300.0,400.0,500.0,600.0 -p46059,battery,0.0,0.0,0.0,0.0,0.0 -p46059,biomass,0.0,0.0,0.0,0.0,0.0 -p46059,coal,0.0,0.0,0.0,0.0,0.0 -p46059,gas,0.0,0.0,0.0,0.0,0.0 -p46059,geothermal,0.0,0.0,0.0,0.0,0.0 -p46059,h2,0.0,0.0,0.0,0.0,0.0 -p46059,hydro,0.0,0.0,0.0,0.0,0.0 -p46059,nuclear,0.0,0.0,0.0,0.0,0.0 -p46059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p46059,pv,0.0,0.0,58.33333333332848,116.66666666667152,175.0 -p46059,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46059,wind-ons,0.0,0.0,0.0,0.0,0.0 -p46069,battery,0.0,0.0,0.0,0.0,0.0 -p46069,biomass,0.0,0.0,0.0,0.0,0.0 -p46069,coal,0.0,0.0,0.0,0.0,0.0 -p46069,gas,0.0,0.0,0.0,0.0,0.0 -p46069,geothermal,0.0,0.0,0.0,0.0,0.0 -p46069,h2,0.0,0.0,0.0,0.0,0.0 -p46069,hydro,0.0,0.0,0.0,0.0,0.0 -p46069,nuclear,0.0,0.0,0.0,0.0,0.0 -p46069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p46069,pv,0.0,0.0,0.0,0.0,0.0 -p46069,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46069,wind-ons,0.0,0.0,166.33333333331393,332.66666666668607,499.0 -p46077,battery,0.0,0.0,0.0,0.0,0.0 -p46077,biomass,0.0,0.0,0.0,0.0,0.0 -p46077,coal,0.0,0.0,0.0,0.0,0.0 -p46077,gas,0.0,0.0,0.0,0.0,0.0 -p46077,geothermal,0.0,0.0,0.0,0.0,0.0 -p46077,h2,0.0,0.0,0.0,0.0,0.0 -p46077,hydro,0.0,0.0,0.0,0.0,0.0 -p46077,nuclear,0.0,0.0,0.0,0.0,0.0 -p46077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p46077,pv,0.0,0.0,0.0,0.0,0.0 -p46077,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46077,wind-ons,0.0,0.0,32.86666666668316,65.73333333335177,98.6 +p46055,wind-ons,150.0,300.0,300.0,300.0,300.0 +p46059,csp,0.0,0.0,0.0,0.0,0.0 +p46069,csp,0.0,0.0,0.0,0.0,0.0 p46083,battery,0.0,0.0,0.0,0.0,0.0 p46083,biomass,0.0,0.0,0.0,0.0,0.0 p46083,coal,0.0,0.0,0.0,0.0,0.0 @@ -17054,18 +17344,20 @@ p46083,wind-ons,0.0,0.0,40.0,80.0,120.0 p46087,battery,0.0,0.0,0.0,0.0,0.0 p46087,biomass,0.0,0.0,0.0,0.0,0.0 p46087,coal,0.0,0.0,0.0,0.0,0.0 +p46087,csp,0.0,0.0,0.0,0.0,0.0 p46087,gas,0.0,0.0,0.0,0.0,0.0 p46087,geothermal,0.0,0.0,0.0,0.0,0.0 p46087,h2,0.0,0.0,0.0,0.0,0.0 p46087,hydro,0.0,0.0,0.0,0.0,0.0 p46087,nuclear,0.0,0.0,0.0,0.0,0.0 p46087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p46087,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p46087,pv,50.0,100.0,100.0,100.0,100.0 p46087,wind-ofs,0.0,0.0,0.0,0.0,0.0 p46087,wind-ons,0.0,0.0,0.0,0.0,0.0 p46089,battery,0.0,0.0,0.0,0.0,0.0 p46089,biomass,0.0,0.0,0.0,0.0,0.0 p46089,coal,0.0,0.0,0.0,0.0,0.0 +p46089,csp,0.0,0.0,0.0,0.0,0.0 p46089,gas,0.0,0.0,0.0,0.0,0.0 p46089,geothermal,0.0,0.0,0.0,0.0,0.0 p46089,h2,0.0,0.0,0.0,0.0,0.0 @@ -17074,7 +17366,7 @@ p46089,nuclear,0.0,0.0,0.0,0.0,0.0 p46089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p46089,pv,0.0,0.0,0.0,0.0,0.0 p46089,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46089,wind-ons,0.0,0.0,266.66666666662786,533.3333333333721,800.0 +p46089,wind-ons,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p46093,battery,0.0,0.0,0.0,0.0,0.0 p46093,biomass,0.0,0.0,0.0,0.0,0.0 p46093,coal,0.0,0.0,0.0,0.0,0.0 @@ -17084,7 +17376,7 @@ p46093,h2,0.0,0.0,0.0,0.0,0.0 p46093,hydro,0.0,0.0,0.0,0.0,0.0 p46093,nuclear,0.0,0.0,0.0,0.0,0.0 p46093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p46093,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p46093,pv,50.0,100.0,200.0,300.0,400.0 p46093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p46093,wind-ons,0.0,0.0,0.0,0.0,0.0 p46102,battery,0.0,0.0,0.0,0.0,0.0 @@ -17096,13 +17388,14 @@ p46102,h2,0.0,0.0,0.0,0.0,0.0 p46102,hydro,0.0,0.0,0.0,0.0,0.0 p46102,nuclear,0.0,0.0,0.0,0.0,0.0 p46102,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p46102,pv,55.0,110.0,146.66666666667152,183.33333333332848,220.0 +p46102,pv,55.0,110.0,110.0,110.0,110.0 p46102,wind-ofs,0.0,0.0,0.0,0.0,0.0 p46102,wind-ons,0.0,0.0,0.0,0.0,0.0 p46103,battery,0.0,0.0,0.0,0.0,0.0 p46103,biomass,0.0,0.0,0.0,0.0,0.0 p46103,coal,0.0,0.0,0.0,0.0,0.0 -p46103,gas,0.0,0.0,0.0,0.0,0.0 +p46103,csp,0.0,0.0,0.0,0.0,0.0 +p46103,gas,0.0,0.0,38.333333333343035,76.66666666667152,115.0 p46103,geothermal,0.0,0.0,0.0,0.0,0.0 p46103,h2,0.0,0.0,0.0,0.0,0.0 p46103,hydro,0.0,0.0,0.0,0.0,0.0 @@ -17111,9 +17404,12 @@ p46103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p46103,pv,0.0,0.0,0.0,0.0,0.0 p46103,wind-ofs,0.0,0.0,0.0,0.0,0.0 p46103,wind-ons,0.0,0.0,0.0,0.0,0.0 -p46109,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p46105,csp,0.0,0.0,0.0,0.0,0.0 +p46107,csp,0.0,0.0,0.0,0.0,0.0 +p46109,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p46109,biomass,0.0,0.0,0.0,0.0,0.0 p46109,coal,0.0,0.0,0.0,0.0,0.0 +p46109,csp,0.0,0.0,0.0,0.0,0.0 p46109,gas,0.0,0.0,0.0,0.0,0.0 p46109,geothermal,0.0,0.0,0.0,0.0,0.0 p46109,h2,0.0,0.0,0.0,0.0,0.0 @@ -17123,21 +17419,11 @@ p46109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p46109,pv,0.0,0.0,0.0,0.0,0.0 p46109,wind-ofs,0.0,0.0,0.0,0.0,0.0 p46109,wind-ons,0.0,0.0,0.0,0.0,0.0 -p46117,battery,0.0,0.0,0.0,0.0,0.0 -p46117,biomass,0.0,0.0,0.0,0.0,0.0 -p46117,coal,0.0,0.0,0.0,0.0,0.0 -p46117,gas,0.0,0.0,0.0,0.0,0.0 -p46117,geothermal,0.0,0.0,0.0,0.0,0.0 -p46117,h2,0.0,0.0,0.0,0.0,0.0 -p46117,hydro,0.0,0.0,0.0,0.0,0.0 -p46117,nuclear,0.0,0.0,0.0,0.0,0.0 -p46117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p46117,pv,0.0,0.0,0.0,0.0,0.0 -p46117,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46117,wind-ons,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p46117,csp,0.0,0.0,0.0,0.0,0.0 p46125,battery,0.0,0.0,0.0,0.0,0.0 p46125,biomass,0.0,0.0,0.0,0.0,0.0 p46125,coal,0.0,0.0,0.0,0.0,0.0 +p46125,csp,0.0,0.0,0.0,0.0,0.0 p46125,gas,0.0,0.0,0.0,0.0,0.0 p46125,geothermal,0.0,0.0,0.0,0.0,0.0 p46125,h2,0.0,0.0,0.0,0.0,0.0 @@ -17146,111 +17432,90 @@ p46125,nuclear,0.0,0.0,0.0,0.0,0.0 p46125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p46125,pv,0.0,0.0,0.0,0.0,0.0 p46125,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p46125,wind-ons,150.0,300.0,400.0,500.0,600.0 -p47003,battery,0.0,0.0,0.0,0.0,0.0 -p47003,biomass,0.0,0.0,0.0,0.0,0.0 -p47003,coal,0.0,0.0,0.0,0.0,0.0 -p47003,gas,0.0,0.0,0.0,0.0,0.0 -p47003,geothermal,0.0,0.0,0.0,0.0,0.0 -p47003,h2,0.0,0.0,0.0,0.0,0.0 -p47003,hydro,0.0,0.0,0.0,0.0,0.0 -p47003,nuclear,0.0,0.0,0.0,0.0,0.0 -p47003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47003,pv,0.0,0.0,43.33333333332848,86.66666666667152,130.0 -p47003,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p47003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p46125,wind-ons,135.0,270.0,270.0,270.0,270.0 +p47001,csp,0.0,0.0,0.0,0.0,0.0 +p47003,csp,0.0,0.0,0.0,0.0,0.0 p47007,battery,0.0,0.0,0.0,0.0,0.0 p47007,biomass,0.0,0.0,0.0,0.0,0.0 p47007,coal,0.0,0.0,0.0,0.0,0.0 +p47007,csp,0.0,0.0,0.0,0.0,0.0 p47007,gas,0.0,0.0,0.0,0.0,0.0 p47007,geothermal,0.0,0.0,0.0,0.0,0.0 p47007,h2,0.0,0.0,0.0,0.0,0.0 p47007,hydro,0.0,0.0,0.0,0.0,0.0 p47007,nuclear,0.0,0.0,0.0,0.0,0.0 p47007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47007,pv,75.0,150.0,200.0,250.0,300.0 +p47007,pv,75.0,150.0,150.0,150.0,150.0 p47007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47007,wind-ons,0.0,0.0,0.0,0.0,0.0 p47017,battery,0.0,0.0,0.0,0.0,0.0 p47017,biomass,0.0,0.0,0.0,0.0,0.0 p47017,coal,0.0,0.0,0.0,0.0,0.0 +p47017,csp,0.0,0.0,0.0,0.0,0.0 p47017,gas,0.0,0.0,0.0,0.0,0.0 p47017,geothermal,0.0,0.0,0.0,0.0,0.0 p47017,h2,0.0,0.0,0.0,0.0,0.0 p47017,hydro,0.0,0.0,0.0,0.0,0.0 p47017,nuclear,0.0,0.0,0.0,0.0,0.0 p47017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47017,pv,70.0,140.0,186.66666666667152,233.33333333332848,280.0 +p47017,pv,70.0,140.0,140.0,140.0,140.0 p47017,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47017,wind-ons,0.0,0.0,0.0,0.0,0.0 -p47021,battery,0.0,0.0,0.0,0.0,0.0 -p47021,biomass,0.0,0.0,0.0,0.0,0.0 -p47021,coal,0.0,0.0,0.0,0.0,0.0 -p47021,gas,0.0,0.0,330.0,660.0,990.0 -p47021,geothermal,0.0,0.0,0.0,0.0,0.0 -p47021,h2,0.0,0.0,0.0,0.0,0.0 -p47021,hydro,0.0,0.0,0.0,0.0,0.0 -p47021,nuclear,0.0,0.0,0.0,0.0,0.0 -p47021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47021,pv,0.0,0.0,0.0,0.0,0.0 -p47021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p47021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47021,csp,0.0,0.0,0.0,0.0,0.0 +p47033,csp,0.0,0.0,0.0,0.0,0.0 p47035,battery,0.0,0.0,0.0,0.0,0.0 p47035,biomass,0.0,0.0,0.0,0.0,0.0 p47035,coal,0.0,0.0,0.0,0.0,0.0 +p47035,csp,0.0,0.0,0.0,0.0,0.0 p47035,gas,0.0,0.0,0.0,0.0,0.0 p47035,geothermal,0.0,0.0,0.0,0.0,0.0 p47035,h2,0.0,0.0,0.0,0.0,0.0 p47035,hydro,0.0,0.0,0.0,0.0,0.0 p47035,nuclear,0.0,0.0,0.0,0.0,0.0 p47035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47035,pv,0.0,0.0,36.66666666667152,73.33333333332848,110.0 +p47035,pv,55.0,110.0,110.0,110.0,110.0 p47035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47041,csp,0.0,0.0,0.0,0.0,0.0 +p47043,csp,0.0,0.0,0.0,0.0,0.0 +p47045,csp,0.0,0.0,0.0,0.0,0.0 p47047,battery,0.0,0.0,0.0,0.0,0.0 p47047,biomass,0.0,0.0,0.0,0.0,0.0 p47047,coal,0.0,0.0,0.0,0.0,0.0 -p47047,gas,0.0,0.0,0.0,0.0,0.0 +p47047,csp,0.0,0.0,0.0,0.0,0.0 +p47047,gas,0.0,0.0,230.53333333326736,461.06666666665114,691.6 p47047,geothermal,0.0,0.0,0.0,0.0,0.0 p47047,h2,0.0,0.0,0.0,0.0,0.0 p47047,hydro,0.0,0.0,0.0,0.0,0.0 p47047,nuclear,0.0,0.0,0.0,0.0,0.0 p47047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47047,pv,73.5,147.0,196.0,245.0,294.0 +p47047,pv,73.5,147.0,147.0,147.0,147.0 p47047,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p47053,battery,0.0,0.0,0.0,0.0,0.0 -p47053,biomass,0.0,0.0,0.0,0.0,0.0 -p47053,coal,0.0,0.0,0.0,0.0,0.0 -p47053,gas,0.0,0.0,0.0,0.0,0.0 -p47053,geothermal,0.0,0.0,0.0,0.0,0.0 -p47053,h2,0.0,0.0,0.0,0.0,0.0 -p47053,hydro,0.0,0.0,0.0,0.0,0.0 -p47053,nuclear,0.0,0.0,0.0,0.0,0.0 -p47053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47053,pv,0.0,0.0,23.33333333333576,46.66666666666424,70.0 -p47053,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p47053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47053,csp,0.0,0.0,0.0,0.0,0.0 p47057,battery,0.0,0.0,0.0,0.0,0.0 p47057,biomass,0.0,0.0,0.0,0.0,0.0 p47057,coal,0.0,0.0,0.0,0.0,0.0 p47057,gas,0.0,0.0,0.0,0.0,0.0 p47057,geothermal,0.0,0.0,0.0,0.0,0.0 p47057,h2,0.0,0.0,0.0,0.0,0.0 -p47057,hydro,0.0,0.0,10.66666666666788,21.33333333333212,32.0 +p47057,hydro,0.0,0.0,10.666666666664241,21.33333333333212,32.0 p47057,nuclear,0.0,0.0,0.0,0.0,0.0 p47057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p47057,pv,0.0,0.0,0.0,0.0,0.0 p47057,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47059,csp,0.0,0.0,0.0,0.0,0.0 +p47061,csp,0.0,0.0,0.0,0.0,0.0 p47065,battery,0.0,0.0,0.0,0.0,0.0 p47065,biomass,0.0,0.0,0.0,0.0,0.0 p47065,coal,0.0,0.0,0.0,0.0,0.0 +p47065,csp,0.0,0.0,0.0,0.0,0.0 p47065,gas,0.0,0.0,0.0,0.0,0.0 p47065,geothermal,0.0,0.0,0.0,0.0,0.0 p47065,h2,0.0,0.0,0.0,0.0,0.0 p47065,hydro,0.0,0.0,16.0,32.0,48.0 -p47065,nuclear,7.5,15.0,31.33333333333576,47.66666666666424,64.0 +p47065,nuclear,3.0,6.0,22.333333333328483,38.66666666666424,55.0 p47065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p47065,pv,0.0,0.0,0.0,0.0,0.0 p47065,wind-ofs,0.0,0.0,0.0,0.0,0.0 @@ -17258,55 +17523,61 @@ p47065,wind-ons,0.0,0.0,0.0,0.0,0.0 p47069,battery,0.0,0.0,0.0,0.0,0.0 p47069,biomass,0.0,0.0,0.0,0.0,0.0 p47069,coal,0.0,0.0,0.0,0.0,0.0 +p47069,csp,0.0,0.0,0.0,0.0,0.0 p47069,gas,0.0,0.0,0.0,0.0,0.0 p47069,geothermal,0.0,0.0,0.0,0.0,0.0 p47069,h2,0.0,0.0,0.0,0.0,0.0 p47069,hydro,0.0,0.0,0.0,0.0,0.0 p47069,nuclear,0.0,0.0,0.0,0.0,0.0 p47069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47069,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p47069,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p47069,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47071,csp,0.0,0.0,0.0,0.0,0.0 p47073,battery,0.0,0.0,75.0,150.0,225.0 p47073,biomass,0.0,0.0,0.0,0.0,0.0 p47073,coal,0.0,0.0,0.0,0.0,0.0 +p47073,csp,0.0,0.0,0.0,0.0,0.0 p47073,gas,0.0,0.0,0.0,0.0,0.0 p47073,geothermal,0.0,0.0,0.0,0.0,0.0 p47073,h2,0.0,0.0,0.0,0.0,0.0 p47073,hydro,0.0,0.0,0.0,0.0,0.0 p47073,nuclear,0.0,0.0,0.0,0.0,0.0 p47073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47073,pv,0.0,0.0,44.533333333340124,89.06666666668025,133.6 +p47073,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p47073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47073,wind-ons,0.0,0.0,0.0,0.0,0.0 p47075,battery,0.0,0.0,0.0,0.0,0.0 p47075,biomass,0.0,0.0,0.0,0.0,0.0 p47075,coal,0.0,0.0,0.0,0.0,0.0 -p47075,gas,0.0,0.0,0.0,0.0,0.0 +p47075,csp,0.0,0.0,0.0,0.0,0.0 +p47075,gas,0.0,0.0,375.6666666667443,751.3333333333721,1127.0 p47075,geothermal,0.0,0.0,0.0,0.0,0.0 p47075,h2,0.0,0.0,0.0,0.0,0.0 p47075,hydro,0.0,0.0,0.0,0.0,0.0 p47075,nuclear,0.0,0.0,0.0,0.0,0.0 p47075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47075,pv,0.0,0.0,45.33333333332848,90.66666666667152,136.0 +p47075,pv,33.5,67.0,67.0,67.0,67.0 p47075,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47075,wind-ons,0.0,0.0,0.0,0.0,0.0 p47077,battery,0.0,0.0,0.0,0.0,0.0 p47077,biomass,0.0,0.0,0.0,0.0,0.0 p47077,coal,0.0,0.0,0.0,0.0,0.0 +p47077,csp,0.0,0.0,0.0,0.0,0.0 p47077,gas,0.0,0.0,0.0,0.0,0.0 p47077,geothermal,0.0,0.0,0.0,0.0,0.0 p47077,h2,0.0,0.0,0.0,0.0,0.0 p47077,hydro,0.0,0.0,0.0,0.0,0.0 p47077,nuclear,0.0,0.0,0.0,0.0,0.0 p47077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47077,pv,62.5,125.0,175.0,225.0,275.0 +p47077,pv,137.5,275.0,275.0,275.0,275.0 p47077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47077,wind-ons,0.0,0.0,0.0,0.0,0.0 p47085,battery,0.0,0.0,0.0,0.0,0.0 p47085,biomass,0.0,0.0,0.0,0.0,0.0 p47085,coal,0.0,0.0,0.0,0.0,0.0 -p47085,gas,337.0,674.0,898.6666666666861,1123.333333333314,1348.0 +p47085,csp,0.0,0.0,0.0,0.0,0.0 +p47085,gas,337.0,674.0,766.0,858.0,950.0 p47085,geothermal,0.0,0.0,0.0,0.0,0.0 p47085,h2,0.0,0.0,0.0,0.0,0.0 p47085,hydro,0.0,0.0,0.0,0.0,0.0 @@ -17318,138 +17589,141 @@ p47085,wind-ons,0.0,0.0,0.0,0.0,0.0 p47095,battery,0.0,0.0,0.0,0.0,0.0 p47095,biomass,0.0,0.0,0.0,0.0,0.0 p47095,coal,0.0,0.0,0.0,0.0,0.0 +p47095,csp,0.0,0.0,0.0,0.0,0.0 p47095,gas,0.0,0.0,0.0,0.0,0.0 p47095,geothermal,0.0,0.0,0.0,0.0,0.0 p47095,h2,0.0,0.0,0.0,0.0,0.0 p47095,hydro,0.0,0.0,0.0,0.0,0.0 p47095,nuclear,0.0,0.0,0.0,0.0,0.0 p47095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47095,pv,88.5,177.0,236.0,295.0,354.0 +p47095,pv,88.5,177.0,177.0,177.0,177.0 p47095,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47095,wind-ons,0.0,0.0,0.0,0.0,0.0 p47099,battery,0.0,0.0,0.0,0.0,0.0 p47099,biomass,0.0,0.0,0.0,0.0,0.0 p47099,coal,0.0,0.0,0.0,0.0,0.0 +p47099,csp,0.0,0.0,0.0,0.0,0.0 p47099,gas,0.0,0.0,0.0,0.0,0.0 p47099,geothermal,0.0,0.0,0.0,0.0,0.0 p47099,h2,0.0,0.0,0.0,0.0,0.0 p47099,hydro,0.0,0.0,0.0,0.0,0.0 p47099,nuclear,0.0,0.0,0.0,0.0,0.0 p47099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47099,pv,97.5,195.0,260.0,325.0,390.0 +p47099,pv,97.5,195.0,195.0,195.0,195.0 p47099,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p47105,battery,11.0,22.0,29.33333333333394,36.66666666666606,44.0 +p47105,battery,11.0,22.0,22.0,22.0,22.0 p47105,biomass,0.0,0.0,0.0,0.0,0.0 p47105,coal,0.0,0.0,0.0,0.0,0.0 +p47105,csp,0.0,0.0,0.0,0.0,0.0 p47105,gas,0.0,0.0,0.0,0.0,0.0 p47105,geothermal,0.0,0.0,0.0,0.0,0.0 p47105,h2,0.0,0.0,0.0,0.0,0.0 -p47105,hydro,0.0,0.0,5.0,10.0,15.0 +p47105,hydro,0.0,0.0,2.3333333333339397,4.66666666666697,7.0 p47105,nuclear,0.0,0.0,0.0,0.0,0.0 p47105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p47105,pv,0.0,0.0,0.0,0.0,0.0 p47105,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47107,battery,0.0,0.0,0.0,0.0,0.0 +p47107,biomass,0.0,0.0,0.0,0.0,0.0 +p47107,coal,0.0,0.0,0.0,0.0,0.0 +p47107,gas,0.0,0.0,0.0,0.0,0.0 +p47107,geothermal,0.0,0.0,0.0,0.0,0.0 +p47107,h2,0.0,0.0,0.0,0.0,0.0 +p47107,hydro,0.0,0.0,0.0,0.0,0.0 +p47107,nuclear,0.0,0.0,0.0,0.0,0.0 +p47107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47107,pv,0.0,0.0,22.666666666671517,45.33333333333576,68.0 +p47107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47109,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p47109,biomass,0.0,0.0,0.0,0.0,0.0 +p47109,coal,0.0,0.0,0.0,0.0,0.0 +p47109,csp,0.0,0.0,0.0,0.0,0.0 +p47109,gas,0.0,0.0,0.0,0.0,0.0 +p47109,geothermal,0.0,0.0,0.0,0.0,0.0 +p47109,h2,0.0,0.0,0.0,0.0,0.0 +p47109,hydro,0.0,0.0,0.0,0.0,0.0 +p47109,nuclear,0.0,0.0,0.0,0.0,0.0 +p47109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47109,pv,0.0,0.0,20.666666666671517,41.33333333333576,62.0 +p47109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47113,csp,0.0,0.0,0.0,0.0,0.0 p47115,battery,0.0,0.0,0.0,0.0,0.0 p47115,biomass,0.0,0.0,0.0,0.0,0.0 p47115,coal,0.0,0.0,0.0,0.0,0.0 +p47115,csp,0.0,0.0,0.0,0.0,0.0 p47115,gas,0.0,0.0,0.0,0.0,0.0 p47115,geothermal,0.0,0.0,0.0,0.0,0.0 p47115,h2,0.0,0.0,0.0,0.0,0.0 -p47115,hydro,0.0,0.0,25.33333333333576,50.66666666666424,76.0 +p47115,hydro,38.0,76.0,78.33333333333394,80.66666666666697,83.0 p47115,nuclear,0.0,0.0,0.0,0.0,0.0 p47115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p47115,pv,0.0,0.0,0.0,0.0,0.0 p47115,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47115,wind-ons,0.0,0.0,0.0,0.0,0.0 -p47117,battery,0.0,0.0,0.0,0.0,0.0 -p47117,biomass,0.0,0.0,0.0,0.0,0.0 -p47117,coal,0.0,0.0,0.0,0.0,0.0 -p47117,gas,0.0,0.0,0.0,0.0,0.0 -p47117,geothermal,0.0,0.0,0.0,0.0,0.0 -p47117,h2,0.0,0.0,0.0,0.0,0.0 -p47117,hydro,0.0,0.0,0.0,0.0,0.0 -p47117,nuclear,0.0,0.0,0.0,0.0,0.0 -p47117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47117,pv,0.0,0.0,45.0,90.0,135.0 -p47117,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p47117,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47117,csp,0.0,0.0,0.0,0.0,0.0 p47119,battery,0.0,0.0,0.0,0.0,0.0 p47119,biomass,0.0,0.0,0.0,0.0,0.0 p47119,coal,0.0,0.0,0.0,0.0,0.0 +p47119,csp,0.0,0.0,0.0,0.0,0.0 p47119,gas,0.0,0.0,0.0,0.0,0.0 p47119,geothermal,0.0,0.0,0.0,0.0,0.0 p47119,h2,0.0,0.0,0.0,0.0,0.0 p47119,hydro,0.0,0.0,0.0,0.0,0.0 p47119,nuclear,0.0,0.0,0.0,0.0,0.0 p47119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47119,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p47119,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p47119,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47125,csp,0.0,0.0,0.0,0.0,0.0 p47127,battery,0.0,0.0,0.0,0.0,0.0 p47127,biomass,0.0,0.0,0.0,0.0,0.0 p47127,coal,0.0,0.0,0.0,0.0,0.0 +p47127,csp,0.0,0.0,0.0,0.0,0.0 p47127,gas,0.0,0.0,0.0,0.0,0.0 p47127,geothermal,0.0,0.0,0.0,0.0,0.0 p47127,h2,0.0,0.0,0.0,0.0,0.0 p47127,hydro,0.0,0.0,0.0,0.0,0.0 p47127,nuclear,0.0,0.0,0.0,0.0,0.0 p47127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47127,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p47127,pv,100.0,200.0,200.0,200.0,200.0 p47127,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47127,wind-ons,0.0,0.0,0.0,0.0,0.0 -p47131,battery,0.0,0.0,0.0,0.0,0.0 -p47131,biomass,0.0,0.0,0.0,0.0,0.0 -p47131,coal,0.0,0.0,0.0,0.0,0.0 -p47131,gas,0.0,0.0,0.0,0.0,0.0 -p47131,geothermal,0.0,0.0,0.0,0.0,0.0 -p47131,h2,0.0,0.0,0.0,0.0,0.0 -p47131,hydro,0.0,0.0,0.0,0.0,0.0 -p47131,nuclear,0.0,0.0,0.0,0.0,0.0 -p47131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47131,pv,0.0,0.0,50.0,100.0,150.0 -p47131,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p47131,wind-ons,0.0,0.0,0.0,0.0,0.0 -p47143,battery,0.0,0.0,0.0,0.0,0.0 -p47143,biomass,0.0,0.0,0.0,0.0,0.0 -p47143,coal,0.0,0.0,0.0,0.0,0.0 -p47143,gas,0.0,0.0,0.0,0.0,0.0 -p47143,geothermal,0.0,0.0,0.0,0.0,0.0 -p47143,h2,0.0,0.0,0.0,0.0,0.0 -p47143,hydro,0.0,0.0,0.0,0.0,0.0 -p47143,nuclear,0.0,0.0,0.0,0.0,0.0 -p47143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47143,pv,0.0,0.0,50.0,100.0,150.0 -p47143,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p47143,wind-ons,0.0,0.0,0.0,0.0,0.0 -p47145,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p47133,csp,0.0,0.0,0.0,0.0,0.0 +p47145,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p47145,biomass,0.0,0.0,0.0,0.0,0.0 p47145,coal,0.0,0.0,0.0,0.0,0.0 +p47145,csp,0.0,0.0,0.0,0.0,0.0 p47145,gas,0.0,0.0,563.0,1126.0,1689.0 p47145,geothermal,0.0,0.0,0.0,0.0,0.0 p47145,h2,0.0,0.0,0.0,0.0,0.0 p47145,hydro,0.0,0.0,0.0,0.0,0.0 -p47145,nuclear,0.0,0.0,0.0,0.0,0.0 +p47145,nuclear,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p47145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p47145,pv,0.0,0.0,0.0,0.0,0.0 p47145,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47145,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47147,csp,0.0,0.0,0.0,0.0,0.0 p47157,battery,0.0,0.0,100.0,200.0,300.0 p47157,biomass,0.0,0.0,0.0,0.0,0.0 p47157,coal,0.0,0.0,0.0,0.0,0.0 -p47157,gas,584.5,1169.0,1558.6666666666279,1948.3333333333721,2338.0 +p47157,csp,0.0,0.0,0.0,0.0,0.0 +p47157,gas,584.5,1169.0,1248.333333333314,1327.666666666657,1407.0 p47157,geothermal,0.0,0.0,0.0,0.0,0.0 p47157,h2,0.0,0.0,0.0,0.0,0.0 p47157,hydro,0.0,0.0,0.0,0.0,0.0 p47157,nuclear,0.0,0.0,0.0,0.0,0.0 p47157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47157,pv,37.0,74.0,98.66666666666424,123.33333333333576,148.0 +p47157,pv,37.0,74.0,74.0,74.0,74.0 p47157,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47157,wind-ons,0.0,0.0,0.0,0.0,0.0 p47161,battery,0.0,0.0,0.0,0.0,0.0 p47161,biomass,0.0,0.0,0.0,0.0,0.0 p47161,coal,0.0,0.0,0.0,0.0,0.0 +p47161,csp,0.0,0.0,0.0,0.0,0.0 p47161,gas,0.0,0.0,800.0,1600.0,2400.0 p47161,geothermal,0.0,0.0,0.0,0.0,0.0 p47161,h2,0.0,0.0,0.0,0.0,0.0 @@ -17459,9 +17733,11 @@ p47161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p47161,pv,0.0,0.0,0.0,0.0,0.0 p47161,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47161,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47167,csp,0.0,0.0,0.0,0.0,0.0 p47169,battery,0.0,0.0,0.0,0.0,0.0 p47169,biomass,0.0,0.0,0.0,0.0,0.0 p47169,coal,0.0,0.0,0.0,0.0,0.0 +p47169,csp,0.0,0.0,0.0,0.0,0.0 p47169,gas,0.0,0.0,800.0,1600.0,2400.0 p47169,geothermal,0.0,0.0,0.0,0.0,0.0 p47169,h2,0.0,0.0,0.0,0.0,0.0 @@ -17471,196 +17747,189 @@ p47169,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p47169,pv,0.0,0.0,0.0,0.0,0.0 p47169,wind-ofs,0.0,0.0,0.0,0.0,0.0 p47169,wind-ons,0.0,0.0,0.0,0.0,0.0 -p47181,battery,0.0,0.0,6.66666666666606,13.33333333333394,20.0 -p47181,biomass,0.0,0.0,0.0,0.0,0.0 -p47181,coal,0.0,0.0,0.0,0.0,0.0 -p47181,gas,0.0,0.0,0.0,0.0,0.0 -p47181,geothermal,0.0,0.0,0.0,0.0,0.0 -p47181,h2,0.0,0.0,0.0,0.0,0.0 -p47181,hydro,0.0,0.0,0.0,0.0,0.0 -p47181,nuclear,0.0,0.0,0.0,0.0,0.0 -p47181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p47181,pv,0.0,0.0,0.0,0.0,0.0 -p47181,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p47181,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48001,battery,0.0,0.0,113.8033333333151,227.6066666666593,341.40999999999997 +p47181,csp,0.0,0.0,0.0,0.0,0.0 +p47183,csp,0.0,0.0,0.0,0.0,0.0 +p48001,battery,88.065,176.13,290.0,403.86999999999534,517.74 p48001,biomass,0.0,0.0,0.0,0.0,0.0 p48001,coal,0.0,0.0,0.0,0.0,0.0 -p48001,gas,0.0,0.0,0.0,0.0,0.0 +p48001,csp,0.0,0.0,0.0,0.0,0.0 +p48001,gas,0.0,0.0,460.3333333332557,920.6666666666279,1381.0 p48001,geothermal,0.0,0.0,0.0,0.0,0.0 p48001,h2,0.0,0.0,0.0,0.0,0.0 p48001,hydro,0.0,0.0,0.0,0.0,0.0 p48001,nuclear,0.0,0.0,0.0,0.0,0.0 p48001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48001,pv,68.63,137.26,204.2333333333081,271.206666666636,338.17999999999995 +p48001,pv,68.63,137.26,204.27333333331626,271.2866666666523,338.29999999999995 p48001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48003,battery,0.0,0.0,269.516666666721,539.033333333442,808.55 +p48003,battery,0.0,0.0,372.623333333293,745.2466666667024,1117.87 p48003,biomass,0.0,0.0,0.0,0.0,0.0 p48003,coal,0.0,0.0,0.0,0.0,0.0 +p48003,csp,0.0,0.0,0.0,0.0,0.0 p48003,gas,0.0,0.0,0.0,0.0,0.0 p48003,geothermal,0.0,0.0,0.0,0.0,0.0 p48003,h2,0.0,0.0,0.0,0.0,0.0 p48003,hydro,0.0,0.0,0.0,0.0,0.0 p48003,nuclear,0.0,0.0,0.0,0.0,0.0 p48003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48003,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p48003,pv,100.0,200.0,400.5999999999767,601.2000000000116,801.8 p48003,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48005,battery,0.0,0.0,176.64666666666744,353.2933333333349,529.94 +p48003,wind-ons,0.0,0.0,82.46666666664532,164.93333333331975,247.4 +p48005,battery,0.0,0.0,177.8133333333535,355.6266666666488,533.44 p48005,biomass,0.0,0.0,0.0,0.0,0.0 p48005,coal,0.0,0.0,0.0,0.0,0.0 +p48005,csp,0.0,0.0,0.0,0.0,0.0 p48005,gas,0.0,0.0,200.0,400.0,600.0 p48005,geothermal,0.0,0.0,0.0,0.0,0.0 p48005,h2,0.0,0.0,0.0,0.0,0.0 p48005,hydro,0.0,0.0,0.0,0.0,0.0 p48005,nuclear,0.0,0.0,0.0,0.0,0.0 p48005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48005,pv,90.5,181.0,241.33333333332848,301.6666666666715,362.0 +p48005,pv,90.5,181.0,181.0,181.0,181.0 p48005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48005,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48007,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p48007,biomass,0.0,0.0,0.0,0.0,0.0 -p48007,coal,0.0,0.0,0.0,0.0,0.0 -p48007,gas,0.0,0.0,0.0,0.0,0.0 -p48007,geothermal,0.0,0.0,0.0,0.0,0.0 -p48007,h2,0.0,0.0,0.0,0.0,0.0 -p48007,hydro,0.0,0.0,0.0,0.0,0.0 -p48007,nuclear,0.0,0.0,0.0,0.0,0.0 -p48007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48007,pv,0.0,0.0,0.0,0.0,0.0 -p48007,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48007,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48009,battery,0.0,0.0,214.36999999993714,428.7399999999325,643.11 +p48007,csp,0.0,0.0,0.0,0.0,0.0 +p48009,battery,0.0,0.0,218.2666666666628,436.5333333333256,654.8 p48009,biomass,0.0,0.0,0.0,0.0,0.0 p48009,coal,0.0,0.0,0.0,0.0,0.0 +p48009,csp,0.0,0.0,0.0,0.0,0.0 p48009,gas,0.0,0.0,0.0,0.0,0.0 p48009,geothermal,0.0,0.0,0.0,0.0,0.0 p48009,h2,0.0,0.0,0.0,0.0,0.0 p48009,hydro,0.0,0.0,0.0,0.0,0.0 p48009,nuclear,0.0,0.0,0.0,0.0,0.0 p48009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48009,pv,0.0,0.0,132.9633333333768,265.9266666666954,398.89000000000004 +p48009,pv,0.0,0.0,102.86999999999534,205.7399999999907,308.61 p48009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48009,wind-ons,0.0,0.0,6.233333333335395,12.46666666666897,18.7 -p48011,battery,0.0,0.0,140.5,281.0,421.5 +p48009,wind-ons,0.0,0.0,6.173333333334085,12.346666666666351,18.52 +p48011,battery,0.0,0.0,347.69333333324175,695.3866666665999,1043.08 p48011,biomass,0.0,0.0,0.0,0.0,0.0 p48011,coal,0.0,0.0,0.0,0.0,0.0 +p48011,csp,0.0,0.0,0.0,0.0,0.0 p48011,gas,0.0,0.0,0.0,0.0,0.0 p48011,geothermal,0.0,0.0,0.0,0.0,0.0 p48011,h2,0.0,0.0,0.0,0.0,0.0 p48011,hydro,0.0,0.0,0.0,0.0,0.0 p48011,nuclear,0.0,0.0,0.0,0.0,0.0 p48011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48011,pv,0.0,0.0,169.8666666666395,339.733333333279,509.6 +p48011,pv,0.0,0.0,167.85333333333256,335.7066666666651,503.56 p48011,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48011,wind-ons,129.6,259.2,345.6000000000058,432.0,518.4 -p48013,battery,0.0,0.0,74.41666666665697,148.83333333334303,223.25 +p48011,wind-ons,129.6,259.2,740.5333333332092,1221.8666666665813,1703.2 +p48013,battery,55.435,110.87,234.02999999999884,357.1900000000023,480.35 p48013,biomass,0.0,0.0,0.0,0.0,0.0 p48013,coal,0.0,0.0,0.0,0.0,0.0 +p48013,csp,0.0,0.0,0.0,0.0,0.0 p48013,gas,0.0,0.0,0.0,0.0,0.0 p48013,geothermal,0.0,0.0,0.0,0.0,0.0 p48013,h2,0.0,0.0,0.0,0.0,0.0 p48013,hydro,0.0,0.0,0.0,0.0,0.0 p48013,nuclear,0.0,0.0,0.0,0.0,0.0 p48013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48013,pv,60.945,121.89,360.2066666667233,598.5233333333745,836.84 +p48013,pv,60.945,121.89,392.016666666721,662.1433333333116,932.27 p48013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48015,battery,102.655,205.31,712.9933333334047,1220.6766666667536,1728.36 +p48015,battery,0.0,0.0,558.9766666665673,1117.9533333331347,1676.9299999999998 p48015,biomass,0.0,0.0,0.0,0.0,0.0 p48015,coal,0.0,0.0,0.0,0.0,0.0 -p48015,gas,0.0,0.0,657.533333333442,1315.066666666884,1972.6 +p48015,csp,0.0,0.0,0.0,0.0,0.0 +p48015,gas,612.29,1224.58,1311.34666666665,1398.1133333333419,1484.8799999999999 p48015,geothermal,0.0,0.0,0.0,0.0,0.0 p48015,h2,0.0,0.0,0.0,0.0,0.0 p48015,hydro,0.0,0.0,0.0,0.0,0.0 p48015,nuclear,0.0,0.0,0.0,0.0,0.0 p48015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48015,pv,0.0,0.0,114.4200000000128,228.8399999999965,343.26 +p48015,pv,0.0,0.0,117.4200000000128,234.8400000000256,352.26 p48015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48015,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48017,battery,0.0,0.0,56.66666666667152,113.33333333332848,170.0 +p48017,battery,0.0,0.0,0.0,0.0,0.0 p48017,biomass,0.0,0.0,0.0,0.0,0.0 p48017,coal,0.0,0.0,0.0,0.0,0.0 +p48017,csp,0.0,0.0,0.0,0.0,0.0 p48017,gas,0.0,0.0,0.0,0.0,0.0 p48017,geothermal,0.0,0.0,0.0,0.0,0.0 p48017,h2,0.0,0.0,0.0,0.0,0.0 p48017,hydro,0.0,0.0,0.0,0.0,0.0 p48017,nuclear,0.0,0.0,0.0,0.0,0.0 p48017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48017,pv,0.0,0.0,195.0,390.0,585.0 +p48017,pv,0.0,0.0,0.0,0.0,0.0 p48017,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48017,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48019,battery,4.9,9.8,83.44000000000233,157.0799999999872,230.72 +p48017,wind-ons,0.0,0.0,133.5,267.0,400.5 +p48019,battery,9.8,19.6,86.6433333333407,153.6866666666756,220.73 p48019,biomass,0.0,0.0,0.0,0.0,0.0 p48019,coal,0.0,0.0,0.0,0.0,0.0 +p48019,csp,0.0,0.0,0.0,0.0,0.0 p48019,gas,0.0,0.0,0.0,0.0,0.0 p48019,geothermal,0.0,0.0,0.0,0.0,0.0 p48019,h2,0.0,0.0,0.0,0.0,0.0 p48019,hydro,0.0,0.0,0.0,0.0,0.0 p48019,nuclear,0.0,0.0,0.0,0.0,0.0 p48019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48019,pv,0.0,0.0,41.54999999998836,83.09999999999127,124.65 +p48019,pv,62.325,124.65,124.65,124.65,124.65 p48019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48021,battery,40.0,80.0,404.13666666671634,728.2733333333163,1052.4099999999999 +p48021,battery,92.82,185.64,440.89666666666744,696.1533333333209,951.41 p48021,biomass,0.0,0.0,0.0,0.0,0.0 p48021,coal,0.0,0.0,0.0,0.0,0.0 -p48021,gas,0.0,0.0,368.0,736.0,1104.0 +p48021,csp,0.0,0.0,0.0,0.0,0.0 +p48021,gas,552.0,1104.0,2010.1499999999069,2916.3000000000466,3822.45 p48021,geothermal,0.0,0.0,0.0,0.0,0.0 p48021,h2,0.0,0.0,0.0,0.0,0.0 p48021,hydro,0.0,0.0,0.0,0.0,0.0 p48021,nuclear,0.0,0.0,0.0,0.0,0.0 p48021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48021,pv,101.55,203.1,290.51333333333605,377.9266666666663,465.34000000000003 +p48021,pv,201.87,403.74,424.2733333333308,444.80666666666366,465.34000000000003 p48021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48021,wind-ons,0.0,0.0,0.0,0.0,0.0 p48023,battery,0.0,0.0,0.0,0.0,0.0 p48023,biomass,0.0,0.0,0.0,0.0,0.0 p48023,coal,0.0,0.0,0.0,0.0,0.0 +p48023,csp,0.0,0.0,0.0,0.0,0.0 p48023,gas,0.0,0.0,0.0,0.0,0.0 p48023,geothermal,0.0,0.0,0.0,0.0,0.0 p48023,h2,0.0,0.0,0.0,0.0,0.0 p48023,hydro,0.0,0.0,0.0,0.0,0.0 p48023,nuclear,0.0,0.0,0.0,0.0,0.0 p48023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48023,pv,0.0,0.0,0.0,0.0,0.0 +p48023,pv,0.0,0.0,271.6700000000419,543.3399999999674,815.01 p48023,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48023,wind-ons,0.0,0.0,302.5,605.0,907.5 -p48025,battery,101.135,202.27,320.29999999998836,438.3299999999872,556.36 +p48023,wind-ons,392.495,784.99,784.99,784.99,784.99 +p48025,battery,96.0,192.0,276.4800000000105,360.95999999999185,445.44 p48025,biomass,0.0,0.0,0.0,0.0,0.0 p48025,coal,0.0,0.0,0.0,0.0,0.0 +p48025,csp,0.0,0.0,0.0,0.0,0.0 p48025,gas,0.0,0.0,0.0,0.0,0.0 p48025,geothermal,0.0,0.0,0.0,0.0,0.0 p48025,h2,0.0,0.0,0.0,0.0,0.0 p48025,hydro,0.0,0.0,0.0,0.0,0.0 p48025,nuclear,0.0,0.0,0.0,0.0,0.0 p48025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48025,pv,165.55,331.1,552.5300000000279,773.960000000021,995.39 +p48025,pv,286.12,572.24,676.6366666666581,781.0333333333256,885.4300000000001 p48025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48025,wind-ons,134.1,268.2,357.6000000000058,447.0,536.4 -p48027,battery,303.375,606.75,1038.5466666666325,1470.343333333265,1902.1399999999999 +p48025,wind-ons,134.1,268.2,268.2,268.2,268.2 +p48027,battery,236.01,472.02,903.8166666666511,1335.6133333334,1767.4099999999999 p48027,biomass,0.0,0.0,0.0,0.0,0.0 p48027,coal,0.0,0.0,0.0,0.0,0.0 -p48027,gas,33.5,67.0,89.33333333333576,111.66666666666424,134.0 +p48027,csp,0.0,0.0,0.0,0.0,0.0 +p48027,gas,0.0,0.0,313.93333333346527,627.8666666666977,941.8 p48027,geothermal,0.0,0.0,0.0,0.0,0.0 p48027,h2,0.0,0.0,0.0,0.0,0.0 p48027,hydro,0.0,0.0,0.0,0.0,0.0 p48027,nuclear,0.0,0.0,0.0,0.0,0.0 p48027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48027,pv,696.87,1393.74,1858.3199999999488,2322.899999999907,2787.48 +p48027,pv,402.755,805.51,844.1766666666517,882.8433333333232,921.51 p48027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48029,battery,252.92,505.84,1821.1499999999069,3136.4599999999627,4451.77 +p48029,battery,682.555,1365.11,2475.5433333334513,3585.976666667033,4696.41 p48029,biomass,0.0,0.0,0.0,0.0,0.0 p48029,coal,0.0,0.0,0.0,0.0,0.0 +p48029,csp,0.0,0.0,0.0,0.0,0.0 p48029,gas,0.0,0.0,11.5,23.0,34.5 p48029,geothermal,0.0,0.0,0.0,0.0,0.0 p48029,h2,0.0,0.0,0.0,0.0,0.0 p48029,hydro,0.0,0.0,0.0,0.0,0.0 p48029,nuclear,0.0,0.0,0.0,0.0,0.0 p48029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48029,pv,76.16,152.32,203.0933333333378,253.8666666666686,304.64 +p48029,pv,76.16,152.32,152.32,152.32,152.32 p48029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48029,wind-ons,0.0,0.0,0.0,0.0,0.0 p48031,battery,0.0,0.0,51.26666666667734,102.53333333334012,153.8 @@ -17675,186 +17944,201 @@ p48031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48031,pv,0.0,0.0,0.0,0.0,0.0 p48031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48033,battery,200.95,401.9,570.9666666666744,740.0333333333256,909.0999999999999 +p48033,battery,450.95,901.9,1301.7866666667396,1701.673333333456,2101.56 p48033,biomass,0.0,0.0,0.0,0.0,0.0 p48033,coal,0.0,0.0,0.0,0.0,0.0 +p48033,csp,0.0,0.0,0.0,0.0,0.0 p48033,gas,0.0,0.0,0.0,0.0,0.0 p48033,geothermal,0.0,0.0,0.0,0.0,0.0 p48033,h2,0.0,0.0,0.0,0.0,0.0 p48033,hydro,0.0,0.0,0.0,0.0,0.0 p48033,nuclear,0.0,0.0,0.0,0.0,0.0 p48033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48033,pv,151.08,302.16,588.2566666665953,874.3533333332743,1160.45 +p48033,pv,1152.625,2305.25,2858.7033333336003,3412.156666666968,3965.61 p48033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48033,wind-ons,0.0,0.0,4.133333333333212,8.266666666666424,12.4 -p48035,battery,0.0,0.0,222.5266666666721,445.0533333333442,667.5799999999999 +p48035,battery,0.0,0.0,134.08333333337214,268.16666666668607,402.25 p48035,biomass,0.0,0.0,0.0,0.0,0.0 p48035,coal,0.0,0.0,0.0,0.0,0.0 +p48035,csp,0.0,0.0,0.0,0.0,0.0 p48035,gas,0.0,0.0,0.0,0.0,0.0 p48035,geothermal,0.0,0.0,0.0,0.0,0.0 p48035,h2,0.0,0.0,0.0,0.0,0.0 p48035,hydro,0.0,0.0,0.0,0.0,0.0 p48035,nuclear,0.0,0.0,0.0,0.0,0.0 p48035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48035,pv,339.05,678.1,904.1333333333023,1130.1666666666279,1356.2 +p48035,pv,155.55,311.1,369.5100000000093,427.91999999999825,486.33000000000004 p48035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48035,wind-ons,0.0,0.0,0.0,0.0,0.0 p48037,battery,0.0,0.0,0.0,0.0,0.0 p48037,biomass,0.0,0.0,0.0,0.0,0.0 p48037,coal,0.0,0.0,0.0,0.0,0.0 +p48037,csp,0.0,0.0,0.0,0.0,0.0 p48037,gas,0.0,0.0,0.0,0.0,0.0 p48037,geothermal,0.0,0.0,0.0,0.0,0.0 p48037,h2,0.0,0.0,0.0,0.0,0.0 p48037,hydro,0.0,0.0,0.0,0.0,0.0 p48037,nuclear,0.0,0.0,0.0,0.0,0.0 p48037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48037,pv,75.0,150.0,500.0,850.0,1200.0 +p48037,pv,224.0,448.0,598.6666666666279,749.3333333333139,900.0 p48037,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48037,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48039,battery,1899.335,3798.67,5206.273333332967,6613.876666666474,8021.4800000000005 +p48039,battery,2054.66,4109.32,5056.073333333479,6002.8266666666605,6949.58 p48039,biomass,0.0,0.0,0.0,0.0,0.0 p48039,coal,0.0,0.0,0.0,0.0,0.0 -p48039,gas,0.0,0.0,168.48666666669305,336.9733333333861,505.46000000000004 +p48039,csp,0.0,0.0,0.0,0.0,0.0 +p48039,gas,102.355,204.71,412.0433333333931,619.376666666707,826.71 p48039,geothermal,0.0,0.0,0.0,0.0,0.0 p48039,h2,0.0,0.0,0.0,0.0,0.0 p48039,hydro,0.0,0.0,0.0,0.0,0.0 p48039,nuclear,0.0,0.0,0.0,0.0,0.0 p48039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48039,pv,1721.345,3442.69,4590.253333333414,5737.816666666884,6885.38 +p48039,pv,1225.245,2450.49,2621.1033333333908,2791.7166666667326,2962.33 p48039,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48039,wind-ons,0.0,0.0,581.4433333333582,1162.8866666667163,1744.33 -p48041,battery,0.0,0.0,206.15000000002328,412.30000000004657,618.45 +p48039,wind-ons,101.165,202.33,716.3299999999581,1230.329999999958,1744.33 +p48041,battery,4.95,9.9,44.706666666679666,79.51333333333605,114.32000000000001 p48041,biomass,0.0,0.0,0.0,0.0,0.0 p48041,coal,0.0,0.0,0.0,0.0,0.0 +p48041,csp,0.0,0.0,0.0,0.0,0.0 p48041,gas,0.0,0.0,0.0,0.0,0.0 p48041,geothermal,0.0,0.0,0.0,0.0,0.0 p48041,h2,0.0,0.0,0.0,0.0,0.0 p48041,hydro,0.0,0.0,0.0,0.0,0.0 p48041,nuclear,0.0,0.0,0.0,0.0,0.0 p48041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48041,pv,0.0,0.0,134.19999999995343,268.3999999999651,402.6 +p48041,pv,0.0,0.0,67.20000000001164,134.39999999999418,201.6 p48041,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48041,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48045,battery,0.0,0.0,136.98000000003958,273.96000000002095,410.94 +p48043,battery,0.0,0.0,34.456666666665114,68.91333333333023,103.37 +p48043,biomass,0.0,0.0,0.0,0.0,0.0 +p48043,coal,0.0,0.0,0.0,0.0,0.0 +p48043,gas,0.0,0.0,0.0,0.0,0.0 +p48043,geothermal,0.0,0.0,0.0,0.0,0.0 +p48043,h2,0.0,0.0,0.0,0.0,0.0 +p48043,hydro,0.0,0.0,0.0,0.0,0.0 +p48043,nuclear,0.0,0.0,0.0,0.0,0.0 +p48043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48043,pv,0.0,0.0,41.843333333337796,83.68666666667559,125.53 +p48043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48045,battery,0.0,0.0,136.97999999998137,273.95999999996275,410.94 p48045,biomass,0.0,0.0,0.0,0.0,0.0 p48045,coal,0.0,0.0,0.0,0.0,0.0 +p48045,csp,0.0,0.0,0.0,0.0,0.0 p48045,gas,0.0,0.0,0.0,0.0,0.0 p48045,geothermal,0.0,0.0,0.0,0.0,0.0 p48045,h2,0.0,0.0,0.0,0.0,0.0 p48045,hydro,0.0,0.0,0.0,0.0,0.0 p48045,nuclear,0.0,0.0,0.0,0.0,0.0 p48045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48045,pv,0.0,0.0,301.10000000009313,602.2000000000698,903.3 +p48045,pv,0.0,0.0,304.0333333333256,608.0666666666511,912.1 p48045,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48045,wind-ons,0.0,0.0,219.59999999997672,439.19999999995343,658.8 -p48047,battery,4.9,9.8,143.43333333334886,277.06666666670935,410.7 +p48045,wind-ons,0.0,0.0,213.79999999998836,427.5999999999767,641.4 +p48047,battery,0.0,0.0,138.40000000002328,276.79999999998836,415.2 p48047,biomass,0.0,0.0,0.0,0.0,0.0 p48047,coal,0.0,0.0,0.0,0.0,0.0 +p48047,csp,0.0,0.0,0.0,0.0,0.0 p48047,gas,0.0,0.0,0.0,0.0,0.0 p48047,geothermal,0.0,0.0,0.0,0.0,0.0 p48047,h2,0.0,0.0,0.0,0.0,0.0 p48047,hydro,0.0,0.0,0.0,0.0,0.0 p48047,nuclear,0.0,0.0,0.0,0.0,0.0 p48047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48047,pv,0.0,0.0,151.05666666664183,302.11333333334187,453.16999999999996 +p48047,pv,0.0,0.0,154.7233333333279,309.4466666666558,464.16999999999996 p48047,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48049,battery,0.0,0.0,437.1899999999441,874.3800000000047,1311.5700000000002 +p48049,battery,0.0,0.0,478.8466666666791,957.6933333333582,1436.54 p48049,biomass,0.0,0.0,0.0,0.0,0.0 p48049,coal,0.0,0.0,0.0,0.0,0.0 +p48049,csp,0.0,0.0,0.0,0.0,0.0 p48049,gas,0.0,0.0,0.0,0.0,0.0 p48049,geothermal,0.0,0.0,0.0,0.0,0.0 p48049,h2,0.0,0.0,0.0,0.0,0.0 p48049,hydro,0.0,0.0,0.0,0.0,0.0 p48049,nuclear,0.0,0.0,0.0,0.0,0.0 p48049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48049,pv,0.0,0.0,380.9799999999814,761.9599999999627,1142.94 +p48049,pv,0.0,0.0,383.50666666659527,767.013333333307,1150.52 p48049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48049,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48053,battery,60.5,121.0,225.51333333333605,330.0266666666721,434.54 +p48053,battery,62.05,124.1,228.61333333334187,333.1266666666779,437.64 p48053,biomass,0.0,0.0,0.0,0.0,0.0 p48053,coal,0.0,0.0,0.0,0.0,0.0 +p48053,csp,0.0,0.0,0.0,0.0,0.0 p48053,gas,0.0,0.0,0.0,0.0,0.0 p48053,geothermal,0.0,0.0,0.0,0.0,0.0 p48053,h2,0.0,0.0,0.0,0.0,0.0 p48053,hydro,0.0,0.0,0.0,0.0,0.0 p48053,nuclear,0.0,0.0,0.0,0.0,0.0 p48053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48053,pv,0.0,0.0,27.516666666670062,55.033333333340124,82.55 +p48053,pv,41.275,82.55,82.55,82.55,82.55 p48053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48053,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48055,battery,0.0,0.0,251.9833333333372,503.9666666666744,755.95 +p48055,battery,0.0,0.0,346.50666666659527,693.013333333307,1039.52 p48055,biomass,0.0,0.0,0.0,0.0,0.0 p48055,coal,0.0,0.0,0.0,0.0,0.0 -p48055,gas,188.4,376.8,502.3999999999942,628.0,753.6 +p48055,csp,0.0,0.0,0.0,0.0,0.0 +p48055,gas,141.3,282.6,1300.940000000177,2319.280000000028,3337.62 p48055,geothermal,0.0,0.0,0.0,0.0,0.0 p48055,h2,0.0,0.0,0.0,0.0,0.0 p48055,hydro,0.0,0.0,0.0,0.0,0.0 p48055,nuclear,0.0,0.0,0.0,0.0,0.0 p48055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48055,pv,0.0,0.0,102.18666666664649,204.37333333332208,306.56 +p48055,pv,0.0,0.0,66.9466666666558,133.8933333333116,200.83999999999997 p48055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48055,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48057,battery,0.0,0.0,33.66666666667152,67.33333333332848,101.0 +p48057,battery,0.0,0.0,102.53333333335468,205.06666666668025,307.6 p48057,biomass,0.0,0.0,0.0,0.0,0.0 p48057,coal,0.0,0.0,0.0,0.0,0.0 +p48057,csp,0.0,0.0,0.0,0.0,0.0 p48057,gas,0.0,0.0,0.0,0.0,0.0 p48057,geothermal,0.0,0.0,0.0,0.0,0.0 p48057,h2,0.0,0.0,0.0,0.0,0.0 p48057,hydro,0.0,0.0,0.0,0.0,0.0 p48057,nuclear,0.0,0.0,0.0,0.0,0.0 p48057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48057,pv,97.5,195.0,260.0,325.0,390.0 +p48057,pv,97.5,195.0,195.0,195.0,195.0 p48057,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48057,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48059,battery,0.0,0.0,68.66666666665697,137.33333333334303,206.0 +p48059,battery,0.0,0.0,136.7233333333279,273.4466666666558,410.16999999999996 p48059,biomass,0.0,0.0,0.0,0.0,0.0 p48059,coal,0.0,0.0,0.0,0.0,0.0 +p48059,csp,0.0,0.0,0.0,0.0,0.0 p48059,gas,0.0,0.0,0.0,0.0,0.0 p48059,geothermal,0.0,0.0,0.0,0.0,0.0 p48059,h2,0.0,0.0,0.0,0.0,0.0 p48059,hydro,0.0,0.0,0.0,0.0,0.0 p48059,nuclear,0.0,0.0,0.0,0.0,0.0 p48059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48059,pv,413.185,826.37,1101.8266666666605,1377.2833333333256,1652.74 +p48059,pv,409.41,818.82,953.1300000000047,1087.4400000000023,1221.75 p48059,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48059,wind-ons,175.0,350.0,466.66666666665697,583.333333333343,700.0 -p48061,battery,274.68,549.36,1218.18666666653,1887.0133333331905,2555.84 +p48059,wind-ons,170.0,340.0,340.0,340.0,340.0 +p48061,battery,501.385,1002.77,1554.5533333334606,2106.3366666666698,2658.12 p48061,biomass,0.0,0.0,0.0,0.0,0.0 p48061,coal,0.0,0.0,0.0,0.0,0.0 +p48061,csp,0.0,0.0,0.0,0.0,0.0 p48061,gas,0.0,0.0,512.1333333334187,1024.266666666721,1536.4 p48061,geothermal,0.0,0.0,0.0,0.0,0.0 -p48061,h2,0.0,0.0,0.0,0.0,0.0 +p48061,h2,0.0,0.0,76.66666666668607,153.33333333334303,230.0 p48061,hydro,0.0,0.0,0.0,0.0,0.0 p48061,nuclear,0.0,0.0,0.0,0.0,0.0 p48061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48061,pv,50.0,100.0,420.38000000000466,740.7600000000093,1061.1399999999999 +p48061,pv,50.0,100.0,369.36999999999534,638.7399999999907,908.11 p48061,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48061,wind-ons,0.0,0.0,100.0,200.0,300.0 -p48063,battery,0.0,0.0,0.0,0.0,0.0 -p48063,biomass,0.0,0.0,0.0,0.0,0.0 -p48063,coal,0.0,0.0,0.0,0.0,0.0 -p48063,gas,0.0,0.0,0.0,0.0,0.0 -p48063,geothermal,0.0,0.0,0.0,0.0,0.0 -p48063,h2,0.0,0.0,0.0,0.0,0.0 -p48063,hydro,0.0,0.0,0.0,0.0,0.0 -p48063,nuclear,0.0,0.0,0.0,0.0,0.0 -p48063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48063,pv,0.0,0.0,100.0,200.0,300.0 -p48063,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48063,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48065,battery,0.0,0.0,190.7666666666628,381.5333333333256,572.3 +p48063,csp,0.0,0.0,0.0,0.0,0.0 +p48065,battery,185.85,371.7,438.6333333333314,505.56666666668025,572.5 p48065,biomass,0.0,0.0,0.0,0.0,0.0 p48065,coal,0.0,0.0,0.0,0.0,0.0 +p48065,csp,0.0,0.0,0.0,0.0,0.0 p48065,gas,0.0,0.0,0.0,0.0,0.0 p48065,geothermal,0.0,0.0,0.0,0.0,0.0 p48065,h2,0.0,0.0,0.0,0.0,0.0 p48065,hydro,0.0,0.0,0.0,0.0,0.0 p48065,nuclear,0.0,0.0,0.0,0.0,0.0 p48065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48065,pv,0.0,0.0,146.46666666673264,292.93333333340706,439.4 +p48065,pv,219.7,439.4,439.4,439.4,439.4 p48065,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48065,wind-ons,0.0,0.0,400.0,800.0,1200.0 +p48065,wind-ons,0.0,0.0,202.09999999997672,404.20000000001164,606.3 p48067,battery,0.0,0.0,0.0,0.0,0.0 p48067,biomass,0.0,0.0,0.0,0.0,0.0 p48067,coal,0.0,0.0,0.0,0.0,0.0 @@ -17864,37 +18148,40 @@ p48067,h2,0.0,0.0,0.0,0.0,0.0 p48067,hydro,0.0,0.0,0.0,0.0,0.0 p48067,nuclear,0.0,0.0,0.0,0.0,0.0 p48067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48067,pv,0.0,0.0,92.66666666665697,185.33333333334303,278.0 +p48067,pv,0.0,0.0,25.0,50.0,75.0 p48067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48067,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48069,battery,0.0,0.0,184.2133333333768,368.4266666666954,552.64 +p48069,battery,150.52,301.04,384.90666666667676,468.77333333334536,552.64 p48069,biomass,0.0,0.0,0.0,0.0,0.0 p48069,coal,0.0,0.0,0.0,0.0,0.0 +p48069,csp,0.0,0.0,0.0,0.0,0.0 p48069,gas,0.0,0.0,0.0,0.0,0.0 p48069,geothermal,0.0,0.0,0.0,0.0,0.0 p48069,h2,0.0,0.0,0.0,0.0,0.0 p48069,hydro,0.0,0.0,0.0,0.0,0.0 p48069,nuclear,0.0,0.0,0.0,0.0,0.0 p48069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48069,pv,317.95,635.9,963.2666666666046,1290.6333333333023,1618.0 +p48069,pv,213.83499999999998,427.66999999999996,855.0366666666232,1282.403333333321,1709.77 p48069,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48069,wind-ons,157.60000000000002,315.20000000000005,600.1333333334187,885.0666666667676,1170.0 -p48071,battery,189.87,379.74,506.320000000007,632.9000000000233,759.48 +p48069,wind-ons,173.9,347.8,561.5333333333256,775.2666666666628,989.0 +p48071,battery,185.83499999999998,371.66999999999996,371.66999999999996,371.66999999999996,371.66999999999996 p48071,biomass,0.0,0.0,0.0,0.0,0.0 p48071,coal,0.0,0.0,0.0,0.0,0.0 -p48071,gas,348.5,697.0,929.3333333333139,1161.666666666686,1394.0 +p48071,csp,0.0,0.0,0.0,0.0,0.0 +p48071,gas,348.5,697.0,697.0,697.0,697.0 p48071,geothermal,0.0,0.0,0.0,0.0,0.0 p48071,h2,0.0,0.0,0.0,0.0,0.0 p48071,hydro,0.0,0.0,0.0,0.0,0.0 p48071,nuclear,0.0,0.0,0.0,0.0,0.0 p48071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48071,pv,0.0,0.0,70.79999999998836,141.59999999997672,212.4 +p48071,pv,0.0,0.0,70.79999999998836,141.60000000000582,212.4 p48071,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48071,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48073,battery,25.65,51.3,84.74333333333198,118.18666666666104,151.63 +p48073,battery,25.47,50.94,84.3833333333314,117.82666666667501,151.26999999999998 p48073,biomass,0.0,0.0,0.0,0.0,0.0 p48073,coal,0.0,0.0,0.0,0.0,0.0 -p48073,gas,0.0,0.0,0.0,0.0,0.0 +p48073,csp,0.0,0.0,0.0,0.0,0.0 +p48073,gas,0.0,0.0,391.1666666667443,782.3333333333721,1173.5 p48073,geothermal,0.0,0.0,0.0,0.0,0.0 p48073,h2,0.0,0.0,0.0,0.0,0.0 p48073,hydro,0.0,0.0,0.0,0.0,0.0 @@ -17903,31 +18190,33 @@ p48073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48073,pv,0.0,0.0,0.0,0.0,0.0 p48073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48073,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48075,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p48075,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p48075,biomass,0.0,0.0,0.0,0.0,0.0 p48075,coal,0.0,0.0,0.0,0.0,0.0 +p48075,csp,0.0,0.0,0.0,0.0,0.0 p48075,gas,0.0,0.0,0.0,0.0,0.0 p48075,geothermal,0.0,0.0,0.0,0.0,0.0 p48075,h2,0.0,0.0,0.0,0.0,0.0 p48075,hydro,0.0,0.0,0.0,0.0,0.0 p48075,nuclear,0.0,0.0,0.0,0.0,0.0 p48075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48075,pv,259.90999999999997,519.8199999999999,693.0933333333232,866.3666666666395,1039.6399999999999 +p48075,pv,251.29,502.58,502.58,502.58,502.58 p48075,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48075,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48077,battery,0.0,0.0,268.4799999999814,536.9599999999627,805.44 +p48077,battery,0.0,0.0,270.36999999999534,540.7399999999907,811.11 p48077,biomass,0.0,0.0,0.0,0.0,0.0 p48077,coal,0.0,0.0,0.0,0.0,0.0 +p48077,csp,0.0,0.0,0.0,0.0,0.0 p48077,gas,0.0,0.0,0.0,0.0,0.0 p48077,geothermal,0.0,0.0,0.0,0.0,0.0 p48077,h2,0.0,0.0,0.0,0.0,0.0 p48077,hydro,0.0,0.0,0.0,0.0,0.0 p48077,nuclear,0.0,0.0,0.0,0.0,0.0 p48077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48077,pv,0.0,0.0,447.7066666666651,895.4133333333302,1343.12 +p48077,pv,225.845,451.69,652.9233333333395,854.1566666666768,1055.39 p48077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48077,wind-ons,0.0,0.0,80.5,161.0,241.5 -p48079,battery,60.0,120.0,160.0,200.0,240.0 +p48079,battery,60.0,120.0,120.0,120.0,120.0 p48079,biomass,0.0,0.0,0.0,0.0,0.0 p48079,coal,0.0,0.0,0.0,0.0,0.0 p48079,gas,0.0,0.0,0.0,0.0,0.0 @@ -17939,33 +18228,36 @@ p48079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48079,pv,0.0,0.0,0.0,0.0,0.0 p48079,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48079,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48081,battery,0.0,0.0,178.4633333333768,356.9266666666954,535.39 +p48081,battery,0.0,0.0,178.4633333333186,356.9266666666372,535.39 p48081,biomass,0.0,0.0,0.0,0.0,0.0 p48081,coal,0.0,0.0,0.0,0.0,0.0 +p48081,csp,0.0,0.0,0.0,0.0,0.0 p48081,gas,0.0,0.0,0.0,0.0,0.0 p48081,geothermal,0.0,0.0,0.0,0.0,0.0 p48081,h2,0.0,0.0,0.0,0.0,0.0 p48081,hydro,0.0,0.0,0.0,0.0,0.0 p48081,nuclear,0.0,0.0,0.0,0.0,0.0 p48081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48081,pv,75.0,150.0,200.0,250.0,300.0 +p48081,pv,75.6,151.2,242.06666666665114,332.93333333331975,423.8 p48081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48081,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48083,battery,0.0,0.0,46.843333333323244,93.68666666666104,140.53 +p48083,battery,0.0,0.0,46.843333333337796,93.68666666667559,140.53 p48083,biomass,0.0,0.0,0.0,0.0,0.0 p48083,coal,0.0,0.0,0.0,0.0,0.0 +p48083,csp,0.0,0.0,0.0,0.0,0.0 p48083,gas,0.0,0.0,0.0,0.0,0.0 p48083,geothermal,0.0,0.0,0.0,0.0,0.0 p48083,h2,0.0,0.0,0.0,0.0,0.0 p48083,hydro,0.0,0.0,0.0,0.0,0.0 p48083,nuclear,0.0,0.0,0.0,0.0,0.0 p48083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48083,pv,200.29,400.58,534.1066666666302,667.6333333333023,801.16 +p48083,pv,199.415,398.83,734.1633333332138,1069.496666666586,1404.83 p48083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48085,battery,240.565,481.13,752.8766666665906,1024.623333333293,1296.37 +p48085,battery,361.3,722.6,875.2466666666442,1027.8933333333116,1180.54 p48085,biomass,0.0,0.0,0.0,0.0,0.0 p48085,coal,0.0,0.0,0.0,0.0,0.0 +p48085,csp,0.0,0.0,0.0,0.0,0.0 p48085,gas,0.0,0.0,0.0,0.0,0.0 p48085,geothermal,0.0,0.0,0.0,0.0,0.0 p48085,h2,0.0,0.0,0.0,0.0,0.0 @@ -17975,105 +18267,127 @@ p48085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48085,pv,0.0,0.0,0.0,0.0,0.0 p48085,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48085,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48089,battery,101.105,202.21,505.14666666672565,808.0833333333721,1111.02 +p48089,battery,101.105,202.21,685.640000000014,1169.0700000000652,1652.5 p48089,biomass,0.0,0.0,0.0,0.0,0.0 p48089,coal,0.0,0.0,0.0,0.0,0.0 -p48089,gas,0.0,0.0,40.60000000000582,81.20000000001164,121.8 +p48089,csp,0.0,0.0,0.0,0.0,0.0 +p48089,gas,60.9,121.8,121.8,121.8,121.8 p48089,geothermal,0.0,0.0,0.0,0.0,0.0 p48089,h2,0.0,0.0,0.0,0.0,0.0 p48089,hydro,0.0,0.0,0.0,0.0,0.0 p48089,nuclear,0.0,0.0,0.0,0.0,0.0 p48089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48089,pv,254.305,508.61,845.859999999986,1183.109999999986,1520.3600000000001 +p48089,pv,254.305,508.61,912.7000000000698,1316.7900000000373,1720.88 p48089,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48089,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48093,battery,0.0,0.0,681.753333333414,1363.506666666828,2045.26 +p48091,battery,0.0,0.0,135.50333333329763,271.0066666666535,406.51 +p48091,biomass,0.0,0.0,0.0,0.0,0.0 +p48091,coal,0.0,0.0,0.0,0.0,0.0 +p48091,csp,0.0,0.0,0.0,0.0,0.0 +p48091,gas,0.0,0.0,0.0,0.0,0.0 +p48091,geothermal,0.0,0.0,0.0,0.0,0.0 +p48091,h2,0.0,0.0,0.0,0.0,0.0 +p48091,hydro,0.0,0.0,0.0,0.0,0.0 +p48091,nuclear,0.0,0.0,0.0,0.0,0.0 +p48091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48091,pv,0.0,0.0,0.0,0.0,0.0 +p48091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48093,battery,0.0,0.0,721.2900000000373,1442.5800000000745,2163.87 p48093,biomass,0.0,0.0,0.0,0.0,0.0 p48093,coal,0.0,0.0,0.0,0.0,0.0 +p48093,csp,0.0,0.0,0.0,0.0,0.0 p48093,gas,0.0,0.0,0.0,0.0,0.0 p48093,geothermal,0.0,0.0,0.0,0.0,0.0 p48093,h2,0.0,0.0,0.0,0.0,0.0 p48093,hydro,0.0,0.0,0.0,0.0,0.0 p48093,nuclear,0.0,0.0,0.0,0.0,0.0 p48093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48093,pv,0.0,0.0,279.30000000004657,558.6000000000931,837.9 +p48093,pv,50.75,101.5,360.4133333332138,619.3266666666605,878.24 p48093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48093,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48095,battery,81.2,162.4,313.2666666666628,464.1333333333023,615.0 +p48095,battery,286.1,572.2,622.2933333333349,672.3866666666727,722.48 p48095,biomass,0.0,0.0,0.0,0.0,0.0 p48095,coal,0.0,0.0,0.0,0.0,0.0 +p48095,csp,0.0,0.0,0.0,0.0,0.0 p48095,gas,0.0,0.0,0.0,0.0,0.0 p48095,geothermal,0.0,0.0,0.0,0.0,0.0 p48095,h2,0.0,0.0,0.0,0.0,0.0 p48095,hydro,0.0,0.0,0.0,0.0,0.0 p48095,nuclear,0.0,0.0,0.0,0.0,0.0 p48095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48095,pv,85.95,171.9,489.70000000006985,807.5000000001164,1125.3000000000002 +p48095,pv,563.655,1127.31,1174.813333333339,1222.3166666666802,1269.82 p48095,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48095,wind-ons,0.0,0.0,135.1333333333605,270.266666666721,405.4 -p48097,battery,159.85,319.7,426.2666666666628,532.833333333343,639.4 +p48095,wind-ons,0.0,0.0,126.3933333333407,252.7866666666814,379.18 +p48097,battery,154.9,309.8,529.7733333333163,749.7466666666442,969.72 p48097,biomass,0.0,0.0,0.0,0.0,0.0 p48097,coal,0.0,0.0,0.0,0.0,0.0 +p48097,csp,0.0,0.0,0.0,0.0,0.0 p48097,gas,0.0,0.0,0.0,0.0,0.0 p48097,geothermal,0.0,0.0,0.0,0.0,0.0 p48097,h2,0.0,0.0,0.0,0.0,0.0 p48097,hydro,0.0,0.0,0.0,0.0,0.0 p48097,nuclear,0.0,0.0,0.0,0.0,0.0 p48097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48097,pv,75.295,150.59,200.7866666666523,250.98333333332266,301.18 +p48097,pv,75.295,150.59,150.59,150.59,150.59 p48097,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48097,wind-ons,94.54,189.08,252.1066666666593,315.1333333333314,378.16 -p48099,battery,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p48097,wind-ons,90.04,180.08,180.08,180.08,180.08 +p48099,battery,25.8,51.6,51.6,51.6,51.6 p48099,biomass,0.0,0.0,0.0,0.0,0.0 p48099,coal,0.0,0.0,0.0,0.0,0.0 +p48099,csp,0.0,0.0,0.0,0.0,0.0 p48099,gas,0.0,0.0,0.0,0.0,0.0 p48099,geothermal,0.0,0.0,0.0,0.0,0.0 p48099,h2,0.0,0.0,0.0,0.0,0.0 p48099,hydro,0.0,0.0,0.0,0.0,0.0 p48099,nuclear,0.0,0.0,0.0,0.0,0.0 p48099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48099,pv,28.15,56.3,104.82333333333372,153.34666666666453,201.87 +p48099,pv,28.0,56.0,56.0,56.0,56.0 p48099,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48099,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48101,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p48101,battery,0.0,0.0,67.17999999999302,134.36000000001513,201.54 p48101,biomass,0.0,0.0,0.0,0.0,0.0 p48101,coal,0.0,0.0,0.0,0.0,0.0 +p48101,csp,0.0,0.0,0.0,0.0,0.0 p48101,gas,0.0,0.0,0.0,0.0,0.0 p48101,geothermal,0.0,0.0,0.0,0.0,0.0 p48101,h2,0.0,0.0,0.0,0.0,0.0 p48101,hydro,0.0,0.0,0.0,0.0,0.0 p48101,nuclear,0.0,0.0,0.0,0.0,0.0 p48101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48101,pv,126.0,252.0,336.0,420.0,504.0 +p48101,pv,126.0,252.0,419.6366666665999,587.273333333258,754.91 p48101,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48101,wind-ons,0.0,0.0,167.32000000000698,334.64000000001397,501.96000000000004 -p48103,battery,101.935,203.87,320.10333333336166,436.3366666666989,552.5699999999999 +p48103,battery,101.935,203.87,593.8866666667163,983.9033333333209,1373.92 p48103,biomass,0.0,0.0,0.0,0.0,0.0 p48103,coal,0.0,0.0,0.0,0.0,0.0 +p48103,csp,0.0,0.0,0.0,0.0,0.0 p48103,gas,0.0,0.0,0.0,0.0,0.0 p48103,geothermal,0.0,0.0,0.0,0.0,0.0 p48103,h2,0.0,0.0,0.0,0.0,0.0 p48103,hydro,0.0,0.0,0.0,0.0,0.0 p48103,nuclear,0.0,0.0,0.0,0.0,0.0 p48103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48103,pv,0.0,0.0,236.7333333333372,473.4666666666744,710.2 +p48103,pv,201.62,403.24,642.3066666667,881.3733333333512,1120.44 p48103,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48103,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48105,battery,0.0,0.0,237.06666666670935,474.1333333333605,711.2 +p48105,battery,255.0,510.0,577.0666666666802,644.1333333333314,711.2 p48105,biomass,0.0,0.0,0.0,0.0,0.0 p48105,coal,0.0,0.0,0.0,0.0,0.0 +p48105,csp,0.0,0.0,0.0,0.0,0.0 p48105,gas,0.0,0.0,0.0,0.0,0.0 p48105,geothermal,0.0,0.0,0.0,0.0,0.0 p48105,h2,0.0,0.0,0.0,0.0,0.0 p48105,hydro,0.0,0.0,0.0,0.0,0.0 p48105,nuclear,0.0,0.0,0.0,0.0,0.0 p48105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48105,pv,50.6,101.2,135.5,169.8000000000029,204.10000000000002 +p48105,pv,50.6,101.2,268.83333333331393,436.4666666666162,604.1 p48105,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48105,wind-ons,244.65999999999997,489.31999999999994,652.4266666666372,815.5333333333256,978.6399999999999 -p48107,battery,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p48105,wind-ons,132.7,265.4,265.4,265.4,265.4 +p48107,battery,25.0,50.0,50.0,50.0,50.0 p48107,biomass,0.0,0.0,0.0,0.0,0.0 p48107,coal,0.0,0.0,0.0,0.0,0.0 +p48107,csp,0.0,0.0,0.0,0.0,0.0 p48107,gas,0.0,0.0,0.0,0.0,0.0 p48107,geothermal,0.0,0.0,0.0,0.0,0.0 p48107,h2,0.0,0.0,0.0,0.0,0.0 @@ -18082,23 +18396,37 @@ p48107,nuclear,0.0,0.0,0.0,0.0,0.0 p48107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48107,pv,0.0,0.0,0.0,0.0,0.0 p48107,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48107,wind-ons,150.0,300.0,400.0,500.0,600.0 +p48107,wind-ons,150.0,300.0,383.7666666666337,467.5333333333256,551.3 p48109,battery,0.0,0.0,51.76666666667734,103.53333333334012,155.3 p48109,biomass,0.0,0.0,0.0,0.0,0.0 p48109,coal,0.0,0.0,0.0,0.0,0.0 +p48109,csp,0.0,0.0,0.0,0.0,0.0 p48109,gas,0.0,0.0,0.0,0.0,0.0 p48109,geothermal,0.0,0.0,0.0,0.0,0.0 p48109,h2,0.0,0.0,0.0,0.0,0.0 p48109,hydro,0.0,0.0,0.0,0.0,0.0 p48109,nuclear,0.0,0.0,0.0,0.0,0.0 p48109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48109,pv,30.380000000000003,60.760000000000005,230.7600000000093,400.7600000000093,570.76 +p48109,pv,30.380000000000003,60.760000000000005,211.7600000000093,362.7600000000093,513.76 p48109,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48109,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48113,battery,123.55,247.1,658.1300000000047,1069.1600000000326,1480.1899999999998 +p48109,wind-ons,0.0,0.0,246.66666666662786,493.33333333331393,740.0 +p48111,battery,0.0,0.0,0.0,0.0,0.0 +p48111,biomass,0.0,0.0,0.0,0.0,0.0 +p48111,coal,0.0,0.0,0.0,0.0,0.0 +p48111,gas,0.0,0.0,0.0,0.0,0.0 +p48111,geothermal,0.0,0.0,0.0,0.0,0.0 +p48111,h2,0.0,0.0,0.0,0.0,0.0 +p48111,hydro,0.0,0.0,0.0,0.0,0.0 +p48111,nuclear,0.0,0.0,0.0,0.0,0.0 +p48111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48111,pv,0.0,0.0,0.0,0.0,0.0 +p48111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48111,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p48113,battery,4.975,9.95,333.35000000009313,656.7500000001164,980.15 p48113,biomass,0.0,0.0,0.0,0.0,0.0 p48113,coal,0.0,0.0,0.0,0.0,0.0 -p48113,gas,0.0,0.0,245.6599999999744,491.320000000007,736.98 +p48113,csp,0.0,0.0,0.0,0.0,0.0 +p48113,gas,0.0,0.0,0.0,0.0,0.0 p48113,geothermal,0.0,0.0,0.0,0.0,0.0 p48113,h2,0.0,0.0,0.0,0.0,0.0 p48113,hydro,0.0,0.0,0.0,0.0,0.0 @@ -18107,177 +18435,193 @@ p48113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48113,pv,0.0,0.0,0.0,0.0,0.0 p48113,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48113,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48115,battery,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p48115,battery,50.0,100.0,100.0,100.0,100.0 p48115,biomass,0.0,0.0,0.0,0.0,0.0 p48115,coal,0.0,0.0,0.0,0.0,0.0 +p48115,csp,0.0,0.0,0.0,0.0,0.0 p48115,gas,0.0,0.0,0.0,0.0,0.0 p48115,geothermal,0.0,0.0,0.0,0.0,0.0 p48115,h2,0.0,0.0,0.0,0.0,0.0 p48115,hydro,0.0,0.0,0.0,0.0,0.0 p48115,nuclear,0.0,0.0,0.0,0.0,0.0 p48115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48115,pv,130.0,260.0,346.66666666665697,433.33333333334303,520.0 +p48115,pv,130.0,260.0,260.0,260.0,260.0 p48115,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48115,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48115,wind-ons,176.3,352.6,517.6699999999837,682.7399999999907,847.8100000000001 p48117,battery,0.0,0.0,68.98666666666395,137.9733333333279,206.96 p48117,biomass,0.0,0.0,0.0,0.0,0.0 p48117,coal,0.0,0.0,0.0,0.0,0.0 +p48117,csp,0.0,0.0,0.0,0.0,0.0 p48117,gas,0.0,0.0,0.0,0.0,0.0 p48117,geothermal,0.0,0.0,0.0,0.0,0.0 p48117,h2,0.0,0.0,0.0,0.0,0.0 p48117,hydro,0.0,0.0,0.0,0.0,0.0 p48117,nuclear,0.0,0.0,0.0,0.0,0.0 p48117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48117,pv,461.93499999999995,923.8699999999999,1671.1499999999069,2418.429999999935,3165.71 +p48117,pv,1023.25,2046.5,2419.0333333333256,2791.566666666651,3164.1 p48117,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48117,wind-ons,0.0,0.0,623.0,1246.0,1869.0 -p48119,battery,0.0,0.0,18.36666666666133,36.73333333332994,55.1 +p48117,wind-ons,310.8,621.6,1036.466666666558,1451.3333333332557,1866.1999999999998 +p48119,battery,16.57,33.14,33.14,33.14,33.14 p48119,biomass,0.0,0.0,0.0,0.0,0.0 p48119,coal,0.0,0.0,0.0,0.0,0.0 +p48119,csp,0.0,0.0,0.0,0.0,0.0 p48119,gas,0.0,0.0,0.0,0.0,0.0 p48119,geothermal,0.0,0.0,0.0,0.0,0.0 p48119,h2,0.0,0.0,0.0,0.0,0.0 p48119,hydro,0.0,0.0,0.0,0.0,0.0 p48119,nuclear,0.0,0.0,0.0,0.0,0.0 p48119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48119,pv,101.25,202.5,270.0,337.5,405.0 +p48119,pv,38.605,77.21,102.60333333333256,127.99666666666599,153.39 p48119,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48119,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48123,battery,0.0,0.0,79.12333333332208,158.24666666667326,237.37 +p48121,battery,0.0,0.0,66.98666666666395,133.9733333333279,200.96 +p48121,biomass,0.0,0.0,0.0,0.0,0.0 +p48121,coal,0.0,0.0,0.0,0.0,0.0 +p48121,csp,0.0,0.0,0.0,0.0,0.0 +p48121,gas,0.0,0.0,0.0,0.0,0.0 +p48121,geothermal,0.0,0.0,0.0,0.0,0.0 +p48121,h2,0.0,0.0,0.0,0.0,0.0 +p48121,hydro,0.0,0.0,0.0,0.0,0.0 +p48121,nuclear,0.0,0.0,0.0,0.0,0.0 +p48121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48121,pv,0.0,0.0,0.0,0.0,0.0 +p48121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48123,battery,0.0,0.0,118.75333333335584,237.50666666668258,356.26 p48123,biomass,0.0,0.0,0.0,0.0,0.0 p48123,coal,0.0,0.0,0.0,0.0,0.0 +p48123,csp,0.0,0.0,0.0,0.0,0.0 p48123,gas,0.0,0.0,0.0,0.0,0.0 p48123,geothermal,0.0,0.0,0.0,0.0,0.0 p48123,h2,0.0,0.0,0.0,0.0,0.0 p48123,hydro,0.0,0.0,0.0,0.0,0.0 p48123,nuclear,0.0,0.0,0.0,0.0,0.0 p48123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48123,pv,205.2,410.4,547.2000000000116,684.0,820.8 +p48123,pv,205.2,410.4,478.79999999998836,547.1999999999825,615.5999999999999 p48123,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48123,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48125,battery,152.98499999999999,305.96999999999997,489.6900000000023,673.4100000000326,857.1300000000001 +p48125,battery,101.35,202.7,437.18333333334886,671.6666666666861,906.1500000000001 p48125,biomass,0.0,0.0,0.0,0.0,0.0 p48125,coal,0.0,0.0,0.0,0.0,0.0 +p48125,csp,0.0,0.0,0.0,0.0,0.0 p48125,gas,0.0,0.0,0.0,0.0,0.0 p48125,geothermal,0.0,0.0,0.0,0.0,0.0 p48125,h2,0.0,0.0,0.0,0.0,0.0 p48125,hydro,0.0,0.0,0.0,0.0,0.0 p48125,nuclear,0.0,0.0,0.0,0.0,0.0 p48125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48125,pv,198.69,397.38,529.8400000000256,662.3000000000466,794.76 +p48125,pv,198.74,397.48,633.2133333333186,868.9466666666558,1104.68 p48125,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48125,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48127,battery,4.995,9.99,461.5533333333442,913.1166666666977,1364.68 +p48125,wind-ons,0.0,0.0,97.53333333335468,195.06666666668025,292.6 +p48127,battery,4.995,9.99,339.09333333338145,668.1966666667722,997.3 p48127,biomass,0.0,0.0,0.0,0.0,0.0 p48127,coal,0.0,0.0,0.0,0.0,0.0 +p48127,csp,0.0,0.0,0.0,0.0,0.0 p48127,gas,0.0,0.0,0.0,0.0,0.0 p48127,geothermal,0.0,0.0,0.0,0.0,0.0 p48127,h2,0.0,0.0,0.0,0.0,0.0 p48127,hydro,0.0,0.0,0.0,0.0,0.0 p48127,nuclear,0.0,0.0,0.0,0.0,0.0 p48127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48127,pv,0.0,0.0,227.65000000002328,455.30000000004657,682.95 +p48127,pv,0.0,0.0,102.26666666663368,204.53333333332557,306.8 p48127,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48127,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48131,battery,0.0,0.0,82.59333333332324,165.1866666666465,247.78 +p48127,wind-ons,0.0,0.0,100.0,200.0,300.0 +p48131,battery,0.0,0.0,354.93333333346527,709.8666666666977,1064.8 p48131,biomass,0.0,0.0,0.0,0.0,0.0 p48131,coal,0.0,0.0,0.0,0.0,0.0 -p48131,gas,0.0,0.0,0.0,0.0,0.0 +p48131,csp,0.0,0.0,0.0,0.0,0.0 +p48131,gas,0.0,0.0,111.56666666668025,223.1333333333314,334.7 p48131,geothermal,0.0,0.0,0.0,0.0,0.0 p48131,h2,0.0,0.0,0.0,0.0,0.0 p48131,hydro,0.0,0.0,0.0,0.0,0.0 p48131,nuclear,0.0,0.0,0.0,0.0,0.0 p48131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48131,pv,120.745,241.49,375.43333333334886,509.3766666666488,643.32 +p48131,pv,120.745,241.49,802.8166666664183,1364.1433333333116,1925.47 p48131,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48131,wind-ons,0.0,0.0,68.0,136.0,204.0 -p48133,battery,0.0,0.0,44.0,88.0,132.0 +p48131,wind-ons,0.0,0.0,169.46666666673264,338.93333333334886,508.4 +p48133,battery,0.0,0.0,81.66666666668607,163.33333333334303,245.0 p48133,biomass,0.0,0.0,0.0,0.0,0.0 p48133,coal,0.0,0.0,0.0,0.0,0.0 +p48133,csp,0.0,0.0,0.0,0.0,0.0 p48133,gas,0.0,0.0,0.0,0.0,0.0 p48133,geothermal,0.0,0.0,0.0,0.0,0.0 p48133,h2,0.0,0.0,0.0,0.0,0.0 p48133,hydro,0.0,0.0,0.0,0.0,0.0 p48133,nuclear,0.0,0.0,0.0,0.0,0.0 p48133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48133,pv,0.0,0.0,111.0,222.0,333.0 +p48133,pv,0.0,0.0,213.0,426.0,639.0 p48133,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48133,wind-ons,135.36,270.72,360.96000000002095,451.20000000001164,541.44 -p48135,battery,4.975,9.95,581.7666666666046,1153.5833333332557,1725.4 +p48133,wind-ons,8.0,16.0,17.09999999999991,18.199999999999818,19.3 +p48135,battery,4.95,9.9,734.123333333293,1458.346666666679,2182.57 p48135,biomass,0.0,0.0,0.0,0.0,0.0 p48135,coal,0.0,0.0,0.0,0.0,0.0 -p48135,gas,0.0,0.0,41.13333333331684,82.26666666664823,123.4 +p48135,csp,0.0,0.0,0.0,0.0,0.0 +p48135,gas,0.0,0.0,41.13333333331684,82.26666666666279,123.4 p48135,geothermal,0.0,0.0,0.0,0.0,0.0 p48135,h2,0.0,0.0,0.0,0.0,0.0 p48135,hydro,0.0,0.0,0.0,0.0,0.0 p48135,nuclear,0.0,0.0,0.0,0.0,0.0 p48135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48135,pv,367.13,734.26,1234.2499999998836,1734.2399999998743,2234.23 +p48135,pv,444.68,889.36,1390.7133333333768,1892.0666666667676,2393.42 p48135,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48135,wind-ons,0.0,0.0,82.43333333331975,164.8666666666395,247.3 -p48137,battery,0.0,0.0,9.683333333330665,19.36666666666497,29.05 -p48137,biomass,0.0,0.0,0.0,0.0,0.0 -p48137,coal,0.0,0.0,0.0,0.0,0.0 -p48137,gas,0.0,0.0,0.0,0.0,0.0 -p48137,geothermal,0.0,0.0,0.0,0.0,0.0 -p48137,h2,0.0,0.0,0.0,0.0,0.0 -p48137,hydro,0.0,0.0,0.0,0.0,0.0 -p48137,nuclear,0.0,0.0,0.0,0.0,0.0 -p48137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48137,pv,0.0,0.0,0.0,0.0,0.0 -p48137,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48137,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48139,battery,77.2,154.4,486.64666666660924,818.8933333333116,1151.14 +p48135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48137,csp,0.0,0.0,0.0,0.0,0.0 +p48139,battery,133.945,267.89,1122.3999999999069,1976.9099999999162,2831.4199999999996 p48139,biomass,0.0,0.0,0.0,0.0,0.0 p48139,coal,0.0,0.0,0.0,0.0,0.0 +p48139,csp,0.0,0.0,0.0,0.0,0.0 p48139,gas,0.0,0.0,18.0,36.0,54.0 p48139,geothermal,0.0,0.0,0.0,0.0,0.0 p48139,h2,0.0,0.0,0.0,0.0,0.0 p48139,hydro,0.0,0.0,0.0,0.0,0.0 p48139,nuclear,0.0,0.0,0.0,0.0,0.0 p48139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48139,pv,109.05,218.1,741.123333333293,1264.1466666664928,1787.1699999999998 +p48139,pv,198.75,397.5,760.2800000000279,1123.0599999999395,1485.84 p48139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48139,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48141,battery,0.0,0.0,100.0,200.0,300.0 +p48141,battery,150.0,300.0,433.33333333337214,566.6666666666861,700.0 p48141,biomass,0.0,0.0,0.0,0.0,0.0 p48141,coal,0.0,0.0,0.0,0.0,0.0 +p48141,csp,0.0,0.0,0.0,0.0,0.0 p48141,gas,0.0,0.0,0.0,0.0,0.0 p48141,geothermal,0.0,0.0,0.0,0.0,0.0 p48141,h2,0.0,0.0,0.0,0.0,0.0 p48141,hydro,0.0,0.0,0.0,0.0,0.0 p48141,nuclear,0.0,0.0,0.0,0.0,0.0 p48141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48141,pv,75.0,150.0,233.33333333334303,316.66666666665697,400.0 +p48141,pv,200.0,400.0,599.0,798.0,997.0 p48141,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48141,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48143,battery,50.4,100.8,236.58333333331393,372.3666666666395,508.15000000000003 +p48143,battery,153.175,306.35,390.2833333333256,474.2166666666744,558.1500000000001 p48143,biomass,0.0,0.0,0.0,0.0,0.0 p48143,coal,0.0,0.0,0.0,0.0,0.0 +p48143,csp,0.0,0.0,0.0,0.0,0.0 p48143,gas,0.0,0.0,0.0,0.0,0.0 p48143,geothermal,0.0,0.0,0.0,0.0,0.0 p48143,h2,0.0,0.0,0.0,0.0,0.0 p48143,hydro,0.0,0.0,0.0,0.0,0.0 p48143,nuclear,0.0,0.0,0.0,0.0,0.0 p48143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48143,pv,103.7,207.4,309.06666666665114,410.7333333333372,512.4 +p48143,pv,103.7,207.4,309.06666666668025,410.7333333333372,512.4 p48143,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48143,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48145,battery,90.665,181.33,241.7733333333308,302.2166666666599,362.66 +p48145,battery,0.0,0.0,0.0,0.0,0.0 p48145,biomass,0.0,0.0,0.0,0.0,0.0 p48145,coal,0.0,0.0,0.0,0.0,0.0 +p48145,csp,0.0,0.0,0.0,0.0,0.0 p48145,gas,0.0,0.0,0.0,0.0,0.0 p48145,geothermal,0.0,0.0,0.0,0.0,0.0 p48145,h2,0.0,0.0,0.0,0.0,0.0 p48145,hydro,0.0,0.0,0.0,0.0,0.0 p48145,nuclear,0.0,0.0,0.0,0.0,0.0 p48145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48145,pv,389.78999999999996,779.5799999999999,1039.4400000000605,1299.3000000000466,1559.1599999999999 +p48145,pv,389.78999999999996,779.5799999999999,1032.3733333333512,1285.166666666686,1537.96 p48145,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48145,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48147,battery,154.765,309.53,441.2299999999814,572.929999999993,704.63 +p48145,wind-ons,0.0,0.0,66.23333333336632,132.46666666667443,198.7 +p48147,battery,154.765,309.53,373.56333333333896,437.59666666666453,501.63 p48147,biomass,0.0,0.0,0.0,0.0,0.0 p48147,coal,0.0,0.0,0.0,0.0,0.0 +p48147,csp,0.0,0.0,0.0,0.0,0.0 p48147,gas,0.0,0.0,0.0,0.0,0.0 p48147,geothermal,0.0,0.0,0.0,0.0,0.0 p48147,h2,0.0,0.0,0.0,0.0,0.0 @@ -18287,30 +18631,32 @@ p48147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48147,pv,0.0,0.0,0.0,0.0,0.0 p48147,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48147,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48149,battery,0.0,0.0,137.2933333333931,274.586666666728,411.88 +p48149,battery,0.0,0.0,205.17666666669538,410.35333333339076,615.53 p48149,biomass,0.0,0.0,0.0,0.0,0.0 p48149,coal,0.0,0.0,0.0,0.0,0.0 +p48149,csp,0.0,0.0,0.0,0.0,0.0 p48149,gas,0.0,0.0,0.0,0.0,0.0 p48149,geothermal,0.0,0.0,0.0,0.0,0.0 p48149,h2,0.0,0.0,0.0,0.0,0.0 p48149,hydro,0.0,0.0,0.0,0.0,0.0 p48149,nuclear,0.0,0.0,0.0,0.0,0.0 p48149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48149,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p48149,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p48149,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48149,wind-ons,0.0,0.0,0.0,0.0,0.0 p48151,battery,0.0,0.0,80.0,160.0,240.0 p48151,biomass,0.0,0.0,0.0,0.0,0.0 p48151,coal,0.0,0.0,0.0,0.0,0.0 +p48151,csp,0.0,0.0,0.0,0.0,0.0 p48151,gas,0.0,0.0,0.0,0.0,0.0 p48151,geothermal,0.0,0.0,0.0,0.0,0.0 p48151,h2,0.0,0.0,0.0,0.0,0.0 p48151,hydro,0.0,0.0,0.0,0.0,0.0 p48151,nuclear,0.0,0.0,0.0,0.0,0.0 p48151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48151,pv,75.0,150.0,402.0999999999767,654.1999999999534,906.3 +p48151,pv,75.0,150.0,668.7666666668374,1187.533333333442,1706.3 p48151,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48151,wind-ons,209.45,418.9,558.5333333333256,698.1666666666861,837.8 +p48151,wind-ons,209.45,418.9,660.4666666666744,902.0333333333256,1143.6 p48153,battery,0.0,0.0,0.0,0.0,0.0 p48153,biomass,0.0,0.0,0.0,0.0,0.0 p48153,coal,0.0,0.0,0.0,0.0,0.0 @@ -18322,71 +18668,89 @@ p48153,nuclear,0.0,0.0,0.0,0.0,0.0 p48153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48153,pv,0.0,0.0,0.0,0.0,0.0 p48153,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48153,wind-ons,0.0,0.0,166.66666666668607,333.33333333331393,500.0 -p48155,battery,0.0,0.0,100.39666666669655,200.793333333364,301.19 +p48153,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p48155,battery,150.595,301.19,301.19,301.19,301.19 p48155,biomass,0.0,0.0,0.0,0.0,0.0 p48155,coal,0.0,0.0,0.0,0.0,0.0 +p48155,csp,0.0,0.0,0.0,0.0,0.0 p48155,gas,0.0,0.0,0.0,0.0,0.0 p48155,geothermal,0.0,0.0,0.0,0.0,0.0 p48155,h2,0.0,0.0,0.0,0.0,0.0 p48155,hydro,0.0,0.0,0.0,0.0,0.0 p48155,nuclear,0.0,0.0,0.0,0.0,0.0 p48155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48155,pv,0.0,0.0,0.0,0.0,0.0 +p48155,pv,0.0,0.0,92.1166666666686,184.2333333333372,276.35 p48155,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48155,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48157,battery,755.65,1511.3,2015.0666666666511,2518.833333333372,3022.6 +p48157,battery,755.65,1511.3,1851.0066666667117,2190.713333333377,2530.42 p48157,biomass,0.0,0.0,0.0,0.0,0.0 p48157,coal,0.0,0.0,0.0,0.0,0.0 -p48157,gas,0.0,0.0,49.20000000001164,98.40000000000873,147.6 +p48157,csp,0.0,0.0,0.0,0.0,0.0 +p48157,gas,0.0,0.0,0.0,0.0,0.0 p48157,geothermal,0.0,0.0,0.0,0.0,0.0 p48157,h2,0.0,0.0,0.0,0.0,0.0 p48157,hydro,0.0,0.0,0.0,0.0,0.0 p48157,nuclear,0.0,0.0,0.0,0.0,0.0 p48157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48157,pv,395.02,790.04,1053.3866666666,1316.733333333279,1580.08 +p48157,pv,395.02,790.04,790.04,790.04,790.04 p48157,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48157,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48159,battery,0.0,0.0,85.59666666667908,171.19333333332906,256.79 +p48159,battery,87.725,175.45,203.4533333333311,231.45666666666511,259.46 p48159,biomass,0.0,0.0,0.0,0.0,0.0 p48159,coal,0.0,0.0,0.0,0.0,0.0 -p48159,gas,0.0,0.0,0.0,0.0,0.0 +p48159,csp,0.0,0.0,0.0,0.0,0.0 +p48159,gas,0.0,0.0,553.466666666558,1106.9333333333489,1660.4 p48159,geothermal,0.0,0.0,0.0,0.0,0.0 p48159,h2,0.0,0.0,0.0,0.0,0.0 p48159,hydro,0.0,0.0,0.0,0.0,0.0 p48159,nuclear,0.0,0.0,0.0,0.0,0.0 p48159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48159,pv,0.0,0.0,236.2333333333372,472.4666666666744,708.7 +p48159,pv,252.71,505.42,569.8866666666727,634.3533333333471,698.82 p48159,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48159,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48161,battery,50.2,100.4,459.16666666662786,817.9333333333489,1176.7 +p48161,battery,111.975,223.95,608.3800000000047,992.8100000000559,1377.24 p48161,biomass,0.0,0.0,0.0,0.0,0.0 p48161,coal,0.0,0.0,0.0,0.0,0.0 -p48161,gas,228.0,456.0,608.0,760.0,912.0 +p48161,csp,0.0,0.0,0.0,0.0,0.0 +p48161,gas,228.0,456.0,880.6666666667443,1305.3333333333721,1730.0 p48161,geothermal,0.0,0.0,0.0,0.0,0.0 p48161,h2,0.0,0.0,0.0,0.0,0.0 p48161,hydro,0.0,0.0,0.0,0.0,0.0 p48161,nuclear,0.0,0.0,0.0,0.0,0.0 p48161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48161,pv,150.465,300.93,871.6866666667629,1442.4433333333582,2013.2 +p48161,pv,241.0,482.0,818.9699999999721,1155.9400000000605,1492.9099999999999 p48161,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48161,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48163,battery,4.975,9.95,179.05999999999767,348.1699999999837,517.28 +p48163,battery,0.0,0.0,168.71000000002095,337.4199999999837,506.13 p48163,biomass,0.0,0.0,0.0,0.0,0.0 p48163,coal,0.0,0.0,0.0,0.0,0.0 +p48163,csp,0.0,0.0,0.0,0.0,0.0 p48163,gas,0.0,0.0,0.0,0.0,0.0 p48163,geothermal,0.0,0.0,0.0,0.0,0.0 p48163,h2,0.0,0.0,0.0,0.0,0.0 p48163,hydro,0.0,0.0,0.0,0.0,0.0 p48163,nuclear,0.0,0.0,0.0,0.0,0.0 p48163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48163,pv,100.55,201.1,416.2333333333372,631.3666666666977,846.5 +p48163,pv,0.0,0.0,305.0999999999767,610.1999999999534,915.3 p48163,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48163,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48167,battery,880.205,1760.41,2347.213333333377,2934.0166666666046,3520.82 +p48165,battery,0.0,0.0,0.0,0.0,0.0 +p48165,biomass,0.0,0.0,0.0,0.0,0.0 +p48165,coal,0.0,0.0,0.0,0.0,0.0 +p48165,gas,501.5,1003.0,1003.0,1003.0,1003.0 +p48165,geothermal,0.0,0.0,0.0,0.0,0.0 +p48165,h2,0.0,0.0,0.0,0.0,0.0 +p48165,hydro,0.0,0.0,0.0,0.0,0.0 +p48165,nuclear,0.0,0.0,0.0,0.0,0.0 +p48165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48165,pv,0.0,0.0,0.0,0.0,0.0 +p48165,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48165,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48167,battery,697.74,1395.48,1614.196666666714,1832.9133333333302,2051.63 p48167,biomass,0.0,0.0,0.0,0.0,0.0 p48167,coal,0.0,0.0,0.0,0.0,0.0 -p48167,gas,7.0,14.0,18.66666666666606,23.33333333333394,28.0 +p48167,csp,0.0,0.0,0.0,0.0,0.0 +p48167,gas,7.0,14.0,14.0,14.0,14.0 p48167,geothermal,0.0,0.0,0.0,0.0,0.0 p48167,h2,0.0,0.0,0.0,0.0,0.0 p48167,hydro,0.0,0.0,0.0,0.0,0.0 @@ -18394,8 +18758,8 @@ p48167,nuclear,0.0,0.0,0.0,0.0,0.0 p48167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48167,pv,0.0,0.0,0.0,0.0,0.0 p48167,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48167,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48171,battery,72.775,145.55,195.5500000000029,245.5500000000029,295.55 +p48167,wind-ons,0.0,0.0,343.13000000000466,686.2600000000093,1029.39 +p48171,battery,74.305,148.61,198.61000000000058,248.61000000000058,298.61 p48171,biomass,0.0,0.0,0.0,0.0,0.0 p48171,coal,0.0,0.0,0.0,0.0,0.0 p48171,gas,0.0,0.0,0.0,0.0,0.0 @@ -18407,115 +18771,124 @@ p48171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48171,pv,0.0,0.0,50.0,100.0,150.0 p48171,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48171,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48173,battery,49.3,98.6,401.2966666666325,703.9933333332883,1006.6899999999999 +p48173,battery,149.865,299.73,535.3833333333605,771.0366666666814,1006.69 p48173,biomass,0.0,0.0,0.0,0.0,0.0 p48173,coal,0.0,0.0,0.0,0.0,0.0 +p48173,csp,0.0,0.0,0.0,0.0,0.0 p48173,gas,0.0,0.0,0.0,0.0,0.0 p48173,geothermal,0.0,0.0,0.0,0.0,0.0 p48173,h2,0.0,0.0,0.0,0.0,0.0 p48173,hydro,0.0,0.0,0.0,0.0,0.0 p48173,nuclear,0.0,0.0,0.0,0.0,0.0 p48173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48173,pv,74.75,149.5,416.16666666662786,682.8333333333721,949.5 +p48173,pv,224.75,449.5,649.5,849.5,1049.5 p48173,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48173,wind-ons,171.54,343.08,558.140000000014,773.2000000000116,988.26 -p48175,battery,0.0,0.0,248.64666666666744,497.2933333333349,745.94 +p48173,wind-ons,481.115,962.23,968.5633333333317,974.8966666666656,981.23 +p48175,battery,0.0,0.0,255.0,510.0,765.0 p48175,biomass,0.0,0.0,0.0,0.0,0.0 p48175,coal,0.0,0.0,0.0,0.0,0.0 -p48175,gas,0.0,0.0,0.0,0.0,0.0 +p48175,csp,0.0,0.0,0.0,0.0,0.0 +p48175,gas,0.0,0.0,218.33333333337214,436.66666666668607,655.0 p48175,geothermal,0.0,0.0,0.0,0.0,0.0 p48175,h2,0.0,0.0,0.0,0.0,0.0 p48175,hydro,0.0,0.0,0.0,0.0,0.0 p48175,nuclear,0.0,0.0,0.0,0.0,0.0 p48175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48175,pv,482.83000000000004,965.6600000000001,1287.5466666666325,1609.4333333332324,1931.3200000000002 +p48175,pv,332.18,664.36,911.5433333332767,1158.7266666666255,1405.9099999999999 p48175,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48175,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48177,battery,31.8,63.6,84.79999999999563,105.99999999999272,127.2 +p48177,battery,48.385000000000005,96.77000000000001,113.49666666666599,130.2233333333279,146.95000000000002 p48177,biomass,0.0,0.0,0.0,0.0,0.0 p48177,coal,0.0,0.0,0.0,0.0,0.0 +p48177,csp,0.0,0.0,0.0,0.0,0.0 p48177,gas,0.0,0.0,0.0,0.0,0.0 p48177,geothermal,0.0,0.0,0.0,0.0,0.0 p48177,h2,0.0,0.0,0.0,0.0,0.0 p48177,hydro,0.0,0.0,0.0,0.0,0.0 p48177,nuclear,0.0,0.0,0.0,0.0,0.0 p48177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48177,pv,61.5,123.0,366.08333333331393,609.1666666666861,852.25 +p48177,pv,119.64500000000001,239.29000000000002,488.52333333331626,737.7566666666535,986.99 p48177,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48177,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48179,battery,0.0,0.0,0.0,0.0,0.0 +p48177,wind-ons,0.0,0.0,98.33333333331393,196.66666666665697,295.0 +p48179,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p48179,biomass,0.0,0.0,0.0,0.0,0.0 p48179,coal,0.0,0.0,0.0,0.0,0.0 +p48179,csp,0.0,0.0,0.0,0.0,0.0 p48179,gas,0.0,0.0,0.0,0.0,0.0 p48179,geothermal,0.0,0.0,0.0,0.0,0.0 p48179,h2,0.0,0.0,0.0,0.0,0.0 p48179,hydro,0.0,0.0,0.0,0.0,0.0 p48179,nuclear,0.0,0.0,0.0,0.0,0.0 p48179,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48179,pv,351.32,702.64,936.8533333333908,1171.0666666667094,1405.28 +p48179,pv,351.32,702.64,702.64,702.64,702.64 p48179,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48179,wind-ons,418.25,836.5,1115.3333333333721,1394.1666666666279,1673.0 -p48181,battery,0.0,0.0,0.0,0.0,0.0 +p48179,wind-ons,354.5,709.0,945.3666666666395,1181.7333333333372,1418.1 +p48181,battery,0.0,0.0,104.56333333332441,209.12666666664882,313.69 p48181,biomass,0.0,0.0,0.0,0.0,0.0 p48181,coal,0.0,0.0,0.0,0.0,0.0 -p48181,gas,0.0,0.0,0.0,0.0,0.0 +p48181,csp,0.0,0.0,0.0,0.0,0.0 +p48181,gas,0.0,0.0,190.0,380.0,570.0 p48181,geothermal,0.0,0.0,0.0,0.0,0.0 p48181,h2,0.0,0.0,0.0,0.0,0.0 p48181,hydro,0.0,0.0,0.0,0.0,0.0 p48181,nuclear,0.0,0.0,0.0,0.0,0.0 p48181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48181,pv,102.6,205.2,373.26333333336515,541.3266666667187,709.39 +p48181,pv,0.0,0.0,134.3299999999581,268.6599999999744,402.99 p48181,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48181,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48185,battery,0.0,0.0,963.283333333442,1926.566666666884,2889.85 +p48185,battery,223.32,446.64,1162.3766666669399,1878.1133333335165,2593.85 p48185,biomass,0.0,0.0,0.0,0.0,0.0 p48185,coal,0.0,0.0,0.0,0.0,0.0 -p48185,gas,0.0,0.0,0.0,0.0,0.0 +p48185,csp,0.0,0.0,0.0,0.0,0.0 +p48185,gas,0.0,0.0,250.0,500.0,750.0 p48185,geothermal,0.0,0.0,0.0,0.0,0.0 p48185,h2,0.0,0.0,0.0,0.0,0.0 p48185,hydro,0.0,0.0,0.0,0.0,0.0 p48185,nuclear,0.0,0.0,0.0,0.0,0.0 p48185,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48185,pv,210.625,421.25,679.0666666667094,936.8833333333605,1194.7 +p48185,pv,210.625,421.25,780.859999999986,1140.469999999972,1500.08 p48185,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48185,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48187,battery,102.73,205.46,376.8500000000349,548.2400000000489,719.6300000000001 +p48187,battery,0.0,0.0,188.46000000002095,376.9199999999837,565.38 p48187,biomass,0.0,0.0,0.0,0.0,0.0 p48187,coal,0.0,0.0,0.0,0.0,0.0 -p48187,gas,3.1,6.2,156.20000000001164,306.20000000001164,456.2 +p48187,csp,0.0,0.0,0.0,0.0,0.0 +p48187,gas,4.65,9.3,159.29999999998836,309.29999999998836,459.3 p48187,geothermal,0.0,0.0,0.0,0.0,0.0 p48187,h2,0.0,0.0,0.0,0.0,0.0 p48187,hydro,0.0,0.0,0.0,0.0,0.0 p48187,nuclear,0.0,0.0,0.0,0.0,0.0 p48187,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48187,pv,0.0,0.0,277.0733333332464,554.1466666666092,831.22 +p48187,pv,308.815,617.63,671.1300000000047,724.6300000000047,778.13 p48187,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48187,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48189,battery,0.0,0.0,100.98000000001048,201.96000000002095,302.94 +p48189,battery,0.0,0.0,100.98000000001048,201.95999999999185,302.94 p48189,biomass,0.0,0.0,0.0,0.0,0.0 p48189,coal,0.0,0.0,0.0,0.0,0.0 -p48189,gas,0.0,0.0,210.0,420.0,630.0 +p48189,csp,0.0,0.0,0.0,0.0,0.0 +p48189,gas,0.0,0.0,540.1999999999534,1080.3999999999069,1620.6 p48189,geothermal,0.0,0.0,0.0,0.0,0.0 p48189,h2,0.0,0.0,0.0,0.0,0.0 p48189,hydro,0.0,0.0,0.0,0.0,0.0 p48189,nuclear,0.0,0.0,0.0,0.0,0.0 p48189,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48189,pv,0.0,0.0,323.0066666667117,646.013333333307,969.02 +p48189,pv,0.0,0.0,170.5433333333931,341.08666666666977,511.63 p48189,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48189,wind-ons,0.0,0.0,166.66666666668607,333.33333333331393,500.0 -p48191,battery,0.0,0.0,0.0,0.0,0.0 -p48191,biomass,0.0,0.0,0.0,0.0,0.0 -p48191,coal,0.0,0.0,0.0,0.0,0.0 -p48191,gas,0.0,0.0,0.0,0.0,0.0 -p48191,geothermal,0.0,0.0,0.0,0.0,0.0 -p48191,h2,0.0,0.0,0.0,0.0,0.0 -p48191,hydro,0.0,0.0,0.0,0.0,0.0 -p48191,nuclear,0.0,0.0,0.0,0.0,0.0 -p48191,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48191,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p48191,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48191,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48195,battery,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p48189,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p48191,csp,0.0,0.0,0.0,0.0,0.0 +p48193,battery,0.0,0.0,0.0,0.0,0.0 +p48193,biomass,0.0,0.0,0.0,0.0,0.0 +p48193,coal,0.0,0.0,0.0,0.0,0.0 +p48193,gas,0.0,0.0,0.0,0.0,0.0 +p48193,geothermal,0.0,0.0,0.0,0.0,0.0 +p48193,h2,0.0,0.0,0.0,0.0,0.0 +p48193,hydro,0.0,0.0,0.0,0.0,0.0 +p48193,nuclear,0.0,0.0,0.0,0.0,0.0 +p48193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48193,pv,0.0,0.0,13.543333333334886,27.08666666666977,40.63 +p48193,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48193,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48195,battery,100.0,200.0,243.85333333333256,287.7066666666651,331.56 p48195,biomass,0.0,0.0,0.0,0.0,0.0 p48195,coal,0.0,0.0,0.0,0.0,0.0 p48195,gas,0.0,0.0,0.0,0.0,0.0 @@ -18526,70 +18899,76 @@ p48195,nuclear,0.0,0.0,0.0,0.0,0.0 p48195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48195,pv,0.0,0.0,230.0,460.0,690.0 p48195,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48195,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48197,battery,0.0,0.0,202.33333333331393,404.66666666668607,607.0 +p48195,wind-ons,0.0,0.0,22.400000000001455,44.80000000000291,67.2 +p48197,battery,0.0,0.0,202.33333333337214,404.66666666668607,607.0 p48197,biomass,0.0,0.0,0.0,0.0,0.0 p48197,coal,0.0,0.0,0.0,0.0,0.0 +p48197,csp,0.0,0.0,0.0,0.0,0.0 p48197,gas,0.0,0.0,0.0,0.0,0.0 p48197,geothermal,0.0,0.0,0.0,0.0,0.0 p48197,h2,0.0,0.0,0.0,0.0,0.0 p48197,hydro,0.0,0.0,0.0,0.0,0.0 p48197,nuclear,0.0,0.0,0.0,0.0,0.0 p48197,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48197,pv,0.0,0.0,460.30000000004657,920.6000000000931,1380.9 +p48197,pv,0.0,0.0,460.30000000004657,920.5999999999767,1380.9 p48197,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48197,wind-ons,0.0,0.0,68.61999999999534,137.2399999999907,205.86 -p48199,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p48199,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p48199,biomass,0.0,0.0,0.0,0.0,0.0 p48199,coal,0.0,0.0,0.0,0.0,0.0 +p48199,csp,0.0,0.0,0.0,0.0,0.0 p48199,gas,0.0,0.0,0.0,0.0,0.0 p48199,geothermal,0.0,0.0,0.0,0.0,0.0 p48199,h2,0.0,0.0,0.0,0.0,0.0 p48199,hydro,0.0,0.0,0.0,0.0,0.0 p48199,nuclear,0.0,0.0,0.0,0.0,0.0 p48199,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48199,pv,0.0,0.0,211.0,422.0,633.0 +p48199,pv,0.0,0.0,132.66666666662786,265.33333333331393,398.0 p48199,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48199,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48201,battery,516.985,1033.97,3197.513333333656,5361.056666666642,7524.6 +p48201,battery,591.59,1183.18,3141.3799999998882,5099.579999999609,7057.780000000001 p48201,biomass,0.0,0.0,0.0,0.0,0.0 p48201,coal,0.0,0.0,0.0,0.0,0.0 -p48201,gas,365.85,731.7,1435.1433333333116,2138.5866666666698,2842.0299999999997 +p48201,csp,0.0,0.0,0.0,0.0,0.0 +p48201,gas,847.765,1695.53,1704.0300000000007,1712.5300000000007,1721.03 p48201,geothermal,0.0,0.0,0.0,0.0,0.0 p48201,h2,0.0,0.0,0.0,0.0,0.0 p48201,hydro,0.0,0.0,0.0,0.0,0.0 p48201,nuclear,0.0,0.0,0.0,0.0,0.0 p48201,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48201,pv,55.39,110.78,264.11333333334187,417.446666666714,570.78 +p48201,pv,25.21,50.42,50.42,50.42,50.42 p48201,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48201,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48203,battery,0.0,0.0,100.0,200.0,300.0 +p48203,battery,0.0,0.0,166.33333333337214,332.66666666668607,499.0 p48203,biomass,0.0,0.0,0.0,0.0,0.0 p48203,coal,0.0,0.0,0.0,0.0,0.0 -p48203,gas,0.0,0.0,0.0,0.0,0.0 +p48203,csp,0.0,0.0,0.0,0.0,0.0 +p48203,gas,256.5,513.0,1119.8333333334886,1726.6666666667443,2333.5 p48203,geothermal,0.0,0.0,0.0,0.0,0.0 p48203,h2,0.0,0.0,0.0,0.0,0.0 p48203,hydro,0.0,0.0,0.0,0.0,0.0 p48203,nuclear,0.0,0.0,0.0,0.0,0.0 p48203,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48203,pv,290.0,580.0,773.3333333333139,966.6666666666861,1160.0 +p48203,pv,0.0,0.0,185.0,370.0,555.0 p48203,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48203,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48207,battery,217.415,434.83,599.9666666666744,765.1033333333326,930.24 +p48207,battery,489.77,979.54,1019.5399999999936,1059.5399999999936,1099.54 p48207,biomass,0.0,0.0,0.0,0.0,0.0 p48207,coal,0.0,0.0,0.0,0.0,0.0 +p48207,csp,0.0,0.0,0.0,0.0,0.0 p48207,gas,0.0,0.0,0.0,0.0,0.0 p48207,geothermal,0.0,0.0,0.0,0.0,0.0 p48207,h2,0.0,0.0,0.0,0.0,0.0 p48207,hydro,0.0,0.0,0.0,0.0,0.0 p48207,nuclear,0.0,0.0,0.0,0.0,0.0 p48207,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48207,pv,575.595,1151.19,1712.06333333347,2272.936666666763,2833.8100000000004 +p48207,pv,840.1949999999999,1680.3899999999999,2134.730000000098,2589.070000000065,3043.41 p48207,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48207,wind-ons,112.8,225.6,300.80000000001746,376.0000000000291,451.2 -p48209,battery,0.0,0.0,25.12666666666337,50.25333333332674,75.38 +p48207,wind-ons,112.8,225.6,343.1333333333605,460.66666666668607,578.2 +p48209,battery,4.95,9.9,35.02666666666482,60.15333333333547,85.28 p48209,biomass,0.0,0.0,0.0,0.0,0.0 p48209,coal,0.0,0.0,0.0,0.0,0.0 +p48209,csp,0.0,0.0,0.0,0.0,0.0 p48209,gas,0.0,0.0,12.0,24.0,36.0 p48209,geothermal,0.0,0.0,0.0,0.0,0.0 p48209,h2,0.0,0.0,0.0,0.0,0.0 @@ -18599,90 +18978,109 @@ p48209,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48209,pv,0.0,0.0,0.0,0.0,0.0 p48209,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48209,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48213,battery,236.81,473.62,783.3166666666511,1093.013333333307,1402.71 +p48213,battery,179.605,359.21,774.6966666666558,1190.1833333333489,1605.67 p48213,biomass,0.0,0.0,0.0,0.0,0.0 p48213,coal,0.0,0.0,0.0,0.0,0.0 +p48213,csp,0.0,0.0,0.0,0.0,0.0 p48213,gas,0.0,0.0,0.0,0.0,0.0 p48213,geothermal,0.0,0.0,0.0,0.0,0.0 p48213,h2,0.0,0.0,0.0,0.0,0.0 p48213,hydro,0.0,0.0,0.0,0.0,0.0 p48213,nuclear,0.0,0.0,0.0,0.0,0.0 p48213,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48213,pv,0.0,0.0,67.26666666663368,134.53333333329647,201.8 +p48213,pv,100.9,201.8,235.33333333332848,268.86666666665406,302.4 p48213,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48213,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48215,battery,251.77,503.54,1624.8133333330043,2746.086666666437,3867.36 +p48215,battery,142.72,285.44,1119.9966666668188,1954.5533333334606,2789.11 p48215,biomass,0.0,0.0,0.0,0.0,0.0 p48215,coal,0.0,0.0,0.0,0.0,0.0 +p48215,csp,0.0,0.0,0.0,0.0,0.0 p48215,gas,0.0,0.0,0.0,0.0,0.0 p48215,geothermal,0.0,0.0,0.0,0.0,0.0 p48215,h2,0.0,0.0,0.0,0.0,0.0 p48215,hydro,0.0,0.0,0.0,0.0,0.0 p48215,nuclear,0.0,0.0,0.0,0.0,0.0 p48215,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48215,pv,0.0,0.0,244.9566666666069,489.913333333272,734.87 +p48215,pv,145.7,291.4,435.4366666667047,579.4733333333861,723.51 p48215,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48215,wind-ons,117.25,234.5,312.66666666665697,390.83333333334303,469.0 -p48217,battery,326.38,652.76,870.3466666666791,1087.9333333333489,1305.52 +p48215,wind-ons,234.2,468.4,468.4,468.4,468.4 +p48217,battery,393.96999999999997,787.9399999999999,1173.0366666666232,1558.1333333333023,1943.23 p48217,biomass,0.0,0.0,0.0,0.0,0.0 p48217,coal,0.0,0.0,0.0,0.0,0.0 +p48217,csp,0.0,0.0,0.0,0.0,0.0 p48217,gas,0.0,0.0,0.0,0.0,0.0 p48217,geothermal,0.0,0.0,0.0,0.0,0.0 p48217,h2,0.0,0.0,0.0,0.0,0.0 p48217,hydro,0.0,0.0,0.0,0.0,0.0 p48217,nuclear,0.0,0.0,0.0,0.0,0.0 p48217,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48217,pv,972.8050000000001,1945.6100000000001,2594.146666666493,3242.683333333116,3891.2200000000003 +p48217,pv,658.305,1316.61,1440.7133333333477,1564.8166666666802,1688.9199999999998 p48217,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48217,wind-ons,152.3,304.6,406.1333333333605,507.66666666668607,609.2 -p48221,battery,100.46,200.92,267.8933333333116,334.8666666666395,401.84 +p48217,wind-ons,148.7,297.4,306.65666666666584,315.91333333333387,325.16999999999996 +p48219,battery,0.0,0.0,0.0,0.0,0.0 +p48219,biomass,0.0,0.0,0.0,0.0,0.0 +p48219,coal,0.0,0.0,0.0,0.0,0.0 +p48219,gas,0.0,0.0,0.0,0.0,0.0 +p48219,geothermal,0.0,0.0,0.0,0.0,0.0 +p48219,h2,0.0,0.0,0.0,0.0,0.0 +p48219,hydro,0.0,0.0,0.0,0.0,0.0 +p48219,nuclear,0.0,0.0,0.0,0.0,0.0 +p48219,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48219,pv,0.0,0.0,128.0,256.0,384.0 +p48219,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48219,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48221,battery,100.575,201.15,236.34999999999127,271.54999999998836,306.75 p48221,biomass,0.0,0.0,0.0,0.0,0.0 p48221,coal,0.0,0.0,0.0,0.0,0.0 -p48221,gas,0.0,0.0,102.1066666666884,204.2133333333477,306.32 +p48221,csp,0.0,0.0,0.0,0.0,0.0 +p48221,gas,0.0,0.0,519.4399999999441,1038.880000000121,1558.32 p48221,geothermal,0.0,0.0,0.0,0.0,0.0 p48221,h2,0.0,0.0,0.0,0.0,0.0 p48221,hydro,0.0,0.0,0.0,0.0,0.0 p48221,nuclear,0.0,0.0,0.0,0.0,0.0 p48221,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48221,pv,0.0,0.0,0.0,0.0,0.0 +p48221,pv,0.0,0.0,49.25333333332674,98.50666666666802,147.76 p48221,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48221,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48223,battery,229.25,458.5,815.266666666721,1172.033333333442,1528.8 +p48223,battery,177.47,354.94,615.2099999999627,875.4799999999814,1135.75 p48223,biomass,0.0,0.0,0.0,0.0,0.0 p48223,coal,0.0,0.0,0.0,0.0,0.0 +p48223,csp,0.0,0.0,0.0,0.0,0.0 p48223,gas,0.0,0.0,0.0,0.0,0.0 p48223,geothermal,0.0,0.0,0.0,0.0,0.0 p48223,h2,0.0,0.0,0.0,0.0,0.0 p48223,hydro,0.0,0.0,0.0,0.0,0.0 p48223,nuclear,0.0,0.0,0.0,0.0,0.0 p48223,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48223,pv,431.46,862.92,1150.5599999999395,1438.1999999999534,1725.84 +p48223,pv,317.375,634.75,809.5933333333815,984.4366666667047,1159.28 p48223,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48223,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48225,battery,0.0,0.0,297.63000000000466,595.2600000000093,892.89 +p48225,battery,0.0,0.0,365.1966666666558,730.3933333333116,1095.59 p48225,biomass,0.0,0.0,0.0,0.0,0.0 p48225,coal,0.0,0.0,0.0,0.0,0.0 +p48225,csp,0.0,0.0,0.0,0.0,0.0 p48225,gas,0.0,0.0,0.0,0.0,0.0 p48225,geothermal,0.0,0.0,0.0,0.0,0.0 p48225,h2,0.0,0.0,0.0,0.0,0.0 p48225,hydro,0.0,0.0,0.0,0.0,0.0 p48225,nuclear,0.0,0.0,0.0,0.0,0.0 p48225,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48225,pv,0.0,0.0,395.63000000000466,791.2600000000093,1186.89 +p48225,pv,0.0,0.0,312.2966666666325,624.5933333333815,936.89 p48225,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48225,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48227,battery,0.0,0.0,650.466666666558,1300.933333333116,1951.4 +p48227,battery,50.16,100.32,616.1300000000047,1131.9400000000605,1647.75 p48227,biomass,0.0,0.0,0.0,0.0,0.0 p48227,coal,0.0,0.0,0.0,0.0,0.0 +p48227,csp,0.0,0.0,0.0,0.0,0.0 p48227,gas,0.0,0.0,0.0,0.0,0.0 p48227,geothermal,0.0,0.0,0.0,0.0,0.0 p48227,h2,0.0,0.0,0.0,0.0,0.0 p48227,hydro,0.0,0.0,0.0,0.0,0.0 p48227,nuclear,0.0,0.0,0.0,0.0,0.0 p48227,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48227,pv,0.0,0.0,170.86333333334187,341.72666666668374,512.59 +p48227,pv,0.0,0.0,219.8133333333535,439.6266666666488,659.44 p48227,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48227,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48227,wind-ons,0.0,0.0,84.68333333331975,169.3666666666686,254.05 p48229,battery,0.0,0.0,0.0,0.0,0.0 p48229,biomass,0.0,0.0,0.0,0.0,0.0 p48229,coal,0.0,0.0,0.0,0.0,0.0 @@ -18692,81 +19090,75 @@ p48229,h2,0.0,0.0,0.0,0.0,0.0 p48229,hydro,0.0,0.0,0.0,0.0,0.0 p48229,nuclear,0.0,0.0,0.0,0.0,0.0 p48229,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48229,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p48229,pv,125.0,250.0,250.0,250.0,250.0 p48229,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48229,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48231,battery,0.0,0.0,126.2766666666721,252.5533333333442,378.83 +p48231,battery,0.0,0.0,329.94333333324175,659.8866666665999,989.8299999999999 p48231,biomass,0.0,0.0,0.0,0.0,0.0 p48231,coal,0.0,0.0,0.0,0.0,0.0 -p48231,gas,0.0,0.0,0.0,0.0,0.0 +p48231,csp,0.0,0.0,0.0,0.0,0.0 +p48231,gas,0.0,0.0,34.79666666666162,69.5933333333378,104.39 p48231,geothermal,0.0,0.0,0.0,0.0,0.0 p48231,h2,0.0,0.0,0.0,0.0,0.0 p48231,hydro,0.0,0.0,0.0,0.0,0.0 p48231,nuclear,0.0,0.0,0.0,0.0,0.0 p48231,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48231,pv,25.895,51.79,186.70666666666511,321.623333333293,456.54 +p48231,pv,75.95,151.9,193.58666666668432,235.27333333334536,276.96000000000004 p48231,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48231,wind-ons,0.0,0.0,0.0,0.0,0.0 p48233,battery,0.0,0.0,0.0,0.0,0.0 p48233,biomass,0.0,0.0,0.0,0.0,0.0 p48233,coal,0.0,0.0,0.0,0.0,0.0 +p48233,csp,0.0,0.0,0.0,0.0,0.0 p48233,gas,0.0,0.0,0.0,0.0,0.0 p48233,geothermal,0.0,0.0,0.0,0.0,0.0 p48233,h2,0.0,0.0,0.0,0.0,0.0 p48233,hydro,0.0,0.0,0.0,0.0,0.0 p48233,nuclear,0.0,0.0,0.0,0.0,0.0 p48233,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48233,pv,0.0,0.0,388.233333333279,776.466666666558,1164.7 +p48233,pv,282.35,564.7,764.7000000000116,964.7000000000116,1164.7 p48233,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48233,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48237,battery,0.0,0.0,881.4500000001863,1762.9000000001397,2644.35 +p48237,battery,153.2,306.4,1083.7066666667815,1861.0133333334234,2638.32 p48237,biomass,0.0,0.0,0.0,0.0,0.0 p48237,coal,0.0,0.0,0.0,0.0,0.0 -p48237,gas,0.0,0.0,440.0,880.0,1320.0 +p48237,csp,0.0,0.0,0.0,0.0,0.0 +p48237,gas,0.0,0.0,220.0,440.0,660.0 p48237,geothermal,0.0,0.0,0.0,0.0,0.0 p48237,h2,0.0,0.0,0.0,0.0,0.0 p48237,hydro,0.0,0.0,0.0,0.0,0.0 p48237,nuclear,0.0,0.0,0.0,0.0,0.0 p48237,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48237,pv,326.85,653.7,1474.5400000000373,2295.380000000121,3116.2200000000003 +p48237,pv,326.85,653.7,1407.2066666665487,2160.713333333144,2914.2200000000003 p48237,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48237,wind-ons,147.65,295.3,393.7333333333372,492.16666666665697,590.6 -p48239,battery,51.41,102.82,210.61333333334187,318.40666666667676,426.2 +p48237,wind-ons,147.65,295.3,374.7333333333372,454.16666666668607,533.6 +p48239,battery,151.95,303.9,344.6666666666715,385.4333333333343,426.2 p48239,biomass,0.0,0.0,0.0,0.0,0.0 p48239,coal,0.0,0.0,0.0,0.0,0.0 +p48239,csp,0.0,0.0,0.0,0.0,0.0 p48239,gas,0.0,0.0,0.0,0.0,0.0 p48239,geothermal,0.0,0.0,0.0,0.0,0.0 p48239,h2,0.0,0.0,0.0,0.0,0.0 p48239,hydro,0.0,0.0,0.0,0.0,0.0 p48239,nuclear,0.0,0.0,0.0,0.0,0.0 p48239,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48239,pv,514.105,1028.21,1370.9466666667722,1713.6833333333489,2056.42 +p48239,pv,104.575,209.15,297.18333333334886,385.2166666666744,473.25 p48239,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48239,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48241,battery,0.0,0.0,0.0,0.0,0.0 -p48241,biomass,0.0,0.0,0.0,0.0,0.0 -p48241,coal,0.0,0.0,0.0,0.0,0.0 -p48241,gas,0.0,0.0,0.0,0.0,0.0 -p48241,geothermal,0.0,0.0,0.0,0.0,0.0 -p48241,h2,0.0,0.0,0.0,0.0,0.0 -p48241,hydro,0.0,0.0,0.0,0.0,0.0 -p48241,nuclear,0.0,0.0,0.0,0.0,0.0 -p48241,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48241,pv,0.0,0.0,103.06666666668025,206.1333333333605,309.2 -p48241,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48241,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48245,battery,0.0,0.0,50.0,100.0,150.0 +p48241,csp,0.0,0.0,0.0,0.0,0.0 +p48245,battery,0.0,0.0,0.0,0.0,0.0 p48245,biomass,0.0,0.0,0.0,0.0,0.0 p48245,coal,0.0,0.0,0.0,0.0,0.0 -p48245,gas,0.0,0.0,293.33333333337214,586.6666666666279,880.0 +p48245,csp,0.0,0.0,0.0,0.0,0.0 +p48245,gas,0.0,0.0,273.3333333332557,546.6666666666279,820.0 p48245,geothermal,0.0,0.0,0.0,0.0,0.0 p48245,h2,0.0,0.0,0.0,0.0,0.0 p48245,hydro,0.0,0.0,0.0,0.0,0.0 p48245,nuclear,0.0,0.0,0.0,0.0,0.0 p48245,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48245,pv,0.0,0.0,81.3666666666686,162.7333333333372,244.1 +p48245,pv,0.0,0.0,0.0,0.0,0.0 p48245,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48245,wind-ons,0.0,0.0,100.0,200.0,300.0 +p48245,wind-ons,0.0,0.0,96.16666666668607,192.33333333334303,288.5 p48247,battery,0.0,0.0,0.0,0.0,0.0 p48247,biomass,0.0,0.0,0.0,0.0,0.0 p48247,coal,0.0,0.0,0.0,0.0,0.0 @@ -18776,72 +19168,78 @@ p48247,h2,0.0,0.0,0.0,0.0,0.0 p48247,hydro,0.0,0.0,0.0,0.0,0.0 p48247,nuclear,0.0,0.0,0.0,0.0,0.0 p48247,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48247,pv,0.0,0.0,0.0,0.0,0.0 +p48247,pv,0.0,0.0,167.59999999997672,335.20000000001164,502.79999999999995 p48247,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48247,wind-ons,0.0,0.0,117.0,234.0,351.0 -p48249,battery,30.695,61.39,145.89666666666744,230.40333333332092,314.90999999999997 +p48247,wind-ons,0.0,0.0,582.0833333334886,1164.1666666667443,1746.25 +p48249,battery,35.645,71.29,125.22999999999593,179.16999999999825,233.11 p48249,biomass,0.0,0.0,0.0,0.0,0.0 p48249,coal,0.0,0.0,0.0,0.0,0.0 +p48249,csp,0.0,0.0,0.0,0.0,0.0 p48249,gas,0.0,0.0,0.0,0.0,0.0 p48249,geothermal,0.0,0.0,0.0,0.0,0.0 p48249,h2,0.0,0.0,0.0,0.0,0.0 p48249,hydro,0.0,0.0,0.0,0.0,0.0 p48249,nuclear,0.0,0.0,0.0,0.0,0.0 p48249,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48249,pv,65.3,130.6,349.07666666671867,567.5533333334024,786.03 +p48249,pv,0.0,0.0,51.13333333331684,102.26666666666279,153.4 p48249,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48249,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48251,battery,0.0,0.0,221.38666666665813,442.77333333331626,664.1600000000001 +p48251,battery,101.28,202.56,202.56,202.56,202.56 p48251,biomass,0.0,0.0,0.0,0.0,0.0 p48251,coal,0.0,0.0,0.0,0.0,0.0 +p48251,csp,0.0,0.0,0.0,0.0,0.0 p48251,gas,0.0,0.0,0.0,0.0,0.0 p48251,geothermal,0.0,0.0,0.0,0.0,0.0 p48251,h2,0.0,0.0,0.0,0.0,0.0 p48251,hydro,0.0,0.0,0.0,0.0,0.0 p48251,nuclear,0.0,0.0,0.0,0.0,0.0 p48251,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48251,pv,0.0,0.0,0.0,0.0,0.0 +p48251,pv,386.5,773.0,773.0,773.0,773.0 p48251,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48251,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48253,battery,75.3,150.6,457.6600000000326,764.7199999999721,1071.78 +p48253,battery,178.12,356.24,657.2666666666046,958.2933333333349,1259.3200000000002 p48253,biomass,0.0,0.0,0.0,0.0,0.0 p48253,coal,0.0,0.0,0.0,0.0,0.0 +p48253,csp,0.0,0.0,0.0,0.0,0.0 p48253,gas,0.0,0.0,0.0,0.0,0.0 p48253,geothermal,0.0,0.0,0.0,0.0,0.0 p48253,h2,0.0,0.0,0.0,0.0,0.0 p48253,hydro,0.0,0.0,0.0,0.0,0.0 p48253,nuclear,0.0,0.0,0.0,0.0,0.0 p48253,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48253,pv,608.135,1216.27,1621.6933333333582,2027.1166666666977,2432.54 +p48253,pv,605.595,1211.19,1430.123333333293,1649.0566666666418,1867.99 p48253,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48253,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48255,battery,4.95,9.9,163.12666666670702,316.35333333339076,469.58 +p48255,battery,4.95,9.9,198.0166666666628,386.1333333333605,574.25 p48255,biomass,0.0,0.0,0.0,0.0,0.0 p48255,coal,0.0,0.0,0.0,0.0,0.0 +p48255,csp,0.0,0.0,0.0,0.0,0.0 p48255,gas,0.0,0.0,0.0,0.0,0.0 p48255,geothermal,0.0,0.0,0.0,0.0,0.0 p48255,h2,0.0,0.0,0.0,0.0,0.0 p48255,hydro,0.0,0.0,0.0,0.0,0.0 p48255,nuclear,0.0,0.0,0.0,0.0,0.0 p48255,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48255,pv,0.0,0.0,387.0466666666325,774.093333333265,1161.14 +p48255,pv,0.0,0.0,370.1599999999162,740.3199999999488,1110.48 p48255,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48255,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48257,battery,152.15,304.3,405.7333333333372,507.16666666665697,608.6 +p48257,battery,101.95,203.9,392.41333333333023,580.9266666666954,769.4399999999999 p48257,biomass,0.0,0.0,0.0,0.0,0.0 p48257,coal,0.0,0.0,0.0,0.0,0.0 +p48257,csp,0.0,0.0,0.0,0.0,0.0 p48257,gas,0.0,0.0,0.0,0.0,0.0 p48257,geothermal,0.0,0.0,0.0,0.0,0.0 p48257,h2,0.0,0.0,0.0,0.0,0.0 p48257,hydro,0.0,0.0,0.0,0.0,0.0 p48257,nuclear,0.0,0.0,0.0,0.0,0.0 p48257,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48257,pv,205.125,410.25,547.0,683.75,820.5 +p48257,pv,332.75,665.5,861.7866666666814,1058.0733333333628,1254.3600000000001 p48257,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48257,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48259,battery,0.0,0.0,117.20666666666511,234.41333333333023,351.62 +p48259,battery,125.525,251.05,284.5733333333337,318.09666666666453,351.62 p48259,biomass,0.0,0.0,0.0,0.0,0.0 p48259,coal,0.0,0.0,0.0,0.0,0.0 +p48259,csp,0.0,0.0,0.0,0.0,0.0 p48259,gas,0.0,0.0,0.0,0.0,0.0 p48259,geothermal,0.0,0.0,0.0,0.0,0.0 p48259,h2,0.0,0.0,0.0,0.0,0.0 @@ -18851,21 +19249,35 @@ p48259,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48259,pv,0.0,0.0,0.0,0.0,0.0 p48259,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48259,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48263,battery,0.0,0.0,0.0,0.0,0.0 +p48261,battery,0.0,0.0,59.5,119.0,178.5 +p48261,biomass,0.0,0.0,0.0,0.0,0.0 +p48261,coal,0.0,0.0,0.0,0.0,0.0 +p48261,gas,0.0,0.0,0.0,0.0,0.0 +p48261,geothermal,0.0,0.0,0.0,0.0,0.0 +p48261,h2,0.0,0.0,0.0,0.0,0.0 +p48261,hydro,0.0,0.0,0.0,0.0,0.0 +p48261,nuclear,0.0,0.0,0.0,0.0,0.0 +p48261,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48261,pv,0.0,0.0,203.09999999997672,406.20000000001164,609.3 +p48261,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48261,wind-ons,0.0,0.0,174.2666666666628,348.5333333333256,522.8 +p48263,battery,0.0,0.0,86.45333333330927,172.90666666664765,259.36 p48263,biomass,0.0,0.0,0.0,0.0,0.0 p48263,coal,0.0,0.0,0.0,0.0,0.0 +p48263,csp,0.0,0.0,0.0,0.0,0.0 p48263,gas,0.0,0.0,0.0,0.0,0.0 p48263,geothermal,0.0,0.0,0.0,0.0,0.0 p48263,h2,0.0,0.0,0.0,0.0,0.0 p48263,hydro,0.0,0.0,0.0,0.0,0.0 p48263,nuclear,0.0,0.0,0.0,0.0,0.0 p48263,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48263,pv,100.57,201.14,268.1866666666756,335.2333333333372,402.28 +p48263,pv,125.875,251.75,355.4033333333209,459.05666666664183,562.71 p48263,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48263,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48265,battery,0.0,0.0,40.320000000006985,80.63999999999942,120.96 +p48265,battery,61.3,122.6,122.6,122.6,122.6 p48265,biomass,0.0,0.0,0.0,0.0,0.0 p48265,coal,0.0,0.0,0.0,0.0,0.0 +p48265,csp,0.0,0.0,0.0,0.0,0.0 p48265,gas,0.0,0.0,0.0,0.0,0.0 p48265,geothermal,0.0,0.0,0.0,0.0,0.0 p48265,h2,0.0,0.0,0.0,0.0,0.0 @@ -18875,7 +19287,7 @@ p48265,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48265,pv,0.0,0.0,0.0,0.0,0.0 p48265,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48265,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48267,battery,4.95,9.9,112.03333333332557,214.16666666665697,316.29999999999995 +p48267,battery,0.0,0.0,102.1333333333314,204.2666666666628,306.4 p48267,biomass,0.0,0.0,0.0,0.0,0.0 p48267,coal,0.0,0.0,0.0,0.0,0.0 p48267,gas,0.0,0.0,0.0,0.0,0.0 @@ -18890,102 +19302,111 @@ p48267,wind-ons,0.0,0.0,0.0,0.0,0.0 p48269,battery,0.0,0.0,0.0,0.0,0.0 p48269,biomass,0.0,0.0,0.0,0.0,0.0 p48269,coal,0.0,0.0,0.0,0.0,0.0 +p48269,csp,0.0,0.0,0.0,0.0,0.0 p48269,gas,0.0,0.0,0.0,0.0,0.0 p48269,geothermal,0.0,0.0,0.0,0.0,0.0 p48269,h2,0.0,0.0,0.0,0.0,0.0 p48269,hydro,0.0,0.0,0.0,0.0,0.0 p48269,nuclear,0.0,0.0,0.0,0.0,0.0 p48269,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48269,pv,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p48269,pv,203.0,406.0,406.0,406.0,406.0 p48269,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48269,wind-ons,0.0,0.0,307.16666666662786,614.3333333333721,921.5 -p48271,battery,0.0,0.0,201.1599999999744,402.320000000007,603.48 +p48269,wind-ons,0.0,0.0,202.16666666662786,404.33333333331393,606.5 +p48271,battery,0.0,0.0,187.82666666666046,375.6533333333209,563.48 p48271,biomass,0.0,0.0,0.0,0.0,0.0 p48271,coal,0.0,0.0,0.0,0.0,0.0 +p48271,csp,0.0,0.0,0.0,0.0,0.0 p48271,gas,0.0,0.0,0.0,0.0,0.0 p48271,geothermal,0.0,0.0,0.0,0.0,0.0 p48271,h2,0.0,0.0,0.0,0.0,0.0 p48271,hydro,0.0,0.0,0.0,0.0,0.0 p48271,nuclear,0.0,0.0,0.0,0.0,0.0 p48271,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48271,pv,0.0,0.0,267.1433333333116,534.2866666666232,801.43 +p48271,pv,0.0,0.0,257.0433333333931,514.0866666666698,771.13 p48271,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48271,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48273,battery,0.0,0.0,89.5,179.0,268.5 +p48273,battery,0.0,0.0,25.0,50.0,75.0 p48273,biomass,0.0,0.0,0.0,0.0,0.0 p48273,coal,0.0,0.0,0.0,0.0,0.0 +p48273,csp,0.0,0.0,0.0,0.0,0.0 p48273,gas,0.0,0.0,0.0,0.0,0.0 p48273,geothermal,0.0,0.0,0.0,0.0,0.0 p48273,h2,0.0,0.0,0.0,0.0,0.0 p48273,hydro,0.0,0.0,0.0,0.0,0.0 p48273,nuclear,0.0,0.0,0.0,0.0,0.0 p48273,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48273,pv,0.0,0.0,143.33333333331393,286.66666666668607,430.0 +p48273,pv,0.0,0.0,88.33333333331393,176.66666666665697,265.0 p48273,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48273,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48275,battery,0.0,0.0,75.79666666669073,151.59333333335235,227.39 +p48275,battery,0.0,0.0,93.62666666664882,187.25333333332674,280.88 p48275,biomass,0.0,0.0,0.0,0.0,0.0 p48275,coal,0.0,0.0,0.0,0.0,0.0 +p48275,csp,0.0,0.0,0.0,0.0,0.0 p48275,gas,0.0,0.0,0.0,0.0,0.0 p48275,geothermal,0.0,0.0,0.0,0.0,0.0 p48275,h2,0.0,0.0,0.0,0.0,0.0 p48275,hydro,0.0,0.0,0.0,0.0,0.0 p48275,nuclear,0.0,0.0,0.0,0.0,0.0 p48275,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48275,pv,228.75,457.5,716.373333333293,975.246666666586,1234.12 +p48275,pv,225.76,451.52,810.7266666666837,1169.9333333333489,1529.1399999999999 p48275,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48275,wind-ons,0.0,0.0,117.3033333333151,234.6066666666593,351.91 -p48277,battery,25.2,50.4,320.6166666666977,590.8333333333721,861.05 +p48275,wind-ons,175.955,351.91,351.91,351.91,351.91 +p48277,battery,216.555,433.11,672.8100000000559,912.5100000000675,1152.21 p48277,biomass,0.0,0.0,0.0,0.0,0.0 p48277,coal,0.0,0.0,0.0,0.0,0.0 -p48277,gas,0.0,0.0,22.0,44.0,66.0 +p48277,csp,0.0,0.0,0.0,0.0,0.0 +p48277,gas,0.0,0.0,181.66666666662786,363.33333333331393,545.0 p48277,geothermal,0.0,0.0,0.0,0.0,0.0 p48277,h2,0.0,0.0,0.0,0.0,0.0 p48277,hydro,0.0,0.0,0.0,0.0,0.0 p48277,nuclear,0.0,0.0,0.0,0.0,0.0 p48277,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48277,pv,1088.915,2177.83,2903.7733333332,3629.716666666558,4355.66 +p48277,pv,1319.68,2639.36,2870.899999999965,3102.4400000000023,3333.98 p48277,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48277,wind-ons,198.4,396.8,529.0666666666511,661.3333333333139,793.6 -p48279,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p48277,wind-ons,198.4,396.8,396.8,396.8,396.8 +p48279,battery,0.0,0.0,0.0,0.0,0.0 p48279,biomass,0.0,0.0,0.0,0.0,0.0 p48279,coal,0.0,0.0,0.0,0.0,0.0 -p48279,gas,0.0,0.0,0.0,0.0,0.0 +p48279,csp,0.0,0.0,0.0,0.0,0.0 +p48279,gas,0.0,0.0,77.5,155.0,232.5 p48279,geothermal,0.0,0.0,0.0,0.0,0.0 p48279,h2,0.0,0.0,0.0,0.0,0.0 p48279,hydro,0.0,0.0,0.0,0.0,0.0 p48279,nuclear,0.0,0.0,0.0,0.0,0.0 p48279,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48279,pv,75.0,150.0,522.626666666707,895.253333333414,1267.88 +p48279,pv,75.0,150.0,235.33333333331393,320.66666666665697,406.0 p48279,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48279,wind-ons,0.0,0.0,100.0,200.0,300.0 -p48281,battery,0.0,0.0,205.24333333334653,410.48666666663485,615.73 +p48279,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48281,battery,100.76,201.52,491.75666666659527,781.9933333332883,1072.23 p48281,biomass,0.0,0.0,0.0,0.0,0.0 p48281,coal,0.0,0.0,0.0,0.0,0.0 +p48281,csp,0.0,0.0,0.0,0.0,0.0 p48281,gas,0.0,0.0,0.0,0.0,0.0 p48281,geothermal,0.0,0.0,0.0,0.0,0.0 p48281,h2,0.0,0.0,0.0,0.0,0.0 p48281,hydro,0.0,0.0,0.0,0.0,0.0 p48281,nuclear,0.0,0.0,0.0,0.0,0.0 p48281,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48281,pv,0.0,0.0,50.0,100.0,150.0 +p48281,pv,72.5,145.0,352.52333333331626,560.0466666666907,767.5699999999999 p48281,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48281,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48283,battery,4.95,9.9,273.4833333333954,537.0666666666511,800.65 +p48283,battery,4.95,9.9,274.9633333332604,540.0266666666139,805.09 p48283,biomass,0.0,0.0,0.0,0.0,0.0 p48283,coal,0.0,0.0,0.0,0.0,0.0 +p48283,csp,0.0,0.0,0.0,0.0,0.0 p48283,gas,0.0,0.0,0.0,0.0,0.0 p48283,geothermal,0.0,0.0,0.0,0.0,0.0 p48283,h2,0.0,0.0,0.0,0.0,0.0 p48283,hydro,0.0,0.0,0.0,0.0,0.0 p48283,nuclear,0.0,0.0,0.0,0.0,0.0 p48283,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48283,pv,0.0,0.0,445.0966666666791,890.1933333333582,1335.29 +p48283,pv,256.3,512.6,717.75,922.8999999999651,1128.0500000000002 p48283,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48283,wind-ons,98.505,197.01,262.679999999993,328.3499999999767,394.02 -p48285,battery,0.0,0.0,103.40000000002328,206.80000000001746,310.2 +p48283,wind-ons,98.505,197.01,197.01,197.01,197.01 +p48285,battery,0.0,0.0,103.39999999999418,206.79999999998836,310.2 p48285,biomass,0.0,0.0,0.0,0.0,0.0 p48285,coal,0.0,0.0,0.0,0.0,0.0 +p48285,csp,0.0,0.0,0.0,0.0,0.0 p48285,gas,0.0,0.0,0.0,0.0,0.0 p48285,geothermal,0.0,0.0,0.0,0.0,0.0 p48285,h2,0.0,0.0,0.0,0.0,0.0 @@ -18995,70 +19416,75 @@ p48285,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48285,pv,0.0,0.0,0.0,0.0,0.0 p48285,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48285,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48287,battery,0.0,0.0,51.22333333334245,102.44666666667035,153.67 +p48287,battery,0.0,0.0,61.44999999999709,122.89999999999418,184.35 p48287,biomass,0.0,0.0,0.0,0.0,0.0 p48287,coal,0.0,0.0,0.0,0.0,0.0 +p48287,csp,0.0,0.0,0.0,0.0,0.0 p48287,gas,0.0,0.0,0.0,0.0,0.0 p48287,geothermal,0.0,0.0,0.0,0.0,0.0 p48287,h2,0.0,0.0,0.0,0.0,0.0 p48287,hydro,0.0,0.0,0.0,0.0,0.0 p48287,nuclear,0.0,0.0,0.0,0.0,0.0 p48287,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48287,pv,0.0,0.0,0.0,0.0,0.0 +p48287,pv,0.0,0.0,16.82666666667501,33.653333333342744,50.48 p48287,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48287,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48289,battery,150.45,300.9,420.2400000000198,539.5800000000163,658.92 +p48289,battery,150.45,300.9,573.5733333333628,846.2466666667024,1118.92 p48289,biomass,0.0,0.0,0.0,0.0,0.0 p48289,coal,0.0,0.0,0.0,0.0,0.0 +p48289,csp,0.0,0.0,0.0,0.0,0.0 p48289,gas,0.0,0.0,0.0,0.0,0.0 p48289,geothermal,0.0,0.0,0.0,0.0,0.0 p48289,h2,0.0,0.0,0.0,0.0,0.0 p48289,hydro,0.0,0.0,0.0,0.0,0.0 p48289,nuclear,0.0,0.0,0.0,0.0,0.0 p48289,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48289,pv,330.725,661.45,881.9333333333489,1102.416666666686,1322.9 +p48289,pv,495.69,991.38,1166.7299999999814,1342.0800000000163,1517.4299999999998 p48289,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48289,wind-ons,0.0,0.0,0.0,0.0,0.0 p48291,battery,0.0,0.0,0.0,0.0,0.0 p48291,biomass,0.0,0.0,0.0,0.0,0.0 p48291,coal,0.0,0.0,0.0,0.0,0.0 -p48291,gas,0.0,0.0,155.0,310.0,465.0 +p48291,csp,0.0,0.0,0.0,0.0,0.0 +p48291,gas,0.0,0.0,0.0,0.0,0.0 p48291,geothermal,0.0,0.0,0.0,0.0,0.0 p48291,h2,0.0,0.0,0.0,0.0,0.0 p48291,hydro,0.0,0.0,0.0,0.0,0.0 p48291,nuclear,0.0,0.0,0.0,0.0,0.0 p48291,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48291,pv,102.5,205.0,599.3999999999069,993.7999999999302,1388.2 +p48291,pv,152.48,304.96,619.9599999999627,934.9599999999627,1249.96 p48291,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48291,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48293,battery,0.0,0.0,33.91333333334478,67.82666666667501,101.74000000000001 +p48293,battery,0.0,0.0,68.88666666665813,137.77333333334536,206.66 p48293,biomass,0.0,0.0,0.0,0.0,0.0 p48293,coal,0.0,0.0,0.0,0.0,0.0 +p48293,csp,0.0,0.0,0.0,0.0,0.0 p48293,gas,0.0,0.0,0.0,0.0,0.0 p48293,geothermal,0.0,0.0,0.0,0.0,0.0 p48293,h2,0.0,0.0,0.0,0.0,0.0 p48293,hydro,0.0,0.0,0.0,0.0,0.0 p48293,nuclear,0.0,0.0,0.0,0.0,0.0 p48293,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48293,pv,375.245,750.49,1000.6533333333209,1250.8166666666511,1500.98 +p48293,pv,375.245,750.49,861.8033333333151,973.1166666666395,1084.43 p48293,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48293,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48297,battery,30.2,60.4,80.53333333334012,100.66666666667152,120.8 +p48297,battery,30.2,60.4,74.0,87.60000000000218,101.19999999999999 p48297,biomass,0.0,0.0,0.0,0.0,0.0 p48297,coal,0.0,0.0,0.0,0.0,0.0 +p48297,csp,0.0,0.0,0.0,0.0,0.0 p48297,gas,0.0,0.0,0.0,0.0,0.0 p48297,geothermal,0.0,0.0,0.0,0.0,0.0 p48297,h2,0.0,0.0,0.0,0.0,0.0 p48297,hydro,0.0,0.0,0.0,0.0,0.0 p48297,nuclear,0.0,0.0,0.0,0.0,0.0 p48297,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48297,pv,25.0,50.0,108.52000000000407,167.0399999999936,225.56 +p48297,pv,25.0,50.0,107.11999999999534,164.2399999999907,221.36 p48297,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48297,wind-ons,0.0,0.0,0.0,0.0,0.0 p48301,battery,0.0,0.0,0.0,0.0,0.0 p48301,biomass,0.0,0.0,0.0,0.0,0.0 p48301,coal,0.0,0.0,0.0,0.0,0.0 -p48301,gas,0.0,0.0,14.80000000000291,29.600000000002183,44.4 +p48301,gas,0.0,0.0,14.546666666668898,29.093333333334158,43.64 p48301,geothermal,0.0,0.0,0.0,0.0,0.0 p48301,h2,0.0,0.0,0.0,0.0,0.0 p48301,hydro,0.0,0.0,0.0,0.0,0.0 @@ -19067,9 +19493,10 @@ p48301,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48301,pv,0.0,0.0,0.0,0.0,0.0 p48301,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48301,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48303,battery,127.4,254.8,396.4666666666744,538.1333333333023,679.8 +p48303,battery,0.0,0.0,208.43333333329065,416.8666666666395,625.3 p48303,biomass,0.0,0.0,0.0,0.0,0.0 p48303,coal,0.0,0.0,0.0,0.0,0.0 +p48303,csp,0.0,0.0,0.0,0.0,0.0 p48303,gas,0.0,0.0,0.0,0.0,0.0 p48303,geothermal,0.0,0.0,0.0,0.0,0.0 p48303,h2,0.0,0.0,0.0,0.0,0.0 @@ -19082,6 +19509,7 @@ p48303,wind-ons,0.0,0.0,0.0,0.0,0.0 p48305,battery,0.0,0.0,0.0,0.0,0.0 p48305,biomass,0.0,0.0,0.0,0.0,0.0 p48305,coal,0.0,0.0,0.0,0.0,0.0 +p48305,csp,0.0,0.0,0.0,0.0,0.0 p48305,gas,0.0,0.0,0.0,0.0,0.0 p48305,geothermal,0.0,0.0,0.0,0.0,0.0 p48305,h2,0.0,0.0,0.0,0.0,0.0 @@ -19091,69 +19519,75 @@ p48305,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48305,pv,0.0,0.0,0.0,0.0,0.0 p48305,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48305,wind-ons,0.0,0.0,94.0,188.0,282.0 -p48307,battery,0.0,0.0,66.94333333332906,133.88666666665813,200.83 +p48307,battery,0.0,0.0,183.87333333335118,367.74666666670237,551.62 p48307,biomass,0.0,0.0,0.0,0.0,0.0 p48307,coal,0.0,0.0,0.0,0.0,0.0 +p48307,csp,0.0,0.0,0.0,0.0,0.0 p48307,gas,0.0,0.0,0.0,0.0,0.0 p48307,geothermal,0.0,0.0,0.0,0.0,0.0 p48307,h2,0.0,0.0,0.0,0.0,0.0 p48307,hydro,0.0,0.0,0.0,0.0,0.0 p48307,nuclear,0.0,0.0,0.0,0.0,0.0 p48307,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48307,pv,0.0,0.0,0.0,0.0,0.0 +p48307,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p48307,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48307,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48309,battery,157.125,314.25,503.96999999997206,693.6900000000023,883.4100000000001 +p48309,battery,52.25,104.5,428.8466666666791,753.1933333333582,1077.54 p48309,biomass,0.0,0.0,0.0,0.0,0.0 p48309,coal,0.0,0.0,0.0,0.0,0.0 -p48309,gas,0.0,0.0,14.45333333333474,28.906666666665842,43.36 +p48309,csp,0.0,0.0,0.0,0.0,0.0 +p48309,gas,0.0,0.0,14.453333333331102,28.906666666665842,43.36 p48309,geothermal,0.0,0.0,0.0,0.0,0.0 p48309,h2,0.0,0.0,0.0,0.0,0.0 p48309,hydro,0.0,0.0,0.0,0.0,0.0 p48309,nuclear,0.0,0.0,0.0,0.0,0.0 p48309,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48309,pv,320.855,641.71,855.6133333333419,1069.5166666666628,1283.42 +p48309,pv,422.26,844.52,858.7200000000012,872.9200000000019,887.12 p48309,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48309,wind-ons,150.0,300.0,400.0,500.0,600.0 +p48309,wind-ons,148.6,297.2,297.2,297.2,297.2 p48311,battery,0.0,0.0,0.0,0.0,0.0 p48311,biomass,0.0,0.0,0.0,0.0,0.0 p48311,coal,0.0,0.0,0.0,0.0,0.0 +p48311,csp,0.0,0.0,0.0,0.0,0.0 p48311,gas,0.0,0.0,0.0,0.0,0.0 p48311,geothermal,0.0,0.0,0.0,0.0,0.0 p48311,h2,0.0,0.0,0.0,0.0,0.0 p48311,hydro,0.0,0.0,0.0,0.0,0.0 p48311,nuclear,0.0,0.0,0.0,0.0,0.0 p48311,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48311,pv,130.71,261.42,348.5599999999977,435.69999999998254,522.84 +p48311,pv,130.71,261.42,261.42,261.42,261.42 p48311,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48311,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48313,battery,78.68,157.36,311.6966666666558,466.0333333333256,620.37 +p48313,battery,77.65,155.3,308.14666666666744,460.9933333333465,613.84 p48313,biomass,0.0,0.0,0.0,0.0,0.0 p48313,coal,0.0,0.0,0.0,0.0,0.0 +p48313,csp,0.0,0.0,0.0,0.0,0.0 p48313,gas,0.0,0.0,0.0,0.0,0.0 p48313,geothermal,0.0,0.0,0.0,0.0,0.0 p48313,h2,0.0,0.0,0.0,0.0,0.0 p48313,hydro,0.0,0.0,0.0,0.0,0.0 p48313,nuclear,0.0,0.0,0.0,0.0,0.0 p48313,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48313,pv,0.0,0.0,66.99000000001979,133.98000000001048,200.97 +p48313,pv,0.0,0.0,67.06333333332441,134.12666666664882,201.19 p48313,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48313,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48315,battery,0.0,0.0,0.0,0.0,0.0 +p48315,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p48315,biomass,0.0,0.0,0.0,0.0,0.0 p48315,coal,0.0,0.0,0.0,0.0,0.0 +p48315,csp,0.0,0.0,0.0,0.0,0.0 p48315,gas,0.0,0.0,0.0,0.0,0.0 p48315,geothermal,0.0,0.0,0.0,0.0,0.0 p48315,h2,0.0,0.0,0.0,0.0,0.0 p48315,hydro,0.0,0.0,0.0,0.0,0.0 p48315,nuclear,0.0,0.0,0.0,0.0,0.0 p48315,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48315,pv,0.0,0.0,50.0,100.0,150.0 +p48315,pv,0.0,0.0,103.33333333331393,206.66666666665697,310.0 p48315,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48315,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48317,battery,50.415,100.83,265.3933333333698,429.9566666667233,594.52 +p48317,battery,50.415,100.83,231.1966666666558,361.5633333333535,491.93 p48317,biomass,0.0,0.0,0.0,0.0,0.0 p48317,coal,0.0,0.0,0.0,0.0,0.0 +p48317,csp,0.0,0.0,0.0,0.0,0.0 p48317,gas,0.0,0.0,0.0,0.0,0.0 p48317,geothermal,0.0,0.0,0.0,0.0,0.0 p48317,h2,0.0,0.0,0.0,0.0,0.0 @@ -19163,127 +19597,125 @@ p48317,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48317,pv,0.0,0.0,0.0,0.0,0.0 p48317,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48317,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48319,battery,4.9,9.8,13.066666666667516,16.33333333333394,19.6 -p48319,biomass,0.0,0.0,0.0,0.0,0.0 -p48319,coal,0.0,0.0,0.0,0.0,0.0 -p48319,gas,0.0,0.0,0.0,0.0,0.0 -p48319,geothermal,0.0,0.0,0.0,0.0,0.0 -p48319,h2,0.0,0.0,0.0,0.0,0.0 -p48319,hydro,0.0,0.0,0.0,0.0,0.0 -p48319,nuclear,0.0,0.0,0.0,0.0,0.0 -p48319,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48319,pv,0.0,0.0,0.0,0.0,0.0 -p48319,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48319,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48321,battery,170.95499999999998,341.90999999999997,903.5500000000466,1465.190000000177,2026.83 +p48319,csp,0.0,0.0,0.0,0.0,0.0 +p48321,battery,292.73,585.46,1105.3233333334792,1625.186666666763,2145.05 p48321,biomass,0.0,0.0,0.0,0.0,0.0 p48321,coal,0.0,0.0,0.0,0.0,0.0 +p48321,csp,0.0,0.0,0.0,0.0,0.0 p48321,gas,0.0,0.0,0.0,0.0,0.0 p48321,geothermal,0.0,0.0,0.0,0.0,0.0 p48321,h2,0.0,0.0,0.0,0.0,0.0 p48321,hydro,0.0,0.0,0.0,0.0,0.0 p48321,nuclear,0.0,0.0,0.0,0.0,0.0 p48321,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48321,pv,549.2,1098.4,1978.223333333619,2858.0466666668653,3737.8700000000003 +p48321,pv,549.295,1098.59,1785.656666666735,2472.723333333386,3159.79 p48321,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48321,wind-ons,120.6,241.2,321.6000000000058,402.0,482.4 -p48323,battery,55.754999999999995,111.50999999999999,479.0600000000559,846.6100000001024,1214.16 +p48321,wind-ons,120.6,241.2,241.2,241.2,241.2 +p48323,battery,130.645,261.29,508.6766666666372,756.0633333332953,1003.45 p48323,biomass,0.0,0.0,0.0,0.0,0.0 p48323,coal,0.0,0.0,0.0,0.0,0.0 +p48323,csp,0.0,0.0,0.0,0.0,0.0 p48323,gas,0.0,0.0,0.0,0.0,0.0 p48323,geothermal,0.0,0.0,0.0,0.0,0.0 p48323,h2,0.0,0.0,0.0,0.0,0.0 p48323,hydro,0.0,0.0,0.0,0.0,0.0 p48323,nuclear,0.0,0.0,0.0,0.0,0.0 p48323,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48323,pv,0.0,0.0,167.46666666673264,334.93333333340706,502.4 +p48323,pv,125.7,251.4,335.06666666668025,418.7333333333372,502.4 p48323,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48323,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48325,battery,0.0,0.0,127.5,255.0,382.5 +p48325,battery,0.0,0.0,248.31666666670935,496.6333333333605,744.95 p48325,biomass,0.0,0.0,0.0,0.0,0.0 p48325,coal,0.0,0.0,0.0,0.0,0.0 +p48325,csp,0.0,0.0,0.0,0.0,0.0 p48325,gas,0.0,0.0,0.0,0.0,0.0 p48325,geothermal,0.0,0.0,0.0,0.0,0.0 p48325,h2,0.0,0.0,0.0,0.0,0.0 p48325,hydro,0.0,0.0,0.0,0.0,0.0 p48325,nuclear,0.0,0.0,0.0,0.0,0.0 p48325,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48325,pv,0.0,0.0,70.29999999998836,140.59999999997672,210.9 +p48325,pv,0.0,0.0,70.29999999998836,140.60000000000582,210.9 p48325,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48325,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48327,battery,127.29,254.58,339.4400000000023,424.30000000001746,509.16 +p48327,battery,101.915,203.83,203.83,203.83,203.83 p48327,biomass,0.0,0.0,0.0,0.0,0.0 p48327,coal,0.0,0.0,0.0,0.0,0.0 +p48327,csp,0.0,0.0,0.0,0.0,0.0 p48327,gas,0.0,0.0,0.0,0.0,0.0 p48327,geothermal,0.0,0.0,0.0,0.0,0.0 p48327,h2,0.0,0.0,0.0,0.0,0.0 p48327,hydro,0.0,0.0,0.0,0.0,0.0 p48327,nuclear,0.0,0.0,0.0,0.0,0.0 p48327,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48327,pv,0.0,0.0,50.77666666665755,101.55333333332965,152.32999999999998 +p48327,pv,0.0,0.0,50.7766666666721,101.5533333333442,152.32999999999998 p48327,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48327,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48329,battery,0.0,0.0,135.34333333338145,270.6866666667047,406.03 +p48329,battery,0.0,0.0,203.4466666666558,406.8933333333698,610.34 p48329,biomass,0.0,0.0,0.0,0.0,0.0 p48329,coal,0.0,0.0,0.0,0.0,0.0 +p48329,csp,0.0,0.0,0.0,0.0,0.0 p48329,gas,0.0,0.0,151.0,302.0,453.0 p48329,geothermal,0.0,0.0,0.0,0.0,0.0 p48329,h2,0.0,0.0,0.0,0.0,0.0 p48329,hydro,0.0,0.0,0.0,0.0,0.0 p48329,nuclear,0.0,0.0,0.0,0.0,0.0 p48329,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48329,pv,8.85,17.7,56.36666666666861,95.03333333332557,133.7 +p48329,pv,8.85,17.7,56.366666666654055,95.03333333332557,133.7 p48329,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48329,wind-ons,70.16,140.32,187.0933333333378,233.8666666666686,280.64 -p48331,battery,196.97,393.94,658.5033333332976,923.0666666666511,1187.63 +p48329,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48331,battery,301.4,602.8,1455.3666666666977,2307.933333333349,3160.5 p48331,biomass,0.0,0.0,0.0,0.0,0.0 p48331,coal,0.0,0.0,0.0,0.0,0.0 -p48331,gas,0.0,0.0,421.4466666666558,842.8933333333116,1264.34 +p48331,csp,0.0,0.0,0.0,0.0,0.0 +p48331,gas,0.0,0.0,712.533333333442,1425.0666666666511,2137.6 p48331,geothermal,0.0,0.0,0.0,0.0,0.0 p48331,h2,0.0,0.0,0.0,0.0,0.0 p48331,hydro,0.0,0.0,0.0,0.0,0.0 p48331,nuclear,0.0,0.0,0.0,0.0,0.0 p48331,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48331,pv,820.945,1641.89,2189.186666666763,2736.4833333333954,3283.78 +p48331,pv,773.79,1547.58,2385.9799999999814,3224.380000000121,4062.7799999999997 p48331,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48331,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48333,battery,0.0,0.0,171.55666666664183,343.11333333334187,514.67 +p48333,battery,0.0,0.0,171.4099999999744,342.8199999999488,514.23 p48333,biomass,0.0,0.0,0.0,0.0,0.0 p48333,coal,0.0,0.0,0.0,0.0,0.0 +p48333,csp,0.0,0.0,0.0,0.0,0.0 p48333,gas,0.0,0.0,0.0,0.0,0.0 p48333,geothermal,0.0,0.0,0.0,0.0,0.0 p48333,h2,0.0,0.0,0.0,0.0,0.0 p48333,hydro,0.0,0.0,0.0,0.0,0.0 p48333,nuclear,0.0,0.0,0.0,0.0,0.0 p48333,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48333,pv,0.0,0.0,103.1966666666849,206.3933333333407,309.59000000000003 +p48333,pv,0.0,0.0,110.57000000000698,221.13999999998487,331.71000000000004 p48333,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48333,wind-ons,151.2,302.4,403.19999999998254,503.9999999999709,604.8 -p48335,battery,0.0,0.0,283.4399999999441,566.8800000000047,850.32 +p48333,wind-ons,151.2,302.4,302.4,302.4,302.4 +p48335,battery,0.0,0.0,1257.43666666653,2514.873333333526,3772.3100000000004 p48335,biomass,0.0,0.0,0.0,0.0,0.0 p48335,coal,0.0,0.0,0.0,0.0,0.0 -p48335,gas,0.0,0.0,0.0,0.0,0.0 +p48335,csp,0.0,0.0,0.0,0.0,0.0 +p48335,gas,0.0,0.0,111.45333333330927,222.90666666664765,334.36 p48335,geothermal,0.0,0.0,0.0,0.0,0.0 p48335,h2,0.0,0.0,0.0,0.0,0.0 p48335,hydro,0.0,0.0,0.0,0.0,0.0 p48335,nuclear,0.0,0.0,0.0,0.0,0.0 p48335,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48335,pv,0.0,0.0,325.00333333341405,650.0066666667117,975.01 +p48335,pv,87.755,175.51,710.2466666668188,1244.9833333333954,1779.72 p48335,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48335,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48337,battery,0.0,0.0,102.69000000003143,205.38000000003376,308.07 +p48335,wind-ons,0.0,0.0,430.06666666653473,860.1333333333023,1290.1999999999998 +p48337,battery,0.0,0.0,170.9366666666465,341.8733333333512,512.81 p48337,biomass,0.0,0.0,0.0,0.0,0.0 p48337,coal,0.0,0.0,0.0,0.0,0.0 +p48337,csp,0.0,0.0,0.0,0.0,0.0 p48337,gas,0.0,0.0,0.0,0.0,0.0 p48337,geothermal,0.0,0.0,0.0,0.0,0.0 p48337,h2,0.0,0.0,0.0,0.0,0.0 p48337,hydro,0.0,0.0,0.0,0.0,0.0 p48337,nuclear,0.0,0.0,0.0,0.0,0.0 p48337,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48337,pv,0.0,0.0,53.49666666667326,106.99333333334653,160.49 +p48337,pv,0.0,0.0,100.38000000000466,200.7600000000093,301.14 p48337,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48337,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48339,battery,0.0,0.0,122.38666666665813,244.77333333331626,367.15999999999997 +p48339,battery,108.58,217.16,217.16,217.16,217.16 p48339,biomass,0.0,0.0,0.0,0.0,0.0 p48339,coal,0.0,0.0,0.0,0.0,0.0 p48339,gas,0.0,0.0,0.0,0.0,0.0 @@ -19292,13 +19724,15 @@ p48339,h2,0.0,0.0,0.0,0.0,0.0 p48339,hydro,0.0,0.0,0.0,0.0,0.0 p48339,nuclear,0.0,0.0,0.0,0.0,0.0 p48339,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48339,pv,0.0,0.0,0.0,0.0,0.0 +p48339,pv,0.0,0.0,68.60000000000582,137.20000000001164,205.8 p48339,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48339,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48341,csp,0.0,0.0,0.0,0.0,0.0 p48343,battery,0.0,0.0,0.0,0.0,0.0 p48343,biomass,0.0,0.0,0.0,0.0,0.0 p48343,coal,0.0,0.0,0.0,0.0,0.0 -p48343,gas,0.0,0.0,373.0,746.0,1119.0 +p48343,csp,0.0,0.0,0.0,0.0,0.0 +p48343,gas,0.0,0.0,360.19999999995343,720.4000000000233,1080.6 p48343,geothermal,0.0,0.0,0.0,0.0,0.0 p48343,h2,0.0,0.0,0.0,0.0,0.0 p48343,hydro,0.0,0.0,0.0,0.0,0.0 @@ -19310,114 +19744,112 @@ p48343,wind-ons,0.0,0.0,0.0,0.0,0.0 p48345,battery,0.0,0.0,0.0,0.0,0.0 p48345,biomass,0.0,0.0,0.0,0.0,0.0 p48345,coal,0.0,0.0,0.0,0.0,0.0 +p48345,csp,0.0,0.0,0.0,0.0,0.0 p48345,gas,0.0,0.0,0.0,0.0,0.0 p48345,geothermal,0.0,0.0,0.0,0.0,0.0 p48345,h2,0.0,0.0,0.0,0.0,0.0 p48345,hydro,0.0,0.0,0.0,0.0,0.0 p48345,nuclear,0.0,0.0,0.0,0.0,0.0 p48345,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48345,pv,126.0,252.0,336.0,420.0,504.0 +p48345,pv,126.0,252.0,252.0,252.0,252.0 p48345,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48345,wind-ons,0.0,0.0,100.0,200.0,300.0 -p48347,battery,0.0,0.0,155.75,311.5,467.25 +p48345,wind-ons,0.0,0.0,200.0,400.0,600.0 +p48347,battery,150.6,301.2,404.0733333333628,506.9466666666849,609.8199999999999 p48347,biomass,0.0,0.0,0.0,0.0,0.0 p48347,coal,0.0,0.0,0.0,0.0,0.0 +p48347,csp,0.0,0.0,0.0,0.0,0.0 p48347,gas,0.0,0.0,0.0,0.0,0.0 p48347,geothermal,0.0,0.0,0.0,0.0,0.0 p48347,h2,0.0,0.0,0.0,0.0,0.0 p48347,hydro,0.0,0.0,0.0,0.0,0.0 p48347,nuclear,0.0,0.0,0.0,0.0,0.0 p48347,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48347,pv,0.0,0.0,292.30000000004657,584.6000000000931,876.9 +p48347,pv,301.115,602.23,738.1333333333605,874.0366666666814,1009.94 p48347,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48347,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48349,battery,88.91499999999999,177.82999999999998,284.4533333333384,391.07666666668956,497.7 +p48349,battery,165.16500000000002,330.33000000000004,506.4800000000396,682.6300000000047,858.7800000000001 p48349,biomass,0.0,0.0,0.0,0.0,0.0 p48349,coal,0.0,0.0,0.0,0.0,0.0 +p48349,csp,0.0,0.0,0.0,0.0,0.0 p48349,gas,0.0,0.0,0.0,0.0,0.0 p48349,geothermal,0.0,0.0,0.0,0.0,0.0 p48349,h2,0.0,0.0,0.0,0.0,0.0 p48349,hydro,0.0,0.0,0.0,0.0,0.0 p48349,nuclear,0.0,0.0,0.0,0.0,0.0 p48349,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48349,pv,754.335,1508.67,2011.5599999999395,2514.4499999999534,3017.34 +p48349,pv,871.29,1742.58,2248.303333333344,2754.026666666614,3259.75 p48349,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48349,wind-ons,300.2,600.4,800.5333333333256,1000.6666666666861,1200.8 -p48351,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p48349,wind-ons,367.1,734.2,734.2,734.2,734.2 +p48351,battery,0.0,0.0,0.0,0.0,0.0 p48351,biomass,0.0,0.0,0.0,0.0,0.0 p48351,coal,0.0,0.0,0.0,0.0,0.0 +p48351,csp,0.0,0.0,0.0,0.0,0.0 p48351,gas,0.0,0.0,0.0,0.0,0.0 p48351,geothermal,0.0,0.0,0.0,0.0,0.0 p48351,h2,0.0,0.0,0.0,0.0,0.0 p48351,hydro,0.0,0.0,0.0,0.0,0.0 p48351,nuclear,0.0,0.0,0.0,0.0,0.0 p48351,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48351,pv,0.0,0.0,235.0,470.0,705.0 +p48351,pv,0.0,0.0,58.333333333343035,116.66666666667152,175.0 p48351,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48351,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48353,battery,0.0,0.0,203.80666666664183,407.61333333334187,611.42 +p48353,battery,0.0,0.0,252.61333333340008,505.22666666674195,757.84 p48353,biomass,0.0,0.0,0.0,0.0,0.0 p48353,coal,0.0,0.0,0.0,0.0,0.0 +p48353,csp,0.0,0.0,0.0,0.0,0.0 p48353,gas,0.0,0.0,0.0,0.0,0.0 p48353,geothermal,0.0,0.0,0.0,0.0,0.0 p48353,h2,0.0,0.0,0.0,0.0,0.0 p48353,hydro,0.0,0.0,0.0,0.0,0.0 p48353,nuclear,0.0,0.0,0.0,0.0,0.0 p48353,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48353,pv,0.0,0.0,377.9533333333675,755.906666666735,1133.8600000000001 +p48353,pv,0.0,0.0,374.88666666671634,749.7733333334327,1124.6599999999999 p48353,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48353,wind-ons,99.705,199.41,282.679999999993,365.94999999998254,449.22 -p48355,battery,277.625,555.25,1098.753333333414,1642.256666666828,2185.76 +p48353,wind-ons,275.565,551.13,623.8966666666383,696.6633333333302,769.4300000000001 +p48355,battery,319.885,639.77,1075.579999999958,1511.390000000014,1947.1999999999998 p48355,biomass,0.0,0.0,0.0,0.0,0.0 p48355,coal,0.0,0.0,0.0,0.0,0.0 -p48355,gas,0.0,0.0,352.266666666721,704.533333333442,1056.8 +p48355,csp,0.0,0.0,0.0,0.0,0.0 +p48355,gas,0.0,0.0,117.1333333333314,234.2666666666628,351.4 p48355,geothermal,0.0,0.0,0.0,0.0,0.0 p48355,h2,0.0,0.0,0.0,0.0,0.0 p48355,hydro,0.0,0.0,0.0,0.0,0.0 p48355,nuclear,0.0,0.0,0.0,0.0,0.0 p48355,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48355,pv,333.875,667.75,890.3333333333139,1112.916666666686,1335.5 +p48355,pv,261.375,522.75,574.2166666666599,625.6833333333343,677.15 p48355,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48355,wind-ons,0.0,0.0,0.0,0.0,0.0 p48357,battery,0.0,0.0,0.0,0.0,0.0 p48357,biomass,0.0,0.0,0.0,0.0,0.0 p48357,coal,0.0,0.0,0.0,0.0,0.0 +p48357,csp,0.0,0.0,0.0,0.0,0.0 p48357,gas,0.0,0.0,0.0,0.0,0.0 p48357,geothermal,0.0,0.0,0.0,0.0,0.0 p48357,h2,0.0,0.0,0.0,0.0,0.0 p48357,hydro,0.0,0.0,0.0,0.0,0.0 p48357,nuclear,0.0,0.0,0.0,0.0,0.0 p48357,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48357,pv,100.05,200.1,266.80000000001746,333.5000000000291,400.2 +p48357,pv,100.05,200.1,200.1,200.1,200.1 p48357,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48357,wind-ons,0.0,0.0,95.0,190.0,285.0 -p48359,battery,0.0,0.0,0.0,0.0,0.0 -p48359,biomass,0.0,0.0,0.0,0.0,0.0 -p48359,coal,0.0,0.0,0.0,0.0,0.0 -p48359,gas,0.0,0.0,0.0,0.0,0.0 -p48359,geothermal,0.0,0.0,0.0,0.0,0.0 -p48359,h2,0.0,0.0,0.0,0.0,0.0 -p48359,hydro,0.0,0.0,0.0,0.0,0.0 -p48359,nuclear,0.0,0.0,0.0,0.0,0.0 -p48359,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48359,pv,0.0,0.0,0.0,0.0,0.0 -p48359,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48359,wind-ons,0.0,0.0,117.45999999999185,234.9200000000128,352.38 +p48357,wind-ons,0.0,0.0,17.54333333332761,35.086666666662495,52.63 +p48359,csp,0.0,0.0,0.0,0.0,0.0 p48361,battery,0.0,0.0,0.0,0.0,0.0 p48361,biomass,0.0,0.0,0.0,0.0,0.0 p48361,coal,0.0,0.0,0.0,0.0,0.0 -p48361,gas,0.0,0.0,430.66666666662786,861.3333333333721,1292.0 +p48361,csp,0.0,0.0,0.0,0.0,0.0 +p48361,gas,0.0,0.0,430.6666666667443,861.3333333333721,1292.0 p48361,geothermal,0.0,0.0,0.0,0.0,0.0 p48361,h2,0.0,0.0,0.0,0.0,0.0 p48361,hydro,0.0,0.0,0.0,0.0,0.0 p48361,nuclear,0.0,0.0,0.0,0.0,0.0 p48361,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48361,pv,0.0,0.0,233.33333333331393,466.66666666668607,700.0 +p48361,pv,0.0,0.0,100.0,200.0,300.0 p48361,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48361,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48363,battery,60.34,120.68,160.9066666666622,201.1333333333314,241.36 +p48363,battery,0.0,0.0,0.0,0.0,0.0 p48363,biomass,0.0,0.0,0.0,0.0,0.0 p48363,coal,0.0,0.0,0.0,0.0,0.0 +p48363,csp,0.0,0.0,0.0,0.0,0.0 p48363,gas,0.0,0.0,0.0,0.0,0.0 p48363,geothermal,0.0,0.0,0.0,0.0,0.0 p48363,h2,0.0,0.0,0.0,0.0,0.0 @@ -19427,9 +19859,10 @@ p48363,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48363,pv,0.0,0.0,121.67666666666628,243.35333333333256,365.03000000000003 p48363,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48363,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48367,battery,0.0,0.0,34.66666666667152,69.33333333332848,104.0 +p48367,battery,0.0,0.0,290.0,580.0,870.0 p48367,biomass,0.0,0.0,0.0,0.0,0.0 p48367,coal,0.0,0.0,0.0,0.0,0.0 +p48367,csp,0.0,0.0,0.0,0.0,0.0 p48367,gas,0.0,0.0,0.0,0.0,0.0 p48367,geothermal,0.0,0.0,0.0,0.0,0.0 p48367,h2,0.0,0.0,0.0,0.0,0.0 @@ -19442,6 +19875,7 @@ p48367,wind-ons,0.0,0.0,0.0,0.0,0.0 p48369,battery,0.0,0.0,0.0,0.0,0.0 p48369,biomass,0.0,0.0,0.0,0.0,0.0 p48369,coal,0.0,0.0,0.0,0.0,0.0 +p48369,csp,0.0,0.0,0.0,0.0,0.0 p48369,gas,0.0,0.0,0.0,0.0,0.0 p48369,geothermal,0.0,0.0,0.0,0.0,0.0 p48369,h2,0.0,0.0,0.0,0.0,0.0 @@ -19450,70 +19884,76 @@ p48369,nuclear,0.0,0.0,0.0,0.0,0.0 p48369,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48369,pv,0.0,0.0,0.0,0.0,0.0 p48369,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48369,wind-ons,132.5,265.0,365.0,465.0,565.0 -p48371,battery,286.485,572.97,1223.4933333334047,1874.0166666666046,2524.54 +p48369,wind-ons,282.5,565.0,565.0,565.0,565.0 +p48371,battery,305.885,611.77,945.0666666666511,1278.3633333334,1611.6599999999999 p48371,biomass,0.0,0.0,0.0,0.0,0.0 p48371,coal,0.0,0.0,0.0,0.0,0.0 -p48371,gas,0.0,0.0,35.66666666667152,71.33333333332848,107.0 +p48371,csp,0.0,0.0,0.0,0.0,0.0 +p48371,gas,0.0,0.0,35.666666666656965,71.33333333332848,107.0 p48371,geothermal,0.0,0.0,0.0,0.0,0.0 p48371,h2,0.0,0.0,0.0,0.0,0.0 p48371,hydro,0.0,0.0,0.0,0.0,0.0 p48371,nuclear,0.0,0.0,0.0,0.0,0.0 p48371,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48371,pv,3.7,7.4,911.0266666666139,1814.653333333321,2718.28 +p48371,pv,192.78,385.56,1992.6133333337493,3599.666666666977,5206.72 p48371,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48371,wind-ons,8.25,16.5,307.0866666667862,597.673333333456,888.26 +p48371,wind-ons,161.55,323.1,1010.1000000000931,1697.1000000000931,2384.1 p48373,battery,0.0,0.0,0.0,0.0,0.0 p48373,biomass,0.0,0.0,0.0,0.0,0.0 p48373,coal,0.0,0.0,0.0,0.0,0.0 +p48373,csp,0.0,0.0,0.0,0.0,0.0 p48373,gas,0.0,0.0,0.0,0.0,0.0 p48373,geothermal,0.0,0.0,0.0,0.0,0.0 p48373,h2,0.0,0.0,0.0,0.0,0.0 p48373,hydro,0.0,0.0,0.0,0.0,0.0 p48373,nuclear,0.0,0.0,0.0,0.0,0.0 p48373,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48373,pv,82.5,165.0,255.0,345.0,435.0 +p48373,pv,0.0,0.0,191.66666666662786,383.33333333331393,575.0 p48373,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48373,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48375,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p48375,battery,0.0,0.0,46.666666666656965,93.33333333332848,140.0 p48375,biomass,0.0,0.0,0.0,0.0,0.0 p48375,coal,0.0,0.0,0.0,0.0,0.0 +p48375,csp,0.0,0.0,0.0,0.0,0.0 p48375,gas,0.0,0.0,0.0,0.0,0.0 p48375,geothermal,0.0,0.0,0.0,0.0,0.0 p48375,h2,0.0,0.0,0.0,0.0,0.0 p48375,hydro,0.0,0.0,0.0,0.0,0.0 p48375,nuclear,0.0,0.0,0.0,0.0,0.0 p48375,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48375,pv,0.0,0.0,0.0,0.0,0.0 +p48375,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p48375,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48375,wind-ons,82.71,165.42,220.55999999999767,275.6999999999971,330.84 -p48379,battery,0.0,0.0,58.7100000000064,117.41999999999825,176.13 +p48375,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48379,battery,88.065,176.13,176.13,176.13,176.13 p48379,biomass,0.0,0.0,0.0,0.0,0.0 p48379,coal,0.0,0.0,0.0,0.0,0.0 +p48379,csp,0.0,0.0,0.0,0.0,0.0 p48379,gas,0.0,0.0,0.0,0.0,0.0 p48379,geothermal,0.0,0.0,0.0,0.0,0.0 p48379,h2,0.0,0.0,0.0,0.0,0.0 p48379,hydro,0.0,0.0,0.0,0.0,0.0 p48379,nuclear,0.0,0.0,0.0,0.0,0.0 p48379,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48379,pv,62.905,125.81,167.7466666666587,209.6833333333343,251.62 +p48379,pv,62.905,125.81,125.81,125.81,125.81 p48379,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48379,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48381,battery,0.0,0.0,91.66666666665697,183.33333333334303,275.0 +p48381,battery,0.0,0.0,0.0,0.0,0.0 p48381,biomass,0.0,0.0,0.0,0.0,0.0 p48381,coal,0.0,0.0,0.0,0.0,0.0 +p48381,csp,0.0,0.0,0.0,0.0,0.0 p48381,gas,0.0,0.0,0.0,0.0,0.0 p48381,geothermal,0.0,0.0,0.0,0.0,0.0 p48381,h2,0.0,0.0,0.0,0.0,0.0 p48381,hydro,0.0,0.0,0.0,0.0,0.0 p48381,nuclear,0.0,0.0,0.0,0.0,0.0 p48381,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48381,pv,0.0,0.0,100.0,200.0,300.0 +p48381,pv,0.0,0.0,183.33333333337214,366.66666666668607,550.0 p48381,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48381,wind-ons,0.0,0.0,0.0,0.0,0.0 p48383,battery,0.0,0.0,102.6166666666686,205.2333333333372,307.85 p48383,biomass,0.0,0.0,0.0,0.0,0.0 p48383,coal,0.0,0.0,0.0,0.0,0.0 +p48383,csp,0.0,0.0,0.0,0.0,0.0 p48383,gas,0.0,0.0,0.0,0.0,0.0 p48383,geothermal,0.0,0.0,0.0,0.0,0.0 p48383,h2,0.0,0.0,0.0,0.0,0.0 @@ -19522,70 +19962,64 @@ p48383,nuclear,0.0,0.0,0.0,0.0,0.0 p48383,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48383,pv,0.0,0.0,0.0,0.0,0.0 p48383,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48383,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48385,battery,0.0,0.0,3.2999999999992724,6.599999999999454,9.9 -p48385,biomass,0.0,0.0,0.0,0.0,0.0 -p48385,coal,0.0,0.0,0.0,0.0,0.0 -p48385,gas,0.0,0.0,0.0,0.0,0.0 -p48385,geothermal,0.0,0.0,0.0,0.0,0.0 -p48385,h2,0.0,0.0,0.0,0.0,0.0 -p48385,hydro,0.0,0.0,0.0,0.0,0.0 -p48385,nuclear,0.0,0.0,0.0,0.0,0.0 -p48385,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48385,pv,0.0,0.0,0.0,0.0,0.0 -p48385,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48385,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48387,battery,0.0,0.0,43.52333333334536,87.04666666667617,130.57 +p48383,wind-ons,0.0,0.0,103.39999999999418,206.79999999998836,310.2 +p48385,csp,0.0,0.0,0.0,0.0,0.0 +p48387,battery,0.0,0.0,43.05999999999767,86.11999999999534,129.18 p48387,biomass,0.0,0.0,0.0,0.0,0.0 p48387,coal,0.0,0.0,0.0,0.0,0.0 +p48387,csp,0.0,0.0,0.0,0.0,0.0 p48387,gas,0.0,0.0,0.0,0.0,0.0 p48387,geothermal,0.0,0.0,0.0,0.0,0.0 p48387,h2,0.0,0.0,0.0,0.0,0.0 p48387,hydro,0.0,0.0,0.0,0.0,0.0 p48387,nuclear,0.0,0.0,0.0,0.0,0.0 p48387,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48387,pv,0.0,0.0,41.87666666666337,83.75333333334129,125.63 +p48387,pv,0.0,0.0,67.01000000000931,134.02000000001863,201.03 p48387,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48387,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48389,battery,246.525,493.05,657.3999999999651,821.7499999999418,986.1 +p48389,battery,134.0,268.0,395.55666666670004,523.113333333371,650.67 p48389,biomass,0.0,0.0,0.0,0.0,0.0 p48389,coal,0.0,0.0,0.0,0.0,0.0 -p48389,gas,112.8,225.6,300.80000000001746,376.0000000000291,451.2 +p48389,csp,0.0,0.0,0.0,0.0,0.0 +p48389,gas,112.25,224.5,1312.256666666828,2400.0133333331905,3487.77 p48389,geothermal,0.0,0.0,0.0,0.0,0.0 p48389,h2,0.0,0.0,0.0,0.0,0.0 p48389,hydro,0.0,0.0,0.0,0.0,0.0 p48389,nuclear,0.0,0.0,0.0,0.0,0.0 p48389,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48389,pv,151.565,303.13,517.9366666666465,732.7433333333465,947.55 +p48389,pv,278.5,557.0,591.5666666666657,626.1333333333314,660.7 p48389,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48389,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48391,battery,255.495,510.99,681.320000000007,851.6499999999651,1021.98 +p48391,battery,255.495,510.99,544.5266666666721,578.063333333339,611.6 p48391,biomass,0.0,0.0,0.0,0.0,0.0 p48391,coal,0.0,0.0,0.0,0.0,0.0 +p48391,csp,0.0,0.0,0.0,0.0,0.0 p48391,gas,0.0,0.0,0.0,0.0,0.0 p48391,geothermal,0.0,0.0,0.0,0.0,0.0 p48391,h2,0.0,0.0,0.0,0.0,0.0 p48391,hydro,0.0,0.0,0.0,0.0,0.0 p48391,nuclear,0.0,0.0,0.0,0.0,0.0 p48391,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48391,pv,711.3599999999999,1422.7199999999998,1896.9599999998463,2371.199999999837,2845.4399999999996 +p48391,pv,711.3599999999999,1422.7199999999998,1456.7333333333372,1490.7466666666587,1524.7599999999998 p48391,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48391,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48395,battery,100.3,200.6,976.0399999998044,1751.4799999997485,2526.92 +p48395,battery,304.135,608.27,1271.4233333333395,1934.5766666666605,2597.73 p48395,biomass,0.0,0.0,0.0,0.0,0.0 p48395,coal,0.0,0.0,0.0,0.0,0.0 +p48395,csp,0.0,0.0,0.0,0.0,0.0 p48395,gas,0.0,0.0,0.0,0.0,0.0 p48395,geothermal,0.0,0.0,0.0,0.0,0.0 p48395,h2,0.0,0.0,0.0,0.0,0.0 p48395,hydro,0.0,0.0,0.0,0.0,0.0 p48395,nuclear,0.0,0.0,0.0,0.0,0.0 p48395,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48395,pv,82.8,165.6,673.0400000000373,1180.4800000000978,1687.92 +p48395,pv,534.1800000000001,1068.3600000000001,1179.306666666671,1290.2533333333267,1401.2000000000003 p48395,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48395,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48397,battery,62.68,125.36,167.14666666666744,208.9333333333343,250.72 +p48397,battery,62.68,125.36,167.1333333333314,208.9066666666622,250.68 p48397,biomass,0.0,0.0,0.0,0.0,0.0 p48397,coal,0.0,0.0,0.0,0.0,0.0 +p48397,csp,0.0,0.0,0.0,0.0,0.0 p48397,gas,0.0,0.0,0.0,0.0,0.0 p48397,geothermal,0.0,0.0,0.0,0.0,0.0 p48397,h2,0.0,0.0,0.0,0.0,0.0 @@ -19595,34 +20029,49 @@ p48397,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48397,pv,0.0,0.0,0.0,0.0,0.0 p48397,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48397,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48399,battery,0.0,0.0,85.31333333335351,170.62666666667792,255.94 +p48399,battery,50.325,100.65,152.3833333333314,204.1166666666686,255.85 p48399,biomass,0.0,0.0,0.0,0.0,0.0 p48399,coal,0.0,0.0,0.0,0.0,0.0 +p48399,csp,0.0,0.0,0.0,0.0,0.0 p48399,gas,0.0,0.0,0.0,0.0,0.0 p48399,geothermal,0.0,0.0,0.0,0.0,0.0 p48399,h2,0.0,0.0,0.0,0.0,0.0 p48399,hydro,0.0,0.0,0.0,0.0,0.0 p48399,nuclear,0.0,0.0,0.0,0.0,0.0 p48399,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48399,pv,64.24,128.48,212.793333333364,297.1066666666884,381.41999999999996 +p48399,pv,64.24,128.48,296.1333333333605,463.7866666666814,631.44 p48399,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48399,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48401,battery,0.0,0.0,252.3833333333605,504.766666666721,757.1500000000001 +p48401,battery,100.0,200.0,370.3833333333605,540.7666666666628,711.1500000000001 p48401,biomass,0.0,0.0,0.0,0.0,0.0 p48401,coal,0.0,0.0,0.0,0.0,0.0 +p48401,csp,0.0,0.0,0.0,0.0,0.0 p48401,gas,0.0,0.0,0.0,0.0,0.0 p48401,geothermal,0.0,0.0,0.0,0.0,0.0 p48401,h2,0.0,0.0,0.0,0.0,0.0 p48401,hydro,0.0,0.0,0.0,0.0,0.0 p48401,nuclear,0.0,0.0,0.0,0.0,0.0 p48401,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48401,pv,100.53,201.06,268.0799999999872,335.0999999999767,402.12 +p48401,pv,100.53,201.06,310.61999999996624,420.179999999993,529.74 p48401,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48401,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48407,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p48403,battery,0.0,0.0,0.0,0.0,0.0 +p48403,biomass,0.0,0.0,0.0,0.0,0.0 +p48403,coal,0.0,0.0,0.0,0.0,0.0 +p48403,gas,0.0,0.0,0.0,0.0,0.0 +p48403,geothermal,0.0,0.0,0.0,0.0,0.0 +p48403,h2,0.0,0.0,0.0,0.0,0.0 +p48403,hydro,0.0,0.0,0.0,0.0,0.0 +p48403,nuclear,0.0,0.0,0.0,0.0,0.0 +p48403,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48403,pv,0.0,0.0,47.39433333334455,94.78866666667454,142.183 +p48403,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48403,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48407,battery,0.0,0.0,0.0,0.0,0.0 p48407,biomass,0.0,0.0,0.0,0.0,0.0 p48407,coal,0.0,0.0,0.0,0.0,0.0 -p48407,gas,0.0,0.0,0.0,0.0,0.0 +p48407,csp,0.0,0.0,0.0,0.0,0.0 +p48407,gas,0.0,0.0,159.33333333337214,318.66666666668607,478.0 p48407,geothermal,0.0,0.0,0.0,0.0,0.0 p48407,h2,0.0,0.0,0.0,0.0,0.0 p48407,hydro,0.0,0.0,0.0,0.0,0.0 @@ -19631,69 +20080,75 @@ p48407,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48407,pv,0.0,0.0,50.0,100.0,150.0 p48407,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48407,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48409,battery,108.525,217.05,557.7966666666325,898.5433333333349,1239.29 +p48409,battery,181.125,362.25,875.0566666667582,1387.8633333334,1900.67 p48409,biomass,0.0,0.0,0.0,0.0,0.0 p48409,coal,0.0,0.0,0.0,0.0,0.0 -p48409,gas,0.0,0.0,0.0,0.0,0.0 +p48409,csp,0.0,0.0,0.0,0.0,0.0 +p48409,gas,0.0,0.0,240.47666666668374,480.9533333333093,721.43 p48409,geothermal,0.0,0.0,0.0,0.0,0.0 p48409,h2,0.0,0.0,0.0,0.0,0.0 p48409,hydro,0.0,0.0,0.0,0.0,0.0 p48409,nuclear,0.0,0.0,0.0,0.0,0.0 p48409,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48409,pv,488.645,977.29,1303.0533333332278,1628.8166666666511,1954.58 +p48409,pv,488.645,977.29,1481.1433333333116,1984.9966666667024,2488.85 p48409,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48409,wind-ons,0.0,0.0,443.63000000000466,887.2600000000093,1330.89 -p48413,battery,103.4,206.8,521.7466666667024,836.6933333333582,1151.64 +p48409,wind-ons,0.0,0.0,442.2966666666325,884.5933333333815,1326.89 +p48413,battery,190.52,381.04,514.9866666666348,648.9333333333489,782.8800000000001 p48413,biomass,0.0,0.0,0.0,0.0,0.0 p48413,coal,0.0,0.0,0.0,0.0,0.0 +p48413,csp,0.0,0.0,0.0,0.0,0.0 p48413,gas,0.0,0.0,0.0,0.0,0.0 p48413,geothermal,0.0,0.0,0.0,0.0,0.0 p48413,h2,0.0,0.0,0.0,0.0,0.0 p48413,hydro,0.0,0.0,0.0,0.0,0.0 p48413,nuclear,0.0,0.0,0.0,0.0,0.0 p48413,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48413,pv,0.0,0.0,464.8399999999674,929.6800000000512,1394.52 +p48413,pv,222.705,445.41,610.1133333333419,774.8166666667094,939.52 p48413,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48413,wind-ons,0.0,0.0,80.37666666667792,160.75333333332674,241.13 -p48415,battery,29.145,58.29,808.496666666586,1558.7033333331347,2308.91 +p48413,wind-ons,0.0,0.0,181.25333333329763,362.5066666666535,543.76 +p48415,battery,4.975,9.95,613.5633333334699,1217.1766666667536,1820.79 p48415,biomass,0.0,0.0,0.0,0.0,0.0 p48415,coal,0.0,0.0,0.0,0.0,0.0 +p48415,csp,0.0,0.0,0.0,0.0,0.0 p48415,gas,0.0,0.0,0.0,0.0,0.0 p48415,geothermal,0.0,0.0,0.0,0.0,0.0 p48415,h2,0.0,0.0,0.0,0.0,0.0 p48415,hydro,0.0,0.0,0.0,0.0,0.0 p48415,nuclear,0.0,0.0,0.0,0.0,0.0 p48415,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48415,pv,92.0,184.0,538.876666666707,893.753333333414,1248.6299999999999 +p48415,pv,92.0,184.0,1046.8899999998976,1909.779999999795,2772.67 p48415,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48415,wind-ons,275.71,551.42,735.2266666666837,919.0333333333838,1102.84 -p48417,battery,0.0,0.0,21.046666666661622,42.09333333333052,63.14 +p48415,wind-ons,275.71,551.42,558.8866666666654,566.3533333333326,573.8199999999999 +p48417,battery,0.0,0.0,68.83333333331393,137.66666666665697,206.5 p48417,biomass,0.0,0.0,0.0,0.0,0.0 p48417,coal,0.0,0.0,0.0,0.0,0.0 +p48417,csp,0.0,0.0,0.0,0.0,0.0 p48417,gas,0.0,0.0,0.0,0.0,0.0 p48417,geothermal,0.0,0.0,0.0,0.0,0.0 p48417,h2,0.0,0.0,0.0,0.0,0.0 p48417,hydro,0.0,0.0,0.0,0.0,0.0 p48417,nuclear,0.0,0.0,0.0,0.0,0.0 p48417,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48417,pv,0.0,0.0,0.0,0.0,0.0 +p48417,pv,0.0,0.0,67.96000000002095,135.9200000000128,203.88 p48417,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48417,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48421,battery,0.0,0.0,0.0,0.0,0.0 -p48421,biomass,0.0,0.0,0.0,0.0,0.0 -p48421,coal,0.0,0.0,0.0,0.0,0.0 -p48421,gas,0.0,0.0,0.0,0.0,0.0 -p48421,geothermal,0.0,0.0,0.0,0.0,0.0 -p48421,h2,0.0,0.0,0.0,0.0,0.0 -p48421,hydro,0.0,0.0,0.0,0.0,0.0 -p48421,nuclear,0.0,0.0,0.0,0.0,0.0 -p48421,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48421,pv,0.0,0.0,0.0,0.0,0.0 -p48421,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48421,wind-ons,0.0,0.0,93.33333333334303,186.66666666665697,280.0 -p48423,battery,0.0,0.0,228.7233333333279,457.4466666666558,686.1700000000001 +p48419,battery,0.0,0.0,0.0,0.0,0.0 +p48419,biomass,0.0,0.0,0.0,0.0,0.0 +p48419,coal,0.0,0.0,0.0,0.0,0.0 +p48419,gas,0.0,0.0,0.0,0.0,0.0 +p48419,geothermal,0.0,0.0,0.0,0.0,0.0 +p48419,h2,0.0,0.0,0.0,0.0,0.0 +p48419,hydro,0.0,0.0,0.0,0.0,0.0 +p48419,nuclear,0.0,0.0,0.0,0.0,0.0 +p48419,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48419,pv,0.0,0.0,40.0,80.0,120.0 +p48419,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48419,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48421,csp,0.0,0.0,0.0,0.0,0.0 +p48423,battery,0.0,0.0,126.95666666666511,253.91333333333023,380.87 p48423,biomass,0.0,0.0,0.0,0.0,0.0 p48423,coal,0.0,0.0,0.0,0.0,0.0 +p48423,csp,0.0,0.0,0.0,0.0,0.0 p48423,gas,0.0,0.0,0.0,0.0,0.0 p48423,geothermal,0.0,0.0,0.0,0.0,0.0 p48423,h2,0.0,0.0,0.0,0.0,0.0 @@ -19706,40 +20161,42 @@ p48423,wind-ons,0.0,0.0,0.0,0.0,0.0 p48425,battery,0.0,0.0,0.0,0.0,0.0 p48425,biomass,0.0,0.0,0.0,0.0,0.0 p48425,coal,0.0,0.0,0.0,0.0,0.0 -p48425,gas,0.0,0.0,0.0,0.0,0.0 +p48425,gas,0.0,0.0,165.09999999997672,330.20000000001164,495.3 p48425,geothermal,0.0,0.0,0.0,0.0,0.0 p48425,h2,0.0,0.0,0.0,0.0,0.0 p48425,hydro,0.0,0.0,0.0,0.0,0.0 p48425,nuclear,0.0,0.0,0.0,0.0,0.0 p48425,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48425,pv,144.495,288.99,385.320000000007,481.6500000000233,577.98 +p48425,pv,85.43,170.86,170.86,170.86,170.86 p48425,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48425,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48427,battery,54.95,109.9,686.8200000000652,1263.7399999999907,1840.66 +p48427,battery,0.0,0.0,407.6333333334187,815.266666666721,1222.9 p48427,biomass,0.0,0.0,0.0,0.0,0.0 p48427,coal,0.0,0.0,0.0,0.0,0.0 +p48427,csp,0.0,0.0,0.0,0.0,0.0 p48427,gas,0.0,0.0,0.0,0.0,0.0 p48427,geothermal,0.0,0.0,0.0,0.0,0.0 p48427,h2,0.0,0.0,0.0,0.0,0.0 p48427,hydro,0.0,0.0,0.0,0.0,0.0 p48427,nuclear,0.0,0.0,0.0,0.0,0.0 p48427,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48427,pv,169.165,338.33,860.4866666668095,1382.6433333335444,1904.8 +p48427,pv,426.515,853.03,1464.876666666707,2076.723333333386,2688.5699999999997 p48427,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48427,wind-ons,100.8,201.6,467.5,733.4000000000233,999.3000000000001 -p48429,battery,0.0,0.0,0.0,0.0,0.0 +p48427,wind-ons,499.65000000000003,999.3000000000001,999.3000000000001,999.3000000000001,999.3000000000001 +p48429,battery,0.0,0.0,17.0,34.0,51.0 p48429,biomass,0.0,0.0,0.0,0.0,0.0 p48429,coal,0.0,0.0,0.0,0.0,0.0 +p48429,csp,0.0,0.0,0.0,0.0,0.0 p48429,gas,0.0,0.0,0.0,0.0,0.0 p48429,geothermal,0.0,0.0,0.0,0.0,0.0 p48429,h2,0.0,0.0,0.0,0.0,0.0 p48429,hydro,0.0,0.0,0.0,0.0,0.0 p48429,nuclear,0.0,0.0,0.0,0.0,0.0 p48429,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48429,pv,0.0,0.0,0.0,0.0,0.0 +p48429,pv,0.0,0.0,34.0,68.0,102.0 p48429,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48429,wind-ons,74.2,148.4,197.8666666666686,247.33333333332848,296.8 -p48431,battery,0.0,0.0,0.0,0.0,0.0 +p48429,wind-ons,74.2,148.4,148.4,148.4,148.4 +p48431,battery,0.0,0.0,100.60000000000582,201.20000000001164,301.8 p48431,biomass,0.0,0.0,0.0,0.0,0.0 p48431,coal,0.0,0.0,0.0,0.0,0.0 p48431,gas,0.0,0.0,0.0,0.0,0.0 @@ -19748,22 +20205,23 @@ p48431,h2,0.0,0.0,0.0,0.0,0.0 p48431,hydro,0.0,0.0,0.0,0.0,0.0 p48431,nuclear,0.0,0.0,0.0,0.0,0.0 p48431,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48431,pv,0.0,0.0,0.0,0.0,0.0 +p48431,pv,0.0,0.0,137.2666666666628,274.5333333333256,411.8 p48431,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48431,wind-ons,20.5,41.0,121.0,201.0,281.0 -p48433,battery,0.0,0.0,0.0,0.0,0.0 +p48431,wind-ons,136.0,272.0,373.06666666668025,474.1333333333314,575.2 +p48433,battery,0.0,0.0,45.0,90.0,135.0 p48433,biomass,0.0,0.0,0.0,0.0,0.0 p48433,coal,0.0,0.0,0.0,0.0,0.0 +p48433,csp,0.0,0.0,0.0,0.0,0.0 p48433,gas,0.0,0.0,0.0,0.0,0.0 p48433,geothermal,0.0,0.0,0.0,0.0,0.0 p48433,h2,0.0,0.0,0.0,0.0,0.0 p48433,hydro,0.0,0.0,0.0,0.0,0.0 p48433,nuclear,0.0,0.0,0.0,0.0,0.0 p48433,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48433,pv,403.4,806.8,1075.7333333333954,1344.6666666667443,1613.6 +p48433,pv,301.795,603.59,623.6566666666622,643.7233333333352,663.7900000000001 p48433,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48433,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48435,battery,0.0,0.0,102.35333333330345,204.706666666636,307.06 +p48435,battery,0.0,0.0,102.35333333330345,204.70666666666511,307.06 p48435,biomass,0.0,0.0,0.0,0.0,0.0 p48435,coal,0.0,0.0,0.0,0.0,0.0 p48435,gas,0.0,0.0,0.0,0.0,0.0 @@ -19775,21 +20233,23 @@ p48435,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48435,pv,0.0,0.0,0.0,0.0,0.0 p48435,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48435,wind-ons,0.0,0.0,250.0166666666628,500.0333333333256,750.05 -p48437,battery,0.0,0.0,167.94999999995343,335.8999999999651,503.85 +p48437,battery,0.0,0.0,167.95000000001164,335.9000000000233,503.85 p48437,biomass,0.0,0.0,0.0,0.0,0.0 p48437,coal,0.0,0.0,0.0,0.0,0.0 +p48437,csp,0.0,0.0,0.0,0.0,0.0 p48437,gas,0.0,0.0,0.0,0.0,0.0 p48437,geothermal,0.0,0.0,0.0,0.0,0.0 p48437,h2,0.0,0.0,0.0,0.0,0.0 p48437,hydro,0.0,0.0,0.0,0.0,0.0 p48437,nuclear,0.0,0.0,0.0,0.0,0.0 p48437,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48437,pv,301.185,602.37,803.1599999999744,1003.9499999999534,1204.74 +p48437,pv,104.475,208.95,486.31666666665114,763.6833333333489,1041.05 p48437,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48437,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48439,battery,178.0,356.0,703.3999999999069,1050.7999999999302,1398.2 +p48437,wind-ons,0.0,0.0,213.82666666666046,427.6533333333209,641.48 +p48439,battery,80.27499999999999,160.54999999999998,624.2233333332697,1087.8966666666092,1551.57 p48439,biomass,0.0,0.0,0.0,0.0,0.0 p48439,coal,0.0,0.0,0.0,0.0,0.0 +p48439,csp,0.0,0.0,0.0,0.0,0.0 p48439,gas,0.0,0.0,0.0,0.0,0.0 p48439,geothermal,0.0,0.0,0.0,0.0,0.0 p48439,h2,0.0,0.0,0.0,0.0,0.0 @@ -19799,33 +20259,36 @@ p48439,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48439,pv,0.0,0.0,0.0,0.0,0.0 p48439,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48439,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48441,battery,9.9,19.8,222.17666666669538,424.5533333333442,626.93 +p48441,battery,9.9,19.8,342.58666666666977,665.373333333293,988.16 p48441,biomass,0.0,0.0,0.0,0.0,0.0 p48441,coal,0.0,0.0,0.0,0.0,0.0 +p48441,csp,0.0,0.0,0.0,0.0,0.0 p48441,gas,0.0,0.0,0.0,0.0,0.0 p48441,geothermal,0.0,0.0,0.0,0.0,0.0 p48441,h2,0.0,0.0,0.0,0.0,0.0 p48441,hydro,0.0,0.0,0.0,0.0,0.0 p48441,nuclear,0.0,0.0,0.0,0.0,0.0 p48441,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48441,pv,0.0,0.0,66.97666666665464,133.95333333330927,200.93 +p48441,pv,0.0,0.0,402.00333333329763,804.0066666665953,1206.01 p48441,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48441,wind-ons,44.0,88.0,144.2100000000064,200.41999999999825,256.63 +p48441,wind-ons,128.225,256.45,256.45,256.45,256.45 p48445,battery,0.0,0.0,0.0,0.0,0.0 p48445,biomass,0.0,0.0,0.0,0.0,0.0 p48445,coal,0.0,0.0,0.0,0.0,0.0 +p48445,csp,0.0,0.0,0.0,0.0,0.0 p48445,gas,0.0,0.0,0.0,0.0,0.0 p48445,geothermal,0.0,0.0,0.0,0.0,0.0 p48445,h2,0.0,0.0,0.0,0.0,0.0 p48445,hydro,0.0,0.0,0.0,0.0,0.0 p48445,nuclear,0.0,0.0,0.0,0.0,0.0 p48445,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48445,pv,75.0,150.0,283.33333333331393,416.66666666668607,550.0 +p48445,pv,75.0,150.0,150.0,150.0,150.0 p48445,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48445,wind-ons,0.0,0.0,117.5,235.0,352.5 -p48447,battery,0.0,0.0,143.49333333334653,286.98666666663485,430.48 +p48447,battery,0.0,0.0,58.12666666667792,116.25333333334129,174.38 p48447,biomass,0.0,0.0,0.0,0.0,0.0 p48447,coal,0.0,0.0,0.0,0.0,0.0 +p48447,csp,0.0,0.0,0.0,0.0,0.0 p48447,gas,0.0,0.0,0.0,0.0,0.0 p48447,geothermal,0.0,0.0,0.0,0.0,0.0 p48447,h2,0.0,0.0,0.0,0.0,0.0 @@ -19834,10 +20297,11 @@ p48447,nuclear,0.0,0.0,0.0,0.0,0.0 p48447,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48447,pv,0.0,0.0,0.0,0.0,0.0 p48447,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48447,wind-ons,139.5,279.0,372.0,465.0,558.0 -p48449,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p48447,wind-ons,142.15,284.3,300.0499999999993,315.7999999999993,331.55 +p48449,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p48449,biomass,0.0,0.0,0.0,0.0,0.0 p48449,coal,0.0,0.0,0.0,0.0,0.0 +p48449,csp,0.0,0.0,0.0,0.0,0.0 p48449,gas,0.0,0.0,0.0,0.0,0.0 p48449,geothermal,0.0,0.0,0.0,0.0,0.0 p48449,h2,0.0,0.0,0.0,0.0,0.0 @@ -19847,21 +20311,23 @@ p48449,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48449,pv,0.0,0.0,0.0,0.0,0.0 p48449,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48449,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48451,battery,51.485,102.97,355.73666666669305,608.5033333333558,861.27 +p48451,battery,0.0,0.0,252.7666666666628,505.5333333333256,758.3 p48451,biomass,0.0,0.0,0.0,0.0,0.0 p48451,coal,0.0,0.0,0.0,0.0,0.0 +p48451,csp,0.0,0.0,0.0,0.0,0.0 p48451,gas,0.0,0.0,0.0,0.0,0.0 p48451,geothermal,0.0,0.0,0.0,0.0,0.0 p48451,h2,0.0,0.0,0.0,0.0,0.0 p48451,hydro,0.0,0.0,0.0,0.0,0.0 p48451,nuclear,0.0,0.0,0.0,0.0,0.0 p48451,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48451,pv,97.705,195.41,430.19333333329996,664.9766666666255,899.76 +p48451,pv,0.0,0.0,95.33333333331393,190.66666666665697,286.0 p48451,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48451,wind-ons,0.0,0.0,60.0,120.0,180.0 -p48453,battery,18.42,36.84,163.13666666668723,289.43333333334886,415.73 +p48451,wind-ons,90.0,180.0,306.3999999999942,432.79999999998836,559.2 +p48453,battery,66.5,133.0,317.0633333333535,501.1266666666488,685.1899999999999 p48453,biomass,0.0,0.0,0.0,0.0,0.0 p48453,coal,0.0,0.0,0.0,0.0,0.0 +p48453,csp,0.0,0.0,0.0,0.0,0.0 p48453,gas,0.0,0.0,0.0,0.0,0.0 p48453,geothermal,0.0,0.0,0.0,0.0,0.0 p48453,h2,0.0,0.0,0.0,0.0,0.0 @@ -19871,7 +20337,7 @@ p48453,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48453,pv,0.0,0.0,0.0,0.0,0.0 p48453,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48453,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48455,battery,0.0,0.0,0.0,0.0,0.0 +p48455,battery,0.0,0.0,50.0,100.0,150.0 p48455,biomass,0.0,0.0,0.0,0.0,0.0 p48455,coal,0.0,0.0,0.0,0.0,0.0 p48455,gas,0.0,0.0,0.0,0.0,0.0 @@ -19880,109 +20346,106 @@ p48455,h2,0.0,0.0,0.0,0.0,0.0 p48455,hydro,0.0,0.0,0.0,0.0,0.0 p48455,nuclear,0.0,0.0,0.0,0.0,0.0 p48455,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48455,pv,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p48455,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p48455,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48455,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48457,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p48457,biomass,0.0,0.0,0.0,0.0,0.0 -p48457,coal,0.0,0.0,0.0,0.0,0.0 -p48457,gas,0.0,0.0,0.0,0.0,0.0 -p48457,geothermal,0.0,0.0,0.0,0.0,0.0 -p48457,h2,0.0,0.0,0.0,0.0,0.0 -p48457,hydro,0.0,0.0,0.0,0.0,0.0 -p48457,nuclear,0.0,0.0,0.0,0.0,0.0 -p48457,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48457,pv,0.0,0.0,96.66666666665697,193.33333333334303,290.0 -p48457,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48457,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48461,battery,153.73,307.46,858.9566666665487,1410.4533333331347,1961.95 +p48457,csp,0.0,0.0,0.0,0.0,0.0 +p48461,battery,358.53,717.06,1184.3966666667257,1651.733333333279,2119.0699999999997 p48461,biomass,0.0,0.0,0.0,0.0,0.0 p48461,coal,0.0,0.0,0.0,0.0,0.0 +p48461,csp,0.0,0.0,0.0,0.0,0.0 p48461,gas,0.0,0.0,296.0,592.0,888.0 p48461,geothermal,0.0,0.0,0.0,0.0,0.0 p48461,h2,0.0,0.0,0.0,0.0,0.0 p48461,hydro,0.0,0.0,0.0,0.0,0.0 p48461,nuclear,0.0,0.0,0.0,0.0,0.0 p48461,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48461,pv,0.0,0.0,511.2033333333675,1022.406666666735,1533.6100000000001 +p48461,pv,87.8,175.6,728.0799999998417,1280.5600000000559,1833.04 p48461,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48461,wind-ons,0.0,0.0,413.5,827.0,1240.5 -p48463,battery,0.0,0.0,145.33333333331393,290.66666666668607,436.0 +p48463,battery,0.0,0.0,142.2066666666069,284.41333333333023,426.62 p48463,biomass,0.0,0.0,0.0,0.0,0.0 p48463,coal,0.0,0.0,0.0,0.0,0.0 +p48463,csp,0.0,0.0,0.0,0.0,0.0 p48463,gas,0.0,0.0,0.0,0.0,0.0 p48463,geothermal,0.0,0.0,0.0,0.0,0.0 p48463,h2,0.0,0.0,0.0,0.0,0.0 p48463,hydro,0.0,0.0,0.0,0.0,0.0 p48463,nuclear,0.0,0.0,0.0,0.0,0.0 p48463,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48463,pv,90.58,181.16,331.1599999999744,481.1599999999744,631.16 +p48463,pv,90.435,180.87,344.2866666666232,507.7033333333093,671.12 p48463,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48463,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48465,battery,87.53999999999999,175.07999999999998,251.2599999999802,327.4399999999732,403.62 +p48465,battery,51.35,102.7,178.87999999997555,255.05999999999767,331.24 p48465,biomass,0.0,0.0,0.0,0.0,0.0 p48465,coal,0.0,0.0,0.0,0.0,0.0 +p48465,csp,0.0,0.0,0.0,0.0,0.0 p48465,gas,0.0,0.0,0.0,0.0,0.0 p48465,geothermal,0.0,0.0,0.0,0.0,0.0 p48465,h2,0.0,0.0,0.0,0.0,0.0 p48465,hydro,0.0,0.0,0.0,0.0,0.0 p48465,nuclear,0.0,0.0,0.0,0.0,0.0 p48465,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48465,pv,0.0,0.0,80.92333333331044,161.84666666664998,242.77 +p48465,pv,0.0,0.0,31.593333333337796,63.186666666668316,94.78 p48465,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48465,wind-ons,0.0,0.0,92.0,184.0,276.0 -p48467,battery,51.29,102.58,381.7833333333256,660.986666666693,940.19 +p48465,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48467,battery,204.91,409.82,621.1866666666465,832.5533333333442,1043.92 p48467,biomass,0.0,0.0,0.0,0.0,0.0 p48467,coal,0.0,0.0,0.0,0.0,0.0 +p48467,csp,0.0,0.0,0.0,0.0,0.0 p48467,gas,0.0,0.0,0.0,0.0,0.0 p48467,geothermal,0.0,0.0,0.0,0.0,0.0 p48467,h2,0.0,0.0,0.0,0.0,0.0 p48467,hydro,0.0,0.0,0.0,0.0,0.0 p48467,nuclear,0.0,0.0,0.0,0.0,0.0 p48467,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48467,pv,60.985,121.97,172.14999999999418,222.33000000000175,272.51 +p48467,pv,60.52,121.04,171.29666666666162,221.55333333332965,271.81 p48467,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48467,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48469,battery,126.705,253.41,787.9899999997579,1322.5699999998324,1857.15 +p48467,wind-ons,0.0,0.0,65.76666666663368,131.53333333332557,197.3 +p48469,battery,308.65,617.3,1047.3266666666605,1477.3533333333908,1907.3799999999999 p48469,biomass,0.0,0.0,0.0,0.0,0.0 p48469,coal,0.0,0.0,0.0,0.0,0.0 +p48469,csp,0.0,0.0,0.0,0.0,0.0 p48469,gas,0.0,0.0,0.0,0.0,0.0 p48469,geothermal,0.0,0.0,0.0,0.0,0.0 p48469,h2,0.0,0.0,0.0,0.0,0.0 p48469,hydro,0.0,0.0,0.0,0.0,0.0 p48469,nuclear,0.0,0.0,0.0,0.0,0.0 p48469,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48469,pv,111.055,222.11,946.6033333332743,1671.096666666679,2395.59 +p48469,pv,90.5,181.0,529.6433333333116,878.2866666667396,1226.93 p48469,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48469,wind-ons,126.645,253.29,337.71999999997206,422.1499999999651,506.58 +p48469,wind-ons,138.4,276.8,276.8,276.8,276.8 p48471,battery,0.0,0.0,0.0,0.0,0.0 p48471,biomass,0.0,0.0,0.0,0.0,0.0 p48471,coal,0.0,0.0,0.0,0.0,0.0 +p48471,csp,0.0,0.0,0.0,0.0,0.0 p48471,gas,0.0,0.0,0.0,0.0,0.0 p48471,geothermal,0.0,0.0,0.0,0.0,0.0 p48471,h2,0.0,0.0,0.0,0.0,0.0 p48471,hydro,0.0,0.0,0.0,0.0,0.0 p48471,nuclear,0.0,0.0,0.0,0.0,0.0 p48471,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48471,pv,0.0,0.0,191.66666666668607,383.33333333331393,575.0 +p48471,pv,0.0,0.0,50.0,100.0,150.0 p48471,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48471,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48473,battery,0.0,0.0,439.76333333330695,879.5266666667303,1319.29 +p48473,battery,0.0,0.0,444.25666666659527,888.513333333307,1332.77 p48473,biomass,0.0,0.0,0.0,0.0,0.0 p48473,coal,0.0,0.0,0.0,0.0,0.0 +p48473,csp,0.0,0.0,0.0,0.0,0.0 p48473,gas,0.0,0.0,0.0,0.0,0.0 p48473,geothermal,0.0,0.0,0.0,0.0,0.0 p48473,h2,0.0,0.0,0.0,0.0,0.0 p48473,hydro,0.0,0.0,0.0,0.0,0.0 p48473,nuclear,0.0,0.0,0.0,0.0,0.0 p48473,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48473,pv,242.28,484.56,646.0799999999581,807.5999999999767,969.12 +p48473,pv,0.0,0.0,119.35333333330345,238.70666666666511,358.06 p48473,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48473,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48475,battery,0.0,0.0,241.81666666670935,483.6333333333605,725.45 +p48475,battery,0.0,0.0,302.1166666665813,604.233333333279,906.35 p48475,biomass,0.0,0.0,0.0,0.0,0.0 p48475,coal,0.0,0.0,0.0,0.0,0.0 -p48475,gas,0.0,0.0,743.3333333332557,1486.6666666667443,2230.0 +p48475,csp,0.0,0.0,0.0,0.0,0.0 +p48475,gas,1129.895,2259.79,2259.79,2259.79,2259.79 p48475,geothermal,0.0,0.0,0.0,0.0,0.0 p48475,h2,0.0,0.0,0.0,0.0,0.0 p48475,hydro,0.0,0.0,0.0,0.0,0.0 @@ -19991,81 +20454,76 @@ p48475,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48475,pv,0.0,0.0,88.0,176.0,264.0 p48475,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48475,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48477,battery,0.0,0.0,69.59999999997672,139.19999999998254,208.8 +p48477,battery,0.0,0.0,69.60000000000582,139.20000000001164,208.8 p48477,biomass,0.0,0.0,0.0,0.0,0.0 p48477,coal,0.0,0.0,0.0,0.0,0.0 +p48477,csp,0.0,0.0,0.0,0.0,0.0 p48477,gas,0.0,0.0,0.0,0.0,0.0 p48477,geothermal,0.0,0.0,0.0,0.0,0.0 p48477,h2,0.0,0.0,0.0,0.0,0.0 p48477,hydro,0.0,0.0,0.0,0.0,0.0 p48477,nuclear,0.0,0.0,0.0,0.0,0.0 p48477,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48477,pv,0.0,0.0,20.080000000001746,40.16000000000349,60.24 +p48477,pv,0.0,0.0,20.080000000001746,40.15999999999622,60.24 p48477,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48477,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48479,battery,158.70000000000002,317.40000000000003,870.996666666586,1424.593333333265,1978.19 +p48479,battery,56.300000000000004,112.60000000000001,722.3966666664928,1332.1933333331253,1941.99 p48479,biomass,0.0,0.0,0.0,0.0,0.0 p48479,coal,0.0,0.0,0.0,0.0,0.0 +p48479,csp,0.0,0.0,0.0,0.0,0.0 p48479,gas,0.0,0.0,0.0,0.0,0.0 p48479,geothermal,0.0,0.0,0.0,0.0,0.0 p48479,h2,0.0,0.0,0.0,0.0,0.0 p48479,hydro,0.0,0.0,0.0,0.0,0.0 p48479,nuclear,0.0,0.0,0.0,0.0,0.0 p48479,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48479,pv,513.4,1026.8,1369.0666666666511,1711.3333333333721,2053.6 +p48479,pv,355.5,711.0,1134.4099999999162,1557.8199999999488,1981.23 p48479,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48479,wind-ons,192.495,384.99,513.320000000007,641.6500000000233,769.98 -p48481,battery,746.5,1493.0,2342.3799999998882,3191.7600000000093,4041.14 +p48479,wind-ons,251.365,502.73,766.9966666667024,1031.263333333307,1295.53 +p48481,battery,408.615,817.23,1602.4766666665673,2387.723333333386,3172.97 p48481,biomass,0.0,0.0,0.0,0.0,0.0 p48481,coal,0.0,0.0,0.0,0.0,0.0 -p48481,gas,8.05,16.1,449.43333333334886,882.7666666666046,1316.1 +p48481,csp,0.0,0.0,0.0,0.0,0.0 +p48481,gas,0.0,0.0,478.6666666667443,957.3333333333721,1436.0 p48481,geothermal,0.0,0.0,0.0,0.0,0.0 p48481,h2,0.0,0.0,0.0,0.0,0.0 p48481,hydro,0.0,0.0,0.0,0.0,0.0 p48481,nuclear,0.0,0.0,0.0,0.0,0.0 p48481,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48481,pv,1446.48,2892.96,3857.280000000028,4821.59999999986,5785.92 +p48481,pv,1205.11,2410.22,3017.2899999998044,3624.3599999998696,4231.43 p48481,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48481,wind-ons,181.35,362.7,483.6000000000058,604.5,725.4 -p48483,battery,0.0,0.0,0.0,0.0,0.0 -p48483,biomass,0.0,0.0,0.0,0.0,0.0 -p48483,coal,0.0,0.0,0.0,0.0,0.0 -p48483,gas,0.0,0.0,0.0,0.0,0.0 -p48483,geothermal,0.0,0.0,0.0,0.0,0.0 -p48483,h2,0.0,0.0,0.0,0.0,0.0 -p48483,hydro,0.0,0.0,0.0,0.0,0.0 -p48483,nuclear,0.0,0.0,0.0,0.0,0.0 -p48483,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48483,pv,0.0,0.0,50.0,100.0,150.0 -p48483,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48483,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48485,battery,0.0,0.0,411.3100000000559,822.6199999999953,1233.93 +p48481,wind-ons,99.75,199.5,199.5,199.5,199.5 +p48483,csp,0.0,0.0,0.0,0.0,0.0 +p48485,battery,0.0,0.0,507.0366666666232,1014.0733333332464,1521.11 p48485,biomass,0.0,0.0,0.0,0.0,0.0 p48485,coal,0.0,0.0,0.0,0.0,0.0 +p48485,csp,0.0,0.0,0.0,0.0,0.0 p48485,gas,0.0,0.0,0.0,0.0,0.0 p48485,geothermal,0.0,0.0,0.0,0.0,0.0 p48485,h2,0.0,0.0,0.0,0.0,0.0 p48485,hydro,0.0,0.0,0.0,0.0,0.0 p48485,nuclear,0.0,0.0,0.0,0.0,0.0 p48485,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48485,pv,438.14,876.28,1168.3733333334094,1460.4666666667908,1752.56 +p48485,pv,439.605,879.21,919.5100000000093,959.8100000000122,1000.11 p48485,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48485,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48487,battery,50.0,100.0,335.2866666666232,570.5733333333046,805.86 +p48487,battery,50.0,100.0,545.5200000000186,991.0400000000373,1436.56 p48487,biomass,0.0,0.0,0.0,0.0,0.0 p48487,coal,0.0,0.0,0.0,0.0,0.0 -p48487,gas,0.0,0.0,226.66666666668607,453.33333333331393,680.0 +p48487,csp,0.0,0.0,0.0,0.0,0.0 +p48487,gas,0.0,0.0,1052.166666666977,2104.3333333334886,3156.5 p48487,geothermal,0.0,0.0,0.0,0.0,0.0 p48487,h2,0.0,0.0,0.0,0.0,0.0 p48487,hydro,0.0,0.0,0.0,0.0,0.0 p48487,nuclear,0.0,0.0,0.0,0.0,0.0 p48487,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48487,pv,0.0,0.0,372.22666666668374,744.4533333333675,1116.68 +p48487,pv,301.42499999999995,602.8499999999999,1326.1933333331253,2049.536666666623,2772.8799999999997 p48487,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48487,wind-ons,0.0,0.0,102.57333333333372,205.14666666666744,307.72 +p48487,wind-ons,73.22,146.44,146.44,146.44,146.44 p48489,battery,0.0,0.0,133.7333333333372,267.4666666666744,401.2 p48489,biomass,0.0,0.0,0.0,0.0,0.0 p48489,coal,0.0,0.0,0.0,0.0,0.0 +p48489,csp,0.0,0.0,0.0,0.0,0.0 p48489,gas,0.0,0.0,0.0,0.0,0.0 p48489,geothermal,0.0,0.0,0.0,0.0,0.0 p48489,h2,0.0,0.0,0.0,0.0,0.0 @@ -20074,10 +20532,11 @@ p48489,nuclear,0.0,0.0,0.0,0.0,0.0 p48489,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48489,pv,0.0,0.0,0.0,0.0,0.0 p48489,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48489,wind-ons,375.45,750.9,1001.2000000000116,1251.5,1501.8 -p48491,battery,0.0,0.0,33.50333333332674,67.00666666665347,100.51 +p48489,wind-ons,321.25,642.5,704.1000000000058,765.6999999999971,827.3 +p48491,battery,0.0,0.0,33.50333333332674,67.00666666666802,100.51 p48491,biomass,0.0,0.0,0.0,0.0,0.0 p48491,coal,0.0,0.0,0.0,0.0,0.0 +p48491,csp,0.0,0.0,0.0,0.0,0.0 p48491,gas,0.0,0.0,0.0,0.0,0.0 p48491,geothermal,0.0,0.0,0.0,0.0,0.0 p48491,h2,0.0,0.0,0.0,0.0,0.0 @@ -20087,263 +20546,235 @@ p48491,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p48491,pv,0.0,0.0,0.0,0.0,0.0 p48491,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48491,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48493,battery,0.0,0.0,240.94333333335817,481.88666666665813,722.8299999999999 +p48493,battery,159.785,319.57,658.0333333333256,996.4966666667024,1334.96 p48493,biomass,0.0,0.0,0.0,0.0,0.0 p48493,coal,0.0,0.0,0.0,0.0,0.0 +p48493,csp,0.0,0.0,0.0,0.0,0.0 p48493,gas,0.0,0.0,0.0,0.0,0.0 p48493,geothermal,0.0,0.0,0.0,0.0,0.0 p48493,h2,0.0,0.0,0.0,0.0,0.0 p48493,hydro,0.0,0.0,0.0,0.0,0.0 p48493,nuclear,0.0,0.0,0.0,0.0,0.0 p48493,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48493,pv,300.0,600.0,857.8266666666605,1115.653333333321,1373.48 +p48493,pv,536.755,1073.51,1249.4899999999907,1425.469999999972,1601.45 p48493,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48493,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48495,battery,0.0,0.0,68.95999999999185,137.9200000000128,206.88 +p48495,battery,0.0,0.0,68.96000000002095,137.9200000000128,206.88 p48495,biomass,0.0,0.0,0.0,0.0,0.0 p48495,coal,0.0,0.0,0.0,0.0,0.0 +p48495,csp,0.0,0.0,0.0,0.0,0.0 p48495,gas,0.0,0.0,0.0,0.0,0.0 p48495,geothermal,0.0,0.0,0.0,0.0,0.0 p48495,h2,0.0,0.0,0.0,0.0,0.0 p48495,hydro,0.0,0.0,0.0,0.0,0.0 p48495,nuclear,0.0,0.0,0.0,0.0,0.0 p48495,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48495,pv,0.0,0.0,68.50999999998021,137.01999999998952,205.53 +p48495,pv,0.0,0.0,0.0,0.0,0.0 p48495,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48495,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48497,battery,0.0,0.0,521.7366666665766,1043.473333333386,1565.21 +p48497,battery,0.0,0.0,504.88000000000466,1009.7600000000093,1514.6399999999999 p48497,biomass,0.0,0.0,0.0,0.0,0.0 p48497,coal,0.0,0.0,0.0,0.0,0.0 -p48497,gas,10.5,21.0,28.0,35.0,42.0 +p48497,csp,0.0,0.0,0.0,0.0,0.0 +p48497,gas,10.5,21.0,21.0,21.0,21.0 p48497,geothermal,0.0,0.0,0.0,0.0,0.0 p48497,h2,0.0,0.0,0.0,0.0,0.0 p48497,hydro,0.0,0.0,0.0,0.0,0.0 p48497,nuclear,0.0,0.0,0.0,0.0,0.0 p48497,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48497,pv,0.0,0.0,92.24000000001979,184.48000000001048,276.72 +p48497,pv,0.0,0.0,42.05999999999767,84.11999999999534,126.18 p48497,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48497,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48501,battery,0.0,0.0,169.0,338.0,507.0 +p48501,battery,103.5,207.0,390.33333333337214,573.6666666666861,757.0 p48501,biomass,0.0,0.0,0.0,0.0,0.0 p48501,coal,0.0,0.0,0.0,0.0,0.0 -p48501,gas,0.0,0.0,168.0,336.0,504.0 +p48501,csp,0.0,0.0,0.0,0.0,0.0 +p48501,gas,0.0,0.0,0.0,0.0,0.0 p48501,geothermal,0.0,0.0,0.0,0.0,0.0 p48501,h2,0.0,0.0,0.0,0.0,0.0 p48501,hydro,0.0,0.0,0.0,0.0,0.0 p48501,nuclear,0.0,0.0,0.0,0.0,0.0 p48501,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48501,pv,150.0,300.0,526.6666666666861,753.3333333333139,980.0 +p48501,pv,150.0,300.0,626.6666666667443,953.3333333333721,1280.0 p48501,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48501,wind-ons,0.0,0.0,0.0,0.0,0.0 -p48503,battery,0.0,0.0,153.96000000002095,307.9200000000419,461.88 +p48503,battery,0.0,0.0,509.4133333332138,1018.8266666666605,1528.24 p48503,biomass,0.0,0.0,0.0,0.0,0.0 p48503,coal,0.0,0.0,0.0,0.0,0.0 +p48503,csp,0.0,0.0,0.0,0.0,0.0 p48503,gas,0.0,0.0,0.0,0.0,0.0 p48503,geothermal,0.0,0.0,0.0,0.0,0.0 p48503,h2,0.0,0.0,0.0,0.0,0.0 p48503,hydro,0.0,0.0,0.0,0.0,0.0 p48503,nuclear,0.0,0.0,0.0,0.0,0.0 p48503,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48503,pv,0.0,0.0,167.99666666664416,335.9933333333465,503.99 +p48503,pv,0.0,0.0,445.00666666659527,890.013333333307,1335.02 p48503,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48503,wind-ons,249.57,499.14,665.5200000000768,831.9000000000815,998.28 -p48505,battery,0.0,0.0,318.32666666666046,636.6533333333209,954.9799999999999 +p48503,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48505,battery,0.0,0.0,490.56666666653473,981.1333333333023,1471.6999999999998 p48505,biomass,0.0,0.0,0.0,0.0,0.0 p48505,coal,0.0,0.0,0.0,0.0,0.0 +p48505,csp,0.0,0.0,0.0,0.0,0.0 p48505,gas,0.0,0.0,0.0,0.0,0.0 p48505,geothermal,0.0,0.0,0.0,0.0,0.0 p48505,h2,0.0,0.0,0.0,0.0,0.0 p48505,hydro,0.0,0.0,0.0,0.0,0.0 p48505,nuclear,0.0,0.0,0.0,0.0,0.0 p48505,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48505,pv,187.25,374.5,864.2233333333861,1353.9466666667722,1843.67 +p48505,pv,0.0,0.0,325.8366666667862,651.6733333333395,977.51 p48505,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p48505,wind-ons,0.0,0.0,395.66666666662786,791.3333333333721,1187.0 -p48507,battery,0.0,0.0,207.07000000000698,414.14000000001397,621.21 +p48505,wind-ons,393.5,787.0,1182.6666666667443,1578.3333333333721,1974.0 +p48507,battery,0.0,0.0,190.30999999999767,380.61999999999534,570.93 p48507,biomass,0.0,0.0,0.0,0.0,0.0 p48507,coal,0.0,0.0,0.0,0.0,0.0 +p48507,csp,0.0,0.0,0.0,0.0,0.0 p48507,gas,0.0,0.0,0.0,0.0,0.0 p48507,geothermal,0.0,0.0,0.0,0.0,0.0 p48507,h2,0.0,0.0,0.0,0.0,0.0 p48507,hydro,0.0,0.0,0.0,0.0,0.0 p48507,nuclear,0.0,0.0,0.0,0.0,0.0 p48507,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p48507,pv,0.0,0.0,40.42666666665173,80.853333333318,121.28 +p48507,pv,40.19,80.38,94.01333333333241,107.6466666666638,121.28 p48507,wind-ofs,0.0,0.0,0.0,0.0,0.0 p48507,wind-ons,0.0,0.0,0.0,0.0,0.0 -p49001,battery,0.0,0.0,80.0,160.0,240.0 +p49001,battery,120.0,240.0,240.0,240.0,240.0 p49001,biomass,0.0,0.0,0.0,0.0,0.0 p49001,coal,0.0,0.0,0.0,0.0,0.0 +p49001,csp,0.0,0.0,0.0,0.0,0.0 p49001,gas,0.0,0.0,0.0,0.0,0.0 -p49001,geothermal,0.0,0.0,7.603333333332557,15.206666666666933,22.810000000000002 +p49001,geothermal,0.0,0.0,1.199999999999818,2.400000000000091,3.6 p49001,h2,0.0,0.0,0.0,0.0,0.0 p49001,hydro,0.0,0.0,0.0,0.0,0.0 p49001,nuclear,0.0,0.0,0.0,0.0,0.0 p49001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49001,pv,49.5,99.0,132.0,165.0,198.0 +p49001,pv,49.5,99.0,99.0,99.0,99.0 p49001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p49001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p49003,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p49003,battery,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p49003,biomass,0.0,0.0,0.0,0.0,0.0 p49003,coal,0.0,0.0,0.0,0.0,0.0 +p49003,csp,0.0,0.0,0.0,0.0,0.0 p49003,gas,0.0,0.0,0.0,0.0,0.0 p49003,geothermal,0.0,0.0,0.0,0.0,0.0 p49003,h2,0.0,0.0,0.0,0.0,0.0 p49003,hydro,0.0,0.0,0.0,0.0,0.0 -p49003,nuclear,0.0,0.0,0.0,0.0,0.0 +p49003,nuclear,0.0,0.0,166.66666666662786,333.33333333331393,500.0 p49003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49003,pv,40.0,80.0,223.0,366.0,509.0 +p49003,pv,40.0,80.0,83.33333333333394,86.66666666666697,90.0 p49003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p49003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p49005,battery,0.0,0.0,0.0,0.0,0.0 -p49005,biomass,0.0,0.0,0.0,0.0,0.0 -p49005,coal,0.0,0.0,0.0,0.0,0.0 -p49005,gas,0.0,0.0,0.0,0.0,0.0 -p49005,geothermal,0.0,0.0,0.0,0.0,0.0 -p49005,h2,0.0,0.0,0.0,0.0,0.0 -p49005,hydro,0.0,0.0,0.0,0.0,0.0 -p49005,nuclear,0.0,0.0,0.0,0.0,0.0 -p49005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49005,pv,0.0,0.0,100.0,200.0,300.0 -p49005,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p49005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49005,csp,0.0,0.0,0.0,0.0,0.0 p49007,battery,0.0,0.0,0.0,0.0,0.0 p49007,biomass,0.0,0.0,0.0,0.0,0.0 p49007,coal,0.0,0.0,0.0,0.0,0.0 +p49007,csp,0.0,0.0,0.0,0.0,0.0 p49007,gas,0.0,0.0,0.0,0.0,0.0 p49007,geothermal,0.0,0.0,0.0,0.0,0.0 p49007,h2,0.0,0.0,0.0,0.0,0.0 p49007,hydro,0.0,0.0,0.0,0.0,0.0 p49007,nuclear,0.0,0.0,0.0,0.0,0.0 p49007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49007,pv,40.0,80.0,108.33333333333576,136.66666666666424,165.0 +p49007,pv,40.0,80.0,80.0,80.0,80.0 p49007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p49007,wind-ons,0.0,0.0,0.0,0.0,0.0 -p49013,battery,0.0,0.0,50.0,100.0,150.0 -p49013,biomass,0.0,0.0,0.0,0.0,0.0 -p49013,coal,0.0,0.0,0.0,0.0,0.0 -p49013,gas,0.0,0.0,0.0,0.0,0.0 -p49013,geothermal,0.0,0.0,0.0,0.0,0.0 -p49013,h2,0.0,0.0,0.0,0.0,0.0 -p49013,hydro,0.0,0.0,0.0,0.0,0.0 -p49013,nuclear,0.0,0.0,0.0,0.0,0.0 -p49013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49013,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p49013,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p49013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p49015,battery,0.0,0.0,299.8666666665813,599.733333333279,899.6 +p49013,csp,0.0,0.0,0.0,0.0,0.0 +p49015,battery,50.0,100.0,333.33333333337214,566.6666666666861,800.0 p49015,biomass,0.0,0.0,0.0,0.0,0.0 p49015,coal,0.0,0.0,0.0,0.0,0.0 +p49015,csp,0.0,0.0,0.0,0.0,0.0 p49015,gas,0.0,0.0,0.0,0.0,0.0 p49015,geothermal,0.0,0.0,0.0,0.0,0.0 p49015,h2,0.0,0.0,0.0,0.0,0.0 p49015,hydro,0.0,0.0,0.0,0.0,0.0 p49015,nuclear,0.0,0.0,0.0,0.0,0.0 p49015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49015,pv,449.0,898.0,1827.0,2756.0,3685.0 +p49015,pv,524.0,1048.0,1595.3333333334886,2142.6666666667443,2690.0 p49015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p49015,wind-ons,0.0,0.0,0.0,0.0,0.0 -p49021,battery,0.0,0.0,180.0,360.0,540.0 +p49021,battery,145.0,290.0,356.66666666668607,423.33333333334303,490.0 p49021,biomass,0.0,0.0,0.0,0.0,0.0 p49021,coal,0.0,0.0,0.0,0.0,0.0 +p49021,csp,0.0,0.0,0.0,0.0,0.0 p49021,gas,0.0,0.0,0.0,0.0,0.0 -p49021,geothermal,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p49021,geothermal,0.0,0.0,0.0,0.0,0.0 p49021,h2,0.0,0.0,0.0,0.0,0.0 p49021,hydro,0.0,0.0,0.0,0.0,0.0 p49021,nuclear,0.0,0.0,0.0,0.0,0.0 p49021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49021,pv,49.5,99.0,799.9333333333489,1500.8666666666977,2201.8 +p49021,pv,49.5,99.0,501.0,903.0,1305.0 p49021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p49021,wind-ons,0.0,0.0,0.0,0.0,0.0 -p49023,battery,0.0,0.0,411.5333333333256,823.0666666666511,1234.6 +p49023,battery,0.0,0.0,233.33333333337214,466.66666666668607,700.0 p49023,biomass,0.0,0.0,0.0,0.0,0.0 p49023,coal,0.0,0.0,0.0,0.0,0.0 -p49023,gas,0.0,0.0,230.66666666668607,461.33333333331393,692.0 +p49023,csp,0.0,0.0,0.0,0.0,0.0 +p49023,gas,0.0,0.0,429.94999999995343,859.9000000000233,1289.85 p49023,geothermal,0.0,0.0,0.0,0.0,0.0 p49023,h2,0.0,0.0,0.0,0.0,0.0 p49023,hydro,0.0,0.0,0.0,0.0,0.0 p49023,nuclear,0.0,0.0,0.0,0.0,0.0 p49023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49023,pv,0.0,0.0,433.33333333337214,866.6666666666279,1300.0 +p49023,pv,0.0,0.0,614.6666666665114,1229.3333333332557,1844.0 p49023,wind-ofs,0.0,0.0,0.0,0.0,0.0 p49023,wind-ons,0.0,0.0,0.0,0.0,0.0 p49025,battery,0.0,0.0,0.0,0.0,0.0 p49025,biomass,0.0,0.0,0.0,0.0,0.0 p49025,coal,0.0,0.0,0.0,0.0,0.0 +p49025,csp,0.0,0.0,0.0,0.0,0.0 p49025,gas,0.0,0.0,0.0,0.0,0.0 p49025,geothermal,0.0,0.0,0.0,0.0,0.0 p49025,h2,0.0,0.0,0.0,0.0,0.0 p49025,hydro,0.0,0.0,0.0,0.0,0.0 p49025,nuclear,0.0,0.0,0.0,0.0,0.0 p49025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49025,pv,0.0,0.0,358.33333333337214,716.6666666666279,1075.0 +p49025,pv,0.0,0.0,358.3333333332557,716.6666666666279,1075.0 p49025,wind-ofs,0.0,0.0,0.0,0.0,0.0 p49025,wind-ons,0.0,0.0,0.0,0.0,0.0 p49027,battery,0.0,0.0,1143.0,2286.0,3429.0 p49027,biomass,0.0,0.0,0.0,0.0,0.0 p49027,coal,0.0,0.0,0.0,0.0,0.0 -p49027,gas,0.0,0.0,66.6333333333314,133.2666666666628,199.9 -p49027,geothermal,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p49027,csp,0.0,0.0,0.0,0.0,0.0 +p49027,gas,0.0,0.0,61.666666666656965,123.33333333332848,185.0 +p49027,geothermal,0.0,0.0,13.333333333335759,26.66666666666788,40.0 p49027,h2,0.0,0.0,0.0,0.0,0.0 p49027,hydro,0.0,0.0,0.0,0.0,0.0 p49027,nuclear,0.0,0.0,0.0,0.0,0.0 p49027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49027,pv,99.5,199.0,2373.333333333023,4547.666666666977,6722.0 +p49027,pv,0.0,0.0,1932.666666666977,3865.3333333334886,5798.0 p49027,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p49027,wind-ons,0.0,0.0,300.0,600.0,900.0 -p49033,battery,0.0,0.0,0.0,0.0,0.0 -p49033,biomass,0.0,0.0,0.0,0.0,0.0 -p49033,coal,0.0,0.0,0.0,0.0,0.0 -p49033,gas,0.0,0.0,0.0,0.0,0.0 -p49033,geothermal,0.0,0.0,0.0,0.0,0.0 -p49033,h2,0.0,0.0,0.0,0.0,0.0 -p49033,hydro,0.0,0.0,0.0,0.0,0.0 -p49033,nuclear,0.0,0.0,0.0,0.0,0.0 -p49033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49033,pv,0.0,0.0,13.33333333333212,26.66666666666788,40.0 -p49033,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p49033,wind-ons,0.0,0.0,0.0,0.0,0.0 -p49035,battery,199.5,399.0,1042.3333333332557,1685.6666666667443,2329.0 +p49027,wind-ons,0.0,0.0,100.0,200.0,300.0 +p49035,battery,99.5,199.0,560.3333333332557,921.6666666666279,1283.0 p49035,biomass,0.0,0.0,0.0,0.0,0.0 p49035,coal,0.0,0.0,0.0,0.0,0.0 -p49035,gas,0.0,0.0,11.33333333333212,22.66666666666788,34.0 +p49035,csp,0.0,0.0,0.0,0.0,0.0 +p49035,gas,0.0,0.0,8.0,16.0,24.0 p49035,geothermal,0.0,0.0,0.0,0.0,0.0 p49035,h2,0.0,0.0,0.0,0.0,0.0 p49035,hydro,0.0,0.0,0.0,0.0,0.0 p49035,nuclear,0.0,0.0,0.0,0.0,0.0 -p49035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49035,pumped-hydro,250.0,500.0,666.6666666666279,833.3333333333139,1000.0 p49035,pv,0.0,0.0,0.0,0.0,0.0 p49035,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p49035,wind-ons,0.0,0.0,2.66666666666697,5.33333333333303,8.0 +p49035,wind-ons,0.0,0.0,2.6666666666660603,5.33333333333303,8.0 p49037,battery,0.0,0.0,100.0,200.0,300.0 p49037,biomass,0.0,0.0,0.0,0.0,0.0 p49037,coal,0.0,0.0,0.0,0.0,0.0 -p49037,gas,0.0,0.0,175.0,350.0,525.0 +p49037,csp,0.0,0.0,0.0,0.0,0.0 +p49037,gas,0.0,0.0,0.0,0.0,0.0 p49037,geothermal,0.0,0.0,0.0,0.0,0.0 p49037,h2,0.0,0.0,0.0,0.0,0.0 p49037,hydro,0.0,0.0,0.0,0.0,0.0 p49037,nuclear,0.0,0.0,0.0,0.0,0.0 p49037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49037,pv,0.0,0.0,281.266666666721,562.533333333442,843.8 +p49037,pv,0.0,0.0,66.33333333331393,132.66666666665697,199.0 p49037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p49037,wind-ons,0.0,0.0,134.0,268.0,402.0 -p49039,battery,0.0,0.0,0.0,0.0,0.0 -p49039,biomass,0.0,0.0,0.0,0.0,0.0 -p49039,coal,0.0,0.0,0.0,0.0,0.0 -p49039,gas,0.0,0.0,0.0,0.0,0.0 -p49039,geothermal,0.0,0.0,0.0,0.0,0.0 -p49039,h2,0.0,0.0,0.0,0.0,0.0 -p49039,hydro,0.0,0.0,0.0,0.0,0.0 -p49039,nuclear,0.0,0.0,0.0,0.0,0.0 -p49039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49039,pv,0.0,0.0,100.0,200.0,300.0 -p49039,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p49039,wind-ons,0.0,0.0,0.0,0.0,0.0 -p49041,battery,0.0,0.0,193.33333333331393,386.66666666668607,580.0 +p49037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49041,battery,40.0,80.0,80.0,80.0,80.0 p49041,biomass,0.0,0.0,0.0,0.0,0.0 p49041,coal,0.0,0.0,0.0,0.0,0.0 +p49041,csp,0.0,0.0,0.0,0.0,0.0 p49041,gas,0.0,0.0,0.0,0.0,0.0 -p49041,geothermal,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p49041,geothermal,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p49041,h2,0.0,0.0,0.0,0.0,0.0 p49041,hydro,0.0,0.0,0.0,0.0,0.0 p49041,nuclear,0.0,0.0,0.0,0.0,0.0 @@ -20354,6 +20785,7 @@ p49041,wind-ons,0.0,0.0,0.0,0.0,0.0 p49043,battery,0.0,0.0,0.0,0.0,0.0 p49043,biomass,0.0,0.0,0.0,0.0,0.0 p49043,coal,0.0,0.0,0.0,0.0,0.0 +p49043,csp,0.0,0.0,0.0,0.0,0.0 p49043,gas,0.0,0.0,0.0,0.0,0.0 p49043,geothermal,0.0,0.0,0.0,0.0,0.0 p49043,h2,0.0,0.0,0.0,0.0,0.0 @@ -20362,58 +20794,51 @@ p49043,nuclear,0.0,0.0,0.0,0.0,0.0 p49043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p49043,pv,0.0,0.0,0.0,0.0,0.0 p49043,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p49043,wind-ons,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p49043,wind-ons,50.0,100.0,100.0,100.0,100.0 p49045,battery,0.0,0.0,25.0,50.0,75.0 p49045,biomass,0.0,0.0,0.0,0.0,0.0 p49045,coal,0.0,0.0,0.0,0.0,0.0 +p49045,csp,0.0,0.0,0.0,0.0,0.0 p49045,gas,0.0,0.0,0.0,0.0,0.0 p49045,geothermal,0.0,0.0,0.0,0.0,0.0 p49045,h2,0.0,0.0,0.0,0.0,0.0 p49045,hydro,0.0,0.0,0.0,0.0,0.0 p49045,nuclear,0.0,0.0,0.0,0.0,0.0 p49045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49045,pv,77.5,155.0,821.533333333442,1488.066666666884,2154.6 +p49045,pv,77.5,155.0,288.33333333337214,421.66666666668607,555.0 p49045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p49045,wind-ons,0.0,0.0,0.0,0.0,0.0 -p49047,battery,10.0,20.0,26.66666666666606,33.33333333333394,40.0 -p49047,biomass,0.0,0.0,0.0,0.0,0.0 -p49047,coal,0.0,0.0,0.0,0.0,0.0 -p49047,gas,0.0,0.0,0.0,0.0,0.0 -p49047,geothermal,0.0,0.0,0.0,0.0,0.0 -p49047,h2,0.0,0.0,0.0,0.0,0.0 -p49047,hydro,0.0,0.0,0.0,0.0,0.0 -p49047,nuclear,0.0,0.0,0.0,0.0,0.0 -p49047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49047,pv,0.0,0.0,0.0,0.0,0.0 -p49047,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p49047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p49049,battery,0.0,0.0,315.33333333337214,630.6666666666279,946.0 +p49047,csp,0.0,0.0,0.0,0.0,0.0 +p49049,battery,0.0,0.0,265.3333333332557,530.6666666666279,796.0 p49049,biomass,0.0,0.0,0.0,0.0,0.0 p49049,coal,0.0,0.0,0.0,0.0,0.0 -p49049,gas,0.0,0.0,443.33333333337214,886.6666666666279,1330.0 +p49049,csp,0.0,0.0,0.0,0.0,0.0 +p49049,gas,0.0,0.0,338.3333333332557,676.6666666666279,1015.0 p49049,geothermal,0.0,0.0,0.0,0.0,0.0 p49049,h2,0.0,0.0,0.0,0.0,0.0 p49049,hydro,0.0,0.0,0.0,0.0,0.0 p49049,nuclear,0.0,0.0,0.0,0.0,0.0 p49049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49049,pv,462.0,924.0,2203.6666666665114,3483.3333333334886,4763.0 +p49049,pv,362.5,725.0,1871.333333333023,3017.6666666665114,4164.0 p49049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p49049,wind-ons,0.0,0.0,0.0,0.0,0.0 p49053,battery,0.0,0.0,60.0,120.0,180.0 p49053,biomass,0.0,0.0,0.0,0.0,0.0 p49053,coal,0.0,0.0,0.0,0.0,0.0 -p49053,gas,0.0,0.0,0.0,0.0,0.0 +p49053,csp,0.0,0.0,0.0,0.0,0.0 +p49053,gas,0.0,0.0,100.0,200.0,300.0 p49053,geothermal,0.0,0.0,0.0,0.0,0.0 p49053,h2,0.0,0.0,0.0,0.0,0.0 p49053,hydro,0.0,0.0,0.0,0.0,0.0 p49053,nuclear,0.0,0.0,0.0,0.0,0.0 p49053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p49053,pv,150.0,300.0,400.0,500.0,600.0 +p49053,pv,150.0,300.0,300.0,300.0,300.0 p49053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p49053,wind-ons,0.0,0.0,0.0,0.0,0.0 p49057,battery,0.0,0.0,66.6333333333314,133.2666666666628,199.9 p49057,biomass,0.0,0.0,0.0,0.0,0.0 p49057,coal,0.0,0.0,0.0,0.0,0.0 +p49057,csp,0.0,0.0,0.0,0.0,0.0 p49057,gas,0.0,0.0,0.0,0.0,0.0 p49057,geothermal,0.0,0.0,0.0,0.0,0.0 p49057,h2,0.0,0.0,0.0,0.0,0.0 @@ -20426,51 +20851,30 @@ p49057,wind-ons,0.0,0.0,0.0,0.0,0.0 p50001,battery,0.0,0.0,0.0,0.0,0.0 p50001,biomass,0.0,0.0,0.0,0.0,0.0 p50001,coal,0.0,0.0,0.0,0.0,0.0 +p50001,csp,0.0,0.0,0.0,0.0,0.0 p50001,gas,0.0,0.0,0.0,0.0,0.0 p50001,geothermal,0.0,0.0,0.0,0.0,0.0 p50001,h2,0.0,0.0,0.0,0.0,0.0 p50001,hydro,0.0,0.0,0.0,0.0,0.0 p50001,nuclear,0.0,0.0,0.0,0.0,0.0 p50001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p50001,pv,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p50001,pv,25.0,50.0,50.0,50.0,50.0 p50001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p50001,wind-ons,0.0,0.0,0.0,0.0,0.0 p50003,battery,0.0,0.0,0.0,0.0,0.0 p50003,biomass,0.0,0.0,0.0,0.0,0.0 p50003,coal,0.0,0.0,0.0,0.0,0.0 +p50003,csp,0.0,0.0,0.0,0.0,0.0 p50003,gas,0.0,0.0,0.0,0.0,0.0 p50003,geothermal,0.0,0.0,0.0,0.0,0.0 p50003,h2,0.0,0.0,0.0,0.0,0.0 p50003,hydro,0.0,0.0,0.0,0.0,0.0 p50003,nuclear,0.0,0.0,0.0,0.0,0.0 p50003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p50003,pv,10.0,20.0,26.66666666666606,33.33333333333394,40.0 +p50003,pv,10.0,20.0,20.0,20.0,20.0 p50003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p50003,wind-ons,0.0,0.0,0.0,0.0,0.0 -p50005,battery,0.0,0.0,0.0,0.0,0.0 -p50005,biomass,0.0,0.0,0.0,0.0,0.0 -p50005,coal,0.0,0.0,0.0,0.0,0.0 -p50005,gas,0.0,0.0,0.0,0.0,0.0 -p50005,geothermal,0.0,0.0,0.0,0.0,0.0 -p50005,h2,0.0,0.0,0.0,0.0,0.0 -p50005,hydro,0.0,0.0,0.0,0.0,0.0 -p50005,nuclear,0.0,0.0,0.0,0.0,0.0 -p50005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p50005,pv,0.0,0.0,0.0,0.0,0.0 -p50005,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p50005,wind-ons,0.0,0.0,11.733333587646484,23.46666717529297,35.2000007629394 -p50007,battery,0.0,0.0,5.33333333333394,10.66666666666606,16.0 -p50007,biomass,0.0,0.0,0.0,0.0,0.0 -p50007,coal,0.0,0.0,0.0,0.0,0.0 -p50007,gas,0.0,0.0,0.0,0.0,0.0 -p50007,geothermal,0.0,0.0,0.0,0.0,0.0 -p50007,h2,0.0,0.0,0.0,0.0,0.0 -p50007,hydro,0.0,0.0,0.0,0.0,0.0 -p50007,nuclear,0.0,0.0,0.0,0.0,0.0 -p50007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p50007,pv,0.0,0.0,0.0,0.0,0.0 -p50007,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p50007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p50005,csp,0.0,0.0,0.0,0.0,0.0 p50011,battery,0.0,0.0,6.433333079021395,12.866666158040971,19.2999992370605 p50011,biomass,0.0,0.0,0.0,0.0,0.0 p50011,coal,0.0,0.0,0.0,0.0,0.0 @@ -20486,28 +20890,17 @@ p50011,wind-ons,0.0,0.0,0.0,0.0,0.0 p50021,battery,0.0,0.0,0.0,0.0,0.0 p50021,biomass,0.0,0.0,0.0,0.0,0.0 p50021,coal,0.0,0.0,0.0,0.0,0.0 +p50021,csp,0.0,0.0,0.0,0.0,0.0 p50021,gas,0.0,0.0,0.0,0.0,0.0 p50021,geothermal,0.0,0.0,0.0,0.0,0.0 p50021,h2,0.0,0.0,0.0,0.0,0.0 p50021,hydro,0.0,0.0,0.0,0.0,0.0 p50021,nuclear,0.0,0.0,0.0,0.0,0.0 p50021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p50021,pv,10.0,20.0,26.66666666666606,33.33333333333394,40.0 +p50021,pv,10.0,20.0,20.0,20.0,20.0 p50021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p50021,wind-ons,0.0,0.0,0.0,0.0,0.0 -p50025,battery,0.0,0.0,33.65166727702308,67.30333455404616,100.955001831054 -p50025,biomass,0.0,0.0,0.0,0.0,0.0 -p50025,coal,0.0,0.0,0.0,0.0,0.0 -p50025,gas,0.0,0.0,0.0,0.0,0.0 -p50025,geothermal,0.0,0.0,0.0,0.0,0.0 -p50025,h2,0.0,0.0,0.0,0.0,0.0 -p50025,hydro,0.0,0.0,0.0,0.0,0.0 -p50025,nuclear,0.0,0.0,0.0,0.0,0.0 -p50025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p50025,pv,0.0,0.0,0.0,0.0,0.0 -p50025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p50025,wind-ons,0.0,0.0,0.0,0.0,0.0 -p50027,battery,0.0,0.0,44.66666539509606,89.33333079020667,133.9999961853025 +p50027,battery,0.0,0.0,6.433333079021395,12.866666158040971,19.2999992370605 p50027,biomass,0.0,0.0,0.0,0.0,0.0 p50027,coal,0.0,0.0,0.0,0.0,0.0 p50027,gas,0.0,0.0,0.0,0.0,0.0 @@ -20519,9 +20912,10 @@ p50027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p50027,pv,0.0,0.0,0.0,0.0,0.0 p50027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p50027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51001,battery,0.0,0.0,9.66666666666788,19.33333333333212,29.0 +p51001,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p51001,biomass,0.0,0.0,0.0,0.0,0.0 p51001,coal,0.0,0.0,0.0,0.0,0.0 +p51001,csp,0.0,0.0,0.0,0.0,0.0 p51001,gas,0.0,0.0,0.0,0.0,0.0 p51001,geothermal,0.0,0.0,0.0,0.0,0.0 p51001,h2,0.0,0.0,0.0,0.0,0.0 @@ -20534,42 +20928,47 @@ p51001,wind-ons,0.0,0.0,0.0,0.0,0.0 p51003,battery,0.0,0.0,0.0,0.0,0.0 p51003,biomass,0.0,0.0,0.0,0.0,0.0 p51003,coal,0.0,0.0,0.0,0.0,0.0 +p51003,csp,0.0,0.0,0.0,0.0,0.0 p51003,gas,0.0,0.0,0.0,0.0,0.0 p51003,geothermal,0.0,0.0,0.0,0.0,0.0 p51003,h2,0.0,0.0,0.0,0.0,0.0 p51003,hydro,0.0,0.0,0.0,0.0,0.0 p51003,nuclear,0.0,0.0,0.0,0.0,0.0 p51003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51003,pv,69.0,138.0,184.0,230.0,276.0 +p51003,pv,69.0,138.0,138.0,138.0,138.0 p51003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51003,wind-ons,0.0,0.0,0.0,0.0,0.0 p51007,battery,0.0,0.0,0.0,0.0,0.0 p51007,biomass,0.0,0.0,0.0,0.0,0.0 p51007,coal,0.0,0.0,0.0,0.0,0.0 +p51007,csp,0.0,0.0,0.0,0.0,0.0 p51007,gas,0.0,0.0,0.0,0.0,0.0 p51007,geothermal,0.0,0.0,0.0,0.0,0.0 p51007,h2,0.0,0.0,0.0,0.0,0.0 p51007,hydro,0.0,0.0,0.0,0.0,0.0 p51007,nuclear,0.0,0.0,0.0,0.0,0.0 p51007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51007,pv,0.0,0.0,35.33333333332848,70.66666666667152,106.0 +p51007,pv,0.0,0.0,35.333333333343035,70.66666666667152,106.0 p51007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51007,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51009,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p51009,battery,0.0,0.0,10.0,20.0,30.0 p51009,biomass,0.0,0.0,0.0,0.0,0.0 p51009,coal,0.0,0.0,0.0,0.0,0.0 +p51009,csp,0.0,0.0,0.0,0.0,0.0 p51009,gas,0.0,0.0,0.0,0.0,0.0 p51009,geothermal,0.0,0.0,0.0,0.0,0.0 p51009,h2,0.0,0.0,0.0,0.0,0.0 p51009,hydro,0.0,0.0,0.0,0.0,0.0 p51009,nuclear,0.0,0.0,0.0,0.0,0.0 p51009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51009,pv,0.0,0.0,26.0,52.0,78.0 +p51009,pv,25.0,50.0,59.33333333333576,68.66666666666788,78.0 p51009,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51011,csp,0.0,0.0,0.0,0.0,0.0 p51013,battery,0.0,0.0,0.0,0.0,0.0 p51013,biomass,0.0,0.0,0.0,0.0,0.0 p51013,coal,0.0,0.0,0.0,0.0,0.0 +p51013,csp,0.0,0.0,0.0,0.0,0.0 p51013,gas,0.0,0.0,0.0,0.0,0.0 p51013,geothermal,0.0,0.0,0.0,0.0,0.0 p51013,h2,0.0,0.0,0.0,0.0,0.0 @@ -20579,9 +20978,10 @@ p51013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p51013,pv,0.0,0.0,0.0,0.0,0.0 p51013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51015,battery,0.0,0.0,103.33333333334303,206.66666666665697,310.0 +p51015,battery,0.0,0.0,103.33333333331393,206.66666666665697,310.0 p51015,biomass,0.0,0.0,0.0,0.0,0.0 p51015,coal,0.0,0.0,0.0,0.0,0.0 +p51015,csp,0.0,0.0,0.0,0.0,0.0 p51015,gas,0.0,0.0,0.0,0.0,0.0 p51015,geothermal,0.0,0.0,0.0,0.0,0.0 p51015,h2,0.0,0.0,0.0,0.0,0.0 @@ -20591,21 +20991,11 @@ p51015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p51015,pv,0.0,0.0,50.0,100.0,150.0 p51015,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51015,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51019,battery,0.0,0.0,25.0,50.0,75.0 -p51019,biomass,0.0,0.0,0.0,0.0,0.0 -p51019,coal,0.0,0.0,0.0,0.0,0.0 -p51019,gas,0.0,0.0,0.0,0.0,0.0 -p51019,geothermal,0.0,0.0,0.0,0.0,0.0 -p51019,h2,0.0,0.0,0.0,0.0,0.0 -p51019,hydro,0.0,0.0,0.0,0.0,0.0 -p51019,nuclear,0.0,0.0,0.0,0.0,0.0 -p51019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51019,pv,0.0,0.0,0.0,0.0,0.0 -p51019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p51019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51023,battery,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p51019,csp,0.0,0.0,0.0,0.0,0.0 +p51023,battery,0.0,0.0,20.0,40.0,60.0 p51023,biomass,0.0,0.0,0.0,0.0,0.0 p51023,coal,0.0,0.0,0.0,0.0,0.0 +p51023,csp,0.0,0.0,0.0,0.0,0.0 p51023,gas,0.0,0.0,0.0,0.0,0.0 p51023,geothermal,0.0,0.0,0.0,0.0,0.0 p51023,h2,0.0,0.0,0.0,0.0,0.0 @@ -20614,286 +21004,287 @@ p51023,nuclear,0.0,0.0,0.0,0.0,0.0 p51023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p51023,pv,0.0,0.0,0.0,0.0,0.0 p51023,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p51023,wind-ons,39.1,78.2,104.26666666666279,130.33333333332848,156.4 -p51025,battery,0.0,0.0,129.56666666670935,259.1333333333605,388.7 +p51023,wind-ons,39.1,78.2,78.2,78.2,78.2 +p51025,battery,0.0,0.0,108.33333333331393,216.66666666665697,325.0 p51025,biomass,0.0,0.0,0.0,0.0,0.0 p51025,coal,0.0,0.0,0.0,0.0,0.0 -p51025,gas,0.0,0.0,11.33333333333212,22.66666666666788,34.0 +p51025,csp,0.0,0.0,0.0,0.0,0.0 +p51025,gas,0.0,0.0,0.0,0.0,0.0 p51025,geothermal,0.0,0.0,0.0,0.0,0.0 p51025,h2,0.0,0.0,0.0,0.0,0.0 p51025,hydro,0.0,0.0,0.0,0.0,0.0 p51025,nuclear,0.0,0.0,0.0,0.0,0.0 p51025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51025,pv,0.0,0.0,501.14999999990687,1002.2999999999302,1503.45 +p51025,pv,0.0,0.0,411.1500000000233,822.3000000000466,1233.45 p51025,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51025,wind-ons,0.0,0.0,0.0,0.0,0.0 p51027,battery,0.0,0.0,0.0,0.0,0.0 p51027,biomass,0.0,0.0,0.0,0.0,0.0 p51027,coal,0.0,0.0,0.0,0.0,0.0 +p51027,csp,0.0,0.0,0.0,0.0,0.0 p51027,gas,0.0,0.0,0.0,0.0,0.0 p51027,geothermal,0.0,0.0,0.0,0.0,0.0 p51027,h2,0.0,0.0,0.0,0.0,0.0 p51027,hydro,0.0,0.0,0.0,0.0,0.0 p51027,nuclear,0.0,0.0,0.0,0.0,0.0 p51027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51027,pv,0.0,0.0,50.08333333332848,100.16666666667152,150.25 +p51027,pv,37.5,75.0,80.08333333333212,85.16666666666606,90.25 p51027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51027,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51029,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p51029,battery,0.0,0.0,0.0,0.0,0.0 p51029,biomass,0.0,0.0,0.0,0.0,0.0 p51029,coal,0.0,0.0,0.0,0.0,0.0 +p51029,csp,0.0,0.0,0.0,0.0,0.0 p51029,gas,0.0,0.0,0.0,0.0,0.0 p51029,geothermal,0.0,0.0,0.0,0.0,0.0 p51029,h2,0.0,0.0,0.0,0.0,0.0 p51029,hydro,0.0,0.0,0.0,0.0,0.0 p51029,nuclear,0.0,0.0,0.0,0.0,0.0 p51029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51029,pv,124.75,249.5,332.66666666665697,415.83333333334303,499.0 +p51029,pv,124.75,249.5,281.13333333333867,312.76666666667006,344.4 p51029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51031,battery,0.0,0.0,13.33333333333212,26.66666666666788,40.0 +p51031,battery,0.0,0.0,0.0,0.0,0.0 p51031,biomass,0.0,0.0,0.0,0.0,0.0 p51031,coal,0.0,0.0,0.0,0.0,0.0 +p51031,csp,0.0,0.0,0.0,0.0,0.0 p51031,gas,0.0,0.0,0.0,0.0,0.0 p51031,geothermal,0.0,0.0,0.0,0.0,0.0 p51031,h2,0.0,0.0,0.0,0.0,0.0 p51031,hydro,0.0,0.0,0.0,0.0,0.0 p51031,nuclear,0.0,0.0,0.0,0.0,0.0 p51031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51031,pv,0.0,0.0,110.1333333333314,220.2666666666628,330.4 +p51031,pv,56.5,113.0,139.66666666667152,166.33333333333576,193.0 p51031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51031,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51033,battery,0.0,0.0,213.33333333331393,426.66666666668607,640.0 +p51033,battery,0.0,0.0,136.66666666662786,273.33333333331393,410.0 p51033,biomass,0.0,0.0,0.0,0.0,0.0 p51033,coal,0.0,0.0,0.0,0.0,0.0 -p51033,gas,0.0,0.0,17.69999999999709,35.39999999999418,53.1 +p51033,csp,0.0,0.0,0.0,0.0,0.0 +p51033,gas,0.0,0.0,0.0,0.0,0.0 p51033,geothermal,0.0,0.0,0.0,0.0,0.0 p51033,h2,0.0,0.0,0.0,0.0,0.0 p51033,hydro,0.0,0.0,0.0,0.0,0.0 p51033,nuclear,0.0,0.0,0.0,0.0,0.0 p51033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51033,pv,0.0,0.0,82.19333333332906,164.38666666665813,246.57999999999998 +p51033,pv,0.0,0.0,34.193333333329065,68.38666666667268,102.58 p51033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51033,wind-ons,0.0,0.0,0.0,0.0,0.0 p51035,battery,0.0,0.0,0.0,0.0,0.0 p51035,biomass,0.0,0.0,0.0,0.0,0.0 p51035,coal,0.0,0.0,0.0,0.0,0.0 +p51035,csp,0.0,0.0,0.0,0.0,0.0 p51035,gas,0.0,0.0,0.0,0.0,0.0 p51035,geothermal,0.0,0.0,0.0,0.0,0.0 p51035,h2,0.0,0.0,0.0,0.0,0.0 p51035,hydro,0.0,0.0,0.0,0.0,0.0 p51035,nuclear,0.0,0.0,0.0,0.0,0.0 p51035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51035,pv,0.0,0.0,63.33333333332848,126.66666666667152,190.0 +p51035,pv,0.0,0.0,13.333333333335759,26.66666666666788,40.0 p51035,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51035,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51036,battery,0.0,0.0,73.33333333334303,146.66666666665697,220.0 +p51036,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p51036,biomass,0.0,0.0,0.0,0.0,0.0 p51036,coal,0.0,0.0,0.0,0.0,0.0 +p51036,csp,0.0,0.0,0.0,0.0,0.0 p51036,gas,0.0,0.0,0.0,0.0,0.0 p51036,geothermal,0.0,0.0,0.0,0.0,0.0 p51036,h2,0.0,0.0,0.0,0.0,0.0 p51036,hydro,0.0,0.0,0.0,0.0,0.0 p51036,nuclear,0.0,0.0,0.0,0.0,0.0 p51036,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51036,pv,0.0,0.0,88.78333333335468,177.56666666668025,266.35 +p51036,pv,160.0,320.0,329.7166666666708,339.4333333333343,349.15 p51036,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51036,wind-ons,0.0,0.0,0.0,0.0,0.0 p51037,battery,0.0,0.0,0.0,0.0,0.0 p51037,biomass,0.0,0.0,0.0,0.0,0.0 p51037,coal,0.0,0.0,0.0,0.0,0.0 +p51037,csp,0.0,0.0,0.0,0.0,0.0 p51037,gas,0.0,0.0,0.0,0.0,0.0 p51037,geothermal,0.0,0.0,0.0,0.0,0.0 p51037,h2,0.0,0.0,0.0,0.0,0.0 p51037,hydro,0.0,0.0,0.0,0.0,0.0 p51037,nuclear,0.0,0.0,0.0,0.0,0.0 p51037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51037,pv,0.0,0.0,347.7233333333861,695.4466666667722,1043.17 +p51037,pv,62.5,125.0,408.2233333333861,691.4466666666558,974.67 p51037,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51037,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51041,battery,0.0,0.0,148.66666666668607,297.33333333331393,446.0 +p51041,battery,0.0,0.0,70.27333333334536,140.54666666666162,210.82 p51041,biomass,0.0,0.0,0.0,0.0,0.0 p51041,coal,0.0,0.0,0.0,0.0,0.0 -p51041,gas,284.5,569.0,758.6666666666861,948.3333333333139,1138.0 +p51041,csp,0.0,0.0,0.0,0.0,0.0 +p51041,gas,284.5,569.0,758.6666666666279,948.3333333333139,1138.0 p51041,geothermal,0.0,0.0,0.0,0.0,0.0 p51041,h2,0.0,0.0,0.0,0.0,0.0 p51041,hydro,0.0,0.0,0.0,0.0,0.0 p51041,nuclear,0.0,0.0,0.0,0.0,0.0 p51041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51041,pv,0.0,0.0,30.66666666666424,61.33333333333576,92.0 +p51041,pv,90.0,180.0,197.33333333332848,214.66666666666424,232.0 p51041,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51041,wind-ons,0.0,0.0,0.0,0.0,0.0 p51043,battery,0.0,0.0,0.0,0.0,0.0 p51043,biomass,0.0,0.0,0.0,0.0,0.0 p51043,coal,0.0,0.0,0.0,0.0,0.0 +p51043,csp,0.0,0.0,0.0,0.0,0.0 p51043,gas,0.0,0.0,0.0,0.0,0.0 p51043,geothermal,0.0,0.0,0.0,0.0,0.0 p51043,h2,0.0,0.0,0.0,0.0,0.0 p51043,hydro,0.0,0.0,0.0,0.0,0.0 p51043,nuclear,0.0,0.0,0.0,0.0,0.0 p51043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51043,pv,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p51043,pv,25.0,50.0,50.0,50.0,50.0 p51043,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51043,wind-ons,0.0,0.0,0.0,0.0,0.0 p51047,battery,0.0,0.0,0.0,0.0,0.0 p51047,biomass,0.0,0.0,0.0,0.0,0.0 p51047,coal,0.0,0.0,0.0,0.0,0.0 +p51047,csp,0.0,0.0,0.0,0.0,0.0 p51047,gas,0.0,0.0,0.0,0.0,0.0 p51047,geothermal,0.0,0.0,0.0,0.0,0.0 p51047,h2,0.0,0.0,0.0,0.0,0.0 p51047,hydro,0.0,0.0,0.0,0.0,0.0 p51047,nuclear,0.0,0.0,0.0,0.0,0.0 p51047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51047,pv,105.0,210.0,280.0,350.0,420.0 +p51047,pv,115.0,230.0,230.0,230.0,230.0 p51047,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51047,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51049,battery,0.0,0.0,17.46666666666715,34.9333333333343,52.4 +p51049,battery,0.0,0.0,0.0,0.0,0.0 p51049,biomass,0.0,0.0,0.0,0.0,0.0 p51049,coal,0.0,0.0,0.0,0.0,0.0 +p51049,csp,0.0,0.0,0.0,0.0,0.0 p51049,gas,0.0,0.0,0.0,0.0,0.0 p51049,geothermal,0.0,0.0,0.0,0.0,0.0 p51049,h2,0.0,0.0,0.0,0.0,0.0 p51049,hydro,0.0,0.0,0.0,0.0,0.0 p51049,nuclear,0.0,0.0,0.0,0.0,0.0 p51049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51049,pv,0.0,0.0,277.99866666668095,555.9973333333619,833.996 +p51049,pv,0.0,0.0,197.99866666668095,395.9973333333037,593.996 p51049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51049,wind-ons,0.0,0.0,0.0,0.0,0.0 p51051,battery,0.0,0.0,0.0,0.0,0.0 p51051,biomass,0.0,0.0,0.0,0.0,0.0 p51051,coal,0.0,0.0,0.0,0.0,0.0 +p51051,csp,0.0,0.0,0.0,0.0,0.0 p51051,gas,0.0,0.0,0.0,0.0,0.0 p51051,geothermal,0.0,0.0,0.0,0.0,0.0 p51051,h2,0.0,0.0,0.0,0.0,0.0 p51051,hydro,0.0,0.0,0.0,0.0,0.0 p51051,nuclear,0.0,0.0,0.0,0.0,0.0 p51051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51051,pv,0.0,0.0,13.33333333333212,26.66666666666788,40.0 +p51051,pv,0.0,0.0,13.333333333335759,26.66666666666788,40.0 p51051,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51051,wind-ons,0.0,0.0,0.0,0.0,0.0 p51053,battery,0.0,0.0,0.0,0.0,0.0 p51053,biomass,0.0,0.0,0.0,0.0,0.0 p51053,coal,0.0,0.0,0.0,0.0,0.0 +p51053,csp,0.0,0.0,0.0,0.0,0.0 p51053,gas,0.0,0.0,0.0,0.0,0.0 p51053,geothermal,0.0,0.0,0.0,0.0,0.0 p51053,h2,0.0,0.0,0.0,0.0,0.0 p51053,hydro,0.0,0.0,0.0,0.0,0.0 p51053,nuclear,0.0,0.0,0.0,0.0,0.0 p51053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51053,pv,0.0,0.0,25.66666666666424,51.33333333333576,77.0 +p51053,pv,0.0,0.0,12.333333333335759,24.66666666666788,37.0 p51053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51053,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51057,battery,0.0,0.0,0.0,0.0,0.0 -p51057,biomass,0.0,0.0,0.0,0.0,0.0 -p51057,coal,0.0,0.0,0.0,0.0,0.0 -p51057,gas,0.0,0.0,0.0,0.0,0.0 -p51057,geothermal,0.0,0.0,0.0,0.0,0.0 -p51057,h2,0.0,0.0,0.0,0.0,0.0 -p51057,hydro,0.0,0.0,0.0,0.0,0.0 -p51057,nuclear,0.0,0.0,0.0,0.0,0.0 -p51057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51057,pv,0.0,0.0,13.33333333333212,26.66666666666788,40.0 -p51057,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p51057,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51059,battery,0.0,0.0,0.0,0.0,0.0 -p51059,biomass,0.0,0.0,0.0,0.0,0.0 -p51059,coal,0.0,0.0,0.0,0.0,0.0 -p51059,gas,0.0,0.0,0.0,0.0,0.0 -p51059,geothermal,0.0,0.0,0.0,0.0,0.0 -p51059,h2,0.0,0.0,0.0,0.0,0.0 -p51059,hydro,0.0,0.0,0.0,0.0,0.0 -p51059,nuclear,0.0,0.0,0.0,0.0,0.0 -p51059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51059,pv,0.0,0.0,0.0,0.0,0.0 -p51059,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p51059,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51061,battery,0.0,0.0,145.0,290.0,435.0 +p51057,csp,0.0,0.0,0.0,0.0,0.0 +p51059,csp,0.0,0.0,0.0,0.0,0.0 +p51061,battery,50.0,100.0,141.66666666665697,183.33333333332848,225.0 p51061,biomass,0.0,0.0,0.0,0.0,0.0 p51061,coal,0.0,0.0,0.0,0.0,0.0 -p51061,gas,0.0,0.0,17.16666666666424,34.33333333333576,51.5 +p51061,csp,0.0,0.0,0.0,0.0,0.0 +p51061,gas,0.0,0.0,0.0,0.0,0.0 p51061,geothermal,0.0,0.0,0.0,0.0,0.0 p51061,h2,0.0,0.0,0.0,0.0,0.0 p51061,hydro,0.0,0.0,0.0,0.0,0.0 p51061,nuclear,0.0,0.0,0.0,0.0,0.0 p51061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51061,pv,45.0,90.0,120.0,150.0,180.0 +p51061,pv,0.0,0.0,18.233333333329938,36.46666666666715,54.7 p51061,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51061,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51065,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p51063,csp,0.0,0.0,0.0,0.0,0.0 +p51065,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p51065,biomass,0.0,0.0,0.0,0.0,0.0 p51065,coal,0.0,0.0,0.0,0.0,0.0 -p51065,gas,0.0,0.0,0.0,0.0,0.0 +p51065,csp,0.0,0.0,0.0,0.0,0.0 +p51065,gas,0.0,0.0,517.3333333334886,1034.6666666667443,1552.0 p51065,geothermal,0.0,0.0,0.0,0.0,0.0 p51065,h2,0.0,0.0,0.0,0.0,0.0 p51065,hydro,0.0,0.0,0.0,0.0,0.0 p51065,nuclear,0.0,0.0,0.0,0.0,0.0 p51065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51065,pv,0.0,0.0,19.0,38.0,57.0 +p51065,pv,0.0,0.0,0.0,0.0,0.0 p51065,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51065,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51067,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p51067,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p51067,biomass,0.0,0.0,0.0,0.0,0.0 p51067,coal,0.0,0.0,0.0,0.0,0.0 +p51067,csp,0.0,0.0,0.0,0.0,0.0 p51067,gas,0.0,0.0,0.0,0.0,0.0 p51067,geothermal,0.0,0.0,0.0,0.0,0.0 p51067,h2,0.0,0.0,0.0,0.0,0.0 p51067,hydro,0.0,0.0,0.0,0.0,0.0 p51067,nuclear,0.0,0.0,0.0,0.0,0.0 p51067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51067,pv,0.0,0.0,21.66666666666424,43.33333333333576,65.0 +p51067,pv,0.0,0.0,0.0,0.0,0.0 p51067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51067,wind-ons,0.0,0.0,0.0,0.0,0.0 p51069,battery,0.0,0.0,120.0,240.0,360.0 p51069,biomass,0.0,0.0,0.0,0.0,0.0 p51069,coal,0.0,0.0,0.0,0.0,0.0 +p51069,csp,0.0,0.0,0.0,0.0,0.0 p51069,gas,0.0,0.0,0.0,0.0,0.0 p51069,geothermal,0.0,0.0,0.0,0.0,0.0 p51069,h2,0.0,0.0,0.0,0.0,0.0 p51069,hydro,0.0,0.0,0.0,0.0,0.0 p51069,nuclear,0.0,0.0,0.0,0.0,0.0 p51069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51069,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p51069,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p51069,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51069,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51071,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p51071,battery,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p51071,biomass,0.0,0.0,0.0,0.0,0.0 p51071,coal,0.0,0.0,0.0,0.0,0.0 +p51071,csp,0.0,0.0,0.0,0.0,0.0 p51071,gas,0.0,0.0,0.0,0.0,0.0 p51071,geothermal,0.0,0.0,0.0,0.0,0.0 p51071,h2,0.0,0.0,0.0,0.0,0.0 p51071,hydro,0.0,0.0,0.0,0.0,0.0 p51071,nuclear,0.0,0.0,0.0,0.0,0.0 p51071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51071,pv,0.0,0.0,40.0,80.0,120.0 +p51071,pv,0.0,0.0,23.333333333328483,46.66666666666424,70.0 p51071,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51071,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51073,battery,0.0,0.0,17.61333333332732,35.22666666666191,52.84 +p51073,battery,0.0,0.0,4.280000000000655,8.55999999999949,12.84 p51073,biomass,0.0,0.0,0.0,0.0,0.0 p51073,coal,0.0,0.0,0.0,0.0,0.0 +p51073,csp,0.0,0.0,0.0,0.0,0.0 p51073,gas,0.0,0.0,0.0,0.0,0.0 p51073,geothermal,0.0,0.0,0.0,0.0,0.0 p51073,h2,0.0,0.0,0.0,0.0,0.0 p51073,hydro,0.0,0.0,0.0,0.0,0.0 p51073,nuclear,0.0,0.0,0.0,0.0,0.0 p51073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51073,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p51073,pv,0.0,0.0,0.0,0.0,0.0 p51073,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51073,wind-ons,0.0,0.0,0.0,0.0,0.0 p51075,battery,0.0,0.0,0.0,0.0,0.0 p51075,biomass,0.0,0.0,0.0,0.0,0.0 p51075,coal,0.0,0.0,0.0,0.0,0.0 +p51075,csp,0.0,0.0,0.0,0.0,0.0 p51075,gas,0.0,0.0,0.0,0.0,0.0 p51075,geothermal,0.0,0.0,0.0,0.0,0.0 p51075,h2,0.0,0.0,0.0,0.0,0.0 p51075,hydro,0.0,0.0,0.0,0.0,0.0 p51075,nuclear,0.0,0.0,0.0,0.0,0.0 p51075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51075,pv,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p51075,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p51075,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51075,wind-ons,0.0,0.0,0.0,0.0,0.0 p51077,battery,0.0,0.0,0.0,0.0,0.0 p51077,biomass,0.0,0.0,0.0,0.0,0.0 p51077,coal,0.0,0.0,0.0,0.0,0.0 +p51077,csp,0.0,0.0,0.0,0.0,0.0 p51077,gas,0.0,0.0,0.0,0.0,0.0 p51077,geothermal,0.0,0.0,0.0,0.0,0.0 p51077,h2,0.0,0.0,0.0,0.0,0.0 @@ -20902,79 +21293,98 @@ p51077,nuclear,0.0,0.0,0.0,0.0,0.0 p51077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p51077,pv,0.0,0.0,0.0,0.0,0.0 p51077,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p51077,wind-ons,31.65,63.3,84.40000000000146,105.5,126.6 -p51081,battery,0.0,0.0,65.0,130.0,195.0 +p51077,wind-ons,31.65,63.3,63.3,63.3,63.3 +p51081,battery,0.0,0.0,31.666666666671517,63.33333333333576,95.0 p51081,biomass,0.0,0.0,0.0,0.0,0.0 p51081,coal,0.0,0.0,0.0,0.0,0.0 -p51081,gas,0.0,0.0,14.96666666667079,29.93333333333794,44.9 +p51081,csp,0.0,0.0,0.0,0.0,0.0 +p51081,gas,0.0,0.0,0.0,0.0,0.0 p51081,geothermal,0.0,0.0,0.0,0.0,0.0 p51081,h2,0.0,0.0,0.0,0.0,0.0 p51081,hydro,0.0,0.0,0.0,0.0,0.0 p51081,nuclear,0.0,0.0,0.0,0.0,0.0 p51081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51081,pv,0.0,0.0,57.13333333331684,114.26666666664823,171.4 +p51081,pv,14.2,28.4,63.066666666651145,97.73333333332266,132.4 p51081,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51081,wind-ons,0.0,0.0,0.0,0.0,0.0 p51083,battery,0.0,0.0,75.0,150.0,225.0 p51083,biomass,0.0,0.0,0.0,0.0,0.0 p51083,coal,0.0,0.0,0.0,0.0,0.0 +p51083,csp,0.0,0.0,0.0,0.0,0.0 p51083,gas,0.0,0.0,0.0,0.0,0.0 p51083,geothermal,0.0,0.0,0.0,0.0,0.0 p51083,h2,0.0,0.0,0.0,0.0,0.0 p51083,hydro,0.0,0.0,0.0,0.0,0.0 p51083,nuclear,0.0,0.0,0.0,0.0,0.0 p51083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51083,pv,0.0,0.0,430.69999999995343,861.3999999999069,1292.1 +p51083,pv,313.0,626.0,714.9666666666453,803.9333333333198,892.9 p51083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51083,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51085,battery,0.0,0.0,123.33333333334303,246.66666666665697,370.0 +p51085,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p51085,biomass,0.0,0.0,0.0,0.0,0.0 p51085,coal,0.0,0.0,0.0,0.0,0.0 -p51085,gas,0.0,0.0,0.0,0.0,0.0 +p51085,csp,0.0,0.0,0.0,0.0,0.0 +p51085,gas,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p51085,geothermal,0.0,0.0,0.0,0.0,0.0 p51085,h2,0.0,0.0,0.0,0.0,0.0 p51085,hydro,0.0,0.0,0.0,0.0,0.0 p51085,nuclear,0.0,0.0,0.0,0.0,0.0 p51085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51085,pv,0.0,0.0,34.66666666667152,69.33333333332848,104.0 +p51085,pv,50.0,100.0,103.28999999999996,106.57999999999993,109.87 p51085,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51085,wind-ons,0.0,0.0,0.0,0.0,0.0 p51087,battery,0.0,0.0,0.0,0.0,0.0 p51087,biomass,0.0,0.0,0.0,0.0,0.0 p51087,coal,0.0,0.0,0.0,0.0,0.0 +p51087,csp,0.0,0.0,0.0,0.0,0.0 p51087,gas,0.0,0.0,0.0,0.0,0.0 p51087,geothermal,0.0,0.0,0.0,0.0,0.0 p51087,h2,0.0,0.0,0.0,0.0,0.0 p51087,hydro,0.0,0.0,0.0,0.0,0.0 p51087,nuclear,0.0,0.0,0.0,0.0,0.0 p51087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51087,pv,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p51087,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p51087,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51087,wind-ons,0.0,0.0,0.0,0.0,0.0 p51089,battery,0.0,0.0,0.0,0.0,0.0 p51089,biomass,0.0,0.0,0.0,0.0,0.0 p51089,coal,0.0,0.0,0.0,0.0,0.0 +p51089,csp,0.0,0.0,0.0,0.0,0.0 p51089,gas,0.0,0.0,0.0,0.0,0.0 p51089,geothermal,0.0,0.0,0.0,0.0,0.0 p51089,h2,0.0,0.0,0.0,0.0,0.0 p51089,hydro,0.0,0.0,0.0,0.0,0.0 p51089,nuclear,0.0,0.0,0.0,0.0,0.0 p51089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51089,pv,70.0,140.0,186.66666666667152,233.33333333332848,280.0 +p51089,pv,25.0,50.0,50.0,50.0,50.0 p51089,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51089,wind-ons,0.0,0.0,0.0,0.0,0.0 p51093,battery,0.0,0.0,0.0,0.0,0.0 p51093,biomass,0.0,0.0,0.0,0.0,0.0 p51093,coal,0.0,0.0,0.0,0.0,0.0 +p51093,csp,0.0,0.0,0.0,0.0,0.0 p51093,gas,0.0,0.0,0.0,0.0,0.0 p51093,geothermal,0.0,0.0,0.0,0.0,0.0 p51093,h2,0.0,0.0,0.0,0.0,0.0 p51093,hydro,0.0,0.0,0.0,0.0,0.0 p51093,nuclear,0.0,0.0,0.0,0.0,0.0 p51093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51093,pv,185.5,371.0,494.66666666665697,618.333333333343,742.0 +p51093,pv,165.5,331.0,364.0,397.0,430.0 p51093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51095,battery,0.0,0.0,216.66666666662786,433.33333333331393,650.0 +p51095,biomass,0.0,0.0,0.0,0.0,0.0 +p51095,coal,0.0,0.0,0.0,0.0,0.0 +p51095,csp,0.0,0.0,0.0,0.0,0.0 +p51095,gas,0.0,0.0,0.0,0.0,0.0 +p51095,geothermal,0.0,0.0,0.0,0.0,0.0 +p51095,h2,0.0,0.0,0.0,0.0,0.0 +p51095,hydro,0.0,0.0,0.0,0.0,0.0 +p51095,nuclear,0.0,0.0,0.0,0.0,0.0 +p51095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51095,pv,0.0,0.0,0.0,0.0,0.0 +p51095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51095,wind-ons,0.0,0.0,0.0,0.0,0.0 p51097,battery,0.0,0.0,0.0,0.0,0.0 p51097,biomass,0.0,0.0,0.0,0.0,0.0 p51097,coal,0.0,0.0,0.0,0.0,0.0 @@ -20984,120 +21394,145 @@ p51097,h2,0.0,0.0,0.0,0.0,0.0 p51097,hydro,0.0,0.0,0.0,0.0,0.0 p51097,nuclear,0.0,0.0,0.0,0.0,0.0 p51097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51097,pv,74.95,149.9,221.61933333333582,293.33866666664835,365.058 +p51097,pv,74.95,149.9,203.79000000000815,257.68000000000757,311.57000000000005 p51097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51099,battery,0.0,0.0,153.09999999997672,306.19999999995343,459.3 +p51099,battery,50.0,100.0,217.43333333331975,334.8666666666686,452.3 p51099,biomass,0.0,0.0,0.0,0.0,0.0 p51099,coal,0.0,0.0,0.0,0.0,0.0 +p51099,csp,0.0,0.0,0.0,0.0,0.0 p51099,gas,0.0,0.0,0.0,0.0,0.0 p51099,geothermal,0.0,0.0,0.0,0.0,0.0 p51099,h2,0.0,0.0,0.0,0.0,0.0 p51099,hydro,0.0,0.0,0.0,0.0,0.0 p51099,nuclear,0.0,0.0,0.0,0.0,0.0 p51099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51099,pv,67.0,134.0,178.66666666667152,223.33333333332848,268.0 +p51099,pv,67.0,134.0,134.0,134.0,134.0 p51099,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51099,wind-ons,0.0,0.0,0.0,0.0,0.0 p51101,battery,0.0,0.0,0.0,0.0,0.0 p51101,biomass,0.0,0.0,0.0,0.0,0.0 p51101,coal,0.0,0.0,0.0,0.0,0.0 +p51101,csp,0.0,0.0,0.0,0.0,0.0 p51101,gas,0.0,0.0,0.0,0.0,0.0 p51101,geothermal,0.0,0.0,0.0,0.0,0.0 p51101,h2,0.0,0.0,0.0,0.0,0.0 p51101,hydro,0.0,0.0,0.0,0.0,0.0 p51101,nuclear,0.0,0.0,0.0,0.0,0.0 p51101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51101,pv,0.0,0.0,24.66666666666424,49.33333333333576,74.0 +p51101,pv,37.0,74.0,74.0,74.0,74.0 p51101,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51101,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51103,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p51103,battery,0.0,0.0,10.0,20.0,30.0 p51103,biomass,0.0,0.0,0.0,0.0,0.0 p51103,coal,0.0,0.0,0.0,0.0,0.0 +p51103,csp,0.0,0.0,0.0,0.0,0.0 p51103,gas,0.0,0.0,0.0,0.0,0.0 p51103,geothermal,0.0,0.0,0.0,0.0,0.0 p51103,h2,0.0,0.0,0.0,0.0,0.0 p51103,hydro,0.0,0.0,0.0,0.0,0.0 p51103,nuclear,0.0,0.0,0.0,0.0,0.0 p51103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51103,pv,0.0,0.0,90.40666666667676,180.8133333333535,271.22 +p51103,pv,88.0,176.0,176.0,176.0,176.0 p51103,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51103,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51107,battery,60.0,120.0,160.0,200.0,240.0 +p51107,battery,85.0,170.0,318.33333333337214,466.66666666668607,615.0 p51107,biomass,0.0,0.0,0.0,0.0,0.0 p51107,coal,0.0,0.0,0.0,0.0,0.0 +p51107,csp,0.0,0.0,0.0,0.0,0.0 p51107,gas,0.0,0.0,0.0,0.0,0.0 p51107,geothermal,0.0,0.0,0.0,0.0,0.0 p51107,h2,0.0,0.0,0.0,0.0,0.0 p51107,hydro,0.0,0.0,0.0,0.0,0.0 p51107,nuclear,0.0,0.0,0.0,0.0,0.0 p51107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51107,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p51107,pv,50.0,100.0,100.0,100.0,100.0 p51107,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51107,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51109,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p51109,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p51109,biomass,0.0,0.0,0.0,0.0,0.0 p51109,coal,0.0,0.0,0.0,0.0,0.0 +p51109,csp,0.0,0.0,0.0,0.0,0.0 p51109,gas,0.0,0.0,0.0,0.0,0.0 p51109,geothermal,0.0,0.0,0.0,0.0,0.0 p51109,h2,0.0,0.0,0.0,0.0,0.0 p51109,hydro,0.0,0.0,0.0,0.0,0.0 p51109,nuclear,0.0,0.0,0.0,0.0,0.0 p51109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51109,pv,0.0,0.0,48.39666666666744,96.79333333333489,145.19 +p51109,pv,17.02,34.04,44.69000000000233,55.340000000000146,65.99 p51109,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51109,wind-ons,0.0,0.0,0.0,0.0,0.0 p51111,battery,0.0,0.0,0.0,0.0,0.0 p51111,biomass,0.0,0.0,0.0,0.0,0.0 p51111,coal,0.0,0.0,0.0,0.0,0.0 +p51111,csp,0.0,0.0,0.0,0.0,0.0 p51111,gas,0.0,0.0,0.0,0.0,0.0 p51111,geothermal,0.0,0.0,0.0,0.0,0.0 p51111,h2,0.0,0.0,0.0,0.0,0.0 p51111,hydro,0.0,0.0,0.0,0.0,0.0 p51111,nuclear,0.0,0.0,0.0,0.0,0.0 p51111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51111,pv,0.0,0.0,251.59999999997672,503.19999999995343,754.8 +p51111,pv,65.0,130.0,341.96366666664835,553.9273333332967,765.891 p51111,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51111,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51117,battery,0.0,0.0,74.66666666665697,149.33333333334303,224.0 +p51113,csp,0.0,0.0,0.0,0.0,0.0 +p51117,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p51117,biomass,0.0,0.0,0.0,0.0,0.0 p51117,coal,0.0,0.0,0.0,0.0,0.0 +p51117,csp,0.0,0.0,0.0,0.0,0.0 p51117,gas,0.0,0.0,0.0,0.0,0.0 p51117,geothermal,0.0,0.0,0.0,0.0,0.0 p51117,h2,0.0,0.0,0.0,0.0,0.0 p51117,hydro,0.0,0.0,0.0,0.0,0.0 p51117,nuclear,0.0,0.0,0.0,0.0,0.0 p51117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51117,pv,0.0,0.0,178.66666666668607,357.33333333331393,536.0 +p51117,pv,0.0,0.0,63.0,126.0,189.0 p51117,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51117,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51121,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p51119,battery,40.0,80.0,80.0,80.0,80.0 +p51119,biomass,0.0,0.0,0.0,0.0,0.0 +p51119,coal,0.0,0.0,0.0,0.0,0.0 +p51119,csp,0.0,0.0,0.0,0.0,0.0 +p51119,gas,0.0,0.0,0.0,0.0,0.0 +p51119,geothermal,0.0,0.0,0.0,0.0,0.0 +p51119,h2,0.0,0.0,0.0,0.0,0.0 +p51119,hydro,0.0,0.0,0.0,0.0,0.0 +p51119,nuclear,0.0,0.0,0.0,0.0,0.0 +p51119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51119,pv,0.0,0.0,0.0,0.0,0.0 +p51119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51121,battery,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p51121,biomass,0.0,0.0,0.0,0.0,0.0 p51121,coal,0.0,0.0,0.0,0.0,0.0 +p51121,csp,0.0,0.0,0.0,0.0,0.0 p51121,gas,0.0,0.0,0.0,0.0,0.0 p51121,geothermal,0.0,0.0,0.0,0.0,0.0 p51121,h2,0.0,0.0,0.0,0.0,0.0 p51121,hydro,0.0,0.0,0.0,0.0,0.0 p51121,nuclear,0.0,0.0,0.0,0.0,0.0 p51121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51121,pv,0.0,0.0,10.143333333337068,20.2866666666705,30.43 +p51121,pv,0.0,0.0,10.143333333337068,20.28666666666686,30.43 p51121,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51121,wind-ons,0.0,0.0,0.0,0.0,0.0 p51125,battery,0.0,0.0,0.0,0.0,0.0 p51125,biomass,0.0,0.0,0.0,0.0,0.0 p51125,coal,0.0,0.0,0.0,0.0,0.0 +p51125,csp,0.0,0.0,0.0,0.0,0.0 p51125,gas,0.0,0.0,0.0,0.0,0.0 p51125,geothermal,0.0,0.0,0.0,0.0,0.0 p51125,h2,0.0,0.0,0.0,0.0,0.0 p51125,hydro,0.0,0.0,0.0,0.0,0.0 p51125,nuclear,0.0,0.0,0.0,0.0,0.0 p51125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51125,pv,0.0,0.0,39.0,78.0,117.0 +p51125,pv,0.0,0.0,35.666666666656965,71.33333333332848,107.0 p51125,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51125,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51131,battery,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p51127,csp,0.0,0.0,0.0,0.0,0.0 +p51131,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p51131,biomass,0.0,0.0,0.0,0.0,0.0 p51131,coal,0.0,0.0,0.0,0.0,0.0 +p51131,csp,0.0,0.0,0.0,0.0,0.0 p51131,gas,0.0,0.0,0.0,0.0,0.0 p51131,geothermal,0.0,0.0,0.0,0.0,0.0 p51131,h2,0.0,0.0,0.0,0.0,0.0 @@ -21110,30 +21545,33 @@ p51131,wind-ons,0.0,0.0,0.0,0.0,0.0 p51133,battery,0.0,0.0,0.0,0.0,0.0 p51133,biomass,0.0,0.0,0.0,0.0,0.0 p51133,coal,0.0,0.0,0.0,0.0,0.0 +p51133,csp,0.0,0.0,0.0,0.0,0.0 p51133,gas,0.0,0.0,0.0,0.0,0.0 p51133,geothermal,0.0,0.0,0.0,0.0,0.0 p51133,h2,0.0,0.0,0.0,0.0,0.0 p51133,hydro,0.0,0.0,0.0,0.0,0.0 p51133,nuclear,0.0,0.0,0.0,0.0,0.0 p51133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51133,pv,0.0,0.0,1.666666666666515,3.333333333333485,5.0 +p51133,pv,0.0,0.0,1.6666666666669698,3.333333333333485,5.0 p51133,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51133,wind-ons,0.0,0.0,0.0,0.0,0.0 p51135,battery,0.0,0.0,0.0,0.0,0.0 p51135,biomass,0.0,0.0,0.0,0.0,0.0 p51135,coal,0.0,0.0,0.0,0.0,0.0 +p51135,csp,0.0,0.0,0.0,0.0,0.0 p51135,gas,0.0,0.0,0.0,0.0,0.0 p51135,geothermal,0.0,0.0,0.0,0.0,0.0 p51135,h2,0.0,0.0,0.0,0.0,0.0 p51135,hydro,0.0,0.0,0.0,0.0,0.0 p51135,nuclear,0.0,0.0,0.0,0.0,0.0 p51135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51135,pv,0.0,0.0,33.4333333333343,66.8666666666686,100.3 +p51135,pv,0.0,0.0,16.766666666670062,33.53333333333285,50.3 p51135,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51135,wind-ons,0.0,0.0,0.0,0.0,0.0 p51137,battery,0.0,0.0,25.0,50.0,75.0 p51137,biomass,0.0,0.0,0.0,0.0,0.0 p51137,coal,0.0,0.0,0.0,0.0,0.0 +p51137,csp,0.0,0.0,0.0,0.0,0.0 p51137,gas,0.0,0.0,0.0,0.0,0.0 p51137,geothermal,0.0,0.0,0.0,0.0,0.0 p51137,h2,0.0,0.0,0.0,0.0,0.0 @@ -21143,57 +21581,64 @@ p51137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p51137,pv,0.0,0.0,0.0,0.0,0.0 p51137,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51137,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51143,battery,0.0,0.0,51.66666666667152,103.33333333332848,155.0 +p51139,csp,0.0,0.0,0.0,0.0,0.0 +p51141,csp,0.0,0.0,0.0,0.0,0.0 +p51143,battery,0.0,0.0,51.666666666656965,103.33333333332848,155.0 p51143,biomass,0.0,0.0,0.0,0.0,0.0 p51143,coal,0.0,0.0,0.0,0.0,0.0 +p51143,csp,0.0,0.0,0.0,0.0,0.0 p51143,gas,0.0,0.0,0.0,0.0,0.0 p51143,geothermal,0.0,0.0,0.0,0.0,0.0 p51143,h2,0.0,0.0,0.0,0.0,0.0 p51143,hydro,0.0,0.0,0.0,0.0,0.0 p51143,nuclear,0.0,0.0,0.0,0.0,0.0 p51143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51143,pv,137.5,275.0,565.1466666666092,855.2933333333349,1145.44 +p51143,pv,284.0,568.0,755.0,942.0,1129.0 p51143,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51143,wind-ons,0.0,0.0,0.0,0.0,0.0 p51145,battery,0.0,0.0,0.0,0.0,0.0 p51145,biomass,0.0,0.0,0.0,0.0,0.0 p51145,coal,0.0,0.0,0.0,0.0,0.0 +p51145,csp,0.0,0.0,0.0,0.0,0.0 p51145,gas,0.0,0.0,0.0,0.0,0.0 p51145,geothermal,0.0,0.0,0.0,0.0,0.0 p51145,h2,0.0,0.0,0.0,0.0,0.0 p51145,hydro,0.0,0.0,0.0,0.0,0.0 p51145,nuclear,0.0,0.0,0.0,0.0,0.0 p51145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51145,pv,49.95,99.9,133.1999999999971,166.5,199.8 +p51145,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p51145,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51145,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51147,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p51147,battery,0.0,0.0,10.0,20.0,30.0 p51147,biomass,0.0,0.0,0.0,0.0,0.0 p51147,coal,0.0,0.0,0.0,0.0,0.0 +p51147,csp,0.0,0.0,0.0,0.0,0.0 p51147,gas,0.0,0.0,0.0,0.0,0.0 p51147,geothermal,0.0,0.0,0.0,0.0,0.0 p51147,h2,0.0,0.0,0.0,0.0,0.0 p51147,hydro,0.0,0.0,0.0,0.0,0.0 p51147,nuclear,0.0,0.0,0.0,0.0,0.0 p51147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51147,pv,0.0,0.0,138.66666666668607,277.33333333331393,416.0 +p51147,pv,0.0,0.0,76.66666666668607,153.33333333334303,230.0 p51147,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51147,wind-ons,0.0,0.0,0.0,0.0,0.0 p51149,battery,0.0,0.0,100.0,200.0,300.0 p51149,biomass,0.0,0.0,0.0,0.0,0.0 p51149,coal,0.0,0.0,0.0,0.0,0.0 +p51149,csp,0.0,0.0,0.0,0.0,0.0 p51149,gas,0.0,0.0,0.0,0.0,0.0 p51149,geothermal,0.0,0.0,0.0,0.0,0.0 p51149,h2,0.0,0.0,0.0,0.0,0.0 p51149,hydro,0.0,0.0,0.0,0.0,0.0 p51149,nuclear,0.0,0.0,0.0,0.0,0.0 p51149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51149,pv,0.0,0.0,51.60000000000582,103.20000000001164,154.8 +p51149,pv,0.0,0.0,6.0,12.0,18.0 p51149,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51149,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51153,battery,0.0,0.0,323.33333333337214,646.6666666666279,970.0 +p51153,battery,0.0,0.0,223.33333333337214,446.66666666668607,670.0 p51153,biomass,0.0,0.0,0.0,0.0,0.0 p51153,coal,0.0,0.0,0.0,0.0,0.0 +p51153,csp,0.0,0.0,0.0,0.0,0.0 p51153,gas,0.0,0.0,0.0,0.0,0.0 p51153,geothermal,0.0,0.0,0.0,0.0,0.0 p51153,h2,0.0,0.0,0.0,0.0,0.0 @@ -21203,81 +21648,66 @@ p51153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p51153,pv,0.0,0.0,0.0,0.0,0.0 p51153,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51153,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51155,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p51155,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p51155,biomass,0.0,0.0,0.0,0.0,0.0 p51155,coal,0.0,0.0,0.0,0.0,0.0 +p51155,csp,0.0,0.0,0.0,0.0,0.0 p51155,gas,0.0,0.0,0.0,0.0,0.0 p51155,geothermal,0.0,0.0,0.0,0.0,0.0 p51155,h2,0.0,0.0,0.0,0.0,0.0 p51155,hydro,0.0,0.0,0.0,0.0,0.0 p51155,nuclear,0.0,0.0,0.0,0.0,0.0 p51155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51155,pv,0.0,0.0,50.0,100.0,150.0 +p51155,pv,75.0,150.0,150.0,150.0,150.0 p51155,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p51155,wind-ons,0.0,0.0,25.66666666666424,51.33333333333576,77.0 -p51159,battery,0.0,0.0,86.0,172.0,258.0 +p51155,wind-ons,0.0,0.0,25.666666666671517,51.33333333333576,77.0 +p51157,csp,0.0,0.0,0.0,0.0,0.0 +p51159,battery,37.5,75.0,118.33333333334303,161.66666666667152,205.0 p51159,biomass,0.0,0.0,0.0,0.0,0.0 p51159,coal,0.0,0.0,0.0,0.0,0.0 +p51159,csp,0.0,0.0,0.0,0.0,0.0 p51159,gas,0.0,0.0,0.0,0.0,0.0 p51159,geothermal,0.0,0.0,0.0,0.0,0.0 p51159,h2,0.0,0.0,0.0,0.0,0.0 p51159,hydro,0.0,0.0,0.0,0.0,0.0 p51159,nuclear,0.0,0.0,0.0,0.0,0.0 p51159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51159,pv,0.0,0.0,40.66666666667152,81.33333333332848,122.0 +p51159,pv,0.0,0.0,40.666666666656965,81.33333333332848,122.0 p51159,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51159,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51161,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p51161,biomass,0.0,0.0,0.0,0.0,0.0 -p51161,coal,0.0,0.0,0.0,0.0,0.0 -p51161,gas,0.0,0.0,0.0,0.0,0.0 -p51161,geothermal,0.0,0.0,0.0,0.0,0.0 -p51161,h2,0.0,0.0,0.0,0.0,0.0 -p51161,hydro,0.0,0.0,0.0,0.0,0.0 -p51161,nuclear,0.0,0.0,0.0,0.0,0.0 -p51161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51161,pv,0.0,0.0,0.0,0.0,0.0 -p51161,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p51161,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51163,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p51163,biomass,0.0,0.0,0.0,0.0,0.0 -p51163,coal,0.0,0.0,0.0,0.0,0.0 -p51163,gas,0.0,0.0,0.0,0.0,0.0 -p51163,geothermal,0.0,0.0,0.0,0.0,0.0 -p51163,h2,0.0,0.0,0.0,0.0,0.0 -p51163,hydro,0.0,0.0,0.0,0.0,0.0 -p51163,nuclear,0.0,0.0,0.0,0.0,0.0 -p51163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51163,pv,0.0,0.0,46.66666666667152,93.33333333332848,140.0 -p51163,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p51163,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51165,battery,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p51161,csp,0.0,0.0,0.0,0.0,0.0 +p51163,csp,0.0,0.0,0.0,0.0,0.0 +p51165,battery,100.0,200.0,233.33333333334303,266.6666666666715,300.0 p51165,biomass,0.0,0.0,0.0,0.0,0.0 p51165,coal,0.0,0.0,0.0,0.0,0.0 +p51165,csp,0.0,0.0,0.0,0.0,0.0 p51165,gas,0.0,0.0,0.0,0.0,0.0 p51165,geothermal,0.0,0.0,0.0,0.0,0.0 p51165,h2,0.0,0.0,0.0,0.0,0.0 p51165,hydro,0.0,0.0,0.0,0.0,0.0 p51165,nuclear,0.0,0.0,0.0,0.0,0.0 p51165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51165,pv,25.0,50.0,104.83333333332848,159.66666666667152,214.5 +p51165,pv,25.0,50.0,68.66666666667152,87.33333333333576,106.0 p51165,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51165,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51171,battery,0.0,0.0,46.66666666667152,93.33333333332848,140.0 +p51167,csp,0.0,0.0,0.0,0.0,0.0 +p51171,battery,0.0,0.0,46.666666666656965,93.33333333332848,140.0 p51171,biomass,0.0,0.0,0.0,0.0,0.0 p51171,coal,0.0,0.0,0.0,0.0,0.0 +p51171,csp,0.0,0.0,0.0,0.0,0.0 p51171,gas,0.0,0.0,0.0,0.0,0.0 p51171,geothermal,0.0,0.0,0.0,0.0,0.0 p51171,h2,0.0,0.0,0.0,0.0,0.0 p51171,hydro,0.0,0.0,0.0,0.0,0.0 p51171,nuclear,0.0,0.0,0.0,0.0,0.0 p51171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51171,pv,0.0,0.0,31.66666666666424,63.33333333333576,95.0 +p51171,pv,0.0,0.0,25.0,50.0,75.0 p51171,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51171,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51173,battery,0.0,0.0,83.33333333334303,166.66666666665697,250.0 +p51173,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 p51173,biomass,0.0,0.0,0.0,0.0,0.0 p51173,coal,0.0,0.0,0.0,0.0,0.0 +p51173,csp,0.0,0.0,0.0,0.0,0.0 p51173,gas,0.0,0.0,0.0,0.0,0.0 p51173,geothermal,0.0,0.0,0.0,0.0,0.0 p51173,h2,0.0,0.0,0.0,0.0,0.0 @@ -21287,70 +21717,76 @@ p51173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p51173,pv,0.0,0.0,0.0,0.0,0.0 p51173,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51173,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51175,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p51175,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p51175,biomass,0.0,0.0,0.0,0.0,0.0 p51175,coal,0.0,0.0,0.0,0.0,0.0 +p51175,csp,0.0,0.0,0.0,0.0,0.0 p51175,gas,0.0,0.0,0.0,0.0,0.0 p51175,geothermal,0.0,0.0,0.0,0.0,0.0 p51175,h2,0.0,0.0,0.0,0.0,0.0 p51175,hydro,0.0,0.0,0.0,0.0,0.0 p51175,nuclear,0.0,0.0,0.0,0.0,0.0 p51175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51175,pv,0.0,0.0,14.733333333333576,29.46666666666715,44.2 +p51175,pv,0.0,0.0,0.0,0.0,0.0 p51175,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51175,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51177,battery,0.0,0.0,183.33333333331393,366.66666666668607,550.0 +p51177,battery,0.0,0.0,183.33333333337214,366.66666666668607,550.0 p51177,biomass,0.0,0.0,0.0,0.0,0.0 p51177,coal,0.0,0.0,0.0,0.0,0.0 +p51177,csp,0.0,0.0,0.0,0.0,0.0 p51177,gas,0.0,0.0,0.0,0.0,0.0 p51177,geothermal,0.0,0.0,0.0,0.0,0.0 p51177,h2,0.0,0.0,0.0,0.0,0.0 p51177,hydro,0.0,0.0,0.0,0.0,0.0 p51177,nuclear,0.0,0.0,0.0,0.0,0.0 p51177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51177,pv,0.0,0.0,91.25,182.5,273.75 +p51177,pv,0.0,0.0,50.0,100.0,150.0 p51177,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51177,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51181,battery,0.0,0.0,140.0,280.0,420.0 +p51181,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p51181,biomass,0.0,0.0,0.0,0.0,0.0 p51181,coal,0.0,0.0,0.0,0.0,0.0 +p51181,csp,0.0,0.0,0.0,0.0,0.0 p51181,gas,0.0,0.0,0.0,0.0,0.0 p51181,geothermal,0.0,0.0,0.0,0.0,0.0 p51181,h2,0.0,0.0,0.0,0.0,0.0 p51181,hydro,0.0,0.0,0.0,0.0,0.0 p51181,nuclear,0.0,0.0,0.0,0.0,0.0 p51181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51181,pv,75.0,150.0,226.33333333334303,302.66666666665697,379.0 +p51181,pv,119.5,239.0,239.0,239.0,239.0 p51181,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51181,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51183,battery,0.0,0.0,153.33333333331393,306.66666666668607,460.0 +p51183,battery,7.85,15.7,44.03333333332557,72.36666666666133,100.7 p51183,biomass,0.0,0.0,0.0,0.0,0.0 p51183,coal,0.0,0.0,0.0,0.0,0.0 +p51183,csp,0.0,0.0,0.0,0.0,0.0 p51183,gas,0.0,0.0,0.0,0.0,0.0 p51183,geothermal,0.0,0.0,0.0,0.0,0.0 p51183,h2,0.0,0.0,0.0,0.0,0.0 p51183,hydro,0.0,0.0,0.0,0.0,0.0 p51183,nuclear,0.0,0.0,0.0,0.0,0.0 p51183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51183,pv,272.0,544.0,1087.8833333330695,1631.7666666663717,2175.65 +p51183,pv,672.0,1344.0,1471.833333333314,1599.666666666657,1727.5 p51183,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51183,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51185,battery,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p51185,battery,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p51185,biomass,0.0,0.0,0.0,0.0,0.0 p51185,coal,0.0,0.0,0.0,0.0,0.0 +p51185,csp,0.0,0.0,0.0,0.0,0.0 p51185,gas,0.0,0.0,0.0,0.0,0.0 p51185,geothermal,0.0,0.0,0.0,0.0,0.0 p51185,h2,0.0,0.0,0.0,0.0,0.0 p51185,hydro,0.0,0.0,0.0,0.0,0.0 p51185,nuclear,0.0,0.0,0.0,0.0,0.0 p51185,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51185,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p51185,pv,0.0,0.0,23.333333333328483,46.66666666666424,70.0 p51185,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51185,wind-ons,0.0,0.0,0.0,0.0,0.0 p51187,battery,0.0,0.0,0.0,0.0,0.0 p51187,biomass,0.0,0.0,0.0,0.0,0.0 p51187,coal,0.0,0.0,0.0,0.0,0.0 -p51187,gas,0.0,0.0,6.33333333333394,12.66666666666606,19.0 +p51187,csp,0.0,0.0,0.0,0.0,0.0 +p51187,gas,0.0,0.0,6.333333333332121,12.66666666666606,19.0 p51187,geothermal,0.0,0.0,0.0,0.0,0.0 p51187,h2,0.0,0.0,0.0,0.0,0.0 p51187,hydro,0.0,0.0,0.0,0.0,0.0 @@ -21359,9 +21795,10 @@ p51187,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p51187,pv,0.0,0.0,0.0,0.0,0.0 p51187,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51187,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51191,battery,0.0,0.0,70.70000000001164,141.40000000002328,212.1 +p51191,battery,0.0,0.0,70.70000000001164,141.39999999999418,212.1 p51191,biomass,0.0,0.0,0.0,0.0,0.0 p51191,coal,0.0,0.0,0.0,0.0,0.0 +p51191,csp,0.0,0.0,0.0,0.0,0.0 p51191,gas,0.0,0.0,0.0,0.0,0.0 p51191,geothermal,0.0,0.0,0.0,0.0,0.0 p51191,h2,0.0,0.0,0.0,0.0,0.0 @@ -21374,42 +21811,46 @@ p51191,wind-ons,0.0,0.0,0.0,0.0,0.0 p51193,battery,0.0,0.0,0.0,0.0,0.0 p51193,biomass,0.0,0.0,0.0,0.0,0.0 p51193,coal,0.0,0.0,0.0,0.0,0.0 +p51193,csp,0.0,0.0,0.0,0.0,0.0 p51193,gas,0.0,0.0,0.0,0.0,0.0 p51193,geothermal,0.0,0.0,0.0,0.0,0.0 p51193,h2,0.0,0.0,0.0,0.0,0.0 p51193,hydro,0.0,0.0,0.0,0.0,0.0 p51193,nuclear,0.0,0.0,0.0,0.0,0.0 p51193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51193,pv,0.0,0.0,60.33333333332848,120.66666666667152,181.0 +p51193,pv,0.0,0.0,12.0,24.0,36.0 p51193,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51193,wind-ons,0.0,0.0,0.0,0.0,0.0 p51195,battery,0.0,0.0,0.0,0.0,0.0 p51195,biomass,0.0,0.0,0.0,0.0,0.0 p51195,coal,0.0,0.0,0.0,0.0,0.0 +p51195,csp,0.0,0.0,0.0,0.0,0.0 p51195,gas,0.0,0.0,0.0,0.0,0.0 p51195,geothermal,0.0,0.0,0.0,0.0,0.0 p51195,h2,0.0,0.0,0.0,0.0,0.0 p51195,hydro,0.0,0.0,0.0,0.0,0.0 p51195,nuclear,0.0,0.0,0.0,0.0,0.0 p51195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51195,pv,0.0,0.0,50.593333333323244,101.18666666666104,151.78 +p51195,pv,0.0,0.0,20.43333333334158,40.86666666666861,61.3 p51195,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51195,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51197,battery,0.0,0.0,17.39999999999418,34.799999999995634,52.2 +p51197,battery,26.1,52.2,52.2,52.2,52.2 p51197,biomass,0.0,0.0,0.0,0.0,0.0 p51197,coal,0.0,0.0,0.0,0.0,0.0 +p51197,csp,0.0,0.0,0.0,0.0,0.0 p51197,gas,0.0,0.0,0.0,0.0,0.0 p51197,geothermal,0.0,0.0,0.0,0.0,0.0 p51197,h2,0.0,0.0,0.0,0.0,0.0 p51197,hydro,0.0,0.0,0.0,0.0,0.0 p51197,nuclear,0.0,0.0,0.0,0.0,0.0 p51197,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p51197,pv,37.5,75.0,233.33333333331393,391.66666666668607,550.0 +p51197,pv,0.0,0.0,108.33333333331393,216.66666666665697,325.0 p51197,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51197,wind-ons,0.0,0.0,0.0,0.0,0.0 -p51199,battery,0.0,0.0,44.33333333332848,88.66666666667152,133.0 +p51199,battery,0.0,0.0,11.0,22.0,33.0 p51199,biomass,0.0,0.0,0.0,0.0,0.0 p51199,coal,0.0,0.0,0.0,0.0,0.0 +p51199,csp,0.0,0.0,0.0,0.0,0.0 p51199,gas,0.0,0.0,0.0,0.0,0.0 p51199,geothermal,0.0,0.0,0.0,0.0,0.0 p51199,h2,0.0,0.0,0.0,0.0,0.0 @@ -21419,28 +21860,90 @@ p51199,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p51199,pv,0.0,0.0,0.0,0.0,0.0 p51199,wind-ofs,0.0,0.0,0.0,0.0,0.0 p51199,wind-ons,0.0,0.0,0.0,0.0,0.0 -p53001,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p51550,battery,0.0,0.0,181.66666666662786,363.33333333331393,545.0 +p51550,biomass,0.0,0.0,0.0,0.0,0.0 +p51550,coal,0.0,0.0,0.0,0.0,0.0 +p51550,gas,0.0,0.0,0.0,0.0,0.0 +p51550,geothermal,0.0,0.0,0.0,0.0,0.0 +p51550,h2,0.0,0.0,0.0,0.0,0.0 +p51550,hydro,0.0,0.0,0.0,0.0,0.0 +p51550,nuclear,0.0,0.0,0.0,0.0,0.0 +p51550,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51550,pv,0.0,0.0,0.0,0.0,0.0 +p51550,wind-ofs,0.0,0.0,829.6666666665114,1659.3333333332557,2489.0 +p51550,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51650,battery,0.0,0.0,9.706666666665114,19.41333333333023,29.12 +p51650,biomass,0.0,0.0,0.0,0.0,0.0 +p51650,coal,0.0,0.0,0.0,0.0,0.0 +p51650,gas,0.0,0.0,0.0,0.0,0.0 +p51650,geothermal,0.0,0.0,0.0,0.0,0.0 +p51650,h2,0.0,0.0,0.0,0.0,0.0 +p51650,hydro,0.0,0.0,0.0,0.0,0.0 +p51650,nuclear,0.0,0.0,0.0,0.0,0.0 +p51650,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51650,pv,0.0,0.0,0.0,0.0,0.0 +p51650,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51650,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51800,battery,0.0,0.0,89.66666666668607,179.33333333334303,269.0 +p51800,biomass,0.0,0.0,0.0,0.0,0.0 +p51800,coal,0.0,0.0,0.0,0.0,0.0 +p51800,gas,0.0,0.0,0.0,0.0,0.0 +p51800,geothermal,0.0,0.0,0.0,0.0,0.0 +p51800,h2,0.0,0.0,0.0,0.0,0.0 +p51800,hydro,0.0,0.0,0.0,0.0,0.0 +p51800,nuclear,0.0,0.0,0.0,0.0,0.0 +p51800,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51800,pv,0.0,0.0,0.0,0.0,0.0 +p51800,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51800,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51810,battery,0.0,0.0,100.0,200.0,300.0 +p51810,biomass,0.0,0.0,0.0,0.0,0.0 +p51810,coal,0.0,0.0,0.0,0.0,0.0 +p51810,gas,0.0,0.0,0.0,0.0,0.0 +p51810,geothermal,0.0,0.0,0.0,0.0,0.0 +p51810,h2,0.0,0.0,0.0,0.0,0.0 +p51810,hydro,0.0,0.0,0.0,0.0,0.0 +p51810,nuclear,0.0,0.0,0.0,0.0,0.0 +p51810,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51810,pv,0.0,0.0,0.0,0.0,0.0 +p51810,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51810,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51830,battery,0.0,0.0,0.0,0.0,0.0 +p51830,biomass,0.0,0.0,0.0,0.0,0.0 +p51830,coal,0.0,0.0,0.0,0.0,0.0 +p51830,gas,0.0,0.0,0.0,0.0,0.0 +p51830,geothermal,0.0,0.0,0.0,0.0,0.0 +p51830,h2,0.0,0.0,0.0,0.0,0.0 +p51830,hydro,0.0,0.0,0.0,0.0,0.0 +p51830,nuclear,0.0,0.0,0.0,0.0,0.0 +p51830,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51830,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p51830,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51830,wind-ons,0.0,0.0,0.0,0.0,0.0 +p53001,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p53001,biomass,0.0,0.0,0.0,0.0,0.0 p53001,coal,0.0,0.0,0.0,0.0,0.0 +p53001,csp,0.0,0.0,0.0,0.0,0.0 p53001,gas,0.0,0.0,0.0,0.0,0.0 p53001,geothermal,0.0,0.0,0.0,0.0,0.0 p53001,h2,0.0,0.0,0.0,0.0,0.0 p53001,hydro,0.0,0.0,0.0,0.0,0.0 p53001,nuclear,0.0,0.0,0.0,0.0,0.0 p53001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53001,pv,60.0,120.0,251.5,383.0,514.5 +p53001,pv,31.4995,62.999,315.33233333338285,567.6656666666968,819.999 p53001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p53001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p53005,battery,0.0,0.0,2188.333333333023,4376.666666666977,6565.0 +p53005,battery,0.0,0.0,2109.166666666046,4218.333333333023,6327.5 p53005,biomass,0.0,0.0,0.0,0.0,0.0 p53005,coal,0.0,0.0,0.0,0.0,0.0 +p53005,csp,0.0,0.0,0.0,0.0,0.0 p53005,gas,0.0,0.0,0.0,0.0,0.0 p53005,geothermal,0.0,0.0,0.0,0.0,0.0 p53005,h2,0.0,0.0,0.0,0.0,0.0 p53005,hydro,0.0,0.0,0.0,0.0,0.0 -p53005,nuclear,0.0,0.0,463.33333333337214,926.6666666666279,1390.0 +p53005,nuclear,0.0,0.0,463.3333333332557,926.6666666666279,1390.0 p53005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53005,pv,0.0,0.0,2530.833333333023,5061.666666666977,7592.5 +p53005,pv,0.0,0.0,2510.833333333954,5021.666666666977,7532.5 p53005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p53005,wind-ons,0.0,0.0,365.5333333333256,731.0666666666511,1096.6 p53007,battery,0.0,0.0,0.0,0.0,0.0 @@ -21455,33 +21958,36 @@ p53007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p53007,pv,0.0,0.0,0.0,0.0,0.0 p53007,wind-ofs,0.0,0.0,0.0,0.0,0.0 p53007,wind-ons,0.0,0.0,0.0,0.0,0.0 -p53011,battery,0.0,0.0,6.66666666666606,13.33333333333394,20.0 +p53011,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 p53011,biomass,0.0,0.0,0.0,0.0,0.0 p53011,coal,0.0,0.0,0.0,0.0,0.0 -p53011,gas,0.0,0.0,95.33333333334303,190.66666666665697,286.0 +p53011,csp,0.0,0.0,0.0,0.0,0.0 +p53011,gas,0.0,0.0,95.33333333331393,190.66666666665697,286.0 p53011,geothermal,0.0,0.0,0.0,0.0,0.0 p53011,h2,0.0,0.0,0.0,0.0,0.0 p53011,hydro,0.0,0.0,0.0,0.0,0.0 p53011,nuclear,0.0,0.0,0.0,0.0,0.0 p53011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53011,pv,0.0,0.0,0.6666666666667425,1.3333333333332575,2.0 +p53011,pv,0.0,0.0,0.6666666666665151,1.3333333333332575,2.0 p53011,wind-ofs,0.0,0.0,0.0,0.0,0.0 p53011,wind-ons,0.0,0.0,0.0,0.0,0.0 -p53013,battery,0.0,0.0,36.63333333331684,73.26666666664823,109.9 +p53013,battery,0.0,0.0,97.39999999999418,194.79999999998836,292.20000000000005 p53013,biomass,0.0,0.0,0.0,0.0,0.0 p53013,coal,0.0,0.0,0.0,0.0,0.0 +p53013,csp,0.0,0.0,0.0,0.0,0.0 p53013,gas,0.0,0.0,0.0,0.0,0.0 p53013,geothermal,0.0,0.0,0.0,0.0,0.0 p53013,h2,0.0,0.0,0.0,0.0,0.0 p53013,hydro,0.0,0.0,0.0,0.0,0.0 p53013,nuclear,0.0,0.0,0.0,0.0,0.0 p53013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53013,pv,0.0,0.0,86.53333333335468,173.06666666668025,259.6 +p53013,pv,0.0,0.0,145.53333333326736,291.06666666665114,436.6 p53013,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53013,wind-ons,250.0,500.0,666.6666666666861,833.3333333333139,1000.0 -p53015,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p53013,wind-ons,250.0,500.0,500.0,500.0,500.0 +p53015,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p53015,biomass,0.0,0.0,0.0,0.0,0.0 p53015,coal,0.0,0.0,0.0,0.0,0.0 +p53015,csp,0.0,0.0,0.0,0.0,0.0 p53015,gas,0.0,0.0,0.0,0.0,0.0 p53015,geothermal,0.0,0.0,0.0,0.0,0.0 p53015,h2,0.0,0.0,0.0,0.0,0.0 @@ -21490,58 +21996,64 @@ p53015,nuclear,0.0,0.0,0.0,0.0,0.0 p53015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p53015,pv,0.0,0.0,0.0,0.0,0.0 p53015,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53015,wind-ons,0.0,0.0,419.93333333346527,839.8666666668141,1259.8 -p53017,battery,0.0,0.0,1188.3666666666977,2376.7333333333954,3565.1 +p53015,wind-ons,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p53017,battery,0.0,0.0,1288.3666666666977,2576.7333333333954,3865.1 p53017,biomass,0.0,0.0,0.0,0.0,0.0 p53017,coal,0.0,0.0,0.0,0.0,0.0 +p53017,csp,0.0,0.0,0.0,0.0,0.0 p53017,gas,0.0,0.0,0.0,0.0,0.0 p53017,geothermal,0.0,0.0,0.0,0.0,0.0 p53017,h2,0.0,0.0,0.0,0.0,0.0 p53017,hydro,0.0,0.0,115.0,230.0,345.0 p53017,nuclear,0.0,0.0,0.0,0.0,0.0 p53017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53017,pv,0.0,0.0,707.8333333332557,1415.6666666667443,2123.5 +p53017,pv,0.0,0.0,707.8333333334886,1415.6666666667443,2123.5 p53017,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53017,wind-ons,0.0,0.0,243.46666666673264,486.93333333340706,730.4 -p53021,battery,99.5,199.0,265.33333333334303,331.66666666665697,398.0 +p53017,wind-ons,0.0,0.0,150.0,300.0,450.0 +p53021,battery,99.5,199.0,202.33333333333394,205.66666666666697,209.0 p53021,biomass,0.0,0.0,0.0,0.0,0.0 p53021,coal,0.0,0.0,0.0,0.0,0.0 +p53021,csp,0.0,0.0,0.0,0.0,0.0 p53021,gas,0.0,0.0,0.0,0.0,0.0 p53021,geothermal,0.0,0.0,0.0,0.0,0.0 p53021,h2,0.0,0.0,0.0,0.0,0.0 p53021,hydro,0.0,0.0,0.0,0.0,0.0 p53021,nuclear,0.0,0.0,0.0,0.0,0.0 p53021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53021,pv,0.0,0.0,74.43333333331975,148.8666666666395,223.3 +p53021,pv,0.0,0.0,74.43333333331975,148.8666666666686,223.3 p53021,wind-ofs,0.0,0.0,0.0,0.0,0.0 p53021,wind-ons,0.0,0.0,0.0,0.0,0.0 -p53023,battery,0.0,0.0,61.66666666667152,123.33333333332848,185.0 +p53023,battery,0.0,0.0,61.666666666656965,123.33333333332848,185.0 p53023,biomass,0.0,0.0,0.0,0.0,0.0 p53023,coal,0.0,0.0,0.0,0.0,0.0 +p53023,csp,0.0,0.0,0.0,0.0,0.0 p53023,gas,0.0,0.0,0.0,0.0,0.0 p53023,geothermal,0.0,0.0,0.0,0.0,0.0 p53023,h2,0.0,0.0,0.0,0.0,0.0 p53023,hydro,0.0,0.0,0.0,0.0,0.0 p53023,nuclear,0.0,0.0,0.0,0.0,0.0 p53023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53023,pv,75.0,150.0,333.33333333331393,516.6666666666861,700.0 +p53023,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p53023,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53023,wind-ons,0.0,0.0,316.66666666662786,633.3333333333721,950.0 -p53025,battery,0.0,0.0,663.3333333332557,1326.6666666667443,1990.0 +p53023,wind-ons,0.0,0.0,416.6666666667443,833.3333333333721,1250.0 +p53025,battery,0.0,0.0,630.0,1260.0,1890.0 p53025,biomass,0.0,0.0,0.0,0.0,0.0 p53025,coal,0.0,0.0,0.0,0.0,0.0 -p53025,gas,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p53025,csp,0.0,0.0,0.0,0.0,0.0 +p53025,gas,0.0,0.0,133.33333333337214,266.66666666668607,400.0 p53025,geothermal,0.0,0.0,0.0,0.0,0.0 p53025,h2,0.0,0.0,0.0,0.0,0.0 p53025,hydro,0.0,0.0,0.0,0.0,0.0 p53025,nuclear,0.0,0.0,0.0,0.0,0.0 p53025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53025,pv,125.0,250.0,1353.3333333334886,2456.6666666665114,3560.0 +p53025,pv,125.0,250.0,1253.3333333334886,2256.6666666667443,3260.0 p53025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53025,wind-ons,0.0,0.0,96.66666666665697,193.33333333334303,290.0 -p53033,battery,100.0,200.0,360.0,520.0,680.0 +p53025,wind-ons,0.0,0.0,96.66666666668607,193.33333333334303,290.0 +p53027,csp,0.0,0.0,0.0,0.0,0.0 +p53033,battery,0.0,0.0,160.0,320.0,480.0 p53033,biomass,0.0,0.0,0.0,0.0,0.0 p53033,coal,0.0,0.0,0.0,0.0,0.0 +p53033,csp,0.0,0.0,0.0,0.0,0.0 p53033,gas,0.0,0.0,0.0,0.0,0.0 p53033,geothermal,0.0,0.0,0.0,0.0,0.0 p53033,h2,0.0,0.0,0.0,0.0,0.0 @@ -21551,9 +22063,10 @@ p53033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p53033,pv,0.0,0.0,0.0,0.0,0.0 p53033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p53033,wind-ons,0.0,0.0,0.0,0.0,0.0 -p53035,battery,200.0,400.0,533.3333333333139,666.6666666666861,800.0 +p53035,battery,85.0,170.0,170.0,170.0,170.0 p53035,biomass,0.0,0.0,0.0,0.0,0.0 p53035,coal,0.0,0.0,0.0,0.0,0.0 +p53035,csp,0.0,0.0,0.0,0.0,0.0 p53035,gas,0.0,0.0,0.0,0.0,0.0 p53035,geothermal,0.0,0.0,0.0,0.0,0.0 p53035,h2,0.0,0.0,0.0,0.0,0.0 @@ -21566,66 +22079,72 @@ p53035,wind-ons,0.0,0.0,0.0,0.0,0.0 p53037,battery,0.0,0.0,0.0,0.0,0.0 p53037,biomass,0.0,0.0,0.0,0.0,0.0 p53037,coal,0.0,0.0,0.0,0.0,0.0 +p53037,csp,0.0,0.0,0.0,0.0,0.0 p53037,gas,0.0,0.0,0.0,0.0,0.0 p53037,geothermal,0.0,0.0,0.0,0.0,0.0 p53037,h2,0.0,0.0,0.0,0.0,0.0 p53037,hydro,0.0,0.0,0.0,0.0,0.0 p53037,nuclear,0.0,0.0,0.0,0.0,0.0 p53037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53037,pv,50.0,100.0,166.6333333333314,233.2666666666628,299.9 +p53037,pv,50.0,100.0,100.0,100.0,100.0 p53037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53037,wind-ons,51.75,103.5,303.5,503.5,703.5 -p53039,battery,0.0,0.0,684.3333333332557,1368.6666666667443,2053.0 +p53037,wind-ons,51.75,103.5,170.16666666668607,236.83333333334303,303.5 +p53039,battery,0.0,0.0,684.3333333334886,1368.6666666667443,2053.0 p53039,biomass,0.0,0.0,0.0,0.0,0.0 p53039,coal,0.0,0.0,0.0,0.0,0.0 +p53039,csp,0.0,0.0,0.0,0.0,0.0 p53039,gas,0.0,0.0,0.0,0.0,0.0 p53039,geothermal,0.0,0.0,0.0,0.0,0.0 p53039,h2,0.0,0.0,0.0,0.0,0.0 p53039,hydro,0.0,0.0,0.0,0.0,0.0 p53039,nuclear,0.0,0.0,0.0,0.0,0.0 p53039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53039,pv,0.0,0.0,738.6666666667443,1477.3333333332557,2216.0 +p53039,pv,0.0,0.0,738.6666666665114,1477.3333333332557,2216.0 p53039,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53039,wind-ons,0.0,0.0,154.33333333331393,308.66666666668607,463.0 +p53039,wind-ons,0.0,0.0,154.33333333337214,308.66666666668607,463.0 p53041,battery,0.0,0.0,203.43333333329065,406.8666666666395,610.3 p53041,biomass,0.0,0.0,0.0,0.0,0.0 p53041,coal,0.0,0.0,0.0,0.0,0.0 +p53041,csp,0.0,0.0,0.0,0.0,0.0 p53041,gas,0.0,0.0,0.0,0.0,0.0 p53041,geothermal,0.0,0.0,0.0,0.0,0.0 p53041,h2,0.0,0.0,0.0,0.0,0.0 p53041,hydro,0.0,0.0,0.0,0.0,0.0 p53041,nuclear,0.0,0.0,0.0,0.0,0.0 p53041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53041,pv,0.0,0.0,60.86666666668316,121.73333333335177,182.6 +p53041,pv,0.0,0.0,60.86666666668316,121.73333333333721,182.6 p53041,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53041,wind-ons,68.4,136.8,294.66666666668607,452.5333333333256,610.4000000000001 -p53043,battery,0.0,0.0,50.0,100.0,150.0 +p53041,wind-ons,0.0,0.0,157.8666666666395,315.7333333333372,473.6 +p53043,battery,0.0,0.0,25.0,50.0,75.0 p53043,biomass,0.0,0.0,0.0,0.0,0.0 p53043,coal,0.0,0.0,0.0,0.0,0.0 -p53043,gas,0.0,0.0,0.08333333333334281,0.1666666666666572,0.25 +p53043,csp,0.0,0.0,0.0,0.0,0.0 +p53043,gas,0.0,0.0,0.08333333333331439,0.1666666666666572,0.25 p53043,geothermal,0.0,0.0,0.0,0.0,0.0 p53043,h2,0.0,0.0,0.0,0.0,0.0 p53043,hydro,0.0,0.0,0.0,0.0,0.0 p53043,nuclear,0.0,0.0,0.0,0.0,0.0 p53043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53043,pv,20.0,40.0,103.66666666667152,167.33333333332848,231.0 +p53043,pv,20.0,40.0,103.66666666665697,167.33333333332848,231.0 p53043,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53043,wind-ons,0.0,0.0,633.3333333332557,1266.6666666667443,1900.0 -p53045,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p53043,wind-ons,150.0,300.0,733.3333333332557,1166.6666666666279,1600.0 +p53045,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p53045,biomass,0.0,0.0,0.0,0.0,0.0 p53045,coal,0.0,0.0,0.0,0.0,0.0 +p53045,csp,0.0,0.0,0.0,0.0,0.0 p53045,gas,0.0,0.0,0.0,0.0,0.0 p53045,geothermal,0.0,0.0,0.0,0.0,0.0 p53045,h2,0.0,0.0,0.0,0.0,0.0 p53045,hydro,0.0,0.0,0.0,0.0,0.0 p53045,nuclear,0.0,0.0,0.0,0.0,0.0 p53045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53045,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p53045,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p53045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p53045,wind-ons,0.0,0.0,100.0,200.0,300.0 -p53053,battery,300.0,600.0,800.0,1000.0,1200.0 +p53053,battery,200.0,400.0,400.0,400.0,400.0 p53053,biomass,0.0,0.0,0.0,0.0,0.0 p53053,coal,0.0,0.0,0.0,0.0,0.0 +p53053,csp,0.0,0.0,0.0,0.0,0.0 p53053,gas,0.0,0.0,0.0,0.0,0.0 p53053,geothermal,0.0,0.0,0.0,0.0,0.0 p53053,h2,0.0,0.0,0.0,0.0,0.0 @@ -21635,10 +22154,11 @@ p53053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p53053,pv,0.0,0.0,0.0,0.0,0.0 p53053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p53053,wind-ons,0.0,0.0,0.0,0.0,0.0 -p53057,battery,100.0,200.0,316.66666666665697,433.33333333334303,550.0 -p53057,biomass,0.0,0.0,0.0,0.0,0.0 +p53057,battery,100.0,200.0,266.66666666668607,333.33333333334303,400.0 +p53057,biomass,0.0,0.0,0.25,0.5,0.75 p53057,coal,0.0,0.0,0.0,0.0,0.0 -p53057,gas,0.0,0.0,62.66666666667152,125.33333333332848,188.0 +p53057,csp,0.0,0.0,0.0,0.0,0.0 +p53057,gas,0.0,0.0,62.666666666656965,125.33333333332848,188.0 p53057,geothermal,0.0,0.0,0.0,0.0,0.0 p53057,h2,0.0,0.0,0.0,0.0,0.0 p53057,hydro,0.0,0.0,0.0,0.0,0.0 @@ -21646,46 +22166,50 @@ p53057,nuclear,0.0,0.0,0.0,0.0,0.0 p53057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p53057,pv,0.0,0.0,0.0,0.0,0.0 p53057,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53057,wind-ons,0.0,0.0,116.66666666665697,233.33333333334303,350.0 -p53061,battery,0.0,0.0,8.33333333333212,16.66666666666788,25.0 +p53057,wind-ons,0.0,0.0,43.666666666656965,87.33333333332848,131.0 +p53061,battery,0.0,0.0,8.333333333335759,16.66666666666788,25.0 p53061,biomass,0.0,0.0,0.0,0.0,0.0 p53061,coal,0.0,0.0,0.0,0.0,0.0 +p53061,csp,0.0,0.0,0.0,0.0,0.0 p53061,gas,0.0,0.0,0.0,0.0,0.0 p53061,geothermal,0.0,0.0,0.0,0.0,0.0 p53061,h2,0.0,0.0,0.0,0.0,0.0 p53061,hydro,0.0,0.0,0.0,0.0,0.0 p53061,nuclear,0.0,0.0,0.0,0.0,0.0 p53061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53061,pv,0.0,0.0,0.33333333333337123,0.6666666666666288,1.0 +p53061,pv,0.0,0.0,0.33333333333325754,0.6666666666666288,1.0 p53061,wind-ofs,0.0,0.0,0.0,0.0,0.0 p53061,wind-ons,0.0,0.0,0.0,0.0,0.0 -p53063,battery,0.0,0.0,34.16666666667152,68.33333333332848,102.5 +p53063,battery,0.25,0.5,118.0,235.5,353.0 p53063,biomass,0.0,0.0,0.0,0.0,0.0 p53063,coal,0.0,0.0,0.0,0.0,0.0 +p53063,csp,0.0,0.0,0.0,0.0,0.0 p53063,gas,0.0,0.0,0.0,0.0,0.0 p53063,geothermal,0.0,0.0,0.0,0.0,0.0 p53063,h2,0.0,0.0,0.0,0.0,0.0 p53063,hydro,0.0,0.0,0.0,0.0,0.0 p53063,nuclear,0.0,0.0,0.0,0.0,0.0 p53063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53063,pv,20.0,40.0,126.66666666665697,213.33333333334303,300.0 +p53063,pv,40.0,80.0,86.66666666666788,93.33333333333394,100.0 p53063,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53063,wind-ons,0.0,0.0,173.33333333331393,346.66666666668607,520.0 +p53063,wind-ons,0.0,0.0,173.33333333337214,346.66666666668607,520.0 p53065,battery,0.0,0.0,0.0,0.0,0.0 -p53065,biomass,0.0,0.0,0.0,0.0,0.0 +p53065,biomass,71.0,142.0,142.0,142.0,142.0 p53065,coal,0.0,0.0,0.0,0.0,0.0 +p53065,csp,0.0,0.0,0.0,0.0,0.0 p53065,gas,0.0,0.0,0.0,0.0,0.0 p53065,geothermal,0.0,0.0,0.0,0.0,0.0 p53065,h2,0.0,0.0,0.0,0.0,0.0 p53065,hydro,0.0,0.0,0.0,0.0,0.0 p53065,nuclear,0.0,0.0,0.0,0.0,0.0 p53065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53065,pv,0.0,0.0,1.666666666666515,3.333333333333485,5.0 +p53065,pv,0.0,0.0,1.6666666666669698,3.333333333333485,5.0 p53065,wind-ofs,0.0,0.0,0.0,0.0,0.0 p53065,wind-ons,0.0,0.0,0.0,0.0,0.0 -p53067,battery,127.0,254.0,367.33333333334303,480.66666666665697,594.0 +p53067,battery,63.5,127.0,260.66666666662786,394.33333333331393,528.0 p53067,biomass,0.0,0.0,0.0,0.0,0.0 p53067,coal,0.0,0.0,0.0,0.0,0.0 +p53067,csp,0.0,0.0,0.0,0.0,0.0 p53067,gas,0.0,0.0,0.0,0.0,0.0 p53067,geothermal,0.0,0.0,0.0,0.0,0.0 p53067,h2,0.0,0.0,0.0,0.0,0.0 @@ -21694,23 +22218,25 @@ p53067,nuclear,0.0,0.0,0.0,0.0,0.0 p53067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p53067,pv,0.0,0.0,100.0,200.0,300.0 p53067,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53067,wind-ons,0.0,0.0,100.0,200.0,300.0 -p53071,battery,0.0,0.0,236.33333333331393,472.66666666668607,709.0 +p53067,wind-ons,0.0,0.0,119.0,238.0,357.0 +p53071,battery,0.0,0.0,170.0,340.0,510.0 p53071,biomass,0.0,0.0,0.0,0.0,0.0 p53071,coal,0.0,0.0,0.0,0.0,0.0 +p53071,csp,0.0,0.0,0.0,0.0,0.0 p53071,gas,0.0,0.0,0.0,0.0,0.0 p53071,geothermal,0.0,0.0,0.0,0.0,0.0 p53071,h2,0.0,0.0,0.0,0.0,0.0 p53071,hydro,0.0,0.0,70.0,140.0,210.0 p53071,nuclear,0.0,0.0,0.0,0.0,0.0 p53071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53071,pv,0.0,0.0,374.0,748.0,1122.0 +p53071,pv,0.0,0.0,175.0,350.0,525.0 p53071,wind-ofs,0.0,0.0,0.0,0.0,0.0 p53071,wind-ons,0.0,0.0,200.0,400.0,600.0 p53073,battery,50.0,100.0,200.0,300.0,400.0 p53073,biomass,0.0,0.0,0.0,0.0,0.0 p53073,coal,0.0,0.0,0.0,0.0,0.0 -p53073,gas,0.0,0.0,62.66666666667152,125.33333333332848,188.0 +p53073,csp,0.0,0.0,0.0,0.0,0.0 +p53073,gas,0.0,0.0,62.666666666656965,125.33333333332848,188.0 p53073,geothermal,0.0,0.0,0.0,0.0,0.0 p53073,h2,0.0,0.0,0.0,0.0,0.0 p53073,hydro,0.0,0.0,0.0,0.0,0.0 @@ -21722,54 +22248,60 @@ p53073,wind-ons,0.0,0.0,0.0,0.0,0.0 p53075,battery,0.0,0.0,0.0,0.0,0.0 p53075,biomass,0.0,0.0,0.0,0.0,0.0 p53075,coal,0.0,0.0,0.0,0.0,0.0 +p53075,csp,0.0,0.0,0.0,0.0,0.0 p53075,gas,0.0,0.0,0.0,0.0,0.0 p53075,geothermal,0.0,0.0,0.0,0.0,0.0 p53075,h2,0.0,0.0,0.0,0.0,0.0 p53075,hydro,0.0,0.0,0.0,0.0,0.0 p53075,nuclear,0.0,0.0,0.0,0.0,0.0 p53075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p53075,pv,0.0,0.0,68.33333333334303,136.66666666665697,205.0 +p53075,pv,0.0,0.0,0.0,0.0,0.0 p53075,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p53075,wind-ons,127.95,255.9,341.19999999998254,426.4999999999709,511.8 -p53077,battery,0.0,0.0,140.66666666668607,281.33333333331393,422.0 +p53075,wind-ons,110.25,220.5,286.83333333331393,353.16666666665697,419.5 +p53077,battery,0.0,0.0,796.1666666665114,1592.3333333332557,2388.5 p53077,biomass,0.0,0.0,0.0,0.0,0.0 p53077,coal,0.0,0.0,0.0,0.0,0.0 +p53077,csp,0.0,0.0,0.0,0.0,0.0 p53077,gas,0.0,0.0,0.0,0.0,0.0 p53077,geothermal,0.0,0.0,0.0,0.0,0.0 p53077,h2,0.0,0.0,0.0,0.0,0.0 p53077,hydro,0.0,0.0,0.0,0.0,0.0 p53077,nuclear,0.0,0.0,0.0,0.0,0.0 -p53077,pumped-hydro,0.0,0.0,200.0,400.0,600.0 -p53077,pv,48.495,96.99,341.29000000003725,585.5900000000256,829.89 +p53077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53077,pv,49.495,98.99,970.6566666665021,1842.3233333332464,2713.99 p53077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p53077,wind-ons,0.0,0.0,0.0,0.0,0.0 p54001,battery,0.0,0.0,0.0,0.0,0.0 p54001,biomass,0.0,0.0,0.0,0.0,0.0 p54001,coal,0.0,0.0,0.0,0.0,0.0 +p54001,csp,0.0,0.0,0.0,0.0,0.0 p54001,gas,0.0,0.0,0.0,0.0,0.0 p54001,geothermal,0.0,0.0,0.0,0.0,0.0 p54001,h2,0.0,0.0,0.0,0.0,0.0 p54001,hydro,0.0,0.0,0.0,0.0,0.0 p54001,nuclear,0.0,0.0,0.0,0.0,0.0 p54001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54001,pv,0.0,0.0,26.66666666666424,53.33333333333576,80.0 +p54001,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p54001,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p54001,wind-ons,0.0,0.0,69.20000000001164,138.40000000002328,207.6 +p54001,wind-ons,0.0,0.0,57.13333333331684,114.26666666666279,171.4 p54003,battery,0.0,0.0,0.0,0.0,0.0 p54003,biomass,0.0,0.0,0.0,0.0,0.0 p54003,coal,0.0,0.0,0.0,0.0,0.0 +p54003,csp,0.0,0.0,0.0,0.0,0.0 p54003,gas,0.0,0.0,0.0,0.0,0.0 p54003,geothermal,0.0,0.0,0.0,0.0,0.0 p54003,h2,0.0,0.0,0.0,0.0,0.0 p54003,hydro,0.0,0.0,0.0,0.0,0.0 p54003,nuclear,0.0,0.0,0.0,0.0,0.0 p54003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54003,pv,0.0,0.0,1.916666666666515,3.833333333333485,5.75 +p54003,pv,0.0,0.0,1.9166666666669698,3.833333333333485,5.75 p54003,wind-ofs,0.0,0.0,0.0,0.0,0.0 p54003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54009,csp,0.0,0.0,0.0,0.0,0.0 p54017,battery,0.0,0.0,0.0,0.0,0.0 p54017,biomass,0.0,0.0,0.0,0.0,0.0 p54017,coal,0.0,0.0,0.0,0.0,0.0 +p54017,csp,0.0,0.0,0.0,0.0,0.0 p54017,gas,0.0,0.0,700.0,1400.0,2100.0 p54017,geothermal,0.0,0.0,0.0,0.0,0.0 p54017,h2,0.0,0.0,0.0,0.0,0.0 @@ -21782,42 +22314,34 @@ p54017,wind-ons,0.0,0.0,0.0,0.0,0.0 p54019,battery,0.0,0.0,0.0,0.0,0.0 p54019,biomass,0.0,0.0,0.0,0.0,0.0 p54019,coal,0.0,0.0,0.0,0.0,0.0 +p54019,csp,0.0,0.0,0.0,0.0,0.0 p54019,gas,0.0,0.0,0.0,0.0,0.0 p54019,geothermal,0.0,0.0,0.0,0.0,0.0 p54019,h2,0.0,0.0,0.0,0.0,0.0 -p54019,hydro,0.0,0.0,17.0,34.0,51.0 +p54019,hydro,25.5,51.0,51.0,51.0,51.0 p54019,nuclear,0.0,0.0,0.0,0.0,0.0 p54019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54019,pv,0.0,0.0,48.73333333332266,97.46666666665988,146.2 +p54019,pv,0.0,0.0,30.0,60.0,90.0 p54019,wind-ofs,0.0,0.0,0.0,0.0,0.0 p54019,wind-ons,0.0,0.0,0.0,0.0,0.0 -p54023,battery,0.0,0.0,95.0,190.0,285.0 +p54023,battery,0.0,0.0,0.0,0.0,0.0 p54023,biomass,0.0,0.0,0.0,0.0,0.0 p54023,coal,0.0,0.0,0.0,0.0,0.0 +p54023,csp,0.0,0.0,0.0,0.0,0.0 p54023,gas,0.0,0.0,0.0,0.0,0.0 p54023,geothermal,0.0,0.0,0.0,0.0,0.0 p54023,h2,0.0,0.0,0.0,0.0,0.0 p54023,hydro,0.0,0.0,0.0,0.0,0.0 p54023,nuclear,0.0,0.0,0.0,0.0,0.0 p54023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54023,pv,0.0,0.0,498.33333333337214,996.6666666666279,1495.0 +p54023,pv,0.0,0.0,0.0,0.0,0.0 p54023,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p54023,wind-ons,0.0,0.0,122.23333333336632,244.46666666670353,366.7 -p54025,battery,0.0,0.0,0.0,0.0,0.0 -p54025,biomass,0.0,0.0,0.0,0.0,0.0 -p54025,coal,0.0,0.0,0.0,0.0,0.0 -p54025,gas,0.0,0.0,0.0,0.0,0.0 -p54025,geothermal,0.0,0.0,0.0,0.0,0.0 -p54025,h2,0.0,0.0,0.0,0.0,0.0 -p54025,hydro,0.0,0.0,0.0,0.0,0.0 -p54025,nuclear,0.0,0.0,0.0,0.0,0.0 -p54025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54025,pv,0.0,0.0,9.33333333333212,18.66666666666788,28.0 -p54025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p54025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54023,wind-ons,0.0,0.0,49.0,98.0,147.0 +p54025,csp,0.0,0.0,0.0,0.0,0.0 p54027,battery,0.0,0.0,0.0,0.0,0.0 p54027,biomass,0.0,0.0,0.0,0.0,0.0 p54027,coal,0.0,0.0,0.0,0.0,0.0 +p54027,csp,0.0,0.0,0.0,0.0,0.0 p54027,gas,0.0,0.0,0.0,0.0,0.0 p54027,geothermal,0.0,0.0,0.0,0.0,0.0 p54027,h2,0.0,0.0,0.0,0.0,0.0 @@ -21830,31 +22354,22 @@ p54027,wind-ons,0.0,0.0,50.0,100.0,150.0 p54029,battery,0.0,0.0,0.0,0.0,0.0 p54029,biomass,0.0,0.0,0.0,0.0,0.0 p54029,coal,0.0,0.0,0.0,0.0,0.0 +p54029,csp,0.0,0.0,0.0,0.0,0.0 p54029,gas,0.0,0.0,0.0,0.0,0.0 p54029,geothermal,0.0,0.0,0.0,0.0,0.0 p54029,h2,0.0,0.0,0.0,0.0,0.0 p54029,hydro,0.0,0.0,0.0,0.0,0.0 p54029,nuclear,0.0,0.0,0.0,0.0,0.0 p54029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54029,pv,0.0,0.0,3.58333333333303,7.16666666666697,10.75 +p54029,pv,0.0,0.0,3.5833333333339397,7.16666666666697,10.75 p54029,wind-ofs,0.0,0.0,0.0,0.0,0.0 p54029,wind-ons,0.0,0.0,0.0,0.0,0.0 -p54031,battery,0.0,0.0,0.0,0.0,0.0 -p54031,biomass,0.0,0.0,0.0,0.0,0.0 -p54031,coal,0.0,0.0,0.0,0.0,0.0 -p54031,gas,0.0,0.0,0.0,0.0,0.0 -p54031,geothermal,0.0,0.0,0.0,0.0,0.0 -p54031,h2,0.0,0.0,0.0,0.0,0.0 -p54031,hydro,0.0,0.0,0.0,0.0,0.0 -p54031,nuclear,0.0,0.0,0.0,0.0,0.0 -p54031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54031,pv,0.0,0.0,287.5,575.0,862.5 -p54031,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p54031,wind-ons,0.0,0.0,9.946666666666715,19.89333333333343,29.84 +p54031,csp,0.0,0.0,0.0,0.0,0.0 p54033,battery,0.0,0.0,0.0,0.0,0.0 p54033,biomass,0.0,0.0,0.0,0.0,0.0 p54033,coal,0.0,0.0,0.0,0.0,0.0 -p54033,gas,312.5,625.0,833.3333333333139,1041.666666666686,1250.0 +p54033,csp,0.0,0.0,0.0,0.0,0.0 +p54033,gas,312.5,625.0,625.0,625.0,625.0 p54033,geothermal,0.0,0.0,0.0,0.0,0.0 p54033,h2,0.0,0.0,0.0,0.0,0.0 p54033,hydro,0.0,0.0,0.0,0.0,0.0 @@ -21866,102 +22381,111 @@ p54033,wind-ons,0.0,0.0,0.0,0.0,0.0 p54037,battery,0.0,0.0,10.0,20.0,30.0 p54037,biomass,0.0,0.0,0.0,0.0,0.0 p54037,coal,0.0,0.0,0.0,0.0,0.0 +p54037,csp,0.0,0.0,0.0,0.0,0.0 p54037,gas,0.0,0.0,0.0,0.0,0.0 p54037,geothermal,0.0,0.0,0.0,0.0,0.0 p54037,h2,0.0,0.0,0.0,0.0,0.0 p54037,hydro,0.0,0.0,0.0,0.0,0.0 p54037,nuclear,0.0,0.0,0.0,0.0,0.0 p54037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54037,pv,152.0,304.0,405.33333333334303,506.66666666665697,608.0 +p54037,pv,89.5,179.0,209.0,239.0,269.0 p54037,wind-ofs,0.0,0.0,0.0,0.0,0.0 p54037,wind-ons,0.0,0.0,0.0,0.0,0.0 -p54039,battery,0.0,0.0,54.86666666668316,109.73333333335177,164.6 +p54039,battery,0.0,0.0,0.0,0.0,0.0 p54039,biomass,0.0,0.0,0.0,0.0,0.0 p54039,coal,0.0,0.0,0.0,0.0,0.0 +p54039,csp,0.0,0.0,0.0,0.0,0.0 p54039,gas,0.0,0.0,0.0,0.0,0.0 p54039,geothermal,0.0,0.0,0.0,0.0,0.0 p54039,h2,0.0,0.0,0.0,0.0,0.0 p54039,hydro,0.0,0.0,0.0,0.0,0.0 p54039,nuclear,0.0,0.0,0.0,0.0,0.0 p54039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54039,pv,0.0,0.0,98.33333333334303,196.66666666665697,295.0 +p54039,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p54039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p54039,wind-ons,0.0,0.0,0.0,0.0,0.0 p54049,battery,0.0,0.0,0.0,0.0,0.0 p54049,biomass,0.0,0.0,0.0,0.0,0.0 p54049,coal,0.0,0.0,0.0,0.0,0.0 -p54049,gas,0.0,0.0,13.33333333333212,26.66666666666788,40.0 +p54049,csp,0.0,0.0,0.0,0.0,0.0 +p54049,gas,0.0,0.0,13.333333333335759,26.66666666666788,40.0 p54049,geothermal,0.0,0.0,0.0,0.0,0.0 p54049,h2,0.0,0.0,0.0,0.0,0.0 p54049,hydro,0.0,0.0,0.0,0.0,0.0 p54049,nuclear,0.0,0.0,0.0,0.0,0.0 p54049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54049,pv,0.0,0.0,1.833333333333485,3.666666666666515,5.5 +p54049,pv,0.0,0.0,1.8333333333330302,3.666666666666515,5.5 p54049,wind-ofs,0.0,0.0,0.0,0.0,0.0 p54049,wind-ons,0.0,0.0,0.0,0.0,0.0 p54053,battery,0.0,0.0,0.0,0.0,0.0 p54053,biomass,0.0,0.0,0.0,0.0,0.0 p54053,coal,0.0,0.0,0.0,0.0,0.0 +p54053,csp,0.0,0.0,0.0,0.0,0.0 p54053,gas,0.0,0.0,0.0,0.0,0.0 p54053,geothermal,0.0,0.0,0.0,0.0,0.0 p54053,h2,0.0,0.0,0.0,0.0,0.0 p54053,hydro,0.0,0.0,0.0,0.0,0.0 p54053,nuclear,0.0,0.0,0.0,0.0,0.0 p54053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54053,pv,99.5,199.0,265.33333333334303,331.66666666665697,398.0 +p54053,pv,50.0,100.0,100.0,100.0,100.0 p54053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p54053,wind-ons,0.0,0.0,0.0,0.0,0.0 p54057,battery,0.0,0.0,0.0,0.0,0.0 p54057,biomass,0.0,0.0,0.0,0.0,0.0 p54057,coal,0.0,0.0,0.0,0.0,0.0 +p54057,csp,0.0,0.0,0.0,0.0,0.0 p54057,gas,0.0,0.0,0.0,0.0,0.0 p54057,geothermal,0.0,0.0,0.0,0.0,0.0 p54057,h2,0.0,0.0,0.0,0.0,0.0 p54057,hydro,0.0,0.0,0.0,0.0,0.0 p54057,nuclear,0.0,0.0,0.0,0.0,0.0 p54057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54057,pv,0.0,0.0,50.0,100.0,150.0 +p54057,pv,0.0,0.0,16.666666666671517,33.33333333333576,50.0 p54057,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p54057,wind-ons,0.0,0.0,19.66666666666424,39.33333333333576,59.0 +p54057,wind-ons,0.0,0.0,0.0,0.0,0.0 p54059,battery,0.0,0.0,0.0,0.0,0.0 p54059,biomass,0.0,0.0,0.0,0.0,0.0 p54059,coal,0.0,0.0,0.0,0.0,0.0 +p54059,csp,0.0,0.0,0.0,0.0,0.0 p54059,gas,0.0,0.0,0.0,0.0,0.0 p54059,geothermal,0.0,0.0,0.0,0.0,0.0 p54059,h2,0.0,0.0,0.0,0.0,0.0 p54059,hydro,0.0,0.0,0.0,0.0,0.0 p54059,nuclear,0.0,0.0,0.0,0.0,0.0 p54059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54059,pv,0.0,0.0,61.66666666667152,123.33333333332848,185.0 +p54059,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 p54059,wind-ofs,0.0,0.0,0.0,0.0,0.0 p54059,wind-ons,0.0,0.0,0.0,0.0,0.0 p54061,battery,0.0,0.0,0.0,0.0,0.0 p54061,biomass,0.0,0.0,0.0,0.0,0.0 p54061,coal,0.0,0.0,0.0,0.0,0.0 -p54061,gas,25.0,50.0,66.66666666666424,83.33333333333576,100.0 +p54061,csp,0.0,0.0,0.0,0.0,0.0 +p54061,gas,0.0,0.0,0.0,0.0,0.0 p54061,geothermal,0.0,0.0,0.0,0.0,0.0 p54061,h2,0.0,0.0,0.0,0.0,0.0 p54061,hydro,0.0,0.0,0.0,0.0,0.0 p54061,nuclear,0.0,0.0,0.0,0.0,0.0 p54061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54061,pv,0.0,0.0,6.296666666667079,12.593333333332339,18.89 +p54061,pv,0.0,0.0,6.29666666666526,12.593333333332339,18.89 p54061,wind-ofs,0.0,0.0,0.0,0.0,0.0 p54061,wind-ons,0.0,0.0,0.0,0.0,0.0 -p54067,battery,0.0,0.0,10.766666666666424,21.53333333333285,32.3 +p54067,battery,0.0,0.0,0.0,0.0,0.0 p54067,biomass,0.0,0.0,0.0,0.0,0.0 p54067,coal,0.0,0.0,0.0,0.0,0.0 +p54067,csp,0.0,0.0,0.0,0.0,0.0 p54067,gas,0.0,0.0,0.0,0.0,0.0 p54067,geothermal,0.0,0.0,0.0,0.0,0.0 p54067,h2,0.0,0.0,0.0,0.0,0.0 p54067,hydro,0.0,0.0,0.0,0.0,0.0 p54067,nuclear,0.0,0.0,0.0,0.0,0.0 p54067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54067,pv,125.0,250.0,333.33333333334303,416.66666666665697,500.0 +p54067,pv,125.0,250.0,272.26666666667006,294.53333333333285,316.8 p54067,wind-ofs,0.0,0.0,0.0,0.0,0.0 p54067,wind-ons,0.0,0.0,0.0,0.0,0.0 p54071,battery,0.0,0.0,0.0,0.0,0.0 p54071,biomass,0.0,0.0,0.0,0.0,0.0 p54071,coal,0.0,0.0,0.0,0.0,0.0 +p54071,csp,0.0,0.0,0.0,0.0,0.0 p54071,gas,0.0,0.0,0.0,0.0,0.0 p54071,geothermal,0.0,0.0,0.0,0.0,0.0 p54071,h2,0.0,0.0,0.0,0.0,0.0 @@ -21970,22 +22494,24 @@ p54071,nuclear,0.0,0.0,0.0,0.0,0.0 p54071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p54071,pv,0.0,0.0,0.0,0.0,0.0 p54071,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p54071,wind-ons,0.0,0.0,63.83333333332848,127.66666666667152,191.5 -p54077,battery,0.0,0.0,9.33333333333212,18.66666666666788,28.0 +p54071,wind-ons,0.0,0.0,63.833333333343035,127.66666666667152,191.5 +p54077,battery,0.0,0.0,0.0,0.0,0.0 p54077,biomass,0.0,0.0,0.0,0.0,0.0 p54077,coal,0.0,0.0,0.0,0.0,0.0 +p54077,csp,0.0,0.0,0.0,0.0,0.0 p54077,gas,0.0,0.0,0.0,0.0,0.0 p54077,geothermal,0.0,0.0,0.0,0.0,0.0 p54077,h2,0.0,0.0,0.0,0.0,0.0 p54077,hydro,0.0,0.0,0.0,0.0,0.0 p54077,nuclear,0.0,0.0,0.0,0.0,0.0 p54077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54077,pv,49.8,99.6,176.58333333334303,253.56666666668025,330.54999999999995 +p54077,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 p54077,wind-ofs,0.0,0.0,0.0,0.0,0.0 p54077,wind-ons,0.0,0.0,0.0,0.0,0.0 p54083,battery,0.0,0.0,0.0,0.0,0.0 p54083,biomass,0.0,0.0,0.0,0.0,0.0 p54083,coal,0.0,0.0,0.0,0.0,0.0 +p54083,csp,0.0,0.0,0.0,0.0,0.0 p54083,gas,0.0,0.0,0.0,0.0,0.0 p54083,geothermal,0.0,0.0,0.0,0.0,0.0 p54083,h2,0.0,0.0,0.0,0.0,0.0 @@ -21994,83 +22520,53 @@ p54083,nuclear,0.0,0.0,0.0,0.0,0.0 p54083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p54083,pv,0.0,0.0,0.0,0.0,0.0 p54083,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p54083,wind-ons,0.0,0.0,51.966666666659876,103.93333333331975,155.9 +p54083,wind-ons,0.0,0.0,34.333333333343035,68.66666666667152,103.0 p54093,battery,0.0,0.0,0.0,0.0,0.0 p54093,biomass,0.0,0.0,0.0,0.0,0.0 p54093,coal,0.0,0.0,0.0,0.0,0.0 +p54093,csp,0.0,0.0,0.0,0.0,0.0 p54093,gas,0.0,0.0,0.0,0.0,0.0 p54093,geothermal,0.0,0.0,0.0,0.0,0.0 p54093,h2,0.0,0.0,0.0,0.0,0.0 p54093,hydro,0.0,0.0,0.0,0.0,0.0 p54093,nuclear,0.0,0.0,0.0,0.0,0.0 p54093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54093,pv,0.0,0.0,53.16666666667152,106.33333333332848,159.5 +p54093,pv,0.0,0.0,53.166666666656965,106.33333333332848,159.5 p54093,wind-ofs,0.0,0.0,0.0,0.0,0.0 p54093,wind-ons,0.0,0.0,0.0,0.0,0.0 -p54101,battery,0.0,0.0,0.0,0.0,0.0 -p54101,biomass,0.0,0.0,0.0,0.0,0.0 -p54101,coal,0.0,0.0,0.0,0.0,0.0 -p54101,gas,0.0,0.0,0.0,0.0,0.0 -p54101,geothermal,0.0,0.0,0.0,0.0,0.0 -p54101,h2,0.0,0.0,0.0,0.0,0.0 -p54101,hydro,0.0,0.0,0.0,0.0,0.0 -p54101,nuclear,0.0,0.0,0.0,0.0,0.0 -p54101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p54101,pv,0.0,0.0,70.0,140.0,210.0 -p54101,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p54101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54101,csp,0.0,0.0,0.0,0.0,0.0 p55001,battery,0.0,0.0,0.0,0.0,0.0 p55001,biomass,0.0,0.0,0.0,0.0,0.0 p55001,coal,0.0,0.0,0.0,0.0,0.0 +p55001,csp,0.0,0.0,0.0,0.0,0.0 p55001,gas,0.0,0.0,0.0,0.0,0.0 p55001,geothermal,0.0,0.0,0.0,0.0,0.0 p55001,h2,0.0,0.0,0.0,0.0,0.0 p55001,hydro,0.0,0.0,0.0,0.0,0.0 p55001,nuclear,0.0,0.0,0.0,0.0,0.0 p55001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55001,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p55001,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p55001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55001,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55005,battery,0.0,0.0,38.33333333332848,76.66666666667152,115.0 +p55005,battery,0.0,0.0,38.333333333343035,76.66666666667152,115.0 p55005,biomass,0.0,0.0,0.0,0.0,0.0 p55005,coal,0.0,0.0,0.0,0.0,0.0 +p55005,csp,0.0,0.0,0.0,0.0,0.0 p55005,gas,0.0,0.0,0.0,0.0,0.0 p55005,geothermal,0.0,0.0,0.0,0.0,0.0 p55005,h2,0.0,0.0,0.0,0.0,0.0 p55005,hydro,0.0,0.0,0.0,0.0,0.0 p55005,nuclear,0.0,0.0,0.0,0.0,0.0 p55005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55005,pv,0.0,0.0,131.66666666668607,263.33333333331393,395.0 +p55005,pv,0.0,0.0,126.66666666668607,253.33333333334303,380.0 p55005,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55005,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55009,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 -p55009,biomass,0.0,0.0,0.0,0.0,0.0 -p55009,coal,0.0,0.0,0.0,0.0,0.0 -p55009,gas,0.0,0.0,0.0,0.0,0.0 -p55009,geothermal,0.0,0.0,0.0,0.0,0.0 -p55009,h2,0.0,0.0,0.0,0.0,0.0 -p55009,hydro,0.0,0.0,0.0,0.0,0.0 -p55009,nuclear,0.0,0.0,0.0,0.0,0.0 -p55009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55009,pv,0.0,0.0,0.0,0.0,0.0 -p55009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p55009,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55011,battery,0.0,0.0,50.0,100.0,150.0 -p55011,biomass,0.0,0.0,0.0,0.0,0.0 -p55011,coal,0.0,0.0,0.0,0.0,0.0 -p55011,gas,0.0,0.0,0.0,0.0,0.0 -p55011,geothermal,0.0,0.0,0.0,0.0,0.0 -p55011,h2,0.0,0.0,0.0,0.0,0.0 -p55011,hydro,0.0,0.0,0.0,0.0,0.0 -p55011,nuclear,0.0,0.0,0.0,0.0,0.0 -p55011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55011,pv,0.0,0.0,0.0,0.0,0.0 -p55011,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p55011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55009,csp,0.0,0.0,0.0,0.0,0.0 +p55011,csp,0.0,0.0,0.0,0.0,0.0 p55015,battery,0.0,0.0,0.0,0.0,0.0 p55015,biomass,0.0,0.0,0.0,0.0,0.0 p55015,coal,0.0,0.0,0.0,0.0,0.0 -p55015,gas,0.0,0.0,0.0,0.0,0.0 +p55015,gas,0.0,0.0,804.75,1609.5,2414.25 p55015,geothermal,0.0,0.0,0.0,0.0,0.0 p55015,h2,0.0,0.0,0.0,0.0,0.0 p55015,hydro,0.0,0.0,0.0,0.0,0.0 @@ -22078,10 +22574,12 @@ p55015,nuclear,0.0,0.0,0.0,0.0,0.0 p55015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p55015,pv,0.0,0.0,0.0,0.0,0.0 p55015,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p55015,wind-ons,0.0,0.0,50.0,100.0,150.0 +p55015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55017,csp,0.0,0.0,0.0,0.0,0.0 p55019,battery,0.0,0.0,0.0,0.0,0.0 p55019,biomass,0.0,0.0,0.0,0.0,0.0 p55019,coal,0.0,0.0,0.0,0.0,0.0 +p55019,csp,0.0,0.0,0.0,0.0,0.0 p55019,gas,0.0,0.0,0.0,0.0,0.0 p55019,geothermal,0.0,0.0,0.0,0.0,0.0 p55019,h2,0.0,0.0,0.0,0.0,0.0 @@ -22090,47 +22588,51 @@ p55019,nuclear,0.0,0.0,0.0,0.0,0.0 p55019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p55019,pv,0.0,0.0,0.0,0.0,0.0 p55019,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p55019,wind-ons,0.0,0.0,69.33333333334303,138.66666666665697,208.0 -p55021,battery,0.0,0.0,233.33333333331393,466.66666666668607,700.0 +p55019,wind-ons,0.0,0.0,63.333333333343035,126.66666666667152,190.0 +p55021,battery,0.0,0.0,240.06666666670935,480.1333333333605,720.2 p55021,biomass,0.0,0.0,0.0,0.0,0.0 p55021,coal,0.0,0.0,0.0,0.0,0.0 -p55021,gas,0.0,0.0,0.0,0.0,0.0 +p55021,csp,0.0,0.0,0.0,0.0,0.0 +p55021,gas,0.0,0.0,175.0,350.0,525.0 p55021,geothermal,0.0,0.0,0.0,0.0,0.0 p55021,h2,0.0,0.0,0.0,0.0,0.0 p55021,hydro,0.0,0.0,0.0,0.0,0.0 p55021,nuclear,0.0,0.0,0.0,0.0,0.0 p55021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55021,pv,0.0,0.0,273.733333333279,547.466666666558,821.2 +p55021,pv,261.1,522.2,621.8666666666977,721.5333333333547,821.2 p55021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p55021,wind-ons,0.0,0.0,83.33333333334303,166.66666666665697,250.0 -p55025,battery,0.0,0.0,50.0,100.0,150.0 +p55021,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p55025,battery,75.0,150.0,150.0,150.0,150.0 p55025,biomass,0.0,0.0,0.0,0.0,0.0 p55025,coal,0.0,0.0,0.0,0.0,0.0 -p55025,gas,0.0,0.0,0.0,0.0,0.0 +p55025,csp,0.0,0.0,0.0,0.0,0.0 +p55025,gas,10.5,21.0,422.0,823.0,1224.0 p55025,geothermal,0.0,0.0,0.0,0.0,0.0 p55025,h2,0.0,0.0,0.0,0.0,0.0 p55025,hydro,0.0,0.0,0.0,0.0,0.0 p55025,nuclear,0.0,0.0,0.0,0.0,0.0 p55025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55025,pv,0.0,0.0,300.0,600.0,900.0 +p55025,pv,250.0,500.0,633.3333333333721,766.6666666666861,900.0 p55025,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55025,wind-ons,0.0,0.0,0.0,0.0,0.0 p55027,battery,0.0,0.0,0.0,0.0,0.0 p55027,biomass,0.0,0.0,0.0,0.0,0.0 p55027,coal,0.0,0.0,0.0,0.0,0.0 +p55027,csp,0.0,0.0,0.0,0.0,0.0 p55027,gas,0.0,0.0,0.0,0.0,0.0 p55027,geothermal,0.0,0.0,0.0,0.0,0.0 p55027,h2,0.0,0.0,0.0,0.0,0.0 p55027,hydro,0.0,0.0,0.0,0.0,0.0 p55027,nuclear,0.0,0.0,0.0,0.0,0.0 p55027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55027,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p55027,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p55027,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55027,wind-ons,0.0,0.0,0.0,0.0,0.0 p55031,battery,0.0,0.0,0.0,0.0,0.0 p55031,biomass,0.0,0.0,0.0,0.0,0.0 p55031,coal,0.0,0.0,0.0,0.0,0.0 -p55031,gas,280.75,561.5,748.6666666666861,935.8333333333139,1123.0 +p55031,csp,0.0,0.0,0.0,0.0,0.0 +p55031,gas,0.0,0.0,187.16666666662786,374.33333333331393,561.5 p55031,geothermal,0.0,0.0,0.0,0.0,0.0 p55031,h2,0.0,0.0,0.0,0.0,0.0 p55031,hydro,0.0,0.0,0.0,0.0,0.0 @@ -22142,6 +22644,7 @@ p55031,wind-ons,0.0,0.0,0.0,0.0,0.0 p55033,battery,0.0,0.0,0.0,0.0,0.0 p55033,biomass,0.0,0.0,0.0,0.0,0.0 p55033,coal,0.0,0.0,0.0,0.0,0.0 +p55033,csp,0.0,0.0,0.0,0.0,0.0 p55033,gas,0.0,0.0,0.0,0.0,0.0 p55033,geothermal,0.0,0.0,0.0,0.0,0.0 p55033,h2,0.0,0.0,0.0,0.0,0.0 @@ -22151,46 +22654,50 @@ p55033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p55033,pv,0.0,0.0,200.0,400.0,600.0 p55033,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55033,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55039,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p55039,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p55039,biomass,0.0,0.0,0.0,0.0,0.0 p55039,coal,0.0,0.0,0.0,0.0,0.0 -p55039,gas,0.0,0.0,0.0,0.0,0.0 +p55039,csp,0.0,0.0,0.0,0.0,0.0 +p55039,gas,0.0,0.0,175.0,350.0,525.0 p55039,geothermal,0.0,0.0,0.0,0.0,0.0 p55039,h2,0.0,0.0,0.0,0.0,0.0 p55039,hydro,0.0,0.0,0.0,0.0,0.0 p55039,nuclear,0.0,0.0,0.0,0.0,0.0 p55039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55039,pv,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p55039,pv,0.0,0.0,0.0,0.0,0.0 p55039,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55039,wind-ons,0.0,0.0,0.0,0.0,0.0 p55043,battery,0.0,0.0,0.0,0.0,0.0 p55043,biomass,0.0,0.0,0.0,0.0,0.0 p55043,coal,0.0,0.0,0.0,0.0,0.0 +p55043,csp,0.0,0.0,0.0,0.0,0.0 p55043,gas,0.0,0.0,0.0,0.0,0.0 p55043,geothermal,0.0,0.0,0.0,0.0,0.0 p55043,h2,0.0,0.0,0.0,0.0,0.0 p55043,hydro,0.0,0.0,0.0,0.0,0.0 p55043,nuclear,0.0,0.0,0.0,0.0,0.0 p55043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55043,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p55043,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p55043,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p55043,wind-ons,97.5,195.0,260.0,325.0,390.0 +p55043,wind-ons,47.5,95.0,188.33333333331393,281.66666666665697,375.0 p55045,battery,0.0,0.0,0.0,0.0,0.0 p55045,biomass,0.0,0.0,0.0,0.0,0.0 p55045,coal,0.0,0.0,0.0,0.0,0.0 -p55045,gas,0.0,0.0,0.0,0.0,0.0 +p55045,csp,0.0,0.0,0.0,0.0,0.0 +p55045,gas,0.0,0.0,53.333333333343035,106.66666666667152,160.0 p55045,geothermal,0.0,0.0,0.0,0.0,0.0 p55045,h2,0.0,0.0,0.0,0.0,0.0 p55045,hydro,0.0,0.0,0.0,0.0,0.0 p55045,nuclear,0.0,0.0,0.0,0.0,0.0 p55045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55045,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p55045,pv,50.0,100.0,100.0,100.0,100.0 p55045,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55045,wind-ons,0.0,0.0,0.0,0.0,0.0 p55049,battery,0.0,0.0,0.0,0.0,0.0 p55049,biomass,0.0,0.0,0.0,0.0,0.0 p55049,coal,0.0,0.0,0.0,0.0,0.0 -p55049,gas,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p55049,csp,0.0,0.0,0.0,0.0,0.0 +p55049,gas,0.0,0.0,0.0,0.0,0.0 p55049,geothermal,0.0,0.0,0.0,0.0,0.0 p55049,h2,0.0,0.0,0.0,0.0,0.0 p55049,hydro,0.0,0.0,0.0,0.0,0.0 @@ -22198,58 +22705,63 @@ p55049,nuclear,0.0,0.0,0.0,0.0,0.0 p55049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p55049,pv,0.0,0.0,0.0,0.0,0.0 p55049,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p55049,wind-ons,0.0,0.0,146.33333333331393,292.66666666668607,439.0 +p55049,wind-ons,49.5,99.0,212.33333333331393,325.66666666665697,439.0 p55053,battery,0.0,0.0,0.0,0.0,0.0 p55053,biomass,0.0,0.0,0.0,0.0,0.0 p55053,coal,0.0,0.0,0.0,0.0,0.0 +p55053,csp,0.0,0.0,0.0,0.0,0.0 p55053,gas,0.0,0.0,0.0,0.0,0.0 p55053,geothermal,0.0,0.0,0.0,0.0,0.0 p55053,h2,0.0,0.0,0.0,0.0,0.0 p55053,hydro,0.0,0.0,0.0,0.0,0.0 p55053,nuclear,0.0,0.0,0.0,0.0,0.0 p55053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55053,pv,0.0,0.0,15.400000000001455,30.80000000000291,46.2 +p55053,pv,0.0,0.0,15.400000000001455,30.799999999999272,46.2 p55053,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55053,wind-ons,0.0,0.0,0.0,0.0,0.0 p55055,battery,0.0,0.0,0.0,0.0,0.0 p55055,biomass,0.0,0.0,0.0,0.0,0.0 p55055,coal,0.0,0.0,0.0,0.0,0.0 +p55055,csp,0.0,0.0,0.0,0.0,0.0 p55055,gas,0.0,0.0,0.0,0.0,0.0 p55055,geothermal,0.0,0.0,0.0,0.0,0.0 p55055,h2,0.0,0.0,0.0,0.0,0.0 p55055,hydro,0.0,0.0,0.0,0.0,0.0 p55055,nuclear,0.0,0.0,0.0,0.0,0.0 p55055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55055,pv,112.0,224.0,298.66666666665697,373.33333333334303,448.0 +p55055,pv,0.0,0.0,98.33333333331393,196.66666666665697,295.0 p55055,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55055,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55057,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p55057,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p55057,biomass,0.0,0.0,0.0,0.0,0.0 p55057,coal,0.0,0.0,0.0,0.0,0.0 +p55057,csp,0.0,0.0,0.0,0.0,0.0 p55057,gas,0.0,0.0,0.0,0.0,0.0 p55057,geothermal,0.0,0.0,0.0,0.0,0.0 p55057,h2,0.0,0.0,0.0,0.0,0.0 p55057,hydro,0.0,0.0,0.0,0.0,0.0 p55057,nuclear,0.0,0.0,0.0,0.0,0.0 p55057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55057,pv,0.0,0.0,75.0,150.0,225.0 +p55057,pv,112.5,225.0,225.0,225.0,225.0 p55057,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55057,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55059,battery,0.0,0.0,133.33333333331393,266.66666666668607,400.0 +p55059,battery,25.0,50.0,233.33333333337214,416.66666666668607,600.0 p55059,biomass,0.0,0.0,0.0,0.0,0.0 p55059,coal,0.0,0.0,0.0,0.0,0.0 -p55059,gas,0.0,0.0,235.0,470.0,705.0 +p55059,csp,0.0,0.0,0.0,0.0,0.0 +p55059,gas,0.0,0.0,892.9499999999534,1785.8999999999069,2678.85 p55059,geothermal,0.0,0.0,0.0,0.0,0.0 p55059,h2,0.0,0.0,0.0,0.0,0.0 p55059,hydro,0.0,0.0,0.0,0.0,0.0 p55059,nuclear,0.0,0.0,0.0,0.0,0.0 p55059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55059,pv,100.0,200.0,266.66666666665697,333.33333333334303,400.0 +p55059,pv,50.0,100.0,183.33333333331393,266.66666666665697,350.0 p55059,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55059,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55063,battery,0.0,0.0,30.66666666666424,61.33333333333576,92.0 +p55063,battery,0.0,0.0,30.666666666671517,61.33333333333576,92.0 p55063,biomass,0.0,0.0,0.0,0.0,0.0 p55063,coal,0.0,0.0,0.0,0.0,0.0 +p55063,csp,0.0,0.0,0.0,0.0,0.0 p55063,gas,0.0,0.0,0.0,0.0,0.0 p55063,geothermal,0.0,0.0,0.0,0.0,0.0 p55063,h2,0.0,0.0,0.0,0.0,0.0 @@ -22259,9 +22771,10 @@ p55063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p55063,pv,0.0,0.0,0.0,0.0,0.0 p55063,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55063,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55065,battery,0.0,0.0,0.0,0.0,0.0 +p55065,battery,0.0,0.0,32.666666666656965,65.33333333332848,98.0 p55065,biomass,0.0,0.0,0.0,0.0,0.0 p55065,coal,0.0,0.0,0.0,0.0,0.0 +p55065,csp,0.0,0.0,0.0,0.0,0.0 p55065,gas,0.0,0.0,0.0,0.0,0.0 p55065,geothermal,0.0,0.0,0.0,0.0,0.0 p55065,h2,0.0,0.0,0.0,0.0,0.0 @@ -22270,47 +22783,27 @@ p55065,nuclear,0.0,0.0,0.0,0.0,0.0 p55065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p55065,pv,0.0,0.0,0.0,0.0,0.0 p55065,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p55065,wind-ons,0.0,0.0,100.0,200.0,300.0 -p55071,battery,10.0,20.0,26.66666666666606,33.33333333333394,40.0 -p55071,biomass,0.0,0.0,0.0,0.0,0.0 -p55071,coal,0.0,0.0,0.0,0.0,0.0 -p55071,gas,0.0,0.0,0.0,0.0,0.0 -p55071,geothermal,0.0,0.0,0.0,0.0,0.0 -p55071,h2,0.0,0.0,0.0,0.0,0.0 -p55071,hydro,0.0,0.0,0.0,0.0,0.0 -p55071,nuclear,0.0,0.0,0.0,0.0,0.0 -p55071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55071,pv,0.0,0.0,0.0,0.0,0.0 -p55071,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p55071,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55073,battery,0.0,0.0,16.66666666666424,33.33333333333576,50.0 +p55065,wind-ons,150.0,300.0,300.0,300.0,300.0 +p55071,csp,0.0,0.0,0.0,0.0,0.0 +p55073,battery,0.0,0.0,0.0,0.0,0.0 p55073,biomass,0.0,0.0,0.0,0.0,0.0 p55073,coal,0.0,0.0,0.0,0.0,0.0 +p55073,csp,0.0,0.0,0.0,0.0,0.0 p55073,gas,0.0,0.0,0.0,0.0,0.0 p55073,geothermal,0.0,0.0,0.0,0.0,0.0 p55073,h2,0.0,0.0,0.0,0.0,0.0 p55073,hydro,0.0,0.0,0.0,0.0,0.0 p55073,nuclear,0.0,0.0,0.0,0.0,0.0 p55073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55073,pv,0.0,0.0,0.0,0.0,0.0 +p55073,pv,0.0,0.0,56.643333333326154,113.28666666665231,169.93 p55073,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p55073,wind-ons,0.0,0.0,116.29999999998836,232.59999999997672,348.9 -p55075,battery,0.0,0.0,0.0,0.0,0.0 -p55075,biomass,0.0,0.0,0.0,0.0,0.0 -p55075,coal,0.0,0.0,0.0,0.0,0.0 -p55075,gas,0.0,0.0,0.0,0.0,0.0 -p55075,geothermal,0.0,0.0,0.0,0.0,0.0 -p55075,h2,0.0,0.0,0.0,0.0,0.0 -p55075,hydro,0.0,0.0,0.0,0.0,0.0 -p55075,nuclear,0.0,0.0,0.0,0.0,0.0 -p55075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55075,pv,0.0,0.0,21.66666666666424,43.33333333333576,65.0 -p55075,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p55075,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55073,wind-ons,49.45,98.9,132.2333333333372,165.5666666666657,198.9 +p55075,csp,0.0,0.0,0.0,0.0,0.0 p55079,battery,0.0,0.0,100.0,200.0,300.0 p55079,biomass,0.0,0.0,0.0,0.0,0.0 p55079,coal,0.0,0.0,0.0,0.0,0.0 -p55079,gas,0.0,0.0,379.33333333337214,758.6666666666279,1138.0 +p55079,csp,0.0,0.0,0.0,0.0,0.0 +p55079,gas,0.0,0.0,379.3333333332557,758.6666666666279,1138.0 p55079,geothermal,0.0,0.0,0.0,0.0,0.0 p55079,h2,0.0,0.0,0.0,0.0,0.0 p55079,hydro,0.0,0.0,0.0,0.0,0.0 @@ -22322,28 +22815,30 @@ p55079,wind-ons,0.0,0.0,0.0,0.0,0.0 p55083,battery,0.0,0.0,0.0,0.0,0.0 p55083,biomass,0.0,0.0,0.0,0.0,0.0 p55083,coal,0.0,0.0,0.0,0.0,0.0 +p55083,csp,0.0,0.0,0.0,0.0,0.0 p55083,gas,0.0,0.0,0.0,0.0,0.0 p55083,geothermal,0.0,0.0,0.0,0.0,0.0 p55083,h2,0.0,0.0,0.0,0.0,0.0 p55083,hydro,0.0,0.0,0.0,0.0,0.0 p55083,nuclear,0.0,0.0,0.0,0.0,0.0 p55083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55083,pv,0.0,0.0,50.0,100.0,150.0 +p55083,pv,75.0,150.0,150.0,150.0,150.0 p55083,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55083,wind-ons,0.0,0.0,0.0,0.0,0.0 p55087,battery,0.0,0.0,50.0,100.0,150.0 p55087,biomass,0.0,0.0,0.0,0.0,0.0 p55087,coal,0.0,0.0,0.0,0.0,0.0 +p55087,csp,0.0,0.0,0.0,0.0,0.0 p55087,gas,0.0,0.0,0.0,0.0,0.0 p55087,geothermal,0.0,0.0,0.0,0.0,0.0 p55087,h2,0.0,0.0,0.0,0.0,0.0 p55087,hydro,0.0,0.0,0.0,0.0,0.0 p55087,nuclear,0.0,0.0,0.0,0.0,0.0 p55087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55087,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p55087,pv,0.0,0.0,0.0,0.0,0.0 p55087,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55087,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55089,battery,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p55089,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 p55089,biomass,0.0,0.0,0.0,0.0,0.0 p55089,coal,0.0,0.0,0.0,0.0,0.0 p55089,gas,0.0,0.0,0.0,0.0,0.0 @@ -22355,9 +22850,22 @@ p55089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p55089,pv,0.0,0.0,0.0,0.0,0.0 p55089,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55091,battery,0.0,0.0,0.0,0.0,0.0 +p55091,biomass,0.0,0.0,0.0,0.0,0.0 +p55091,coal,0.0,0.0,0.0,0.0,0.0 +p55091,gas,0.0,0.0,0.0,0.0,0.0 +p55091,geothermal,0.0,0.0,0.0,0.0,0.0 +p55091,h2,0.0,0.0,0.0,0.0,0.0 +p55091,hydro,0.0,0.0,0.0,0.0,0.0 +p55091,nuclear,0.0,0.0,0.0,0.0,0.0 +p55091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55091,pv,0.0,0.0,36.666666666656965,73.33333333332848,110.0 +p55091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55091,wind-ons,0.0,0.0,0.0,0.0,0.0 p55093,battery,0.0,0.0,0.0,0.0,0.0 p55093,biomass,0.0,0.0,0.0,0.0,0.0 p55093,coal,0.0,0.0,0.0,0.0,0.0 +p55093,csp,0.0,0.0,0.0,0.0,0.0 p55093,gas,0.0,0.0,0.0,0.0,0.0 p55093,geothermal,0.0,0.0,0.0,0.0,0.0 p55093,h2,0.0,0.0,0.0,0.0,0.0 @@ -22370,126 +22878,137 @@ p55093,wind-ons,0.0,0.0,0.0,0.0,0.0 p55095,battery,0.0,0.0,0.0,0.0,0.0 p55095,biomass,0.0,0.0,0.0,0.0,0.0 p55095,coal,0.0,0.0,0.0,0.0,0.0 +p55095,csp,0.0,0.0,0.0,0.0,0.0 p55095,gas,0.0,0.0,0.0,0.0,0.0 p55095,geothermal,0.0,0.0,0.0,0.0,0.0 p55095,h2,0.0,0.0,0.0,0.0,0.0 p55095,hydro,0.0,0.0,0.0,0.0,0.0 p55095,nuclear,0.0,0.0,0.0,0.0,0.0 p55095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55095,pv,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p55095,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p55095,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55095,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55097,battery,0.0,0.0,105.0,210.0,315.0 +p55097,battery,0.0,0.0,0.0,0.0,0.0 p55097,biomass,0.0,0.0,0.0,0.0,0.0 p55097,coal,0.0,0.0,0.0,0.0,0.0 -p55097,gas,0.0,0.0,116.66666666665697,233.33333333334303,350.0 +p55097,csp,0.0,0.0,0.0,0.0,0.0 +p55097,gas,0.0,0.0,116.66666666668607,233.33333333334303,350.0 p55097,geothermal,0.0,0.0,0.0,0.0,0.0 p55097,h2,0.0,0.0,0.0,0.0,0.0 p55097,hydro,0.0,0.0,0.0,0.0,0.0 p55097,nuclear,0.0,0.0,0.0,0.0,0.0 p55097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55097,pv,0.0,0.0,585.0633333332371,1170.1266666664742,1755.19 +p55097,pv,125.0,250.0,698.3966666666092,1146.7933333332185,1595.19 p55097,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55097,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55105,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p55105,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p55105,biomass,0.0,0.0,0.0,0.0,0.0 p55105,coal,0.0,0.0,0.0,0.0,0.0 -p55105,gas,0.0,0.0,101.66666666665697,203.33333333334303,305.0 +p55105,csp,0.0,0.0,0.0,0.0,0.0 +p55105,gas,0.0,0.0,101.66666666668607,203.33333333334303,305.0 p55105,geothermal,0.0,0.0,0.0,0.0,0.0 p55105,h2,0.0,0.0,0.0,0.0,0.0 p55105,hydro,0.0,0.0,0.0,0.0,0.0 p55105,nuclear,0.0,0.0,0.0,0.0,0.0 p55105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55105,pv,125.0,250.0,349.5199999999895,449.03999999997905,548.56 +p55105,pv,49.28,98.56,189.05999999999767,279.5599999999977,370.06 p55105,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55105,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55109,battery,0.0,0.0,38.33333333332848,76.66666666667152,115.0 +p55107,battery,0.0,0.0,0.0,0.0,0.0 +p55107,biomass,0.0,0.0,0.0,0.0,0.0 +p55107,coal,0.0,0.0,0.0,0.0,0.0 +p55107,gas,0.0,0.0,0.0,0.0,0.0 +p55107,geothermal,0.0,0.0,0.0,0.0,0.0 +p55107,h2,0.0,0.0,0.0,0.0,0.0 +p55107,hydro,0.0,0.0,0.0,0.0,0.0 +p55107,nuclear,0.0,0.0,0.0,0.0,0.0 +p55107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55107,pv,0.0,0.0,138.83333333337214,277.66666666668607,416.5 +p55107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55109,battery,0.0,0.0,0.0,0.0,0.0 p55109,biomass,0.0,0.0,0.0,0.0,0.0 p55109,coal,0.0,0.0,0.0,0.0,0.0 +p55109,csp,0.0,0.0,0.0,0.0,0.0 p55109,gas,0.0,0.0,0.0,0.0,0.0 p55109,geothermal,0.0,0.0,0.0,0.0,0.0 p55109,h2,0.0,0.0,0.0,0.0,0.0 p55109,hydro,0.0,0.0,0.0,0.0,0.0 p55109,nuclear,0.0,0.0,0.0,0.0,0.0 p55109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55109,pv,100.64,201.28,317.9466666666558,434.61333333334187,551.28 +p55109,pv,50.0,100.0,167.09333333332324,234.1866666666756,301.28 p55109,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55109,wind-ons,0.0,0.0,0.0,0.0,0.0 p55113,battery,0.0,0.0,0.0,0.0,0.0 p55113,biomass,0.0,0.0,0.0,0.0,0.0 p55113,coal,0.0,0.0,0.0,0.0,0.0 +p55113,csp,0.0,0.0,0.0,0.0,0.0 p55113,gas,0.0,0.0,0.0,0.0,0.0 p55113,geothermal,0.0,0.0,0.0,0.0,0.0 p55113,h2,0.0,0.0,0.0,0.0,0.0 p55113,hydro,0.0,0.0,0.0,0.0,0.0 p55113,nuclear,0.0,0.0,0.0,0.0,0.0 p55113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55113,pv,0.0,0.0,81.20000000001164,162.40000000002328,243.6 +p55113,pv,0.0,0.0,81.20000000001164,162.39999999999418,243.6 p55113,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55113,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55115,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 -p55115,biomass,0.0,0.0,0.0,0.0,0.0 -p55115,coal,0.0,0.0,0.0,0.0,0.0 -p55115,gas,0.0,0.0,0.0,0.0,0.0 -p55115,geothermal,0.0,0.0,0.0,0.0,0.0 -p55115,h2,0.0,0.0,0.0,0.0,0.0 -p55115,hydro,0.0,0.0,0.0,0.0,0.0 -p55115,nuclear,0.0,0.0,0.0,0.0,0.0 -p55115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55115,pv,0.0,0.0,31.66666666666424,63.33333333333576,95.0 -p55115,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p55115,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55117,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p55115,csp,0.0,0.0,0.0,0.0,0.0 +p55117,battery,0.0,0.0,0.0,0.0,0.0 p55117,biomass,0.0,0.0,0.0,0.0,0.0 p55117,coal,0.0,0.0,0.0,0.0,0.0 -p55117,gas,0.0,0.0,50.0,100.0,150.0 +p55117,csp,0.0,0.0,0.0,0.0,0.0 +p55117,gas,0.0,0.0,201.59999999997672,403.20000000001164,604.8 p55117,geothermal,0.0,0.0,0.0,0.0,0.0 p55117,h2,0.0,0.0,0.0,0.0,0.0 p55117,hydro,0.0,0.0,0.0,0.0,0.0 p55117,nuclear,0.0,0.0,0.0,0.0,0.0 p55117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55117,pv,0.0,0.0,58.33333333332848,116.66666666667152,175.0 +p55117,pv,37.5,75.0,108.33333333334303,141.66666666667152,175.0 p55117,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55117,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55121,battery,0.0,0.0,41.66666666667152,83.33333333332848,125.0 +p55121,battery,0.0,0.0,0.0,0.0,0.0 p55121,biomass,0.0,0.0,0.0,0.0,0.0 p55121,coal,0.0,0.0,0.0,0.0,0.0 +p55121,csp,0.0,0.0,0.0,0.0,0.0 p55121,gas,0.0,0.0,0.0,0.0,0.0 p55121,geothermal,0.0,0.0,0.0,0.0,0.0 p55121,h2,0.0,0.0,0.0,0.0,0.0 p55121,hydro,0.0,0.0,0.0,0.0,0.0 p55121,nuclear,0.0,0.0,0.0,0.0,0.0 p55121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55121,pv,0.0,0.0,145.80999999999767,291.61999999999534,437.43 +p55121,pv,0.0,0.0,29.666666666671517,59.33333333333576,89.0 p55121,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55121,wind-ons,0.0,0.0,0.0,0.0,0.0 p55127,battery,0.0,0.0,0.0,0.0,0.0 p55127,biomass,0.0,0.0,0.0,0.0,0.0 p55127,coal,0.0,0.0,0.0,0.0,0.0 -p55127,gas,0.0,0.0,0.0,0.0,0.0 +p55127,csp,0.0,0.0,0.0,0.0,0.0 +p55127,gas,0.0,0.0,424.6666666667443,849.3333333333721,1274.0 p55127,geothermal,0.0,0.0,0.0,0.0,0.0 p55127,h2,0.0,0.0,0.0,0.0,0.0 p55127,hydro,0.0,0.0,0.0,0.0,0.0 p55127,nuclear,0.0,0.0,0.0,0.0,0.0 p55127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55127,pv,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p55127,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p55127,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55127,wind-ons,0.0,0.0,0.0,0.0,0.0 p55135,battery,0.0,0.0,0.0,0.0,0.0 p55135,biomass,0.0,0.0,0.0,0.0,0.0 p55135,coal,0.0,0.0,0.0,0.0,0.0 +p55135,csp,0.0,0.0,0.0,0.0,0.0 p55135,gas,0.0,0.0,0.0,0.0,0.0 p55135,geothermal,0.0,0.0,0.0,0.0,0.0 p55135,h2,0.0,0.0,0.0,0.0,0.0 p55135,hydro,0.0,0.0,0.0,0.0,0.0 p55135,nuclear,0.0,0.0,0.0,0.0,0.0 p55135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55135,pv,0.0,0.0,100.0,200.0,300.0 +p55135,pv,150.0,300.0,300.0,300.0,300.0 p55135,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55135,wind-ons,0.0,0.0,0.0,0.0,0.0 p55137,battery,0.0,0.0,0.0,0.0,0.0 p55137,biomass,0.0,0.0,0.0,0.0,0.0 p55137,coal,0.0,0.0,0.0,0.0,0.0 +p55137,csp,0.0,0.0,0.0,0.0,0.0 p55137,gas,0.0,0.0,0.0,0.0,0.0 p55137,geothermal,0.0,0.0,0.0,0.0,0.0 p55137,h2,0.0,0.0,0.0,0.0,0.0 @@ -22502,42 +23021,46 @@ p55137,wind-ons,0.0,0.0,0.0,0.0,0.0 p55139,battery,0.0,0.0,0.0,0.0,0.0 p55139,biomass,0.0,0.0,0.0,0.0,0.0 p55139,coal,0.0,0.0,0.0,0.0,0.0 -p55139,gas,0.0,0.0,50.0,100.0,150.0 +p55139,csp,0.0,0.0,0.0,0.0,0.0 +p55139,gas,0.0,0.0,201.59999999997672,403.20000000001164,604.8 p55139,geothermal,0.0,0.0,0.0,0.0,0.0 p55139,h2,0.0,0.0,0.0,0.0,0.0 p55139,hydro,0.0,0.0,0.0,0.0,0.0 p55139,nuclear,0.0,0.0,0.0,0.0,0.0 p55139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55139,pv,0.0,0.0,66.66666666665697,133.33333333334303,200.0 +p55139,pv,50.0,100.0,133.33333333334303,166.66666666667152,200.0 p55139,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55139,wind-ons,0.0,0.0,0.0,0.0,0.0 -p55141,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p55141,battery,0.0,0.0,0.0,0.0,0.0 p55141,biomass,0.0,0.0,0.0,0.0,0.0 p55141,coal,0.0,0.0,0.0,0.0,0.0 +p55141,csp,0.0,0.0,0.0,0.0,0.0 p55141,gas,0.0,0.0,0.0,0.0,0.0 p55141,geothermal,0.0,0.0,0.0,0.0,0.0 p55141,h2,0.0,0.0,0.0,0.0,0.0 p55141,hydro,0.0,0.0,0.0,0.0,0.0 p55141,nuclear,0.0,0.0,0.0,0.0,0.0 p55141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p55141,pv,74.88,149.76,279.9266666666954,410.09333333332324,540.26 +p55141,pv,150.13,300.26,383.69333333332906,467.1266666666779,550.56 p55141,wind-ofs,0.0,0.0,0.0,0.0,0.0 p55141,wind-ons,0.0,0.0,0.0,0.0,0.0 p56001,battery,0.0,0.0,0.0,0.0,0.0 p56001,biomass,0.0,0.0,0.0,0.0,0.0 p56001,coal,0.0,0.0,0.0,0.0,0.0 +p56001,csp,0.0,0.0,0.0,0.0,0.0 p56001,gas,0.0,0.0,0.0,0.0,0.0 p56001,geothermal,0.0,0.0,0.0,0.0,0.0 p56001,h2,0.0,0.0,0.0,0.0,0.0 p56001,hydro,0.0,0.0,0.0,0.0,0.0 p56001,nuclear,0.0,0.0,0.0,0.0,0.0 p56001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p56001,pv,0.0,0.0,153.33333333331393,306.66666666668607,460.0 +p56001,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 p56001,wind-ofs,0.0,0.0,0.0,0.0,0.0 p56001,wind-ons,0.0,0.0,0.0,0.0,0.0 p56005,battery,0.0,0.0,0.0,0.0,0.0 p56005,biomass,0.0,0.0,0.0,0.0,0.0 p56005,coal,0.0,0.0,0.0,0.0,0.0 +p56005,csp,0.0,0.0,0.0,0.0,0.0 p56005,gas,0.0,0.0,0.0,0.0,0.0 p56005,geothermal,0.0,0.0,0.0,0.0,0.0 p56005,h2,0.0,0.0,0.0,0.0,0.0 @@ -22546,106 +23069,128 @@ p56005,nuclear,0.0,0.0,0.0,0.0,0.0 p56005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p56005,pv,0.0,0.0,0.0,0.0,0.0 p56005,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p56005,wind-ons,295.0,590.0,786.6666666666861,983.3333333333139,1180.0 -p56007,battery,0.0,0.0,66.6333333333314,133.2666666666628,199.9 +p56005,wind-ons,295.0,590.0,590.0,590.0,590.0 +p56007,battery,0.0,0.0,0.0,0.0,0.0 p56007,biomass,0.0,0.0,0.0,0.0,0.0 p56007,coal,0.0,0.0,0.0,0.0,0.0 +p56007,csp,0.0,0.0,0.0,0.0,0.0 p56007,gas,0.0,0.0,0.0,0.0,0.0 p56007,geothermal,0.0,0.0,0.0,0.0,0.0 p56007,h2,0.0,0.0,0.0,0.0,0.0 p56007,hydro,0.0,0.0,0.0,0.0,0.0 p56007,nuclear,0.0,0.0,0.0,0.0,0.0 p56007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p56007,pv,0.0,0.0,393.66666666662786,787.3333333333721,1181.0 +p56007,pv,0.0,0.0,393.6666666667443,787.3333333333721,1181.0 p56007,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p56007,wind-ons,762.3,1524.6,2032.7999999999302,2540.9999999998836,3049.2 -p56009,battery,0.0,0.0,223.33333333331393,446.66666666668607,670.0 +p56007,wind-ons,495.3,990.6,1154.1333333333023,1317.666666666686,1481.2 +p56009,battery,0.0,0.0,250.0,500.0,750.0 p56009,biomass,0.0,0.0,0.0,0.0,0.0 p56009,coal,0.0,0.0,0.0,0.0,0.0 -p56009,gas,0.0,0.0,0.0,0.0,0.0 +p56009,csp,0.0,0.0,0.0,0.0,0.0 +p56009,gas,0.0,0.0,199.90000000002328,399.79999999998836,599.7 p56009,geothermal,0.0,0.0,0.0,0.0,0.0 p56009,h2,0.0,0.0,0.0,0.0,0.0 p56009,hydro,0.0,0.0,0.0,0.0,0.0 p56009,nuclear,0.0,0.0,0.0,0.0,0.0 p56009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p56009,pv,0.0,0.0,145.33333333331393,290.66666666668607,436.0 +p56009,pv,127.5,255.0,400.33333333337214,545.6666666666861,691.0 p56009,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p56009,wind-ons,21.0,42.0,156.0,270.0,384.0 +p56009,wind-ons,21.0,42.0,106.0,170.0,234.0 p56013,battery,0.0,0.0,0.0,0.0,0.0 p56013,biomass,0.0,0.0,0.0,0.0,0.0 p56013,coal,0.0,0.0,0.0,0.0,0.0 +p56013,csp,0.0,0.0,0.0,0.0,0.0 p56013,gas,0.0,0.0,0.0,0.0,0.0 p56013,geothermal,0.0,0.0,0.0,0.0,0.0 p56013,h2,0.0,0.0,0.0,0.0,0.0 p56013,hydro,0.0,0.0,0.0,0.0,0.0 p56013,nuclear,0.0,0.0,0.0,0.0,0.0 p56013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p56013,pv,37.45,74.9,99.8666666666686,124.83333333333576,149.8 +p56013,pv,37.45,74.9,74.9,74.9,74.9 p56013,wind-ofs,0.0,0.0,0.0,0.0,0.0 p56013,wind-ons,0.0,0.0,0.0,0.0,0.0 -p56021,battery,0.0,0.0,0.0,0.0,0.0 +p56015,battery,0.0,0.0,0.0,0.0,0.0 +p56015,biomass,0.0,0.0,0.0,0.0,0.0 +p56015,coal,0.0,0.0,0.0,0.0,0.0 +p56015,csp,0.0,0.0,0.0,0.0,0.0 +p56015,gas,0.0,0.0,0.0,0.0,0.0 +p56015,geothermal,0.0,0.0,0.0,0.0,0.0 +p56015,h2,0.0,0.0,0.0,0.0,0.0 +p56015,hydro,0.0,0.0,0.0,0.0,0.0 +p56015,nuclear,0.0,0.0,0.0,0.0,0.0 +p56015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56015,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p56015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p56021,battery,0.0,0.0,26.333333333328483,52.66666666666424,79.0 p56021,biomass,0.0,0.0,0.0,0.0,0.0 p56021,coal,0.0,0.0,0.0,0.0,0.0 -p56021,gas,0.0,0.0,123.33333333334303,246.66666666665697,370.0 +p56021,csp,0.0,0.0,0.0,0.0,0.0 +p56021,gas,57.5,115.0,481.6666666667443,848.3333333333721,1215.0 p56021,geothermal,0.0,0.0,0.0,0.0,0.0 p56021,h2,0.0,0.0,0.0,0.0,0.0 p56021,hydro,0.0,0.0,0.0,0.0,0.0 p56021,nuclear,0.0,0.0,0.0,0.0,0.0 p56021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p56021,pv,532.5,1065.0,1420.0,1775.0,2130.0 +p56021,pv,532.5,1065.0,1115.0,1165.0,1215.0 p56021,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p56021,wind-ons,0.0,0.0,450.0,900.0,1350.0 +p56021,wind-ons,500.0,1000.0,1292.6666666667443,1585.3333333333721,1878.0 p56023,battery,0.0,0.0,0.0,0.0,0.0 p56023,biomass,0.0,0.0,0.0,0.0,0.0 p56023,coal,0.0,0.0,0.0,0.0,0.0 -p56023,gas,24.0,48.0,64.0,80.0,96.0 +p56023,csp,0.0,0.0,0.0,0.0,0.0 +p56023,gas,24.0,48.0,48.0,48.0,48.0 p56023,geothermal,0.0,0.0,0.0,0.0,0.0 p56023,h2,0.0,0.0,0.0,0.0,0.0 p56023,hydro,0.0,0.0,0.0,0.0,0.0 -p56023,nuclear,0.0,0.0,166.66666666668607,333.33333333331393,500.0 +p56023,nuclear,250.0,500.0,666.6666666666279,833.3333333333139,1000.0 p56023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p56023,pv,0.0,0.0,0.0,0.0,0.0 p56023,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p56023,wind-ons,0.0,0.0,266.66666666662786,533.3333333333721,800.0 -p56025,battery,0.0,0.0,33.33333333332848,66.66666666667152,100.0 +p56023,wind-ons,0.0,0.0,266.6666666667443,533.3333333333721,800.0 +p56025,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 p56025,biomass,0.0,0.0,0.0,0.0,0.0 p56025,coal,0.0,0.0,0.0,0.0,0.0 +p56025,csp,0.0,0.0,0.0,0.0,0.0 p56025,gas,0.0,0.0,0.0,0.0,0.0 p56025,geothermal,0.0,0.0,0.0,0.0,0.0 p56025,h2,0.0,0.0,0.0,0.0,0.0 p56025,hydro,0.0,0.0,0.0,0.0,0.0 p56025,nuclear,0.0,0.0,0.0,0.0,0.0 p56025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p56025,pv,120.0,240.0,320.0,400.0,480.0 +p56025,pv,55.0,110.0,176.33333333331393,242.66666666665697,309.0 p56025,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p56025,wind-ons,50.0,100.0,133.33333333332848,166.66666666667152,200.0 +p56025,wind-ons,0.0,0.0,0.0,0.0,0.0 p56031,battery,0.0,0.0,0.0,0.0,0.0 p56031,biomass,0.0,0.0,0.0,0.0,0.0 p56031,coal,0.0,0.0,0.0,0.0,0.0 +p56031,csp,0.0,0.0,0.0,0.0,0.0 p56031,gas,0.0,0.0,0.0,0.0,0.0 p56031,geothermal,0.0,0.0,0.0,0.0,0.0 p56031,h2,0.0,0.0,0.0,0.0,0.0 p56031,hydro,0.0,0.0,0.0,0.0,0.0 p56031,nuclear,0.0,0.0,0.0,0.0,0.0 p56031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p56031,pv,0.0,0.0,53.33333333332848,106.66666666667152,160.0 +p56031,pv,150.0,300.0,753.3333333332557,1206.6666666666279,1660.0 p56031,wind-ofs,0.0,0.0,0.0,0.0,0.0 p56031,wind-ons,0.0,0.0,150.0,300.0,450.0 -p56037,battery,0.0,0.0,183.30000000004657,366.6000000000349,549.9 +p56037,battery,0.0,0.0,0.0,0.0,0.0 p56037,biomass,0.0,0.0,0.0,0.0,0.0 p56037,coal,0.0,0.0,0.0,0.0,0.0 -p56037,gas,0.0,0.0,0.0,0.0,0.0 +p56037,csp,0.0,0.0,0.0,0.0,0.0 +p56037,gas,0.0,0.0,400.0,800.0,1200.0 p56037,geothermal,0.0,0.0,0.0,0.0,0.0 p56037,h2,0.0,0.0,0.0,0.0,0.0 p56037,hydro,0.0,0.0,0.0,0.0,0.0 p56037,nuclear,0.0,0.0,0.0,0.0,0.0 p56037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 -p56037,pv,400.0,800.0,1066.6666666666279,1333.3333333333721,1600.0 +p56037,pv,0.0,0.0,0.0,0.0,0.0 p56037,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p56037,wind-ons,0.0,0.0,266.66666666662786,533.3333333333721,800.0 +p56037,wind-ons,0.0,0.0,0.0,0.0,0.0 p56041,battery,0.0,0.0,0.0,0.0,0.0 p56041,biomass,0.0,0.0,0.0,0.0,0.0 p56041,coal,0.0,0.0,0.0,0.0,0.0 +p56041,csp,0.0,0.0,0.0,0.0,0.0 p56041,gas,0.0,0.0,0.0,0.0,0.0 p56041,geothermal,0.0,0.0,0.0,0.0,0.0 p56041,h2,0.0,0.0,0.0,0.0,0.0 @@ -22654,1929 +23199,4 @@ p56041,nuclear,0.0,0.0,0.0,0.0,0.0 p56041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 p56041,pv,0.0,0.0,0.0,0.0,0.0 p56041,wind-ofs,0.0,0.0,0.0,0.0,0.0 -p56041,wind-ons,60.0,120.0,160.0,200.0,240.0 -p01001,csp,0.0,0.0,0.0,0.0,0.0 -p01003,csp,0.0,0.0,0.0,0.0,0.0 -p01017,csp,0.0,0.0,0.0,0.0,0.0 -p01031,csp,0.0,0.0,0.0,0.0,0.0 -p01033,csp,0.0,0.0,0.0,0.0,0.0 -p01035,csp,0.0,0.0,0.0,0.0,0.0 -p01037,csp,0.0,0.0,0.0,0.0,0.0 -p01045,csp,0.0,0.0,0.0,0.0,0.0 -p01047,csp,0.0,0.0,0.0,0.0,0.0 -p01053,csp,0.0,0.0,0.0,0.0,0.0 -p01055,csp,0.0,0.0,0.0,0.0,0.0 -p01059,csp,0.0,0.0,0.0,0.0,0.0 -p01063,csp,0.0,0.0,0.0,0.0,0.0 -p01065,csp,0.0,0.0,0.0,0.0,0.0 -p01069,csp,0.0,0.0,0.0,0.0,0.0 -p01071,csp,0.0,0.0,0.0,0.0,0.0 -p01077,csp,0.0,0.0,0.0,0.0,0.0 -p01079,csp,0.0,0.0,0.0,0.0,0.0 -p01081,csp,0.0,0.0,0.0,0.0,0.0 -p01083,csp,0.0,0.0,0.0,0.0,0.0 -p01085,csp,0.0,0.0,0.0,0.0,0.0 -p01091,csp,0.0,0.0,0.0,0.0,0.0 -p01097,csp,0.0,0.0,0.0,0.0,0.0 -p01099,csp,0.0,0.0,0.0,0.0,0.0 -p01101,csp,0.0,0.0,0.0,0.0,0.0 -p01103,csp,0.0,0.0,0.0,0.0,0.0 -p01105,csp,0.0,0.0,0.0,0.0,0.0 -p01109,csp,0.0,0.0,0.0,0.0,0.0 -p01111,csp,0.0,0.0,0.0,0.0,0.0 -p01113,csp,0.0,0.0,0.0,0.0,0.0 -p01117,csp,0.0,0.0,0.0,0.0,0.0 -p01121,csp,0.0,0.0,0.0,0.0,0.0 -p01127,csp,0.0,0.0,0.0,0.0,0.0 -p01129,csp,0.0,0.0,0.0,0.0,0.0 -p01131,csp,0.0,0.0,0.0,0.0,0.0 -p04001,csp,0.0,0.0,0.0,0.0,0.0 -p04003,csp,0.0,0.0,0.0,0.0,0.0 -p04005,csp,0.0,0.0,0.0,0.0,0.0 -p04011,csp,0.0,0.0,0.0,0.0,0.0 -p04012,csp,0.0,0.0,0.0,0.0,0.0 -p04013,csp,0.0,0.0,0.0,0.0,0.0 -p04015,csp,0.0,0.0,0.0,0.0,0.0 -p04017,csp,0.0,0.0,0.0,0.0,0.0 -p04019,csp,0.0,0.0,0.0,0.0,0.0 -p04021,csp,0.0,0.0,0.0,0.0,0.0 -p04025,csp,0.0,0.0,0.0,0.0,0.0 -p04027,csp,0.0,0.0,0.0,0.0,0.0 -p05001,csp,0.0,0.0,0.0,0.0,0.0 -p05003,csp,0.0,0.0,0.0,0.0,0.0 -p05007,csp,0.0,0.0,0.0,0.0,0.0 -p05011,csp,0.0,0.0,0.0,0.0,0.0 -p05013,csp,0.0,0.0,0.0,0.0,0.0 -p05015,csp,0.0,0.0,0.0,0.0,0.0 -p05017,csp,0.0,0.0,0.0,0.0,0.0 -p05021,csp,0.0,0.0,0.0,0.0,0.0 -p05025,csp,0.0,0.0,0.0,0.0,0.0 -p05027,csp,0.0,0.0,0.0,0.0,0.0 -p05029,csp,0.0,0.0,0.0,0.0,0.0 -p05031,csp,0.0,0.0,0.0,0.0,0.0 -p05033,csp,0.0,0.0,0.0,0.0,0.0 -p05035,csp,0.0,0.0,0.0,0.0,0.0 -p05037,csp,0.0,0.0,0.0,0.0,0.0 -p05041,csp,0.0,0.0,0.0,0.0,0.0 -p05043,csp,0.0,0.0,0.0,0.0,0.0 -p05045,csp,0.0,0.0,0.0,0.0,0.0 -p05047,csp,0.0,0.0,0.0,0.0,0.0 -p05053,csp,0.0,0.0,0.0,0.0,0.0 -p05055,csp,0.0,0.0,0.0,0.0,0.0 -p05057,csp,0.0,0.0,0.0,0.0,0.0 -p05059,csp,0.0,0.0,0.0,0.0,0.0 -p05061,csp,0.0,0.0,0.0,0.0,0.0 -p05063,csp,0.0,0.0,0.0,0.0,0.0 -p05067,csp,0.0,0.0,0.0,0.0,0.0 -p05069,csp,0.0,0.0,0.0,0.0,0.0 -p05075,csp,0.0,0.0,0.0,0.0,0.0 -p05077,csp,0.0,0.0,0.0,0.0,0.0 -p05081,csp,0.0,0.0,0.0,0.0,0.0 -p05085,csp,0.0,0.0,0.0,0.0,0.0 -p05093,csp,0.0,0.0,0.0,0.0,0.0 -p05095,csp,0.0,0.0,0.0,0.0,0.0 -p05099,csp,0.0,0.0,0.0,0.0,0.0 -p05103,csp,0.0,0.0,0.0,0.0,0.0 -p05107,csp,0.0,0.0,0.0,0.0,0.0 -p05109,csp,0.0,0.0,0.0,0.0,0.0 -p05111,csp,0.0,0.0,0.0,0.0,0.0 -p05115,csp,0.0,0.0,0.0,0.0,0.0 -p05117,csp,0.0,0.0,0.0,0.0,0.0 -p05119,csp,0.0,0.0,0.0,0.0,0.0 -p05123,csp,0.0,0.0,0.0,0.0,0.0 -p05125,csp,0.0,0.0,0.0,0.0,0.0 -p05131,csp,0.0,0.0,0.0,0.0,0.0 -p05135,csp,0.0,0.0,0.0,0.0,0.0 -p05139,csp,0.0,0.0,0.0,0.0,0.0 -p05141,csp,0.0,0.0,0.0,0.0,0.0 -p05145,csp,0.0,0.0,0.0,0.0,0.0 -p05147,csp,0.0,0.0,0.0,0.0,0.0 -p06001,csp,0.0,0.0,0.0,0.0,0.0 -p06007,csp,0.0,0.0,0.0,0.0,0.0 -p06009,csp,0.0,0.0,0.0,0.0,0.0 -p06011,csp,0.0,0.0,0.0,0.0,0.0 -p06013,csp,0.0,0.0,0.0,0.0,0.0 -p06017,csp,0.0,0.0,0.0,0.0,0.0 -p06019,csp,0.0,0.0,0.0,0.0,0.0 -p06021,csp,0.0,0.0,0.0,0.0,0.0 -p06023,csp,0.0,0.0,0.0,0.0,0.0 -p06025,csp,0.0,0.0,0.0,0.0,0.0 -p06027,csp,0.0,0.0,0.0,0.0,0.0 -p06029,csp,0.0,0.0,0.0,0.0,0.0 -p06031,csp,0.0,0.0,0.0,0.0,0.0 -p06033,csp,0.0,0.0,0.0,0.0,0.0 -p06035,csp,0.0,0.0,0.0,0.0,0.0 -p06037,csp,0.0,0.0,0.0,0.0,0.0 -p06039,csp,0.0,0.0,0.0,0.0,0.0 -p06041,csp,0.0,0.0,0.0,0.0,0.0 -p06047,csp,0.0,0.0,0.0,0.0,0.0 -p06053,csp,0.0,0.0,0.0,0.0,0.0 -p06055,csp,0.0,0.0,0.0,0.0,0.0 -p06059,csp,0.0,0.0,0.0,0.0,0.0 -p06061,csp,0.0,0.0,0.0,0.0,0.0 -p06065,csp,0.0,0.0,0.0,0.0,0.0 -p06067,csp,0.0,0.0,0.0,0.0,0.0 -p06069,csp,0.0,0.0,0.0,0.0,0.0 -p06071,csp,0.0,0.0,0.0,0.0,0.0 -p06073,csp,0.0,0.0,0.0,0.0,0.0 -p06075,csp,0.0,0.0,0.0,0.0,0.0 -p06077,csp,0.0,0.0,0.0,0.0,0.0 -p06079,csp,0.0,0.0,0.0,0.0,0.0 -p06081,csp,0.0,0.0,0.0,0.0,0.0 -p06085,csp,0.0,0.0,0.0,0.0,0.0 -p06087,csp,0.0,0.0,0.0,0.0,0.0 -p06089,csp,0.0,0.0,0.0,0.0,0.0 -p06093,csp,0.0,0.0,0.0,0.0,0.0 -p06095,csp,0.0,0.0,0.0,0.0,0.0 -p06097,csp,0.0,0.0,0.0,0.0,0.0 -p06099,csp,0.0,0.0,0.0,0.0,0.0 -p06101,csp,0.0,0.0,0.0,0.0,0.0 -p06103,csp,0.0,0.0,0.0,0.0,0.0 -p06107,csp,0.0,0.0,0.0,0.0,0.0 -p06109,csp,0.0,0.0,0.0,0.0,0.0 -p06111,csp,0.0,0.0,0.0,0.0,0.0 -p06113,csp,0.0,0.0,0.0,0.0,0.0 -p06115,csp,0.0,0.0,0.0,0.0,0.0 -p08001,csp,0.0,0.0,0.0,0.0,0.0 -p08003,csp,0.0,0.0,0.0,0.0,0.0 -p08005,csp,0.0,0.0,0.0,0.0,0.0 -p08011,csp,0.0,0.0,0.0,0.0,0.0 -p08017,csp,0.0,0.0,0.0,0.0,0.0 -p08029,csp,0.0,0.0,0.0,0.0,0.0 -p08033,csp,0.0,0.0,0.0,0.0,0.0 -p08039,csp,0.0,0.0,0.0,0.0,0.0 -p08041,csp,0.0,0.0,0.0,0.0,0.0 -p08043,csp,0.0,0.0,0.0,0.0,0.0 -p08045,csp,0.0,0.0,0.0,0.0,0.0 -p08055,csp,0.0,0.0,0.0,0.0,0.0 -p08057,csp,0.0,0.0,0.0,0.0,0.0 -p08061,csp,0.0,0.0,0.0,0.0,0.0 -p08063,csp,0.0,0.0,0.0,0.0,0.0 -p08067,csp,0.0,0.0,0.0,0.0,0.0 -p08071,csp,0.0,0.0,0.0,0.0,0.0 -p08073,csp,0.0,0.0,0.0,0.0,0.0 -p08075,csp,0.0,0.0,0.0,0.0,0.0 -p08077,csp,0.0,0.0,0.0,0.0,0.0 -p08081,csp,0.0,0.0,0.0,0.0,0.0 -p08083,csp,0.0,0.0,0.0,0.0,0.0 -p08085,csp,0.0,0.0,0.0,0.0,0.0 -p08087,csp,0.0,0.0,0.0,0.0,0.0 -p08089,csp,0.0,0.0,0.0,0.0,0.0 -p08099,csp,0.0,0.0,0.0,0.0,0.0 -p08101,csp,0.0,0.0,0.0,0.0,0.0 -p08107,csp,0.0,0.0,0.0,0.0,0.0 -p08113,csp,0.0,0.0,0.0,0.0,0.0 -p08123,csp,0.0,0.0,0.0,0.0,0.0 -p08125,csp,0.0,0.0,0.0,0.0,0.0 -p10001,csp,0.0,0.0,0.0,0.0,0.0 -p10003,csp,0.0,0.0,0.0,0.0,0.0 -p10005,csp,0.0,0.0,0.0,0.0,0.0 -p12001,csp,0.0,0.0,0.0,0.0,0.0 -p12003,csp,0.0,0.0,0.0,0.0,0.0 -p12005,csp,0.0,0.0,0.0,0.0,0.0 -p12007,csp,0.0,0.0,0.0,0.0,0.0 -p12009,csp,0.0,0.0,0.0,0.0,0.0 -p12013,csp,0.0,0.0,0.0,0.0,0.0 -p12015,csp,0.0,0.0,0.0,0.0,0.0 -p12017,csp,0.0,0.0,0.0,0.0,0.0 -p12019,csp,0.0,0.0,0.0,0.0,0.0 -p12021,csp,0.0,0.0,0.0,0.0,0.0 -p12023,csp,0.0,0.0,0.0,0.0,0.0 -p12027,csp,0.0,0.0,0.0,0.0,0.0 -p12031,csp,0.0,0.0,0.0,0.0,0.0 -p12033,csp,0.0,0.0,0.0,0.0,0.0 -p12035,csp,0.0,0.0,0.0,0.0,0.0 -p12039,csp,0.0,0.0,0.0,0.0,0.0 -p12041,csp,0.0,0.0,0.0,0.0,0.0 -p12045,csp,0.0,0.0,0.0,0.0,0.0 -p12047,csp,0.0,0.0,0.0,0.0,0.0 -p12049,csp,0.0,0.0,0.0,0.0,0.0 -p12051,csp,0.0,0.0,0.0,0.0,0.0 -p12053,csp,0.0,0.0,0.0,0.0,0.0 -p12055,csp,0.0,0.0,0.0,0.0,0.0 -p12057,csp,0.0,0.0,0.0,0.0,0.0 -p12061,csp,0.0,0.0,0.0,0.0,0.0 -p12063,csp,0.0,0.0,0.0,0.0,0.0 -p12065,csp,0.0,0.0,0.0,0.0,0.0 -p12071,csp,0.0,0.0,0.0,0.0,0.0 -p12073,csp,0.0,0.0,0.0,0.0,0.0 -p12075,csp,0.0,0.0,0.0,0.0,0.0 -p12077,csp,0.0,0.0,0.0,0.0,0.0 -p12079,csp,0.0,0.0,0.0,0.0,0.0 -p12081,csp,0.0,0.0,0.0,0.0,0.0 -p12083,csp,0.0,0.0,0.0,0.0,0.0 -p12085,csp,0.0,0.0,0.0,0.0,0.0 -p12086,csp,0.0,0.0,0.0,0.0,0.0 -p12089,csp,0.0,0.0,0.0,0.0,0.0 -p12091,csp,0.0,0.0,0.0,0.0,0.0 -p12093,csp,0.0,0.0,0.0,0.0,0.0 -p12097,csp,0.0,0.0,0.0,0.0,0.0 -p12099,csp,0.0,0.0,0.0,0.0,0.0 -p12101,csp,0.0,0.0,0.0,0.0,0.0 -p12103,csp,0.0,0.0,0.0,0.0,0.0 -p12105,csp,0.0,0.0,0.0,0.0,0.0 -p12107,csp,0.0,0.0,0.0,0.0,0.0 -p12111,csp,0.0,0.0,0.0,0.0,0.0 -p12113,csp,0.0,0.0,0.0,0.0,0.0 -p12119,csp,0.0,0.0,0.0,0.0,0.0 -p12121,csp,0.0,0.0,0.0,0.0,0.0 -p12123,csp,0.0,0.0,0.0,0.0,0.0 -p12125,csp,0.0,0.0,0.0,0.0,0.0 -p12127,csp,0.0,0.0,0.0,0.0,0.0 -p12131,csp,0.0,0.0,0.0,0.0,0.0 -p12133,csp,0.0,0.0,0.0,0.0,0.0 -p13001,csp,0.0,0.0,0.0,0.0,0.0 -p13005,csp,0.0,0.0,0.0,0.0,0.0 -p13009,csp,0.0,0.0,0.0,0.0,0.0 -p13015,csp,0.0,0.0,0.0,0.0,0.0 -p13027,csp,0.0,0.0,0.0,0.0,0.0 -p13033,csp,0.0,0.0,0.0,0.0,0.0 -p13039,csp,0.0,0.0,0.0,0.0,0.0 -p13043,csp,0.0,0.0,0.0,0.0,0.0 -p13045,csp,0.0,0.0,0.0,0.0,0.0 -p13049,csp,0.0,0.0,0.0,0.0,0.0 -p13051,csp,0.0,0.0,0.0,0.0,0.0 -p13057,csp,0.0,0.0,0.0,0.0,0.0 -p13059,csp,0.0,0.0,0.0,0.0,0.0 -p13063,csp,0.0,0.0,0.0,0.0,0.0 -p13065,csp,0.0,0.0,0.0,0.0,0.0 -p13069,csp,0.0,0.0,0.0,0.0,0.0 -p13077,csp,0.0,0.0,0.0,0.0,0.0 -p13079,csp,0.0,0.0,0.0,0.0,0.0 -p13087,csp,0.0,0.0,0.0,0.0,0.0 -p13091,csp,0.0,0.0,0.0,0.0,0.0 -p13097,csp,0.0,0.0,0.0,0.0,0.0 -p13099,csp,0.0,0.0,0.0,0.0,0.0 -p13103,csp,0.0,0.0,0.0,0.0,0.0 -p13105,csp,0.0,0.0,0.0,0.0,0.0 -p13107,csp,0.0,0.0,0.0,0.0,0.0 -p13115,csp,0.0,0.0,0.0,0.0,0.0 -p13121,csp,0.0,0.0,0.0,0.0,0.0 -p13125,csp,0.0,0.0,0.0,0.0,0.0 -p13127,csp,0.0,0.0,0.0,0.0,0.0 -p13133,csp,0.0,0.0,0.0,0.0,0.0 -p13147,csp,0.0,0.0,0.0,0.0,0.0 -p13149,csp,0.0,0.0,0.0,0.0,0.0 -p13153,csp,0.0,0.0,0.0,0.0,0.0 -p13155,csp,0.0,0.0,0.0,0.0,0.0 -p13159,csp,0.0,0.0,0.0,0.0,0.0 -p13161,csp,0.0,0.0,0.0,0.0,0.0 -p13163,csp,0.0,0.0,0.0,0.0,0.0 -p13167,csp,0.0,0.0,0.0,0.0,0.0 -p13175,csp,0.0,0.0,0.0,0.0,0.0 -p13177,csp,0.0,0.0,0.0,0.0,0.0 -p13179,csp,0.0,0.0,0.0,0.0,0.0 -p13181,csp,0.0,0.0,0.0,0.0,0.0 -p13185,csp,0.0,0.0,0.0,0.0,0.0 -p13189,csp,0.0,0.0,0.0,0.0,0.0 -p13193,csp,0.0,0.0,0.0,0.0,0.0 -p13197,csp,0.0,0.0,0.0,0.0,0.0 -p13199,csp,0.0,0.0,0.0,0.0,0.0 -p13201,csp,0.0,0.0,0.0,0.0,0.0 -p13205,csp,0.0,0.0,0.0,0.0,0.0 -p13207,csp,0.0,0.0,0.0,0.0,0.0 -p13209,csp,0.0,0.0,0.0,0.0,0.0 -p13221,csp,0.0,0.0,0.0,0.0,0.0 -p13229,csp,0.0,0.0,0.0,0.0,0.0 -p13233,csp,0.0,0.0,0.0,0.0,0.0 -p13235,csp,0.0,0.0,0.0,0.0,0.0 -p13237,csp,0.0,0.0,0.0,0.0,0.0 -p13243,csp,0.0,0.0,0.0,0.0,0.0 -p13247,csp,0.0,0.0,0.0,0.0,0.0 -p13261,csp,0.0,0.0,0.0,0.0,0.0 -p13263,csp,0.0,0.0,0.0,0.0,0.0 -p13265,csp,0.0,0.0,0.0,0.0,0.0 -p13267,csp,0.0,0.0,0.0,0.0,0.0 -p13269,csp,0.0,0.0,0.0,0.0,0.0 -p13273,csp,0.0,0.0,0.0,0.0,0.0 -p13279,csp,0.0,0.0,0.0,0.0,0.0 -p13283,csp,0.0,0.0,0.0,0.0,0.0 -p13285,csp,0.0,0.0,0.0,0.0,0.0 -p13287,csp,0.0,0.0,0.0,0.0,0.0 -p13289,csp,0.0,0.0,0.0,0.0,0.0 -p13299,csp,0.0,0.0,0.0,0.0,0.0 -p13301,csp,0.0,0.0,0.0,0.0,0.0 -p13303,csp,0.0,0.0,0.0,0.0,0.0 -p13309,csp,0.0,0.0,0.0,0.0,0.0 -p13315,csp,0.0,0.0,0.0,0.0,0.0 -p13319,csp,0.0,0.0,0.0,0.0,0.0 -p13321,csp,0.0,0.0,0.0,0.0,0.0 -p16001,csp,0.0,0.0,0.0,0.0,0.0 -p16005,csp,0.0,0.0,0.0,0.0,0.0 -p16007,csp,0.0,0.0,0.0,0.0,0.0 -p16009,csp,0.0,0.0,0.0,0.0,0.0 -p16011,csp,0.0,0.0,0.0,0.0,0.0 -p16013,csp,0.0,0.0,0.0,0.0,0.0 -p16017,csp,0.0,0.0,0.0,0.0,0.0 -p16019,csp,0.0,0.0,0.0,0.0,0.0 -p16023,csp,0.0,0.0,0.0,0.0,0.0 -p16027,csp,0.0,0.0,0.0,0.0,0.0 -p16029,csp,0.0,0.0,0.0,0.0,0.0 -p16031,csp,0.0,0.0,0.0,0.0,0.0 -p16033,csp,0.0,0.0,0.0,0.0,0.0 -p16035,csp,0.0,0.0,0.0,0.0,0.0 -p16039,csp,0.0,0.0,0.0,0.0,0.0 -p16041,csp,0.0,0.0,0.0,0.0,0.0 -p16043,csp,0.0,0.0,0.0,0.0,0.0 -p16047,csp,0.0,0.0,0.0,0.0,0.0 -p16051,csp,0.0,0.0,0.0,0.0,0.0 -p16053,csp,0.0,0.0,0.0,0.0,0.0 -p16055,csp,0.0,0.0,0.0,0.0,0.0 -p16063,csp,0.0,0.0,0.0,0.0,0.0 -p16067,csp,0.0,0.0,0.0,0.0,0.0 -p16071,csp,0.0,0.0,0.0,0.0,0.0 -p16073,csp,0.0,0.0,0.0,0.0,0.0 -p16077,csp,0.0,0.0,0.0,0.0,0.0 -p16083,csp,0.0,0.0,0.0,0.0,0.0 -p16087,csp,0.0,0.0,0.0,0.0,0.0 -p17001,csp,0.0,0.0,0.0,0.0,0.0 -p17005,csp,0.0,0.0,0.0,0.0,0.0 -p17007,csp,0.0,0.0,0.0,0.0,0.0 -p17011,csp,0.0,0.0,0.0,0.0,0.0 -p17017,csp,0.0,0.0,0.0,0.0,0.0 -p17019,csp,0.0,0.0,0.0,0.0,0.0 -p17021,csp,0.0,0.0,0.0,0.0,0.0 -p17023,csp,0.0,0.0,0.0,0.0,0.0 -p17025,csp,0.0,0.0,0.0,0.0,0.0 -p17027,csp,0.0,0.0,0.0,0.0,0.0 -p17029,csp,0.0,0.0,0.0,0.0,0.0 -p17031,csp,0.0,0.0,0.0,0.0,0.0 -p17035,csp,0.0,0.0,0.0,0.0,0.0 -p17037,csp,0.0,0.0,0.0,0.0,0.0 -p17039,csp,0.0,0.0,0.0,0.0,0.0 -p17045,csp,0.0,0.0,0.0,0.0,0.0 -p17047,csp,0.0,0.0,0.0,0.0,0.0 -p17051,csp,0.0,0.0,0.0,0.0,0.0 -p17053,csp,0.0,0.0,0.0,0.0,0.0 -p17055,csp,0.0,0.0,0.0,0.0,0.0 -p17057,csp,0.0,0.0,0.0,0.0,0.0 -p17061,csp,0.0,0.0,0.0,0.0,0.0 -p17063,csp,0.0,0.0,0.0,0.0,0.0 -p17065,csp,0.0,0.0,0.0,0.0,0.0 -p17073,csp,0.0,0.0,0.0,0.0,0.0 -p17075,csp,0.0,0.0,0.0,0.0,0.0 -p17077,csp,0.0,0.0,0.0,0.0,0.0 -p17079,csp,0.0,0.0,0.0,0.0,0.0 -p17081,csp,0.0,0.0,0.0,0.0,0.0 -p17087,csp,0.0,0.0,0.0,0.0,0.0 -p17089,csp,0.0,0.0,0.0,0.0,0.0 -p17091,csp,0.0,0.0,0.0,0.0,0.0 -p17093,csp,0.0,0.0,0.0,0.0,0.0 -p17095,csp,0.0,0.0,0.0,0.0,0.0 -p17097,csp,0.0,0.0,0.0,0.0,0.0 -p17103,csp,0.0,0.0,0.0,0.0,0.0 -p17105,csp,0.0,0.0,0.0,0.0,0.0 -p17107,csp,0.0,0.0,0.0,0.0,0.0 -p17109,csp,0.0,0.0,0.0,0.0,0.0 -p17111,csp,0.0,0.0,0.0,0.0,0.0 -p17113,csp,0.0,0.0,0.0,0.0,0.0 -p17115,csp,0.0,0.0,0.0,0.0,0.0 -p17117,csp,0.0,0.0,0.0,0.0,0.0 -p17121,csp,0.0,0.0,0.0,0.0,0.0 -p17123,csp,0.0,0.0,0.0,0.0,0.0 -p17125,csp,0.0,0.0,0.0,0.0,0.0 -p17129,csp,0.0,0.0,0.0,0.0,0.0 -p17131,csp,0.0,0.0,0.0,0.0,0.0 -p17135,csp,0.0,0.0,0.0,0.0,0.0 -p17137,csp,0.0,0.0,0.0,0.0,0.0 -p17139,csp,0.0,0.0,0.0,0.0,0.0 -p17141,csp,0.0,0.0,0.0,0.0,0.0 -p17143,csp,0.0,0.0,0.0,0.0,0.0 -p17145,csp,0.0,0.0,0.0,0.0,0.0 -p17147,csp,0.0,0.0,0.0,0.0,0.0 -p17153,csp,0.0,0.0,0.0,0.0,0.0 -p17155,csp,0.0,0.0,0.0,0.0,0.0 -p17157,csp,0.0,0.0,0.0,0.0,0.0 -p17161,csp,0.0,0.0,0.0,0.0,0.0 -p17163,csp,0.0,0.0,0.0,0.0,0.0 -p17165,csp,0.0,0.0,0.0,0.0,0.0 -p17167,csp,0.0,0.0,0.0,0.0,0.0 -p17171,csp,0.0,0.0,0.0,0.0,0.0 -p17173,csp,0.0,0.0,0.0,0.0,0.0 -p17175,csp,0.0,0.0,0.0,0.0,0.0 -p17177,csp,0.0,0.0,0.0,0.0,0.0 -p17179,csp,0.0,0.0,0.0,0.0,0.0 -p17183,csp,0.0,0.0,0.0,0.0,0.0 -p17185,csp,0.0,0.0,0.0,0.0,0.0 -p17187,csp,0.0,0.0,0.0,0.0,0.0 -p17189,csp,0.0,0.0,0.0,0.0,0.0 -p17193,csp,0.0,0.0,0.0,0.0,0.0 -p17195,csp,0.0,0.0,0.0,0.0,0.0 -p17197,csp,0.0,0.0,0.0,0.0,0.0 -p17199,csp,0.0,0.0,0.0,0.0,0.0 -p17201,csp,0.0,0.0,0.0,0.0,0.0 -p17203,csp,0.0,0.0,0.0,0.0,0.0 -p18001,csp,0.0,0.0,0.0,0.0,0.0 -p18003,csp,0.0,0.0,0.0,0.0,0.0 -p18005,csp,0.0,0.0,0.0,0.0,0.0 -p18007,csp,0.0,0.0,0.0,0.0,0.0 -p18009,csp,0.0,0.0,0.0,0.0,0.0 -p18011,csp,0.0,0.0,0.0,0.0,0.0 -p18013,csp,0.0,0.0,0.0,0.0,0.0 -p18015,csp,0.0,0.0,0.0,0.0,0.0 -p18017,csp,0.0,0.0,0.0,0.0,0.0 -p18019,csp,0.0,0.0,0.0,0.0,0.0 -p18021,csp,0.0,0.0,0.0,0.0,0.0 -p18023,csp,0.0,0.0,0.0,0.0,0.0 -p18027,csp,0.0,0.0,0.0,0.0,0.0 -p18031,csp,0.0,0.0,0.0,0.0,0.0 -p18033,csp,0.0,0.0,0.0,0.0,0.0 -p18035,csp,0.0,0.0,0.0,0.0,0.0 -p18037,csp,0.0,0.0,0.0,0.0,0.0 -p18039,csp,0.0,0.0,0.0,0.0,0.0 -p18041,csp,0.0,0.0,0.0,0.0,0.0 -p18045,csp,0.0,0.0,0.0,0.0,0.0 -p18047,csp,0.0,0.0,0.0,0.0,0.0 -p18051,csp,0.0,0.0,0.0,0.0,0.0 -p18053,csp,0.0,0.0,0.0,0.0,0.0 -p18055,csp,0.0,0.0,0.0,0.0,0.0 -p18057,csp,0.0,0.0,0.0,0.0,0.0 -p18059,csp,0.0,0.0,0.0,0.0,0.0 -p18061,csp,0.0,0.0,0.0,0.0,0.0 -p18063,csp,0.0,0.0,0.0,0.0,0.0 -p18065,csp,0.0,0.0,0.0,0.0,0.0 -p18067,csp,0.0,0.0,0.0,0.0,0.0 -p18069,csp,0.0,0.0,0.0,0.0,0.0 -p18073,csp,0.0,0.0,0.0,0.0,0.0 -p18075,csp,0.0,0.0,0.0,0.0,0.0 -p18077,csp,0.0,0.0,0.0,0.0,0.0 -p18079,csp,0.0,0.0,0.0,0.0,0.0 -p18081,csp,0.0,0.0,0.0,0.0,0.0 -p18083,csp,0.0,0.0,0.0,0.0,0.0 -p18085,csp,0.0,0.0,0.0,0.0,0.0 -p18087,csp,0.0,0.0,0.0,0.0,0.0 -p18089,csp,0.0,0.0,0.0,0.0,0.0 -p18091,csp,0.0,0.0,0.0,0.0,0.0 -p18093,csp,0.0,0.0,0.0,0.0,0.0 -p18095,csp,0.0,0.0,0.0,0.0,0.0 -p18097,csp,0.0,0.0,0.0,0.0,0.0 -p18099,csp,0.0,0.0,0.0,0.0,0.0 -p18103,csp,0.0,0.0,0.0,0.0,0.0 -p18107,csp,0.0,0.0,0.0,0.0,0.0 -p18111,csp,0.0,0.0,0.0,0.0,0.0 -p18113,csp,0.0,0.0,0.0,0.0,0.0 -p18125,csp,0.0,0.0,0.0,0.0,0.0 -p18127,csp,0.0,0.0,0.0,0.0,0.0 -p18129,csp,0.0,0.0,0.0,0.0,0.0 -p18131,csp,0.0,0.0,0.0,0.0,0.0 -p18133,csp,0.0,0.0,0.0,0.0,0.0 -p18135,csp,0.0,0.0,0.0,0.0,0.0 -p18137,csp,0.0,0.0,0.0,0.0,0.0 -p18139,csp,0.0,0.0,0.0,0.0,0.0 -p18141,csp,0.0,0.0,0.0,0.0,0.0 -p18143,csp,0.0,0.0,0.0,0.0,0.0 -p18145,csp,0.0,0.0,0.0,0.0,0.0 -p18147,csp,0.0,0.0,0.0,0.0,0.0 -p18149,csp,0.0,0.0,0.0,0.0,0.0 -p18153,csp,0.0,0.0,0.0,0.0,0.0 -p18157,csp,0.0,0.0,0.0,0.0,0.0 -p18159,csp,0.0,0.0,0.0,0.0,0.0 -p18161,csp,0.0,0.0,0.0,0.0,0.0 -p18163,csp,0.0,0.0,0.0,0.0,0.0 -p18165,csp,0.0,0.0,0.0,0.0,0.0 -p18167,csp,0.0,0.0,0.0,0.0,0.0 -p18169,csp,0.0,0.0,0.0,0.0,0.0 -p18171,csp,0.0,0.0,0.0,0.0,0.0 -p18173,csp,0.0,0.0,0.0,0.0,0.0 -p18175,csp,0.0,0.0,0.0,0.0,0.0 -p18177,csp,0.0,0.0,0.0,0.0,0.0 -p18179,csp,0.0,0.0,0.0,0.0,0.0 -p18181,csp,0.0,0.0,0.0,0.0,0.0 -p18183,csp,0.0,0.0,0.0,0.0,0.0 -p19001,csp,0.0,0.0,0.0,0.0,0.0 -p19019,csp,0.0,0.0,0.0,0.0,0.0 -p19027,csp,0.0,0.0,0.0,0.0,0.0 -p19033,csp,0.0,0.0,0.0,0.0,0.0 -p19035,csp,0.0,0.0,0.0,0.0,0.0 -p19037,csp,0.0,0.0,0.0,0.0,0.0 -p19041,csp,0.0,0.0,0.0,0.0,0.0 -p19045,csp,0.0,0.0,0.0,0.0,0.0 -p19047,csp,0.0,0.0,0.0,0.0,0.0 -p19057,csp,0.0,0.0,0.0,0.0,0.0 -p19059,csp,0.0,0.0,0.0,0.0,0.0 -p19061,csp,0.0,0.0,0.0,0.0,0.0 -p19069,csp,0.0,0.0,0.0,0.0,0.0 -p19073,csp,0.0,0.0,0.0,0.0,0.0 -p19081,csp,0.0,0.0,0.0,0.0,0.0 -p19083,csp,0.0,0.0,0.0,0.0,0.0 -p19087,csp,0.0,0.0,0.0,0.0,0.0 -p19089,csp,0.0,0.0,0.0,0.0,0.0 -p19091,csp,0.0,0.0,0.0,0.0,0.0 -p19103,csp,0.0,0.0,0.0,0.0,0.0 -p19111,csp,0.0,0.0,0.0,0.0,0.0 -p19113,csp,0.0,0.0,0.0,0.0,0.0 -p19127,csp,0.0,0.0,0.0,0.0,0.0 -p19129,csp,0.0,0.0,0.0,0.0,0.0 -p19139,csp,0.0,0.0,0.0,0.0,0.0 -p19143,csp,0.0,0.0,0.0,0.0,0.0 -p19145,csp,0.0,0.0,0.0,0.0,0.0 -p19147,csp,0.0,0.0,0.0,0.0,0.0 -p19149,csp,0.0,0.0,0.0,0.0,0.0 -p19151,csp,0.0,0.0,0.0,0.0,0.0 -p19153,csp,0.0,0.0,0.0,0.0,0.0 -p19155,csp,0.0,0.0,0.0,0.0,0.0 -p19163,csp,0.0,0.0,0.0,0.0,0.0 -p19167,csp,0.0,0.0,0.0,0.0,0.0 -p19169,csp,0.0,0.0,0.0,0.0,0.0 -p19171,csp,0.0,0.0,0.0,0.0,0.0 -p19173,csp,0.0,0.0,0.0,0.0,0.0 -p19175,csp,0.0,0.0,0.0,0.0,0.0 -p19183,csp,0.0,0.0,0.0,0.0,0.0 -p19187,csp,0.0,0.0,0.0,0.0,0.0 -p19189,csp,0.0,0.0,0.0,0.0,0.0 -p19193,csp,0.0,0.0,0.0,0.0,0.0 -p19195,csp,0.0,0.0,0.0,0.0,0.0 -p20001,csp,0.0,0.0,0.0,0.0,0.0 -p20003,csp,0.0,0.0,0.0,0.0,0.0 -p20007,csp,0.0,0.0,0.0,0.0,0.0 -p20009,csp,0.0,0.0,0.0,0.0,0.0 -p20011,csp,0.0,0.0,0.0,0.0,0.0 -p20015,csp,0.0,0.0,0.0,0.0,0.0 -p20021,csp,0.0,0.0,0.0,0.0,0.0 -p20029,csp,0.0,0.0,0.0,0.0,0.0 -p20031,csp,0.0,0.0,0.0,0.0,0.0 -p20035,csp,0.0,0.0,0.0,0.0,0.0 -p20037,csp,0.0,0.0,0.0,0.0,0.0 -p20039,csp,0.0,0.0,0.0,0.0,0.0 -p20041,csp,0.0,0.0,0.0,0.0,0.0 -p20045,csp,0.0,0.0,0.0,0.0,0.0 -p20047,csp,0.0,0.0,0.0,0.0,0.0 -p20049,csp,0.0,0.0,0.0,0.0,0.0 -p20051,csp,0.0,0.0,0.0,0.0,0.0 -p20055,csp,0.0,0.0,0.0,0.0,0.0 -p20057,csp,0.0,0.0,0.0,0.0,0.0 -p20059,csp,0.0,0.0,0.0,0.0,0.0 -p20067,csp,0.0,0.0,0.0,0.0,0.0 -p20077,csp,0.0,0.0,0.0,0.0,0.0 -p20079,csp,0.0,0.0,0.0,0.0,0.0 -p20083,csp,0.0,0.0,0.0,0.0,0.0 -p20085,csp,0.0,0.0,0.0,0.0,0.0 -p20091,csp,0.0,0.0,0.0,0.0,0.0 -p20093,csp,0.0,0.0,0.0,0.0,0.0 -p20099,csp,0.0,0.0,0.0,0.0,0.0 -p20105,csp,0.0,0.0,0.0,0.0,0.0 -p20111,csp,0.0,0.0,0.0,0.0,0.0 -p20113,csp,0.0,0.0,0.0,0.0,0.0 -p20121,csp,0.0,0.0,0.0,0.0,0.0 -p20129,csp,0.0,0.0,0.0,0.0,0.0 -p20131,csp,0.0,0.0,0.0,0.0,0.0 -p20139,csp,0.0,0.0,0.0,0.0,0.0 -p20141,csp,0.0,0.0,0.0,0.0,0.0 -p20149,csp,0.0,0.0,0.0,0.0,0.0 -p20151,csp,0.0,0.0,0.0,0.0,0.0 -p20159,csp,0.0,0.0,0.0,0.0,0.0 -p20167,csp,0.0,0.0,0.0,0.0,0.0 -p20169,csp,0.0,0.0,0.0,0.0,0.0 -p20171,csp,0.0,0.0,0.0,0.0,0.0 -p20173,csp,0.0,0.0,0.0,0.0,0.0 -p20175,csp,0.0,0.0,0.0,0.0,0.0 -p20181,csp,0.0,0.0,0.0,0.0,0.0 -p20187,csp,0.0,0.0,0.0,0.0,0.0 -p20189,csp,0.0,0.0,0.0,0.0,0.0 -p20191,csp,0.0,0.0,0.0,0.0,0.0 -p20201,csp,0.0,0.0,0.0,0.0,0.0 -p20205,csp,0.0,0.0,0.0,0.0,0.0 -p20209,csp,0.0,0.0,0.0,0.0,0.0 -p21001,csp,0.0,0.0,0.0,0.0,0.0 -p21009,csp,0.0,0.0,0.0,0.0,0.0 -p21011,csp,0.0,0.0,0.0,0.0,0.0 -p21015,csp,0.0,0.0,0.0,0.0,0.0 -p21017,csp,0.0,0.0,0.0,0.0,0.0 -p21027,csp,0.0,0.0,0.0,0.0,0.0 -p21029,csp,0.0,0.0,0.0,0.0,0.0 -p21031,csp,0.0,0.0,0.0,0.0,0.0 -p21033,csp,0.0,0.0,0.0,0.0,0.0 -p21047,csp,0.0,0.0,0.0,0.0,0.0 -p21049,csp,0.0,0.0,0.0,0.0,0.0 -p21055,csp,0.0,0.0,0.0,0.0,0.0 -p21059,csp,0.0,0.0,0.0,0.0,0.0 -p21067,csp,0.0,0.0,0.0,0.0,0.0 -p21069,csp,0.0,0.0,0.0,0.0,0.0 -p21079,csp,0.0,0.0,0.0,0.0,0.0 -p21081,csp,0.0,0.0,0.0,0.0,0.0 -p21083,csp,0.0,0.0,0.0,0.0,0.0 -p21087,csp,0.0,0.0,0.0,0.0,0.0 -p21091,csp,0.0,0.0,0.0,0.0,0.0 -p21093,csp,0.0,0.0,0.0,0.0,0.0 -p21097,csp,0.0,0.0,0.0,0.0,0.0 -p21099,csp,0.0,0.0,0.0,0.0,0.0 -p21101,csp,0.0,0.0,0.0,0.0,0.0 -p21105,csp,0.0,0.0,0.0,0.0,0.0 -p21107,csp,0.0,0.0,0.0,0.0,0.0 -p21109,csp,0.0,0.0,0.0,0.0,0.0 -p21119,csp,0.0,0.0,0.0,0.0,0.0 -p21123,csp,0.0,0.0,0.0,0.0,0.0 -p21127,csp,0.0,0.0,0.0,0.0,0.0 -p21131,csp,0.0,0.0,0.0,0.0,0.0 -p21133,csp,0.0,0.0,0.0,0.0,0.0 -p21139,csp,0.0,0.0,0.0,0.0,0.0 -p21141,csp,0.0,0.0,0.0,0.0,0.0 -p21143,csp,0.0,0.0,0.0,0.0,0.0 -p21145,csp,0.0,0.0,0.0,0.0,0.0 -p21149,csp,0.0,0.0,0.0,0.0,0.0 -p21151,csp,0.0,0.0,0.0,0.0,0.0 -p21155,csp,0.0,0.0,0.0,0.0,0.0 -p21159,csp,0.0,0.0,0.0,0.0,0.0 -p21161,csp,0.0,0.0,0.0,0.0,0.0 -p21163,csp,0.0,0.0,0.0,0.0,0.0 -p21167,csp,0.0,0.0,0.0,0.0,0.0 -p21169,csp,0.0,0.0,0.0,0.0,0.0 -p21173,csp,0.0,0.0,0.0,0.0,0.0 -p21177,csp,0.0,0.0,0.0,0.0,0.0 -p21179,csp,0.0,0.0,0.0,0.0,0.0 -p21183,csp,0.0,0.0,0.0,0.0,0.0 -p21193,csp,0.0,0.0,0.0,0.0,0.0 -p21195,csp,0.0,0.0,0.0,0.0,0.0 -p21207,csp,0.0,0.0,0.0,0.0,0.0 -p21209,csp,0.0,0.0,0.0,0.0,0.0 -p21213,csp,0.0,0.0,0.0,0.0,0.0 -p21217,csp,0.0,0.0,0.0,0.0,0.0 -p21223,csp,0.0,0.0,0.0,0.0,0.0 -p21229,csp,0.0,0.0,0.0,0.0,0.0 -p21231,csp,0.0,0.0,0.0,0.0,0.0 -p21233,csp,0.0,0.0,0.0,0.0,0.0 -p22001,csp,0.0,0.0,0.0,0.0,0.0 -p22003,csp,0.0,0.0,0.0,0.0,0.0 -p22005,csp,0.0,0.0,0.0,0.0,0.0 -p22007,csp,0.0,0.0,0.0,0.0,0.0 -p22009,csp,0.0,0.0,0.0,0.0,0.0 -p22011,csp,0.0,0.0,0.0,0.0,0.0 -p22013,csp,0.0,0.0,0.0,0.0,0.0 -p22015,csp,0.0,0.0,0.0,0.0,0.0 -p22017,csp,0.0,0.0,0.0,0.0,0.0 -p22019,csp,0.0,0.0,0.0,0.0,0.0 -p22029,csp,0.0,0.0,0.0,0.0,0.0 -p22031,csp,0.0,0.0,0.0,0.0,0.0 -p22033,csp,0.0,0.0,0.0,0.0,0.0 -p22035,csp,0.0,0.0,0.0,0.0,0.0 -p22037,csp,0.0,0.0,0.0,0.0,0.0 -p22039,csp,0.0,0.0,0.0,0.0,0.0 -p22041,csp,0.0,0.0,0.0,0.0,0.0 -p22043,csp,0.0,0.0,0.0,0.0,0.0 -p22047,csp,0.0,0.0,0.0,0.0,0.0 -p22051,csp,0.0,0.0,0.0,0.0,0.0 -p22053,csp,0.0,0.0,0.0,0.0,0.0 -p22055,csp,0.0,0.0,0.0,0.0,0.0 -p22057,csp,0.0,0.0,0.0,0.0,0.0 -p22061,csp,0.0,0.0,0.0,0.0,0.0 -p22063,csp,0.0,0.0,0.0,0.0,0.0 -p22067,csp,0.0,0.0,0.0,0.0,0.0 -p22071,csp,0.0,0.0,0.0,0.0,0.0 -p22073,csp,0.0,0.0,0.0,0.0,0.0 -p22077,csp,0.0,0.0,0.0,0.0,0.0 -p22079,csp,0.0,0.0,0.0,0.0,0.0 -p22081,csp,0.0,0.0,0.0,0.0,0.0 -p22083,csp,0.0,0.0,0.0,0.0,0.0 -p22085,csp,0.0,0.0,0.0,0.0,0.0 -p22091,csp,0.0,0.0,0.0,0.0,0.0 -p22093,csp,0.0,0.0,0.0,0.0,0.0 -p22095,csp,0.0,0.0,0.0,0.0,0.0 -p22097,csp,0.0,0.0,0.0,0.0,0.0 -p22099,csp,0.0,0.0,0.0,0.0,0.0 -p22101,csp,0.0,0.0,0.0,0.0,0.0 -p22103,csp,0.0,0.0,0.0,0.0,0.0 -p22105,csp,0.0,0.0,0.0,0.0,0.0 -p22111,csp,0.0,0.0,0.0,0.0,0.0 -p22113,csp,0.0,0.0,0.0,0.0,0.0 -p22117,csp,0.0,0.0,0.0,0.0,0.0 -p22119,csp,0.0,0.0,0.0,0.0,0.0 -p22121,csp,0.0,0.0,0.0,0.0,0.0 -p22123,csp,0.0,0.0,0.0,0.0,0.0 -p22127,csp,0.0,0.0,0.0,0.0,0.0 -p23001,csp,0.0,0.0,0.0,0.0,0.0 -p23003,csp,0.0,0.0,0.0,0.0,0.0 -p23005,csp,0.0,0.0,0.0,0.0,0.0 -p23007,csp,0.0,0.0,0.0,0.0,0.0 -p23009,csp,0.0,0.0,0.0,0.0,0.0 -p23011,csp,0.0,0.0,0.0,0.0,0.0 -p23013,csp,0.0,0.0,0.0,0.0,0.0 -p23015,csp,0.0,0.0,0.0,0.0,0.0 -p23017,csp,0.0,0.0,0.0,0.0,0.0 -p23019,csp,0.0,0.0,0.0,0.0,0.0 -p23021,csp,0.0,0.0,0.0,0.0,0.0 -p23023,csp,0.0,0.0,0.0,0.0,0.0 -p23025,csp,0.0,0.0,0.0,0.0,0.0 -p23027,csp,0.0,0.0,0.0,0.0,0.0 -p23029,csp,0.0,0.0,0.0,0.0,0.0 -p23031,csp,0.0,0.0,0.0,0.0,0.0 -p24001,csp,0.0,0.0,0.0,0.0,0.0 -p24003,csp,0.0,0.0,0.0,0.0,0.0 -p24005,csp,0.0,0.0,0.0,0.0,0.0 -p24009,csp,0.0,0.0,0.0,0.0,0.0 -p24011,csp,0.0,0.0,0.0,0.0,0.0 -p24015,csp,0.0,0.0,0.0,0.0,0.0 -p24017,csp,0.0,0.0,0.0,0.0,0.0 -p24019,csp,0.0,0.0,0.0,0.0,0.0 -p24021,csp,0.0,0.0,0.0,0.0,0.0 -p24023,csp,0.0,0.0,0.0,0.0,0.0 -p24025,csp,0.0,0.0,0.0,0.0,0.0 -p24029,csp,0.0,0.0,0.0,0.0,0.0 -p24031,csp,0.0,0.0,0.0,0.0,0.0 -p24033,csp,0.0,0.0,0.0,0.0,0.0 -p24035,csp,0.0,0.0,0.0,0.0,0.0 -p24039,csp,0.0,0.0,0.0,0.0,0.0 -p24041,csp,0.0,0.0,0.0,0.0,0.0 -p24043,csp,0.0,0.0,0.0,0.0,0.0 -p24045,csp,0.0,0.0,0.0,0.0,0.0 -p24047,csp,0.0,0.0,0.0,0.0,0.0 -p25001,csp,0.0,0.0,0.0,0.0,0.0 -p25003,csp,0.0,0.0,0.0,0.0,0.0 -p25005,csp,0.0,0.0,0.0,0.0,0.0 -p25009,csp,0.0,0.0,0.0,0.0,0.0 -p25011,csp,0.0,0.0,0.0,0.0,0.0 -p25013,csp,0.0,0.0,0.0,0.0,0.0 -p25015,csp,0.0,0.0,0.0,0.0,0.0 -p25017,csp,0.0,0.0,0.0,0.0,0.0 -p25021,csp,0.0,0.0,0.0,0.0,0.0 -p25023,csp,0.0,0.0,0.0,0.0,0.0 -p25025,csp,0.0,0.0,0.0,0.0,0.0 -p25027,csp,0.0,0.0,0.0,0.0,0.0 -p26001,csp,0.0,0.0,0.0,0.0,0.0 -p26005,csp,0.0,0.0,0.0,0.0,0.0 -p26011,csp,0.0,0.0,0.0,0.0,0.0 -p26013,csp,0.0,0.0,0.0,0.0,0.0 -p26017,csp,0.0,0.0,0.0,0.0,0.0 -p26021,csp,0.0,0.0,0.0,0.0,0.0 -p26023,csp,0.0,0.0,0.0,0.0,0.0 -p26025,csp,0.0,0.0,0.0,0.0,0.0 -p26027,csp,0.0,0.0,0.0,0.0,0.0 -p26031,csp,0.0,0.0,0.0,0.0,0.0 -p26035,csp,0.0,0.0,0.0,0.0,0.0 -p26037,csp,0.0,0.0,0.0,0.0,0.0 -p26041,csp,0.0,0.0,0.0,0.0,0.0 -p26043,csp,0.0,0.0,0.0,0.0,0.0 -p26045,csp,0.0,0.0,0.0,0.0,0.0 -p26049,csp,0.0,0.0,0.0,0.0,0.0 -p26051,csp,0.0,0.0,0.0,0.0,0.0 -p26057,csp,0.0,0.0,0.0,0.0,0.0 -p26059,csp,0.0,0.0,0.0,0.0,0.0 -p26063,csp,0.0,0.0,0.0,0.0,0.0 -p26065,csp,0.0,0.0,0.0,0.0,0.0 -p26067,csp,0.0,0.0,0.0,0.0,0.0 -p26069,csp,0.0,0.0,0.0,0.0,0.0 -p26075,csp,0.0,0.0,0.0,0.0,0.0 -p26077,csp,0.0,0.0,0.0,0.0,0.0 -p26079,csp,0.0,0.0,0.0,0.0,0.0 -p26081,csp,0.0,0.0,0.0,0.0,0.0 -p26091,csp,0.0,0.0,0.0,0.0,0.0 -p26093,csp,0.0,0.0,0.0,0.0,0.0 -p26099,csp,0.0,0.0,0.0,0.0,0.0 -p26103,csp,0.0,0.0,0.0,0.0,0.0 -p26105,csp,0.0,0.0,0.0,0.0,0.0 -p26111,csp,0.0,0.0,0.0,0.0,0.0 -p26115,csp,0.0,0.0,0.0,0.0,0.0 -p26117,csp,0.0,0.0,0.0,0.0,0.0 -p26121,csp,0.0,0.0,0.0,0.0,0.0 -p26123,csp,0.0,0.0,0.0,0.0,0.0 -p26127,csp,0.0,0.0,0.0,0.0,0.0 -p26129,csp,0.0,0.0,0.0,0.0,0.0 -p26133,csp,0.0,0.0,0.0,0.0,0.0 -p26137,csp,0.0,0.0,0.0,0.0,0.0 -p26139,csp,0.0,0.0,0.0,0.0,0.0 -p26141,csp,0.0,0.0,0.0,0.0,0.0 -p26143,csp,0.0,0.0,0.0,0.0,0.0 -p26145,csp,0.0,0.0,0.0,0.0,0.0 -p26147,csp,0.0,0.0,0.0,0.0,0.0 -p26149,csp,0.0,0.0,0.0,0.0,0.0 -p26151,csp,0.0,0.0,0.0,0.0,0.0 -p26155,csp,0.0,0.0,0.0,0.0,0.0 -p26157,csp,0.0,0.0,0.0,0.0,0.0 -p26159,csp,0.0,0.0,0.0,0.0,0.0 -p26161,csp,0.0,0.0,0.0,0.0,0.0 -p26163,csp,0.0,0.0,0.0,0.0,0.0 -p27003,csp,0.0,0.0,0.0,0.0,0.0 -p27009,csp,0.0,0.0,0.0,0.0,0.0 -p27025,csp,0.0,0.0,0.0,0.0,0.0 -p27027,csp,0.0,0.0,0.0,0.0,0.0 -p27029,csp,0.0,0.0,0.0,0.0,0.0 -p27033,csp,0.0,0.0,0.0,0.0,0.0 -p27037,csp,0.0,0.0,0.0,0.0,0.0 -p27041,csp,0.0,0.0,0.0,0.0,0.0 -p27043,csp,0.0,0.0,0.0,0.0,0.0 -p27045,csp,0.0,0.0,0.0,0.0,0.0 -p27047,csp,0.0,0.0,0.0,0.0,0.0 -p27049,csp,0.0,0.0,0.0,0.0,0.0 -p27053,csp,0.0,0.0,0.0,0.0,0.0 -p27057,csp,0.0,0.0,0.0,0.0,0.0 -p27059,csp,0.0,0.0,0.0,0.0,0.0 -p27063,csp,0.0,0.0,0.0,0.0,0.0 -p27081,csp,0.0,0.0,0.0,0.0,0.0 -p27083,csp,0.0,0.0,0.0,0.0,0.0 -p27089,csp,0.0,0.0,0.0,0.0,0.0 -p27091,csp,0.0,0.0,0.0,0.0,0.0 -p27097,csp,0.0,0.0,0.0,0.0,0.0 -p27099,csp,0.0,0.0,0.0,0.0,0.0 -p27101,csp,0.0,0.0,0.0,0.0,0.0 -p27105,csp,0.0,0.0,0.0,0.0,0.0 -p27109,csp,0.0,0.0,0.0,0.0,0.0 -p27117,csp,0.0,0.0,0.0,0.0,0.0 -p27119,csp,0.0,0.0,0.0,0.0,0.0 -p27125,csp,0.0,0.0,0.0,0.0,0.0 -p27127,csp,0.0,0.0,0.0,0.0,0.0 -p27129,csp,0.0,0.0,0.0,0.0,0.0 -p27133,csp,0.0,0.0,0.0,0.0,0.0 -p27137,csp,0.0,0.0,0.0,0.0,0.0 -p27139,csp,0.0,0.0,0.0,0.0,0.0 -p27141,csp,0.0,0.0,0.0,0.0,0.0 -p27149,csp,0.0,0.0,0.0,0.0,0.0 -p27157,csp,0.0,0.0,0.0,0.0,0.0 -p27159,csp,0.0,0.0,0.0,0.0,0.0 -p27163,csp,0.0,0.0,0.0,0.0,0.0 -p27165,csp,0.0,0.0,0.0,0.0,0.0 -p27167,csp,0.0,0.0,0.0,0.0,0.0 -p27173,csp,0.0,0.0,0.0,0.0,0.0 -p28003,csp,0.0,0.0,0.0,0.0,0.0 -p28005,csp,0.0,0.0,0.0,0.0,0.0 -p28007,csp,0.0,0.0,0.0,0.0,0.0 -p28011,csp,0.0,0.0,0.0,0.0,0.0 -p28013,csp,0.0,0.0,0.0,0.0,0.0 -p28015,csp,0.0,0.0,0.0,0.0,0.0 -p28017,csp,0.0,0.0,0.0,0.0,0.0 -p28019,csp,0.0,0.0,0.0,0.0,0.0 -p28023,csp,0.0,0.0,0.0,0.0,0.0 -p28025,csp,0.0,0.0,0.0,0.0,0.0 -p28027,csp,0.0,0.0,0.0,0.0,0.0 -p28031,csp,0.0,0.0,0.0,0.0,0.0 -p28033,csp,0.0,0.0,0.0,0.0,0.0 -p28035,csp,0.0,0.0,0.0,0.0,0.0 -p28037,csp,0.0,0.0,0.0,0.0,0.0 -p28045,csp,0.0,0.0,0.0,0.0,0.0 -p28049,csp,0.0,0.0,0.0,0.0,0.0 -p28051,csp,0.0,0.0,0.0,0.0,0.0 -p28053,csp,0.0,0.0,0.0,0.0,0.0 -p28061,csp,0.0,0.0,0.0,0.0,0.0 -p28063,csp,0.0,0.0,0.0,0.0,0.0 -p28065,csp,0.0,0.0,0.0,0.0,0.0 -p28067,csp,0.0,0.0,0.0,0.0,0.0 -p28073,csp,0.0,0.0,0.0,0.0,0.0 -p28081,csp,0.0,0.0,0.0,0.0,0.0 -p28083,csp,0.0,0.0,0.0,0.0,0.0 -p28085,csp,0.0,0.0,0.0,0.0,0.0 -p28087,csp,0.0,0.0,0.0,0.0,0.0 -p28089,csp,0.0,0.0,0.0,0.0,0.0 -p28091,csp,0.0,0.0,0.0,0.0,0.0 -p28093,csp,0.0,0.0,0.0,0.0,0.0 -p28095,csp,0.0,0.0,0.0,0.0,0.0 -p28097,csp,0.0,0.0,0.0,0.0,0.0 -p28101,csp,0.0,0.0,0.0,0.0,0.0 -p28105,csp,0.0,0.0,0.0,0.0,0.0 -p28107,csp,0.0,0.0,0.0,0.0,0.0 -p28109,csp,0.0,0.0,0.0,0.0,0.0 -p28111,csp,0.0,0.0,0.0,0.0,0.0 -p28115,csp,0.0,0.0,0.0,0.0,0.0 -p28119,csp,0.0,0.0,0.0,0.0,0.0 -p28121,csp,0.0,0.0,0.0,0.0,0.0 -p28123,csp,0.0,0.0,0.0,0.0,0.0 -p28125,csp,0.0,0.0,0.0,0.0,0.0 -p28127,csp,0.0,0.0,0.0,0.0,0.0 -p28131,csp,0.0,0.0,0.0,0.0,0.0 -p28133,csp,0.0,0.0,0.0,0.0,0.0 -p28135,csp,0.0,0.0,0.0,0.0,0.0 -p28137,csp,0.0,0.0,0.0,0.0,0.0 -p28143,csp,0.0,0.0,0.0,0.0,0.0 -p28147,csp,0.0,0.0,0.0,0.0,0.0 -p28151,csp,0.0,0.0,0.0,0.0,0.0 -p28153,csp,0.0,0.0,0.0,0.0,0.0 -p28157,csp,0.0,0.0,0.0,0.0,0.0 -p28163,csp,0.0,0.0,0.0,0.0,0.0 -p29001,csp,0.0,0.0,0.0,0.0,0.0 -p29003,csp,0.0,0.0,0.0,0.0,0.0 -p29005,csp,0.0,0.0,0.0,0.0,0.0 -p29007,csp,0.0,0.0,0.0,0.0,0.0 -p29009,csp,0.0,0.0,0.0,0.0,0.0 -p29011,csp,0.0,0.0,0.0,0.0,0.0 -p29017,csp,0.0,0.0,0.0,0.0,0.0 -p29019,csp,0.0,0.0,0.0,0.0,0.0 -p29023,csp,0.0,0.0,0.0,0.0,0.0 -p29025,csp,0.0,0.0,0.0,0.0,0.0 -p29027,csp,0.0,0.0,0.0,0.0,0.0 -p29031,csp,0.0,0.0,0.0,0.0,0.0 -p29033,csp,0.0,0.0,0.0,0.0,0.0 -p29037,csp,0.0,0.0,0.0,0.0,0.0 -p29039,csp,0.0,0.0,0.0,0.0,0.0 -p29041,csp,0.0,0.0,0.0,0.0,0.0 -p29043,csp,0.0,0.0,0.0,0.0,0.0 -p29045,csp,0.0,0.0,0.0,0.0,0.0 -p29047,csp,0.0,0.0,0.0,0.0,0.0 -p29049,csp,0.0,0.0,0.0,0.0,0.0 -p29053,csp,0.0,0.0,0.0,0.0,0.0 -p29057,csp,0.0,0.0,0.0,0.0,0.0 -p29067,csp,0.0,0.0,0.0,0.0,0.0 -p29073,csp,0.0,0.0,0.0,0.0,0.0 -p29075,csp,0.0,0.0,0.0,0.0,0.0 -p29077,csp,0.0,0.0,0.0,0.0,0.0 -p29083,csp,0.0,0.0,0.0,0.0,0.0 -p29093,csp,0.0,0.0,0.0,0.0,0.0 -p29095,csp,0.0,0.0,0.0,0.0,0.0 -p29097,csp,0.0,0.0,0.0,0.0,0.0 -p29099,csp,0.0,0.0,0.0,0.0,0.0 -p29101,csp,0.0,0.0,0.0,0.0,0.0 -p29103,csp,0.0,0.0,0.0,0.0,0.0 -p29107,csp,0.0,0.0,0.0,0.0,0.0 -p29113,csp,0.0,0.0,0.0,0.0,0.0 -p29119,csp,0.0,0.0,0.0,0.0,0.0 -p29121,csp,0.0,0.0,0.0,0.0,0.0 -p29123,csp,0.0,0.0,0.0,0.0,0.0 -p29125,csp,0.0,0.0,0.0,0.0,0.0 -p29127,csp,0.0,0.0,0.0,0.0,0.0 -p29133,csp,0.0,0.0,0.0,0.0,0.0 -p29139,csp,0.0,0.0,0.0,0.0,0.0 -p29143,csp,0.0,0.0,0.0,0.0,0.0 -p29145,csp,0.0,0.0,0.0,0.0,0.0 -p29147,csp,0.0,0.0,0.0,0.0,0.0 -p29159,csp,0.0,0.0,0.0,0.0,0.0 -p29163,csp,0.0,0.0,0.0,0.0,0.0 -p29167,csp,0.0,0.0,0.0,0.0,0.0 -p29173,csp,0.0,0.0,0.0,0.0,0.0 -p29175,csp,0.0,0.0,0.0,0.0,0.0 -p29183,csp,0.0,0.0,0.0,0.0,0.0 -p29187,csp,0.0,0.0,0.0,0.0,0.0 -p29201,csp,0.0,0.0,0.0,0.0,0.0 -p29207,csp,0.0,0.0,0.0,0.0,0.0 -p29219,csp,0.0,0.0,0.0,0.0,0.0 -p29221,csp,0.0,0.0,0.0,0.0,0.0 -p30003,csp,0.0,0.0,0.0,0.0,0.0 -p30007,csp,0.0,0.0,0.0,0.0,0.0 -p30013,csp,0.0,0.0,0.0,0.0,0.0 -p30021,csp,0.0,0.0,0.0,0.0,0.0 -p30029,csp,0.0,0.0,0.0,0.0,0.0 -p30031,csp,0.0,0.0,0.0,0.0,0.0 -p30053,csp,0.0,0.0,0.0,0.0,0.0 -p30057,csp,0.0,0.0,0.0,0.0,0.0 -p30059,csp,0.0,0.0,0.0,0.0,0.0 -p30065,csp,0.0,0.0,0.0,0.0,0.0 -p30077,csp,0.0,0.0,0.0,0.0,0.0 -p30087,csp,0.0,0.0,0.0,0.0,0.0 -p30093,csp,0.0,0.0,0.0,0.0,0.0 -p30095,csp,0.0,0.0,0.0,0.0,0.0 -p30099,csp,0.0,0.0,0.0,0.0,0.0 -p30107,csp,0.0,0.0,0.0,0.0,0.0 -p30109,csp,0.0,0.0,0.0,0.0,0.0 -p30111,csp,0.0,0.0,0.0,0.0,0.0 -p31003,csp,0.0,0.0,0.0,0.0,0.0 -p31007,csp,0.0,0.0,0.0,0.0,0.0 -p31017,csp,0.0,0.0,0.0,0.0,0.0 -p31021,csp,0.0,0.0,0.0,0.0,0.0 -p31023,csp,0.0,0.0,0.0,0.0,0.0 -p31025,csp,0.0,0.0,0.0,0.0,0.0 -p31027,csp,0.0,0.0,0.0,0.0,0.0 -p31029,csp,0.0,0.0,0.0,0.0,0.0 -p31031,csp,0.0,0.0,0.0,0.0,0.0 -p31033,csp,0.0,0.0,0.0,0.0,0.0 -p31041,csp,0.0,0.0,0.0,0.0,0.0 -p31043,csp,0.0,0.0,0.0,0.0,0.0 -p31055,csp,0.0,0.0,0.0,0.0,0.0 -p31067,csp,0.0,0.0,0.0,0.0,0.0 -p31077,csp,0.0,0.0,0.0,0.0,0.0 -p31089,csp,0.0,0.0,0.0,0.0,0.0 -p31095,csp,0.0,0.0,0.0,0.0,0.0 -p31101,csp,0.0,0.0,0.0,0.0,0.0 -p31107,csp,0.0,0.0,0.0,0.0,0.0 -p31109,csp,0.0,0.0,0.0,0.0,0.0 -p31111,csp,0.0,0.0,0.0,0.0,0.0 -p31119,csp,0.0,0.0,0.0,0.0,0.0 -p31127,csp,0.0,0.0,0.0,0.0,0.0 -p31135,csp,0.0,0.0,0.0,0.0,0.0 -p31139,csp,0.0,0.0,0.0,0.0,0.0 -p31147,csp,0.0,0.0,0.0,0.0,0.0 -p31151,csp,0.0,0.0,0.0,0.0,0.0 -p31153,csp,0.0,0.0,0.0,0.0,0.0 -p31159,csp,0.0,0.0,0.0,0.0,0.0 -p31165,csp,0.0,0.0,0.0,0.0,0.0 -p31169,csp,0.0,0.0,0.0,0.0,0.0 -p31177,csp,0.0,0.0,0.0,0.0,0.0 -p31179,csp,0.0,0.0,0.0,0.0,0.0 -p31181,csp,0.0,0.0,0.0,0.0,0.0 -p32001,csp,0.0,0.0,0.0,0.0,0.0 -p32003,csp,0.0,0.0,0.0,0.0,0.0 -p32007,csp,0.0,0.0,0.0,0.0,0.0 -p32009,csp,0.0,0.0,0.0,0.0,0.0 -p32011,csp,0.0,0.0,0.0,0.0,0.0 -p32013,csp,0.0,0.0,0.0,0.0,0.0 -p32015,csp,0.0,0.0,0.0,0.0,0.0 -p32019,csp,0.0,0.0,0.0,0.0,0.0 -p32021,csp,0.0,0.0,0.0,0.0,0.0 -p32023,csp,0.0,0.0,0.0,0.0,0.0 -p32027,csp,0.0,0.0,0.0,0.0,0.0 -p32029,csp,0.0,0.0,0.0,0.0,0.0 -p32031,csp,0.0,0.0,0.0,0.0,0.0 -p32033,csp,0.0,0.0,0.0,0.0,0.0 -p32510,csp,0.0,0.0,0.0,0.0,0.0 -p33001,csp,0.0,0.0,0.0,0.0,0.0 -p33005,csp,0.0,0.0,0.0,0.0,0.0 -p33011,csp,0.0,0.0,0.0,0.0,0.0 -p33013,csp,0.0,0.0,0.0,0.0,0.0 -p33015,csp,0.0,0.0,0.0,0.0,0.0 -p33017,csp,0.0,0.0,0.0,0.0,0.0 -p33019,csp,0.0,0.0,0.0,0.0,0.0 -p34001,csp,0.0,0.0,0.0,0.0,0.0 -p34003,csp,0.0,0.0,0.0,0.0,0.0 -p34005,csp,0.0,0.0,0.0,0.0,0.0 -p34007,csp,0.0,0.0,0.0,0.0,0.0 -p34009,csp,0.0,0.0,0.0,0.0,0.0 -p34011,csp,0.0,0.0,0.0,0.0,0.0 -p34013,csp,0.0,0.0,0.0,0.0,0.0 -p34015,csp,0.0,0.0,0.0,0.0,0.0 -p34017,csp,0.0,0.0,0.0,0.0,0.0 -p34019,csp,0.0,0.0,0.0,0.0,0.0 -p34021,csp,0.0,0.0,0.0,0.0,0.0 -p34023,csp,0.0,0.0,0.0,0.0,0.0 -p34025,csp,0.0,0.0,0.0,0.0,0.0 -p34027,csp,0.0,0.0,0.0,0.0,0.0 -p34029,csp,0.0,0.0,0.0,0.0,0.0 -p34033,csp,0.0,0.0,0.0,0.0,0.0 -p34035,csp,0.0,0.0,0.0,0.0,0.0 -p34037,csp,0.0,0.0,0.0,0.0,0.0 -p34041,csp,0.0,0.0,0.0,0.0,0.0 -p35001,csp,0.0,0.0,0.0,0.0,0.0 -p35005,csp,0.0,0.0,0.0,0.0,0.0 -p35006,csp,0.0,0.0,0.0,0.0,0.0 -p35009,csp,0.0,0.0,0.0,0.0,0.0 -p35011,csp,0.0,0.0,0.0,0.0,0.0 -p35013,csp,0.0,0.0,0.0,0.0,0.0 -p35015,csp,0.0,0.0,0.0,0.0,0.0 -p35017,csp,0.0,0.0,0.0,0.0,0.0 -p35019,csp,0.0,0.0,0.0,0.0,0.0 -p35021,csp,0.0,0.0,0.0,0.0,0.0 -p35023,csp,0.0,0.0,0.0,0.0,0.0 -p35025,csp,0.0,0.0,0.0,0.0,0.0 -p35027,csp,0.0,0.0,0.0,0.0,0.0 -p35029,csp,0.0,0.0,0.0,0.0,0.0 -p35031,csp,0.0,0.0,0.0,0.0,0.0 -p35035,csp,0.0,0.0,0.0,0.0,0.0 -p35037,csp,0.0,0.0,0.0,0.0,0.0 -p35041,csp,0.0,0.0,0.0,0.0,0.0 -p35043,csp,0.0,0.0,0.0,0.0,0.0 -p35045,csp,0.0,0.0,0.0,0.0,0.0 -p35049,csp,0.0,0.0,0.0,0.0,0.0 -p35053,csp,0.0,0.0,0.0,0.0,0.0 -p35057,csp,0.0,0.0,0.0,0.0,0.0 -p35059,csp,0.0,0.0,0.0,0.0,0.0 -p35061,csp,0.0,0.0,0.0,0.0,0.0 -p36001,csp,0.0,0.0,0.0,0.0,0.0 -p36003,csp,0.0,0.0,0.0,0.0,0.0 -p36005,csp,0.0,0.0,0.0,0.0,0.0 -p36007,csp,0.0,0.0,0.0,0.0,0.0 -p36009,csp,0.0,0.0,0.0,0.0,0.0 -p36011,csp,0.0,0.0,0.0,0.0,0.0 -p36013,csp,0.0,0.0,0.0,0.0,0.0 -p36015,csp,0.0,0.0,0.0,0.0,0.0 -p36017,csp,0.0,0.0,0.0,0.0,0.0 -p36019,csp,0.0,0.0,0.0,0.0,0.0 -p36021,csp,0.0,0.0,0.0,0.0,0.0 -p36023,csp,0.0,0.0,0.0,0.0,0.0 -p36025,csp,0.0,0.0,0.0,0.0,0.0 -p36027,csp,0.0,0.0,0.0,0.0,0.0 -p36029,csp,0.0,0.0,0.0,0.0,0.0 -p36031,csp,0.0,0.0,0.0,0.0,0.0 -p36033,csp,0.0,0.0,0.0,0.0,0.0 -p36035,csp,0.0,0.0,0.0,0.0,0.0 -p36037,csp,0.0,0.0,0.0,0.0,0.0 -p36039,csp,0.0,0.0,0.0,0.0,0.0 -p36041,csp,0.0,0.0,0.0,0.0,0.0 -p36043,csp,0.0,0.0,0.0,0.0,0.0 -p36045,csp,0.0,0.0,0.0,0.0,0.0 -p36047,csp,0.0,0.0,0.0,0.0,0.0 -p36049,csp,0.0,0.0,0.0,0.0,0.0 -p36051,csp,0.0,0.0,0.0,0.0,0.0 -p36053,csp,0.0,0.0,0.0,0.0,0.0 -p36055,csp,0.0,0.0,0.0,0.0,0.0 -p36057,csp,0.0,0.0,0.0,0.0,0.0 -p36059,csp,0.0,0.0,0.0,0.0,0.0 -p36061,csp,0.0,0.0,0.0,0.0,0.0 -p36063,csp,0.0,0.0,0.0,0.0,0.0 -p36065,csp,0.0,0.0,0.0,0.0,0.0 -p36067,csp,0.0,0.0,0.0,0.0,0.0 -p36069,csp,0.0,0.0,0.0,0.0,0.0 -p36071,csp,0.0,0.0,0.0,0.0,0.0 -p36073,csp,0.0,0.0,0.0,0.0,0.0 -p36075,csp,0.0,0.0,0.0,0.0,0.0 -p36077,csp,0.0,0.0,0.0,0.0,0.0 -p36079,csp,0.0,0.0,0.0,0.0,0.0 -p36081,csp,0.0,0.0,0.0,0.0,0.0 -p36083,csp,0.0,0.0,0.0,0.0,0.0 -p36085,csp,0.0,0.0,0.0,0.0,0.0 -p36087,csp,0.0,0.0,0.0,0.0,0.0 -p36089,csp,0.0,0.0,0.0,0.0,0.0 -p36091,csp,0.0,0.0,0.0,0.0,0.0 -p36093,csp,0.0,0.0,0.0,0.0,0.0 -p36095,csp,0.0,0.0,0.0,0.0,0.0 -p36097,csp,0.0,0.0,0.0,0.0,0.0 -p36099,csp,0.0,0.0,0.0,0.0,0.0 -p36101,csp,0.0,0.0,0.0,0.0,0.0 -p36103,csp,0.0,0.0,0.0,0.0,0.0 -p36105,csp,0.0,0.0,0.0,0.0,0.0 -p36107,csp,0.0,0.0,0.0,0.0,0.0 -p36109,csp,0.0,0.0,0.0,0.0,0.0 -p36111,csp,0.0,0.0,0.0,0.0,0.0 -p36113,csp,0.0,0.0,0.0,0.0,0.0 -p36115,csp,0.0,0.0,0.0,0.0,0.0 -p36119,csp,0.0,0.0,0.0,0.0,0.0 -p36121,csp,0.0,0.0,0.0,0.0,0.0 -p36123,csp,0.0,0.0,0.0,0.0,0.0 -p37001,csp,0.0,0.0,0.0,0.0,0.0 -p37013,csp,0.0,0.0,0.0,0.0,0.0 -p37015,csp,0.0,0.0,0.0,0.0,0.0 -p37017,csp,0.0,0.0,0.0,0.0,0.0 -p37021,csp,0.0,0.0,0.0,0.0,0.0 -p37023,csp,0.0,0.0,0.0,0.0,0.0 -p37035,csp,0.0,0.0,0.0,0.0,0.0 -p37037,csp,0.0,0.0,0.0,0.0,0.0 -p37041,csp,0.0,0.0,0.0,0.0,0.0 -p37045,csp,0.0,0.0,0.0,0.0,0.0 -p37047,csp,0.0,0.0,0.0,0.0,0.0 -p37051,csp,0.0,0.0,0.0,0.0,0.0 -p37053,csp,0.0,0.0,0.0,0.0,0.0 -p37057,csp,0.0,0.0,0.0,0.0,0.0 -p37061,csp,0.0,0.0,0.0,0.0,0.0 -p37063,csp,0.0,0.0,0.0,0.0,0.0 -p37065,csp,0.0,0.0,0.0,0.0,0.0 -p37071,csp,0.0,0.0,0.0,0.0,0.0 -p37077,csp,0.0,0.0,0.0,0.0,0.0 -p37079,csp,0.0,0.0,0.0,0.0,0.0 -p37081,csp,0.0,0.0,0.0,0.0,0.0 -p37083,csp,0.0,0.0,0.0,0.0,0.0 -p37085,csp,0.0,0.0,0.0,0.0,0.0 -p37091,csp,0.0,0.0,0.0,0.0,0.0 -p37093,csp,0.0,0.0,0.0,0.0,0.0 -p37099,csp,0.0,0.0,0.0,0.0,0.0 -p37101,csp,0.0,0.0,0.0,0.0,0.0 -p37103,csp,0.0,0.0,0.0,0.0,0.0 -p37107,csp,0.0,0.0,0.0,0.0,0.0 -p37109,csp,0.0,0.0,0.0,0.0,0.0 -p37113,csp,0.0,0.0,0.0,0.0,0.0 -p37117,csp,0.0,0.0,0.0,0.0,0.0 -p37119,csp,0.0,0.0,0.0,0.0,0.0 -p37123,csp,0.0,0.0,0.0,0.0,0.0 -p37127,csp,0.0,0.0,0.0,0.0,0.0 -p37139,csp,0.0,0.0,0.0,0.0,0.0 -p37143,csp,0.0,0.0,0.0,0.0,0.0 -p37145,csp,0.0,0.0,0.0,0.0,0.0 -p37147,csp,0.0,0.0,0.0,0.0,0.0 -p37151,csp,0.0,0.0,0.0,0.0,0.0 -p37153,csp,0.0,0.0,0.0,0.0,0.0 -p37155,csp,0.0,0.0,0.0,0.0,0.0 -p37161,csp,0.0,0.0,0.0,0.0,0.0 -p37163,csp,0.0,0.0,0.0,0.0,0.0 -p37165,csp,0.0,0.0,0.0,0.0,0.0 -p37171,csp,0.0,0.0,0.0,0.0,0.0 -p37179,csp,0.0,0.0,0.0,0.0,0.0 -p37181,csp,0.0,0.0,0.0,0.0,0.0 -p37183,csp,0.0,0.0,0.0,0.0,0.0 -p37185,csp,0.0,0.0,0.0,0.0,0.0 -p37187,csp,0.0,0.0,0.0,0.0,0.0 -p37191,csp,0.0,0.0,0.0,0.0,0.0 -p37193,csp,0.0,0.0,0.0,0.0,0.0 -p37195,csp,0.0,0.0,0.0,0.0,0.0 -p38003,csp,0.0,0.0,0.0,0.0,0.0 -p38011,csp,0.0,0.0,0.0,0.0,0.0 -p38013,csp,0.0,0.0,0.0,0.0,0.0 -p38017,csp,0.0,0.0,0.0,0.0,0.0 -p38029,csp,0.0,0.0,0.0,0.0,0.0 -p38045,csp,0.0,0.0,0.0,0.0,0.0 -p38051,csp,0.0,0.0,0.0,0.0,0.0 -p38053,csp,0.0,0.0,0.0,0.0,0.0 -p38055,csp,0.0,0.0,0.0,0.0,0.0 -p38057,csp,0.0,0.0,0.0,0.0,0.0 -p38059,csp,0.0,0.0,0.0,0.0,0.0 -p38065,csp,0.0,0.0,0.0,0.0,0.0 -p38081,csp,0.0,0.0,0.0,0.0,0.0 -p38085,csp,0.0,0.0,0.0,0.0,0.0 -p38087,csp,0.0,0.0,0.0,0.0,0.0 -p38089,csp,0.0,0.0,0.0,0.0,0.0 -p38091,csp,0.0,0.0,0.0,0.0,0.0 -p38093,csp,0.0,0.0,0.0,0.0,0.0 -p38101,csp,0.0,0.0,0.0,0.0,0.0 -p38105,csp,0.0,0.0,0.0,0.0,0.0 -p39001,csp,0.0,0.0,0.0,0.0,0.0 -p39003,csp,0.0,0.0,0.0,0.0,0.0 -p39005,csp,0.0,0.0,0.0,0.0,0.0 -p39007,csp,0.0,0.0,0.0,0.0,0.0 -p39011,csp,0.0,0.0,0.0,0.0,0.0 -p39013,csp,0.0,0.0,0.0,0.0,0.0 -p39015,csp,0.0,0.0,0.0,0.0,0.0 -p39017,csp,0.0,0.0,0.0,0.0,0.0 -p39019,csp,0.0,0.0,0.0,0.0,0.0 -p39021,csp,0.0,0.0,0.0,0.0,0.0 -p39023,csp,0.0,0.0,0.0,0.0,0.0 -p39025,csp,0.0,0.0,0.0,0.0,0.0 -p39027,csp,0.0,0.0,0.0,0.0,0.0 -p39029,csp,0.0,0.0,0.0,0.0,0.0 -p39031,csp,0.0,0.0,0.0,0.0,0.0 -p39033,csp,0.0,0.0,0.0,0.0,0.0 -p39039,csp,0.0,0.0,0.0,0.0,0.0 -p39041,csp,0.0,0.0,0.0,0.0,0.0 -p39043,csp,0.0,0.0,0.0,0.0,0.0 -p39045,csp,0.0,0.0,0.0,0.0,0.0 -p39047,csp,0.0,0.0,0.0,0.0,0.0 -p39049,csp,0.0,0.0,0.0,0.0,0.0 -p39051,csp,0.0,0.0,0.0,0.0,0.0 -p39053,csp,0.0,0.0,0.0,0.0,0.0 -p39057,csp,0.0,0.0,0.0,0.0,0.0 -p39059,csp,0.0,0.0,0.0,0.0,0.0 -p39063,csp,0.0,0.0,0.0,0.0,0.0 -p39065,csp,0.0,0.0,0.0,0.0,0.0 -p39067,csp,0.0,0.0,0.0,0.0,0.0 -p39069,csp,0.0,0.0,0.0,0.0,0.0 -p39071,csp,0.0,0.0,0.0,0.0,0.0 -p39077,csp,0.0,0.0,0.0,0.0,0.0 -p39079,csp,0.0,0.0,0.0,0.0,0.0 -p39081,csp,0.0,0.0,0.0,0.0,0.0 -p39083,csp,0.0,0.0,0.0,0.0,0.0 -p39089,csp,0.0,0.0,0.0,0.0,0.0 -p39091,csp,0.0,0.0,0.0,0.0,0.0 -p39093,csp,0.0,0.0,0.0,0.0,0.0 -p39095,csp,0.0,0.0,0.0,0.0,0.0 -p39097,csp,0.0,0.0,0.0,0.0,0.0 -p39099,csp,0.0,0.0,0.0,0.0,0.0 -p39101,csp,0.0,0.0,0.0,0.0,0.0 -p39105,csp,0.0,0.0,0.0,0.0,0.0 -p39109,csp,0.0,0.0,0.0,0.0,0.0 -p39111,csp,0.0,0.0,0.0,0.0,0.0 -p39113,csp,0.0,0.0,0.0,0.0,0.0 -p39115,csp,0.0,0.0,0.0,0.0,0.0 -p39117,csp,0.0,0.0,0.0,0.0,0.0 -p39119,csp,0.0,0.0,0.0,0.0,0.0 -p39123,csp,0.0,0.0,0.0,0.0,0.0 -p39125,csp,0.0,0.0,0.0,0.0,0.0 -p39127,csp,0.0,0.0,0.0,0.0,0.0 -p39129,csp,0.0,0.0,0.0,0.0,0.0 -p39131,csp,0.0,0.0,0.0,0.0,0.0 -p39135,csp,0.0,0.0,0.0,0.0,0.0 -p39137,csp,0.0,0.0,0.0,0.0,0.0 -p39139,csp,0.0,0.0,0.0,0.0,0.0 -p39141,csp,0.0,0.0,0.0,0.0,0.0 -p39147,csp,0.0,0.0,0.0,0.0,0.0 -p39149,csp,0.0,0.0,0.0,0.0,0.0 -p39151,csp,0.0,0.0,0.0,0.0,0.0 -p39155,csp,0.0,0.0,0.0,0.0,0.0 -p39157,csp,0.0,0.0,0.0,0.0,0.0 -p39159,csp,0.0,0.0,0.0,0.0,0.0 -p39161,csp,0.0,0.0,0.0,0.0,0.0 -p39163,csp,0.0,0.0,0.0,0.0,0.0 -p39165,csp,0.0,0.0,0.0,0.0,0.0 -p39167,csp,0.0,0.0,0.0,0.0,0.0 -p39169,csp,0.0,0.0,0.0,0.0,0.0 -p39171,csp,0.0,0.0,0.0,0.0,0.0 -p39173,csp,0.0,0.0,0.0,0.0,0.0 -p39175,csp,0.0,0.0,0.0,0.0,0.0 -p40003,csp,0.0,0.0,0.0,0.0,0.0 -p40005,csp,0.0,0.0,0.0,0.0,0.0 -p40007,csp,0.0,0.0,0.0,0.0,0.0 -p40009,csp,0.0,0.0,0.0,0.0,0.0 -p40011,csp,0.0,0.0,0.0,0.0,0.0 -p40013,csp,0.0,0.0,0.0,0.0,0.0 -p40015,csp,0.0,0.0,0.0,0.0,0.0 -p40017,csp,0.0,0.0,0.0,0.0,0.0 -p40019,csp,0.0,0.0,0.0,0.0,0.0 -p40023,csp,0.0,0.0,0.0,0.0,0.0 -p40027,csp,0.0,0.0,0.0,0.0,0.0 -p40029,csp,0.0,0.0,0.0,0.0,0.0 -p40031,csp,0.0,0.0,0.0,0.0,0.0 -p40033,csp,0.0,0.0,0.0,0.0,0.0 -p40035,csp,0.0,0.0,0.0,0.0,0.0 -p40037,csp,0.0,0.0,0.0,0.0,0.0 -p40039,csp,0.0,0.0,0.0,0.0,0.0 -p40043,csp,0.0,0.0,0.0,0.0,0.0 -p40045,csp,0.0,0.0,0.0,0.0,0.0 -p40047,csp,0.0,0.0,0.0,0.0,0.0 -p40049,csp,0.0,0.0,0.0,0.0,0.0 -p40051,csp,0.0,0.0,0.0,0.0,0.0 -p40063,csp,0.0,0.0,0.0,0.0,0.0 -p40065,csp,0.0,0.0,0.0,0.0,0.0 -p40069,csp,0.0,0.0,0.0,0.0,0.0 -p40071,csp,0.0,0.0,0.0,0.0,0.0 -p40073,csp,0.0,0.0,0.0,0.0,0.0 -p40075,csp,0.0,0.0,0.0,0.0,0.0 -p40081,csp,0.0,0.0,0.0,0.0,0.0 -p40083,csp,0.0,0.0,0.0,0.0,0.0 -p40087,csp,0.0,0.0,0.0,0.0,0.0 -p40089,csp,0.0,0.0,0.0,0.0,0.0 -p40091,csp,0.0,0.0,0.0,0.0,0.0 -p40095,csp,0.0,0.0,0.0,0.0,0.0 -p40097,csp,0.0,0.0,0.0,0.0,0.0 -p40101,csp,0.0,0.0,0.0,0.0,0.0 -p40103,csp,0.0,0.0,0.0,0.0,0.0 -p40105,csp,0.0,0.0,0.0,0.0,0.0 -p40107,csp,0.0,0.0,0.0,0.0,0.0 -p40109,csp,0.0,0.0,0.0,0.0,0.0 -p40113,csp,0.0,0.0,0.0,0.0,0.0 -p40117,csp,0.0,0.0,0.0,0.0,0.0 -p40119,csp,0.0,0.0,0.0,0.0,0.0 -p40121,csp,0.0,0.0,0.0,0.0,0.0 -p40123,csp,0.0,0.0,0.0,0.0,0.0 -p40125,csp,0.0,0.0,0.0,0.0,0.0 -p40129,csp,0.0,0.0,0.0,0.0,0.0 -p40131,csp,0.0,0.0,0.0,0.0,0.0 -p40139,csp,0.0,0.0,0.0,0.0,0.0 -p40141,csp,0.0,0.0,0.0,0.0,0.0 -p40143,csp,0.0,0.0,0.0,0.0,0.0 -p40145,csp,0.0,0.0,0.0,0.0,0.0 -p40149,csp,0.0,0.0,0.0,0.0,0.0 -p40151,csp,0.0,0.0,0.0,0.0,0.0 -p40153,csp,0.0,0.0,0.0,0.0,0.0 -p41001,csp,0.0,0.0,0.0,0.0,0.0 -p41003,csp,0.0,0.0,0.0,0.0,0.0 -p41005,csp,0.0,0.0,0.0,0.0,0.0 -p41009,csp,0.0,0.0,0.0,0.0,0.0 -p41011,csp,0.0,0.0,0.0,0.0,0.0 -p41013,csp,0.0,0.0,0.0,0.0,0.0 -p41015,csp,0.0,0.0,0.0,0.0,0.0 -p41017,csp,0.0,0.0,0.0,0.0,0.0 -p41019,csp,0.0,0.0,0.0,0.0,0.0 -p41021,csp,0.0,0.0,0.0,0.0,0.0 -p41025,csp,0.0,0.0,0.0,0.0,0.0 -p41027,csp,0.0,0.0,0.0,0.0,0.0 -p41029,csp,0.0,0.0,0.0,0.0,0.0 -p41031,csp,0.0,0.0,0.0,0.0,0.0 -p41035,csp,0.0,0.0,0.0,0.0,0.0 -p41037,csp,0.0,0.0,0.0,0.0,0.0 -p41039,csp,0.0,0.0,0.0,0.0,0.0 -p41041,csp,0.0,0.0,0.0,0.0,0.0 -p41043,csp,0.0,0.0,0.0,0.0,0.0 -p41045,csp,0.0,0.0,0.0,0.0,0.0 -p41047,csp,0.0,0.0,0.0,0.0,0.0 -p41049,csp,0.0,0.0,0.0,0.0,0.0 -p41051,csp,0.0,0.0,0.0,0.0,0.0 -p41055,csp,0.0,0.0,0.0,0.0,0.0 -p41059,csp,0.0,0.0,0.0,0.0,0.0 -p41061,csp,0.0,0.0,0.0,0.0,0.0 -p41065,csp,0.0,0.0,0.0,0.0,0.0 -p41067,csp,0.0,0.0,0.0,0.0,0.0 -p41071,csp,0.0,0.0,0.0,0.0,0.0 -p42001,csp,0.0,0.0,0.0,0.0,0.0 -p42003,csp,0.0,0.0,0.0,0.0,0.0 -p42005,csp,0.0,0.0,0.0,0.0,0.0 -p42007,csp,0.0,0.0,0.0,0.0,0.0 -p42009,csp,0.0,0.0,0.0,0.0,0.0 -p42011,csp,0.0,0.0,0.0,0.0,0.0 -p42013,csp,0.0,0.0,0.0,0.0,0.0 -p42015,csp,0.0,0.0,0.0,0.0,0.0 -p42017,csp,0.0,0.0,0.0,0.0,0.0 -p42019,csp,0.0,0.0,0.0,0.0,0.0 -p42021,csp,0.0,0.0,0.0,0.0,0.0 -p42025,csp,0.0,0.0,0.0,0.0,0.0 -p42027,csp,0.0,0.0,0.0,0.0,0.0 -p42029,csp,0.0,0.0,0.0,0.0,0.0 -p42031,csp,0.0,0.0,0.0,0.0,0.0 -p42033,csp,0.0,0.0,0.0,0.0,0.0 -p42035,csp,0.0,0.0,0.0,0.0,0.0 -p42037,csp,0.0,0.0,0.0,0.0,0.0 -p42039,csp,0.0,0.0,0.0,0.0,0.0 -p42041,csp,0.0,0.0,0.0,0.0,0.0 -p42043,csp,0.0,0.0,0.0,0.0,0.0 -p42045,csp,0.0,0.0,0.0,0.0,0.0 -p42047,csp,0.0,0.0,0.0,0.0,0.0 -p42049,csp,0.0,0.0,0.0,0.0,0.0 -p42051,csp,0.0,0.0,0.0,0.0,0.0 -p42055,csp,0.0,0.0,0.0,0.0,0.0 -p42057,csp,0.0,0.0,0.0,0.0,0.0 -p42059,csp,0.0,0.0,0.0,0.0,0.0 -p42061,csp,0.0,0.0,0.0,0.0,0.0 -p42063,csp,0.0,0.0,0.0,0.0,0.0 -p42065,csp,0.0,0.0,0.0,0.0,0.0 -p42067,csp,0.0,0.0,0.0,0.0,0.0 -p42069,csp,0.0,0.0,0.0,0.0,0.0 -p42071,csp,0.0,0.0,0.0,0.0,0.0 -p42073,csp,0.0,0.0,0.0,0.0,0.0 -p42075,csp,0.0,0.0,0.0,0.0,0.0 -p42079,csp,0.0,0.0,0.0,0.0,0.0 -p42081,csp,0.0,0.0,0.0,0.0,0.0 -p42083,csp,0.0,0.0,0.0,0.0,0.0 -p42085,csp,0.0,0.0,0.0,0.0,0.0 -p42087,csp,0.0,0.0,0.0,0.0,0.0 -p42089,csp,0.0,0.0,0.0,0.0,0.0 -p42093,csp,0.0,0.0,0.0,0.0,0.0 -p42095,csp,0.0,0.0,0.0,0.0,0.0 -p42097,csp,0.0,0.0,0.0,0.0,0.0 -p42099,csp,0.0,0.0,0.0,0.0,0.0 -p42101,csp,0.0,0.0,0.0,0.0,0.0 -p42105,csp,0.0,0.0,0.0,0.0,0.0 -p42107,csp,0.0,0.0,0.0,0.0,0.0 -p42109,csp,0.0,0.0,0.0,0.0,0.0 -p42111,csp,0.0,0.0,0.0,0.0,0.0 -p42115,csp,0.0,0.0,0.0,0.0,0.0 -p42117,csp,0.0,0.0,0.0,0.0,0.0 -p42119,csp,0.0,0.0,0.0,0.0,0.0 -p42121,csp,0.0,0.0,0.0,0.0,0.0 -p42123,csp,0.0,0.0,0.0,0.0,0.0 -p42125,csp,0.0,0.0,0.0,0.0,0.0 -p42127,csp,0.0,0.0,0.0,0.0,0.0 -p42129,csp,0.0,0.0,0.0,0.0,0.0 -p42131,csp,0.0,0.0,0.0,0.0,0.0 -p42133,csp,0.0,0.0,0.0,0.0,0.0 -p44003,csp,0.0,0.0,0.0,0.0,0.0 -p44005,csp,0.0,0.0,0.0,0.0,0.0 -p44007,csp,0.0,0.0,0.0,0.0,0.0 -p44009,csp,0.0,0.0,0.0,0.0,0.0 -p45003,csp,0.0,0.0,0.0,0.0,0.0 -p45007,csp,0.0,0.0,0.0,0.0,0.0 -p45015,csp,0.0,0.0,0.0,0.0,0.0 -p45017,csp,0.0,0.0,0.0,0.0,0.0 -p45021,csp,0.0,0.0,0.0,0.0,0.0 -p45023,csp,0.0,0.0,0.0,0.0,0.0 -p45025,csp,0.0,0.0,0.0,0.0,0.0 -p45027,csp,0.0,0.0,0.0,0.0,0.0 -p45031,csp,0.0,0.0,0.0,0.0,0.0 -p45033,csp,0.0,0.0,0.0,0.0,0.0 -p45039,csp,0.0,0.0,0.0,0.0,0.0 -p45041,csp,0.0,0.0,0.0,0.0,0.0 -p45045,csp,0.0,0.0,0.0,0.0,0.0 -p45047,csp,0.0,0.0,0.0,0.0,0.0 -p45049,csp,0.0,0.0,0.0,0.0,0.0 -p45051,csp,0.0,0.0,0.0,0.0,0.0 -p45055,csp,0.0,0.0,0.0,0.0,0.0 -p45059,csp,0.0,0.0,0.0,0.0,0.0 -p45061,csp,0.0,0.0,0.0,0.0,0.0 -p45067,csp,0.0,0.0,0.0,0.0,0.0 -p45069,csp,0.0,0.0,0.0,0.0,0.0 -p45071,csp,0.0,0.0,0.0,0.0,0.0 -p45073,csp,0.0,0.0,0.0,0.0,0.0 -p45075,csp,0.0,0.0,0.0,0.0,0.0 -p45077,csp,0.0,0.0,0.0,0.0,0.0 -p45083,csp,0.0,0.0,0.0,0.0,0.0 -p45085,csp,0.0,0.0,0.0,0.0,0.0 -p45087,csp,0.0,0.0,0.0,0.0,0.0 -p45089,csp,0.0,0.0,0.0,0.0,0.0 -p46011,csp,0.0,0.0,0.0,0.0,0.0 -p46013,csp,0.0,0.0,0.0,0.0,0.0 -p46019,csp,0.0,0.0,0.0,0.0,0.0 -p46021,csp,0.0,0.0,0.0,0.0,0.0 -p46025,csp,0.0,0.0,0.0,0.0,0.0 -p46029,csp,0.0,0.0,0.0,0.0,0.0 -p46039,csp,0.0,0.0,0.0,0.0,0.0 -p46051,csp,0.0,0.0,0.0,0.0,0.0 -p46055,csp,0.0,0.0,0.0,0.0,0.0 -p46059,csp,0.0,0.0,0.0,0.0,0.0 -p46069,csp,0.0,0.0,0.0,0.0,0.0 -p46087,csp,0.0,0.0,0.0,0.0,0.0 -p46089,csp,0.0,0.0,0.0,0.0,0.0 -p46103,csp,0.0,0.0,0.0,0.0,0.0 -p46105,csp,0.0,0.0,0.0,0.0,0.0 -p46107,csp,0.0,0.0,0.0,0.0,0.0 -p46109,csp,0.0,0.0,0.0,0.0,0.0 -p46117,csp,0.0,0.0,0.0,0.0,0.0 -p46125,csp,0.0,0.0,0.0,0.0,0.0 -p47001,csp,0.0,0.0,0.0,0.0,0.0 -p47003,csp,0.0,0.0,0.0,0.0,0.0 -p47007,csp,0.0,0.0,0.0,0.0,0.0 -p47017,csp,0.0,0.0,0.0,0.0,0.0 -p47021,csp,0.0,0.0,0.0,0.0,0.0 -p47033,csp,0.0,0.0,0.0,0.0,0.0 -p47035,csp,0.0,0.0,0.0,0.0,0.0 -p47041,csp,0.0,0.0,0.0,0.0,0.0 -p47043,csp,0.0,0.0,0.0,0.0,0.0 -p47045,csp,0.0,0.0,0.0,0.0,0.0 -p47047,csp,0.0,0.0,0.0,0.0,0.0 -p47053,csp,0.0,0.0,0.0,0.0,0.0 -p47059,csp,0.0,0.0,0.0,0.0,0.0 -p47061,csp,0.0,0.0,0.0,0.0,0.0 -p47065,csp,0.0,0.0,0.0,0.0,0.0 -p47069,csp,0.0,0.0,0.0,0.0,0.0 -p47071,csp,0.0,0.0,0.0,0.0,0.0 -p47073,csp,0.0,0.0,0.0,0.0,0.0 -p47075,csp,0.0,0.0,0.0,0.0,0.0 -p47077,csp,0.0,0.0,0.0,0.0,0.0 -p47085,csp,0.0,0.0,0.0,0.0,0.0 -p47095,csp,0.0,0.0,0.0,0.0,0.0 -p47099,csp,0.0,0.0,0.0,0.0,0.0 -p47105,csp,0.0,0.0,0.0,0.0,0.0 -p47109,csp,0.0,0.0,0.0,0.0,0.0 -p47113,csp,0.0,0.0,0.0,0.0,0.0 -p47115,csp,0.0,0.0,0.0,0.0,0.0 -p47117,csp,0.0,0.0,0.0,0.0,0.0 -p47119,csp,0.0,0.0,0.0,0.0,0.0 -p47125,csp,0.0,0.0,0.0,0.0,0.0 -p47127,csp,0.0,0.0,0.0,0.0,0.0 -p47133,csp,0.0,0.0,0.0,0.0,0.0 -p47145,csp,0.0,0.0,0.0,0.0,0.0 -p47147,csp,0.0,0.0,0.0,0.0,0.0 -p47157,csp,0.0,0.0,0.0,0.0,0.0 -p47161,csp,0.0,0.0,0.0,0.0,0.0 -p47167,csp,0.0,0.0,0.0,0.0,0.0 -p47169,csp,0.0,0.0,0.0,0.0,0.0 -p47181,csp,0.0,0.0,0.0,0.0,0.0 -p47183,csp,0.0,0.0,0.0,0.0,0.0 -p48001,csp,0.0,0.0,0.0,0.0,0.0 -p48003,csp,0.0,0.0,0.0,0.0,0.0 -p48005,csp,0.0,0.0,0.0,0.0,0.0 -p48007,csp,0.0,0.0,0.0,0.0,0.0 -p48009,csp,0.0,0.0,0.0,0.0,0.0 -p48011,csp,0.0,0.0,0.0,0.0,0.0 -p48013,csp,0.0,0.0,0.0,0.0,0.0 -p48015,csp,0.0,0.0,0.0,0.0,0.0 -p48017,csp,0.0,0.0,0.0,0.0,0.0 -p48019,csp,0.0,0.0,0.0,0.0,0.0 -p48021,csp,0.0,0.0,0.0,0.0,0.0 -p48023,csp,0.0,0.0,0.0,0.0,0.0 -p48025,csp,0.0,0.0,0.0,0.0,0.0 -p48027,csp,0.0,0.0,0.0,0.0,0.0 -p48029,csp,0.0,0.0,0.0,0.0,0.0 -p48033,csp,0.0,0.0,0.0,0.0,0.0 -p48035,csp,0.0,0.0,0.0,0.0,0.0 -p48037,csp,0.0,0.0,0.0,0.0,0.0 -p48039,csp,0.0,0.0,0.0,0.0,0.0 -p48041,csp,0.0,0.0,0.0,0.0,0.0 -p48045,csp,0.0,0.0,0.0,0.0,0.0 -p48047,csp,0.0,0.0,0.0,0.0,0.0 -p48049,csp,0.0,0.0,0.0,0.0,0.0 -p48053,csp,0.0,0.0,0.0,0.0,0.0 -p48055,csp,0.0,0.0,0.0,0.0,0.0 -p48057,csp,0.0,0.0,0.0,0.0,0.0 -p48059,csp,0.0,0.0,0.0,0.0,0.0 -p48061,csp,0.0,0.0,0.0,0.0,0.0 -p48063,csp,0.0,0.0,0.0,0.0,0.0 -p48065,csp,0.0,0.0,0.0,0.0,0.0 -p48069,csp,0.0,0.0,0.0,0.0,0.0 -p48071,csp,0.0,0.0,0.0,0.0,0.0 -p48073,csp,0.0,0.0,0.0,0.0,0.0 -p48075,csp,0.0,0.0,0.0,0.0,0.0 -p48077,csp,0.0,0.0,0.0,0.0,0.0 -p48081,csp,0.0,0.0,0.0,0.0,0.0 -p48083,csp,0.0,0.0,0.0,0.0,0.0 -p48085,csp,0.0,0.0,0.0,0.0,0.0 -p48089,csp,0.0,0.0,0.0,0.0,0.0 -p48091,csp,0.0,0.0,0.0,0.0,0.0 -p48093,csp,0.0,0.0,0.0,0.0,0.0 -p48095,csp,0.0,0.0,0.0,0.0,0.0 -p48097,csp,0.0,0.0,0.0,0.0,0.0 -p48099,csp,0.0,0.0,0.0,0.0,0.0 -p48101,csp,0.0,0.0,0.0,0.0,0.0 -p48103,csp,0.0,0.0,0.0,0.0,0.0 -p48105,csp,0.0,0.0,0.0,0.0,0.0 -p48107,csp,0.0,0.0,0.0,0.0,0.0 -p48109,csp,0.0,0.0,0.0,0.0,0.0 -p48113,csp,0.0,0.0,0.0,0.0,0.0 -p48115,csp,0.0,0.0,0.0,0.0,0.0 -p48117,csp,0.0,0.0,0.0,0.0,0.0 -p48119,csp,0.0,0.0,0.0,0.0,0.0 -p48121,csp,0.0,0.0,0.0,0.0,0.0 -p48123,csp,0.0,0.0,0.0,0.0,0.0 -p48125,csp,0.0,0.0,0.0,0.0,0.0 -p48127,csp,0.0,0.0,0.0,0.0,0.0 -p48131,csp,0.0,0.0,0.0,0.0,0.0 -p48133,csp,0.0,0.0,0.0,0.0,0.0 -p48135,csp,0.0,0.0,0.0,0.0,0.0 -p48137,csp,0.0,0.0,0.0,0.0,0.0 -p48139,csp,0.0,0.0,0.0,0.0,0.0 -p48141,csp,0.0,0.0,0.0,0.0,0.0 -p48143,csp,0.0,0.0,0.0,0.0,0.0 -p48145,csp,0.0,0.0,0.0,0.0,0.0 -p48147,csp,0.0,0.0,0.0,0.0,0.0 -p48149,csp,0.0,0.0,0.0,0.0,0.0 -p48151,csp,0.0,0.0,0.0,0.0,0.0 -p48155,csp,0.0,0.0,0.0,0.0,0.0 -p48157,csp,0.0,0.0,0.0,0.0,0.0 -p48159,csp,0.0,0.0,0.0,0.0,0.0 -p48161,csp,0.0,0.0,0.0,0.0,0.0 -p48163,csp,0.0,0.0,0.0,0.0,0.0 -p48167,csp,0.0,0.0,0.0,0.0,0.0 -p48173,csp,0.0,0.0,0.0,0.0,0.0 -p48175,csp,0.0,0.0,0.0,0.0,0.0 -p48177,csp,0.0,0.0,0.0,0.0,0.0 -p48179,csp,0.0,0.0,0.0,0.0,0.0 -p48181,csp,0.0,0.0,0.0,0.0,0.0 -p48185,csp,0.0,0.0,0.0,0.0,0.0 -p48187,csp,0.0,0.0,0.0,0.0,0.0 -p48189,csp,0.0,0.0,0.0,0.0,0.0 -p48191,csp,0.0,0.0,0.0,0.0,0.0 -p48197,csp,0.0,0.0,0.0,0.0,0.0 -p48199,csp,0.0,0.0,0.0,0.0,0.0 -p48201,csp,0.0,0.0,0.0,0.0,0.0 -p48203,csp,0.0,0.0,0.0,0.0,0.0 -p48207,csp,0.0,0.0,0.0,0.0,0.0 -p48209,csp,0.0,0.0,0.0,0.0,0.0 -p48213,csp,0.0,0.0,0.0,0.0,0.0 -p48215,csp,0.0,0.0,0.0,0.0,0.0 -p48217,csp,0.0,0.0,0.0,0.0,0.0 -p48221,csp,0.0,0.0,0.0,0.0,0.0 -p48223,csp,0.0,0.0,0.0,0.0,0.0 -p48225,csp,0.0,0.0,0.0,0.0,0.0 -p48227,csp,0.0,0.0,0.0,0.0,0.0 -p48231,csp,0.0,0.0,0.0,0.0,0.0 -p48233,csp,0.0,0.0,0.0,0.0,0.0 -p48237,csp,0.0,0.0,0.0,0.0,0.0 -p48239,csp,0.0,0.0,0.0,0.0,0.0 -p48241,csp,0.0,0.0,0.0,0.0,0.0 -p48245,csp,0.0,0.0,0.0,0.0,0.0 -p48249,csp,0.0,0.0,0.0,0.0,0.0 -p48251,csp,0.0,0.0,0.0,0.0,0.0 -p48253,csp,0.0,0.0,0.0,0.0,0.0 -p48255,csp,0.0,0.0,0.0,0.0,0.0 -p48257,csp,0.0,0.0,0.0,0.0,0.0 -p48259,csp,0.0,0.0,0.0,0.0,0.0 -p48263,csp,0.0,0.0,0.0,0.0,0.0 -p48265,csp,0.0,0.0,0.0,0.0,0.0 -p48269,csp,0.0,0.0,0.0,0.0,0.0 -p48271,csp,0.0,0.0,0.0,0.0,0.0 -p48273,csp,0.0,0.0,0.0,0.0,0.0 -p48275,csp,0.0,0.0,0.0,0.0,0.0 -p48277,csp,0.0,0.0,0.0,0.0,0.0 -p48279,csp,0.0,0.0,0.0,0.0,0.0 -p48281,csp,0.0,0.0,0.0,0.0,0.0 -p48283,csp,0.0,0.0,0.0,0.0,0.0 -p48285,csp,0.0,0.0,0.0,0.0,0.0 -p48287,csp,0.0,0.0,0.0,0.0,0.0 -p48289,csp,0.0,0.0,0.0,0.0,0.0 -p48291,csp,0.0,0.0,0.0,0.0,0.0 -p48293,csp,0.0,0.0,0.0,0.0,0.0 -p48297,csp,0.0,0.0,0.0,0.0,0.0 -p48303,csp,0.0,0.0,0.0,0.0,0.0 -p48305,csp,0.0,0.0,0.0,0.0,0.0 -p48307,csp,0.0,0.0,0.0,0.0,0.0 -p48309,csp,0.0,0.0,0.0,0.0,0.0 -p48311,csp,0.0,0.0,0.0,0.0,0.0 -p48313,csp,0.0,0.0,0.0,0.0,0.0 -p48315,csp,0.0,0.0,0.0,0.0,0.0 -p48317,csp,0.0,0.0,0.0,0.0,0.0 -p48319,csp,0.0,0.0,0.0,0.0,0.0 -p48321,csp,0.0,0.0,0.0,0.0,0.0 -p48323,csp,0.0,0.0,0.0,0.0,0.0 -p48325,csp,0.0,0.0,0.0,0.0,0.0 -p48327,csp,0.0,0.0,0.0,0.0,0.0 -p48329,csp,0.0,0.0,0.0,0.0,0.0 -p48331,csp,0.0,0.0,0.0,0.0,0.0 -p48333,csp,0.0,0.0,0.0,0.0,0.0 -p48335,csp,0.0,0.0,0.0,0.0,0.0 -p48337,csp,0.0,0.0,0.0,0.0,0.0 -p48341,csp,0.0,0.0,0.0,0.0,0.0 -p48343,csp,0.0,0.0,0.0,0.0,0.0 -p48345,csp,0.0,0.0,0.0,0.0,0.0 -p48347,csp,0.0,0.0,0.0,0.0,0.0 -p48349,csp,0.0,0.0,0.0,0.0,0.0 -p48351,csp,0.0,0.0,0.0,0.0,0.0 -p48353,csp,0.0,0.0,0.0,0.0,0.0 -p48355,csp,0.0,0.0,0.0,0.0,0.0 -p48357,csp,0.0,0.0,0.0,0.0,0.0 -p48359,csp,0.0,0.0,0.0,0.0,0.0 -p48361,csp,0.0,0.0,0.0,0.0,0.0 -p48363,csp,0.0,0.0,0.0,0.0,0.0 -p48367,csp,0.0,0.0,0.0,0.0,0.0 -p48369,csp,0.0,0.0,0.0,0.0,0.0 -p48371,csp,0.0,0.0,0.0,0.0,0.0 -p48373,csp,0.0,0.0,0.0,0.0,0.0 -p48375,csp,0.0,0.0,0.0,0.0,0.0 -p48379,csp,0.0,0.0,0.0,0.0,0.0 -p48381,csp,0.0,0.0,0.0,0.0,0.0 -p48383,csp,0.0,0.0,0.0,0.0,0.0 -p48385,csp,0.0,0.0,0.0,0.0,0.0 -p48387,csp,0.0,0.0,0.0,0.0,0.0 -p48389,csp,0.0,0.0,0.0,0.0,0.0 -p48391,csp,0.0,0.0,0.0,0.0,0.0 -p48395,csp,0.0,0.0,0.0,0.0,0.0 -p48397,csp,0.0,0.0,0.0,0.0,0.0 -p48399,csp,0.0,0.0,0.0,0.0,0.0 -p48401,csp,0.0,0.0,0.0,0.0,0.0 -p48407,csp,0.0,0.0,0.0,0.0,0.0 -p48409,csp,0.0,0.0,0.0,0.0,0.0 -p48413,csp,0.0,0.0,0.0,0.0,0.0 -p48415,csp,0.0,0.0,0.0,0.0,0.0 -p48417,csp,0.0,0.0,0.0,0.0,0.0 -p48421,csp,0.0,0.0,0.0,0.0,0.0 -p48423,csp,0.0,0.0,0.0,0.0,0.0 -p48427,csp,0.0,0.0,0.0,0.0,0.0 -p48429,csp,0.0,0.0,0.0,0.0,0.0 -p48433,csp,0.0,0.0,0.0,0.0,0.0 -p48437,csp,0.0,0.0,0.0,0.0,0.0 -p48439,csp,0.0,0.0,0.0,0.0,0.0 -p48441,csp,0.0,0.0,0.0,0.0,0.0 -p48445,csp,0.0,0.0,0.0,0.0,0.0 -p48447,csp,0.0,0.0,0.0,0.0,0.0 -p48449,csp,0.0,0.0,0.0,0.0,0.0 -p48451,csp,0.0,0.0,0.0,0.0,0.0 -p48453,csp,0.0,0.0,0.0,0.0,0.0 -p48457,csp,0.0,0.0,0.0,0.0,0.0 -p48461,csp,0.0,0.0,0.0,0.0,0.0 -p48463,csp,0.0,0.0,0.0,0.0,0.0 -p48465,csp,0.0,0.0,0.0,0.0,0.0 -p48467,csp,0.0,0.0,0.0,0.0,0.0 -p48469,csp,0.0,0.0,0.0,0.0,0.0 -p48471,csp,0.0,0.0,0.0,0.0,0.0 -p48473,csp,0.0,0.0,0.0,0.0,0.0 -p48475,csp,0.0,0.0,0.0,0.0,0.0 -p48477,csp,0.0,0.0,0.0,0.0,0.0 -p48479,csp,0.0,0.0,0.0,0.0,0.0 -p48481,csp,0.0,0.0,0.0,0.0,0.0 -p48483,csp,0.0,0.0,0.0,0.0,0.0 -p48485,csp,0.0,0.0,0.0,0.0,0.0 -p48487,csp,0.0,0.0,0.0,0.0,0.0 -p48489,csp,0.0,0.0,0.0,0.0,0.0 -p48491,csp,0.0,0.0,0.0,0.0,0.0 -p48493,csp,0.0,0.0,0.0,0.0,0.0 -p48495,csp,0.0,0.0,0.0,0.0,0.0 -p48497,csp,0.0,0.0,0.0,0.0,0.0 -p48501,csp,0.0,0.0,0.0,0.0,0.0 -p48503,csp,0.0,0.0,0.0,0.0,0.0 -p48505,csp,0.0,0.0,0.0,0.0,0.0 -p48507,csp,0.0,0.0,0.0,0.0,0.0 -p49001,csp,0.0,0.0,0.0,0.0,0.0 -p49003,csp,0.0,0.0,0.0,0.0,0.0 -p49005,csp,0.0,0.0,0.0,0.0,0.0 -p49007,csp,0.0,0.0,0.0,0.0,0.0 -p49013,csp,0.0,0.0,0.0,0.0,0.0 -p49015,csp,0.0,0.0,0.0,0.0,0.0 -p49021,csp,0.0,0.0,0.0,0.0,0.0 -p49023,csp,0.0,0.0,0.0,0.0,0.0 -p49025,csp,0.0,0.0,0.0,0.0,0.0 -p49027,csp,0.0,0.0,0.0,0.0,0.0 -p49035,csp,0.0,0.0,0.0,0.0,0.0 -p49037,csp,0.0,0.0,0.0,0.0,0.0 -p49041,csp,0.0,0.0,0.0,0.0,0.0 -p49043,csp,0.0,0.0,0.0,0.0,0.0 -p49045,csp,0.0,0.0,0.0,0.0,0.0 -p49047,csp,0.0,0.0,0.0,0.0,0.0 -p49049,csp,0.0,0.0,0.0,0.0,0.0 -p49053,csp,0.0,0.0,0.0,0.0,0.0 -p49057,csp,0.0,0.0,0.0,0.0,0.0 -p50001,csp,0.0,0.0,0.0,0.0,0.0 -p50003,csp,0.0,0.0,0.0,0.0,0.0 -p50005,csp,0.0,0.0,0.0,0.0,0.0 -p50021,csp,0.0,0.0,0.0,0.0,0.0 -p51001,csp,0.0,0.0,0.0,0.0,0.0 -p51003,csp,0.0,0.0,0.0,0.0,0.0 -p51007,csp,0.0,0.0,0.0,0.0,0.0 -p51009,csp,0.0,0.0,0.0,0.0,0.0 -p51011,csp,0.0,0.0,0.0,0.0,0.0 -p51013,csp,0.0,0.0,0.0,0.0,0.0 -p51015,csp,0.0,0.0,0.0,0.0,0.0 -p51019,csp,0.0,0.0,0.0,0.0,0.0 -p51023,csp,0.0,0.0,0.0,0.0,0.0 -p51025,csp,0.0,0.0,0.0,0.0,0.0 -p51027,csp,0.0,0.0,0.0,0.0,0.0 -p51029,csp,0.0,0.0,0.0,0.0,0.0 -p51031,csp,0.0,0.0,0.0,0.0,0.0 -p51033,csp,0.0,0.0,0.0,0.0,0.0 -p51035,csp,0.0,0.0,0.0,0.0,0.0 -p51036,csp,0.0,0.0,0.0,0.0,0.0 -p51037,csp,0.0,0.0,0.0,0.0,0.0 -p51041,csp,0.0,0.0,0.0,0.0,0.0 -p51043,csp,0.0,0.0,0.0,0.0,0.0 -p51047,csp,0.0,0.0,0.0,0.0,0.0 -p51049,csp,0.0,0.0,0.0,0.0,0.0 -p51051,csp,0.0,0.0,0.0,0.0,0.0 -p51053,csp,0.0,0.0,0.0,0.0,0.0 -p51057,csp,0.0,0.0,0.0,0.0,0.0 -p51059,csp,0.0,0.0,0.0,0.0,0.0 -p51061,csp,0.0,0.0,0.0,0.0,0.0 -p51063,csp,0.0,0.0,0.0,0.0,0.0 -p51065,csp,0.0,0.0,0.0,0.0,0.0 -p51067,csp,0.0,0.0,0.0,0.0,0.0 -p51069,csp,0.0,0.0,0.0,0.0,0.0 -p51071,csp,0.0,0.0,0.0,0.0,0.0 -p51073,csp,0.0,0.0,0.0,0.0,0.0 -p51075,csp,0.0,0.0,0.0,0.0,0.0 -p51077,csp,0.0,0.0,0.0,0.0,0.0 -p51081,csp,0.0,0.0,0.0,0.0,0.0 -p51083,csp,0.0,0.0,0.0,0.0,0.0 -p51085,csp,0.0,0.0,0.0,0.0,0.0 -p51087,csp,0.0,0.0,0.0,0.0,0.0 -p51089,csp,0.0,0.0,0.0,0.0,0.0 -p51093,csp,0.0,0.0,0.0,0.0,0.0 -p51095,csp,0.0,0.0,0.0,0.0,0.0 -p51099,csp,0.0,0.0,0.0,0.0,0.0 -p51101,csp,0.0,0.0,0.0,0.0,0.0 -p51103,csp,0.0,0.0,0.0,0.0,0.0 -p51107,csp,0.0,0.0,0.0,0.0,0.0 -p51109,csp,0.0,0.0,0.0,0.0,0.0 -p51111,csp,0.0,0.0,0.0,0.0,0.0 -p51113,csp,0.0,0.0,0.0,0.0,0.0 -p51117,csp,0.0,0.0,0.0,0.0,0.0 -p51119,csp,0.0,0.0,0.0,0.0,0.0 -p51121,csp,0.0,0.0,0.0,0.0,0.0 -p51125,csp,0.0,0.0,0.0,0.0,0.0 -p51127,csp,0.0,0.0,0.0,0.0,0.0 -p51131,csp,0.0,0.0,0.0,0.0,0.0 -p51133,csp,0.0,0.0,0.0,0.0,0.0 -p51135,csp,0.0,0.0,0.0,0.0,0.0 -p51137,csp,0.0,0.0,0.0,0.0,0.0 -p51139,csp,0.0,0.0,0.0,0.0,0.0 -p51141,csp,0.0,0.0,0.0,0.0,0.0 -p51143,csp,0.0,0.0,0.0,0.0,0.0 -p51145,csp,0.0,0.0,0.0,0.0,0.0 -p51147,csp,0.0,0.0,0.0,0.0,0.0 -p51149,csp,0.0,0.0,0.0,0.0,0.0 -p51153,csp,0.0,0.0,0.0,0.0,0.0 -p51155,csp,0.0,0.0,0.0,0.0,0.0 -p51157,csp,0.0,0.0,0.0,0.0,0.0 -p51159,csp,0.0,0.0,0.0,0.0,0.0 -p51161,csp,0.0,0.0,0.0,0.0,0.0 -p51163,csp,0.0,0.0,0.0,0.0,0.0 -p51165,csp,0.0,0.0,0.0,0.0,0.0 -p51167,csp,0.0,0.0,0.0,0.0,0.0 -p51171,csp,0.0,0.0,0.0,0.0,0.0 -p51173,csp,0.0,0.0,0.0,0.0,0.0 -p51175,csp,0.0,0.0,0.0,0.0,0.0 -p51177,csp,0.0,0.0,0.0,0.0,0.0 -p51181,csp,0.0,0.0,0.0,0.0,0.0 -p51183,csp,0.0,0.0,0.0,0.0,0.0 -p51185,csp,0.0,0.0,0.0,0.0,0.0 -p51187,csp,0.0,0.0,0.0,0.0,0.0 -p51191,csp,0.0,0.0,0.0,0.0,0.0 -p51193,csp,0.0,0.0,0.0,0.0,0.0 -p51195,csp,0.0,0.0,0.0,0.0,0.0 -p51197,csp,0.0,0.0,0.0,0.0,0.0 -p51199,csp,0.0,0.0,0.0,0.0,0.0 -p53001,csp,0.0,0.0,0.0,0.0,0.0 -p53005,csp,0.0,0.0,0.0,0.0,0.0 -p53011,csp,0.0,0.0,0.0,0.0,0.0 -p53013,csp,0.0,0.0,0.0,0.0,0.0 -p53015,csp,0.0,0.0,0.0,0.0,0.0 -p53017,csp,0.0,0.0,0.0,0.0,0.0 -p53021,csp,0.0,0.0,0.0,0.0,0.0 -p53023,csp,0.0,0.0,0.0,0.0,0.0 -p53025,csp,0.0,0.0,0.0,0.0,0.0 -p53027,csp,0.0,0.0,0.0,0.0,0.0 -p53033,csp,0.0,0.0,0.0,0.0,0.0 -p53035,csp,0.0,0.0,0.0,0.0,0.0 -p53037,csp,0.0,0.0,0.0,0.0,0.0 -p53039,csp,0.0,0.0,0.0,0.0,0.0 -p53041,csp,0.0,0.0,0.0,0.0,0.0 -p53043,csp,0.0,0.0,0.0,0.0,0.0 -p53045,csp,0.0,0.0,0.0,0.0,0.0 -p53053,csp,0.0,0.0,0.0,0.0,0.0 -p53057,csp,0.0,0.0,0.0,0.0,0.0 -p53061,csp,0.0,0.0,0.0,0.0,0.0 -p53063,csp,0.0,0.0,0.0,0.0,0.0 -p53065,csp,0.0,0.0,0.0,0.0,0.0 -p53067,csp,0.0,0.0,0.0,0.0,0.0 -p53071,csp,0.0,0.0,0.0,0.0,0.0 -p53073,csp,0.0,0.0,0.0,0.0,0.0 -p53075,csp,0.0,0.0,0.0,0.0,0.0 -p53077,csp,0.0,0.0,0.0,0.0,0.0 -p54001,csp,0.0,0.0,0.0,0.0,0.0 -p54003,csp,0.0,0.0,0.0,0.0,0.0 -p54009,csp,0.0,0.0,0.0,0.0,0.0 -p54017,csp,0.0,0.0,0.0,0.0,0.0 -p54019,csp,0.0,0.0,0.0,0.0,0.0 -p54023,csp,0.0,0.0,0.0,0.0,0.0 -p54025,csp,0.0,0.0,0.0,0.0,0.0 -p54027,csp,0.0,0.0,0.0,0.0,0.0 -p54029,csp,0.0,0.0,0.0,0.0,0.0 -p54031,csp,0.0,0.0,0.0,0.0,0.0 -p54033,csp,0.0,0.0,0.0,0.0,0.0 -p54037,csp,0.0,0.0,0.0,0.0,0.0 -p54039,csp,0.0,0.0,0.0,0.0,0.0 -p54049,csp,0.0,0.0,0.0,0.0,0.0 -p54053,csp,0.0,0.0,0.0,0.0,0.0 -p54057,csp,0.0,0.0,0.0,0.0,0.0 -p54059,csp,0.0,0.0,0.0,0.0,0.0 -p54061,csp,0.0,0.0,0.0,0.0,0.0 -p54067,csp,0.0,0.0,0.0,0.0,0.0 -p54071,csp,0.0,0.0,0.0,0.0,0.0 -p54077,csp,0.0,0.0,0.0,0.0,0.0 -p54083,csp,0.0,0.0,0.0,0.0,0.0 -p54093,csp,0.0,0.0,0.0,0.0,0.0 -p54101,csp,0.0,0.0,0.0,0.0,0.0 -p55001,csp,0.0,0.0,0.0,0.0,0.0 -p55005,csp,0.0,0.0,0.0,0.0,0.0 -p55009,csp,0.0,0.0,0.0,0.0,0.0 -p55011,csp,0.0,0.0,0.0,0.0,0.0 -p55017,csp,0.0,0.0,0.0,0.0,0.0 -p55019,csp,0.0,0.0,0.0,0.0,0.0 -p55021,csp,0.0,0.0,0.0,0.0,0.0 -p55025,csp,0.0,0.0,0.0,0.0,0.0 -p55027,csp,0.0,0.0,0.0,0.0,0.0 -p55031,csp,0.0,0.0,0.0,0.0,0.0 -p55033,csp,0.0,0.0,0.0,0.0,0.0 -p55039,csp,0.0,0.0,0.0,0.0,0.0 -p55043,csp,0.0,0.0,0.0,0.0,0.0 -p55045,csp,0.0,0.0,0.0,0.0,0.0 -p55049,csp,0.0,0.0,0.0,0.0,0.0 -p55053,csp,0.0,0.0,0.0,0.0,0.0 -p55055,csp,0.0,0.0,0.0,0.0,0.0 -p55057,csp,0.0,0.0,0.0,0.0,0.0 -p55059,csp,0.0,0.0,0.0,0.0,0.0 -p55063,csp,0.0,0.0,0.0,0.0,0.0 -p55065,csp,0.0,0.0,0.0,0.0,0.0 -p55071,csp,0.0,0.0,0.0,0.0,0.0 -p55073,csp,0.0,0.0,0.0,0.0,0.0 -p55075,csp,0.0,0.0,0.0,0.0,0.0 -p55079,csp,0.0,0.0,0.0,0.0,0.0 -p55083,csp,0.0,0.0,0.0,0.0,0.0 -p55087,csp,0.0,0.0,0.0,0.0,0.0 -p55093,csp,0.0,0.0,0.0,0.0,0.0 -p55095,csp,0.0,0.0,0.0,0.0,0.0 -p55097,csp,0.0,0.0,0.0,0.0,0.0 -p55105,csp,0.0,0.0,0.0,0.0,0.0 -p55109,csp,0.0,0.0,0.0,0.0,0.0 -p55113,csp,0.0,0.0,0.0,0.0,0.0 -p55115,csp,0.0,0.0,0.0,0.0,0.0 -p55117,csp,0.0,0.0,0.0,0.0,0.0 -p55121,csp,0.0,0.0,0.0,0.0,0.0 -p55127,csp,0.0,0.0,0.0,0.0,0.0 -p55135,csp,0.0,0.0,0.0,0.0,0.0 -p55137,csp,0.0,0.0,0.0,0.0,0.0 -p55139,csp,0.0,0.0,0.0,0.0,0.0 -p55141,csp,0.0,0.0,0.0,0.0,0.0 -p56001,csp,0.0,0.0,0.0,0.0,0.0 -p56005,csp,0.0,0.0,0.0,0.0,0.0 -p56007,csp,0.0,0.0,0.0,0.0,0.0 -p56009,csp,0.0,0.0,0.0,0.0,0.0 -p56013,csp,0.0,0.0,0.0,0.0,0.0 -p56015,csp,0.0,0.0,0.0,0.0,0.0 -p56021,csp,0.0,0.0,0.0,0.0,0.0 -p56023,csp,0.0,0.0,0.0,0.0,0.0 -p56025,csp,0.0,0.0,0.0,0.0,0.0 -p56031,csp,0.0,0.0,0.0,0.0,0.0 -p56037,csp,0.0,0.0,0.0,0.0,0.0 -p56041,csp,0.0,0.0,0.0,0.0,0.0 +p56041,wind-ons,60.0,120.0,166.5,213.0,259.5 diff --git a/interconnection_queues/outputs/interconnection_queues_2025.csv b/interconnection_queues/outputs/interconnection_queues_2025.csv new file mode 100644 index 0000000..0987c35 --- /dev/null +++ b/interconnection_queues/outputs/interconnection_queues_2025.csv @@ -0,0 +1,23202 @@ +r,tg,2027,2028,2029,2030,2031 +p01001,battery,0.0,0.0,0.0,0.0,0.0 +p01001,biomass,0.0,0.0,0.0,0.0,0.0 +p01001,coal,0.0,0.0,0.0,0.0,0.0 +p01001,csp,0.0,0.0,0.0,0.0,0.0 +p01001,gas,0.0,0.0,159.33333333337214,318.66666666668607,478.0 +p01001,geothermal,0.0,0.0,0.0,0.0,0.0 +p01001,h2,0.0,0.0,0.0,0.0,0.0 +p01001,hydro,0.0,0.0,0.0,0.0,0.0 +p01001,nuclear,0.0,0.0,0.0,0.0,0.0 +p01001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01001,pv,0.0,0.0,0.0,0.0,0.0 +p01001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01003,battery,0.0,0.0,0.0,0.0,0.0 +p01003,biomass,0.0,0.0,0.0,0.0,0.0 +p01003,coal,0.0,0.0,0.0,0.0,0.0 +p01003,csp,0.0,0.0,0.0,0.0,0.0 +p01003,gas,0.0,0.0,0.0,0.0,0.0 +p01003,geothermal,0.0,0.0,0.0,0.0,0.0 +p01003,h2,0.0,0.0,0.0,0.0,0.0 +p01003,hydro,0.0,0.0,0.0,0.0,0.0 +p01003,nuclear,0.0,0.0,0.0,0.0,0.0 +p01003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01003,pv,130.0,260.0,326.33333333331393,392.66666666665697,459.0 +p01003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01011,battery,0.0,0.0,0.0,0.0,0.0 +p01011,biomass,0.0,0.0,0.0,0.0,0.0 +p01011,coal,0.0,0.0,0.0,0.0,0.0 +p01011,gas,0.0,0.0,0.0,0.0,0.0 +p01011,geothermal,0.0,0.0,0.0,0.0,0.0 +p01011,h2,0.0,0.0,0.0,0.0,0.0 +p01011,hydro,0.0,0.0,0.0,0.0,0.0 +p01011,nuclear,0.0,0.0,0.0,0.0,0.0 +p01011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01011,pv,100.0,200.0,200.0,200.0,200.0 +p01011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01013,battery,0.0,0.0,0.0,0.0,0.0 +p01013,biomass,0.0,0.0,0.0,0.0,0.0 +p01013,coal,0.0,0.0,0.0,0.0,0.0 +p01013,gas,0.0,0.0,0.0,0.0,0.0 +p01013,geothermal,0.0,0.0,0.0,0.0,0.0 +p01013,h2,0.0,0.0,0.0,0.0,0.0 +p01013,hydro,0.0,0.0,0.0,0.0,0.0 +p01013,nuclear,0.0,0.0,0.0,0.0,0.0 +p01013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01013,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p01013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01017,csp,0.0,0.0,0.0,0.0,0.0 +p01019,battery,0.0,0.0,0.0,0.0,0.0 +p01019,biomass,0.0,0.0,0.0,0.0,0.0 +p01019,coal,0.0,0.0,0.0,0.0,0.0 +p01019,gas,0.0,0.0,0.0,0.0,0.0 +p01019,geothermal,0.0,0.0,0.0,0.0,0.0 +p01019,h2,0.0,0.0,0.0,0.0,0.0 +p01019,hydro,0.0,0.0,0.0,0.0,0.0 +p01019,nuclear,0.0,0.0,0.0,0.0,0.0 +p01019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01019,pv,0.0,0.0,56.666666666656965,113.33333333332848,170.0 +p01019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01025,battery,0.0,0.0,0.0,0.0,0.0 +p01025,biomass,0.0,0.0,0.0,0.0,0.0 +p01025,coal,0.0,0.0,0.0,0.0,0.0 +p01025,gas,0.0,0.0,0.0,0.0,0.0 +p01025,geothermal,0.0,0.0,0.0,0.0,0.0 +p01025,h2,0.0,0.0,0.0,0.0,0.0 +p01025,hydro,0.0,0.0,0.0,0.0,0.0 +p01025,nuclear,0.0,0.0,0.0,0.0,0.0 +p01025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01025,pv,0.0,0.0,31.0,62.0,93.0 +p01025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01031,csp,0.0,0.0,0.0,0.0,0.0 +p01033,battery,0.0,0.0,0.0,0.0,0.0 +p01033,biomass,0.0,0.0,0.0,0.0,0.0 +p01033,coal,0.0,0.0,0.0,0.0,0.0 +p01033,csp,0.0,0.0,0.0,0.0,0.0 +p01033,gas,390.0,780.0,780.0,780.0,780.0 +p01033,geothermal,0.0,0.0,0.0,0.0,0.0 +p01033,h2,0.0,0.0,0.0,0.0,0.0 +p01033,hydro,0.0,0.0,0.0,0.0,0.0 +p01033,nuclear,0.0,0.0,0.0,0.0,0.0 +p01033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01033,pv,89.0,178.0,178.0,178.0,178.0 +p01033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01035,csp,0.0,0.0,0.0,0.0,0.0 +p01037,csp,0.0,0.0,0.0,0.0,0.0 +p01045,battery,0.0,0.0,0.0,0.0,0.0 +p01045,biomass,0.0,0.0,0.0,0.0,0.0 +p01045,coal,0.0,0.0,0.0,0.0,0.0 +p01045,csp,0.0,0.0,0.0,0.0,0.0 +p01045,gas,0.0,0.0,0.0,0.0,0.0 +p01045,geothermal,0.0,0.0,0.0,0.0,0.0 +p01045,h2,0.0,0.0,0.0,0.0,0.0 +p01045,hydro,0.0,0.0,0.0,0.0,0.0 +p01045,nuclear,0.0,0.0,0.0,0.0,0.0 +p01045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01045,pv,0.0,0.0,67.0,134.0,201.0 +p01045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01047,csp,0.0,0.0,0.0,0.0,0.0 +p01049,battery,100.0,200.0,200.0,200.0,200.0 +p01049,biomass,0.0,0.0,0.0,0.0,0.0 +p01049,coal,0.0,0.0,0.0,0.0,0.0 +p01049,gas,0.0,0.0,0.0,0.0,0.0 +p01049,geothermal,0.0,0.0,0.0,0.0,0.0 +p01049,h2,0.0,0.0,0.0,0.0,0.0 +p01049,hydro,0.0,0.0,0.0,0.0,0.0 +p01049,nuclear,0.0,0.0,0.0,0.0,0.0 +p01049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01049,pv,0.0,0.0,0.0,0.0,0.0 +p01049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01053,battery,0.0,0.0,0.0,0.0,0.0 +p01053,biomass,0.0,0.0,0.0,0.0,0.0 +p01053,coal,0.0,0.0,0.0,0.0,0.0 +p01053,csp,0.0,0.0,0.0,0.0,0.0 +p01053,gas,0.0,0.0,0.0,0.0,0.0 +p01053,geothermal,0.0,0.0,0.0,0.0,0.0 +p01053,h2,0.0,0.0,0.0,0.0,0.0 +p01053,hydro,0.0,0.0,0.0,0.0,0.0 +p01053,nuclear,0.0,0.0,0.0,0.0,0.0 +p01053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01053,pv,0.0,0.0,132.96666666673264,265.93333333334886,398.9 +p01053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01055,csp,0.0,0.0,0.0,0.0,0.0 +p01059,csp,0.0,0.0,0.0,0.0,0.0 +p01063,battery,0.0,0.0,0.0,0.0,0.0 +p01063,biomass,0.0,0.0,0.0,0.0,0.0 +p01063,coal,0.0,0.0,0.0,0.0,0.0 +p01063,csp,0.0,0.0,0.0,0.0,0.0 +p01063,gas,0.0,0.0,0.0,0.0,0.0 +p01063,geothermal,0.0,0.0,0.0,0.0,0.0 +p01063,h2,0.0,0.0,0.0,0.0,0.0 +p01063,hydro,0.0,0.0,0.0,0.0,0.0 +p01063,nuclear,0.0,0.0,0.0,0.0,0.0 +p01063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01063,pv,0.0,0.0,131.33333333337214,262.66666666668607,394.0 +p01063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01065,csp,0.0,0.0,0.0,0.0,0.0 +p01069,battery,0.0,0.0,0.0,0.0,0.0 +p01069,biomass,0.0,0.0,0.0,0.0,0.0 +p01069,coal,0.0,0.0,0.0,0.0,0.0 +p01069,csp,0.0,0.0,0.0,0.0,0.0 +p01069,gas,0.0,0.0,0.0,0.0,0.0 +p01069,geothermal,0.0,0.0,0.0,0.0,0.0 +p01069,h2,0.0,0.0,0.0,0.0,0.0 +p01069,hydro,0.0,0.0,0.0,0.0,0.0 +p01069,nuclear,0.0,0.0,43.333333333343035,86.66666666667152,130.0 +p01069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01069,pv,0.0,0.0,0.0,0.0,0.0 +p01069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01071,battery,0.0,0.0,100.0,200.0,300.0 +p01071,biomass,0.0,0.0,0.0,0.0,0.0 +p01071,coal,0.0,0.0,0.0,0.0,0.0 +p01071,csp,0.0,0.0,0.0,0.0,0.0 +p01071,gas,0.0,0.0,0.0,0.0,0.0 +p01071,geothermal,0.0,0.0,0.0,0.0,0.0 +p01071,h2,0.0,0.0,0.0,0.0,0.0 +p01071,hydro,0.0,0.0,0.0,0.0,0.0 +p01071,nuclear,0.0,0.0,0.0,0.0,0.0 +p01071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01071,pv,0.0,0.0,33.0,66.0,99.0 +p01071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01077,csp,0.0,0.0,0.0,0.0,0.0 +p01079,battery,0.0,0.0,0.0,0.0,0.0 +p01079,biomass,0.0,0.0,0.0,0.0,0.0 +p01079,coal,0.0,0.0,0.0,0.0,0.0 +p01079,csp,0.0,0.0,0.0,0.0,0.0 +p01079,gas,0.0,0.0,0.0,0.0,0.0 +p01079,geothermal,0.0,0.0,0.0,0.0,0.0 +p01079,h2,0.0,0.0,0.0,0.0,0.0 +p01079,hydro,0.0,0.0,0.0,0.0,0.0 +p01079,nuclear,0.0,0.0,0.0,0.0,0.0 +p01079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01079,pv,196.5,393.0,393.0,393.0,393.0 +p01079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01081,battery,0.0,0.0,0.0,0.0,0.0 +p01081,biomass,0.0,0.0,0.0,0.0,0.0 +p01081,coal,0.0,0.0,0.0,0.0,0.0 +p01081,csp,0.0,0.0,0.0,0.0,0.0 +p01081,gas,0.0,0.0,117.0,234.0,351.0 +p01081,geothermal,0.0,0.0,0.0,0.0,0.0 +p01081,h2,0.0,0.0,0.0,0.0,0.0 +p01081,hydro,0.0,0.0,0.0,0.0,0.0 +p01081,nuclear,0.0,0.0,0.0,0.0,0.0 +p01081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01081,pv,0.0,0.0,0.0,0.0,0.0 +p01081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01083,battery,0.0,0.0,0.0,0.0,0.0 +p01083,biomass,0.0,0.0,0.0,0.0,0.0 +p01083,coal,0.0,0.0,0.0,0.0,0.0 +p01083,csp,0.0,0.0,0.0,0.0,0.0 +p01083,gas,0.0,0.0,0.0,0.0,0.0 +p01083,geothermal,0.0,0.0,0.0,0.0,0.0 +p01083,h2,0.0,0.0,0.0,0.0,0.0 +p01083,hydro,0.0,0.0,0.0,0.0,0.0 +p01083,nuclear,232.5,465.0,467.0,469.0,471.0 +p01083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01083,pv,0.0,0.0,0.0,0.0,0.0 +p01083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01085,csp,0.0,0.0,0.0,0.0,0.0 +p01089,battery,0.0,0.0,0.0,0.0,0.0 +p01089,biomass,0.0,0.0,0.0,0.0,0.0 +p01089,coal,0.0,0.0,0.0,0.0,0.0 +p01089,gas,0.0,0.0,0.0,0.0,0.0 +p01089,geothermal,0.0,0.0,0.0,0.0,0.0 +p01089,h2,0.0,0.0,0.0,0.0,0.0 +p01089,hydro,0.0,0.0,0.0,0.0,0.0 +p01089,nuclear,0.0,0.0,0.0,0.0,0.0 +p01089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01089,pv,0.0,0.0,36.666666666656965,73.33333333332848,110.0 +p01089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01091,csp,0.0,0.0,0.0,0.0,0.0 +p01097,battery,0.0,0.0,0.0,0.0,0.0 +p01097,biomass,0.0,0.0,0.0,0.0,0.0 +p01097,coal,0.0,0.0,0.0,0.0,0.0 +p01097,csp,0.0,0.0,0.0,0.0,0.0 +p01097,gas,0.0,0.0,240.33333333337214,480.66666666668607,721.0 +p01097,geothermal,0.0,0.0,0.0,0.0,0.0 +p01097,h2,0.0,0.0,0.0,0.0,0.0 +p01097,hydro,0.0,0.0,0.0,0.0,0.0 +p01097,nuclear,0.0,0.0,0.0,0.0,0.0 +p01097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01097,pv,0.0,0.0,165.0,330.0,495.0 +p01097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01099,battery,0.0,0.0,0.0,0.0,0.0 +p01099,biomass,0.0,0.0,0.0,0.0,0.0 +p01099,coal,0.0,0.0,0.0,0.0,0.0 +p01099,csp,0.0,0.0,0.0,0.0,0.0 +p01099,gas,0.0,0.0,0.0,0.0,0.0 +p01099,geothermal,0.0,0.0,0.0,0.0,0.0 +p01099,h2,0.0,0.0,0.0,0.0,0.0 +p01099,hydro,0.0,0.0,0.0,0.0,0.0 +p01099,nuclear,0.0,0.0,0.0,0.0,0.0 +p01099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01099,pv,0.0,0.0,23.666666666671517,47.33333333333576,71.0 +p01099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01101,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p01101,biomass,0.0,0.0,0.0,0.0,0.0 +p01101,coal,0.0,0.0,0.0,0.0,0.0 +p01101,csp,0.0,0.0,0.0,0.0,0.0 +p01101,gas,0.0,0.0,0.0,0.0,0.0 +p01101,geothermal,0.0,0.0,0.0,0.0,0.0 +p01101,h2,0.0,0.0,0.0,0.0,0.0 +p01101,hydro,0.0,0.0,0.0,0.0,0.0 +p01101,nuclear,0.0,0.0,0.0,0.0,0.0 +p01101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01101,pv,0.0,0.0,0.0,0.0,0.0 +p01101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01103,battery,0.0,0.0,0.0,0.0,0.0 +p01103,biomass,0.0,0.0,0.0,0.0,0.0 +p01103,coal,0.0,0.0,0.0,0.0,0.0 +p01103,csp,0.0,0.0,0.0,0.0,0.0 +p01103,gas,0.0,0.0,176.0,352.0,528.0 +p01103,geothermal,0.0,0.0,0.0,0.0,0.0 +p01103,h2,0.0,0.0,0.0,0.0,0.0 +p01103,hydro,0.0,0.0,0.0,0.0,0.0 +p01103,nuclear,0.0,0.0,0.0,0.0,0.0 +p01103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01103,pv,0.0,0.0,0.0,0.0,0.0 +p01103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01105,battery,0.0,0.0,0.0,0.0,0.0 +p01105,biomass,0.0,0.0,0.0,0.0,0.0 +p01105,coal,0.0,0.0,0.0,0.0,0.0 +p01105,csp,0.0,0.0,0.0,0.0,0.0 +p01105,gas,0.0,0.0,0.0,0.0,0.0 +p01105,geothermal,0.0,0.0,0.0,0.0,0.0 +p01105,h2,0.0,0.0,0.0,0.0,0.0 +p01105,hydro,0.0,0.0,0.0,0.0,0.0 +p01105,nuclear,0.0,0.0,0.0,0.0,0.0 +p01105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01105,pv,247.9,495.8,549.133333333346,602.4666666666744,655.8 +p01105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01109,csp,0.0,0.0,0.0,0.0,0.0 +p01111,csp,0.0,0.0,0.0,0.0,0.0 +p01113,csp,0.0,0.0,0.0,0.0,0.0 +p01117,csp,0.0,0.0,0.0,0.0,0.0 +p01119,battery,0.0,0.0,0.0,0.0,0.0 +p01119,biomass,0.0,0.0,0.0,0.0,0.0 +p01119,coal,0.0,0.0,0.0,0.0,0.0 +p01119,gas,0.0,0.0,0.0,0.0,0.0 +p01119,geothermal,0.0,0.0,0.0,0.0,0.0 +p01119,h2,0.0,0.0,0.0,0.0,0.0 +p01119,hydro,0.0,0.0,0.0,0.0,0.0 +p01119,nuclear,0.0,0.0,0.0,0.0,0.0 +p01119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01119,pv,0.0,0.0,25.0,50.0,75.0 +p01119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01121,csp,0.0,0.0,0.0,0.0,0.0 +p01127,battery,75.0,150.0,150.0,150.0,150.0 +p01127,biomass,0.0,0.0,0.0,0.0,0.0 +p01127,coal,0.0,0.0,0.0,0.0,0.0 +p01127,csp,0.0,0.0,0.0,0.0,0.0 +p01127,gas,0.0,0.0,0.0,0.0,0.0 +p01127,geothermal,0.0,0.0,0.0,0.0,0.0 +p01127,h2,0.0,0.0,0.0,0.0,0.0 +p01127,hydro,0.0,0.0,0.0,0.0,0.0 +p01127,nuclear,0.0,0.0,0.0,0.0,0.0 +p01127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p01127,pv,0.0,0.0,0.0,0.0,0.0 +p01127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p01127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p01129,csp,0.0,0.0,0.0,0.0,0.0 +p01131,csp,0.0,0.0,0.0,0.0,0.0 +p04001,battery,0.0,0.0,116.66666666668607,233.33333333334303,350.0 +p04001,biomass,0.0,0.0,0.0,0.0,0.0 +p04001,coal,0.0,0.0,0.0,0.0,0.0 +p04001,csp,0.0,0.0,0.0,0.0,0.0 +p04001,gas,0.0,0.0,0.0,0.0,0.0 +p04001,geothermal,0.0,0.0,0.0,0.0,0.0 +p04001,h2,0.0,0.0,0.0,0.0,0.0 +p04001,hydro,0.0,0.0,0.0,0.0,0.0 +p04001,nuclear,0.0,0.0,0.0,0.0,0.0 +p04001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p04001,pv,0.0,0.0,450.0,900.0,1350.0 +p04001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p04001,wind-ons,0.0,0.0,100.0,200.0,300.0 +p04003,battery,0.0,0.0,0.0,0.0,0.0 +p04003,biomass,0.0,0.0,0.0,0.0,0.0 +p04003,coal,0.0,0.0,0.0,0.0,0.0 +p04003,csp,0.0,0.0,0.0,0.0,0.0 +p04003,gas,0.0,0.0,0.0,0.0,0.0 +p04003,geothermal,0.0,0.0,0.0,0.0,0.0 +p04003,h2,0.0,0.0,0.0,0.0,0.0 +p04003,hydro,0.0,0.0,0.0,0.0,0.0 +p04003,nuclear,0.0,0.0,0.0,0.0,0.0 +p04003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p04003,pv,0.0,0.0,200.0,400.0,600.0 +p04003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p04003,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p04005,battery,0.0,0.0,0.0,0.0,0.0 +p04005,biomass,0.0,0.0,0.0,0.0,0.0 +p04005,coal,0.0,0.0,0.0,0.0,0.0 +p04005,csp,0.0,0.0,0.0,0.0,0.0 +p04005,gas,0.0,0.0,0.0,0.0,0.0 +p04005,geothermal,0.0,0.0,0.0,0.0,0.0 +p04005,h2,0.0,0.0,0.0,0.0,0.0 +p04005,hydro,0.0,0.0,0.0,0.0,0.0 +p04005,nuclear,0.0,0.0,0.0,0.0,0.0 +p04005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p04005,pv,0.0,0.0,2050.0,4100.0,6150.0 +p04005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p04005,wind-ons,0.0,0.0,436.233333333279,872.4666666666744,1308.7 +p04011,battery,0.0,0.0,0.0,0.0,0.0 +p04011,biomass,0.0,0.0,0.0,0.0,0.0 +p04011,coal,0.0,0.0,0.0,0.0,0.0 +p04011,csp,0.0,0.0,0.0,0.0,0.0 +p04011,gas,0.0,0.0,0.0,0.0,0.0 +p04011,geothermal,0.0,0.0,0.0,0.0,0.0 +p04011,h2,0.0,0.0,0.0,0.0,0.0 +p04011,hydro,0.0,0.0,0.0,0.0,0.0 +p04011,nuclear,0.0,0.0,0.0,0.0,0.0 +p04011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p04011,pv,0.0,0.0,156.66666666662786,313.33333333331393,470.0 +p04011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p04011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p04012,battery,1187.2,2374.4,3773.0434333332814,5171.686866666656,6570.3303 +p04012,biomass,0.0,0.0,0.0,0.0,0.0 +p04012,coal,0.0,0.0,0.0,0.0,0.0 +p04012,csp,0.0,0.0,0.0,0.0,0.0 +p04012,gas,0.0,0.0,150.95333333330927,301.90666666667676,452.86 +p04012,geothermal,0.0,0.0,0.0,0.0,0.0 +p04012,h2,0.0,0.0,0.0,0.0,0.0 +p04012,hydro,0.0,0.0,0.0,0.0,0.0 +p04012,nuclear,0.0,0.0,0.0,0.0,0.0 +p04012,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p04012,pv,1375.0,2750.0,4383.620166666806,6017.240333333146,7650.8605 +p04012,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p04012,wind-ons,0.0,0.0,0.0,0.0,0.0 +p04013,battery,425.0,850.0,4200.965033332817,7551.930066666566,10902.8951 +p04013,biomass,0.0,0.0,0.0,0.0,0.0 +p04013,coal,0.0,0.0,0.0,0.0,0.0 +p04013,csp,0.0,0.0,0.0,0.0,0.0 +p04013,gas,0.0,0.0,490.0466666666325,980.0933333333815,1470.1399999999999 +p04013,geothermal,0.0,0.0,0.0,0.0,0.0 +p04013,h2,0.0,0.0,0.0,0.0,0.0 +p04013,hydro,0.0,0.0,0.0,0.0,0.0 +p04013,nuclear,0.0,0.0,0.0,0.0,0.0 +p04013,pumped-hydro,0.0,0.0,340.0,680.0,1020.0 +p04013,pv,337.5,675.0,4164.62200000044,7654.243999999948,11143.866 +p04013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p04013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p04015,battery,0.0,0.0,666.6666666665114,1333.3333333332557,2000.0 +p04015,biomass,0.0,0.0,0.0,0.0,0.0 +p04015,coal,0.0,0.0,0.0,0.0,0.0 +p04015,csp,0.0,0.0,0.0,0.0,0.0 +p04015,gas,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p04015,geothermal,0.0,0.0,0.0,0.0,0.0 +p04015,h2,0.0,0.0,0.0,0.0,0.0 +p04015,hydro,0.0,0.0,0.0,0.0,0.0 +p04015,nuclear,0.0,0.0,0.0,0.0,0.0 +p04015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p04015,pv,0.0,0.0,1166.666666666977,2333.3333333334886,3500.0 +p04015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p04015,wind-ons,0.0,0.0,366.6666666667443,733.3333333333721,1100.0 +p04017,battery,0.0,0.0,745.6450000002515,1491.2900000000373,2236.935 +p04017,biomass,0.0,0.0,0.0,0.0,0.0 +p04017,coal,0.0,0.0,0.0,0.0,0.0 +p04017,csp,0.0,0.0,0.0,0.0,0.0 +p04017,gas,0.0,0.0,0.0,0.0,0.0 +p04017,geothermal,0.0,0.0,0.0,0.0,0.0 +p04017,h2,0.0,0.0,0.0,0.0,0.0 +p04017,hydro,0.0,0.0,0.0,0.0,0.0 +p04017,nuclear,0.0,0.0,0.0,0.0,0.0 +p04017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p04017,pv,500.0,1000.0,2739.806666666642,4479.613333333284,6219.42 +p04017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p04017,wind-ons,0.0,0.0,621.4166666665114,1242.8333333332557,1864.25 +p04019,battery,0.0,0.0,291.6666666667443,583.3333333333721,875.0 +p04019,biomass,0.0,0.0,0.0,0.0,0.0 +p04019,coal,0.0,0.0,0.0,0.0,0.0 +p04019,csp,0.0,0.0,0.0,0.0,0.0 +p04019,gas,0.0,0.0,266.6666666667443,533.3333333333721,800.0 +p04019,geothermal,0.0,0.0,0.0,0.0,0.0 +p04019,h2,0.0,0.0,0.0,0.0,0.0 +p04019,hydro,0.0,0.0,0.0,0.0,0.0 +p04019,nuclear,0.0,0.0,0.0,0.0,0.0 +p04019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p04019,pv,0.0,0.0,333.3333333332557,666.6666666666279,1000.0 +p04019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p04019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p04021,battery,0.0,0.0,752.4366666667629,1504.873333333293,2257.31 +p04021,biomass,0.0,0.0,0.0,0.0,0.0 +p04021,coal,0.0,0.0,0.0,0.0,0.0 +p04021,csp,0.0,0.0,0.0,0.0,0.0 +p04021,gas,0.0,0.0,309.0,618.0,927.0 +p04021,geothermal,0.0,0.0,0.0,0.0,0.0 +p04021,h2,0.0,0.0,0.0,0.0,0.0 +p04021,hydro,0.0,0.0,0.0,0.0,0.0 +p04021,nuclear,0.0,0.0,0.0,0.0,0.0 +p04021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p04021,pv,240.0,480.0,2293.933333333116,4107.866666666698,5921.8 +p04021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p04021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p04025,battery,0.0,0.0,0.0,0.0,0.0 +p04025,biomass,0.0,0.0,0.0,0.0,0.0 +p04025,coal,0.0,0.0,0.0,0.0,0.0 +p04025,csp,0.0,0.0,0.0,0.0,0.0 +p04025,gas,0.0,0.0,0.0,0.0,0.0 +p04025,geothermal,0.0,0.0,0.0,0.0,0.0 +p04025,h2,0.0,0.0,0.0,0.0,0.0 +p04025,hydro,0.0,0.0,0.0,0.0,0.0 +p04025,nuclear,0.0,0.0,0.0,0.0,0.0 +p04025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p04025,pv,0.0,0.0,348.3333333332557,696.6666666666279,1045.0 +p04025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p04025,wind-ons,0.0,0.0,149.16666666662786,298.33333333331393,447.5 +p04027,battery,281.25,562.5,1104.8546666665934,1647.2093333331868,2189.5640000000003 +p04027,biomass,0.0,0.0,0.0,0.0,0.0 +p04027,coal,0.0,0.0,0.0,0.0,0.0 +p04027,csp,0.0,0.0,0.0,0.0,0.0 +p04027,gas,0.0,0.0,0.0,0.0,0.0 +p04027,geothermal,0.0,0.0,0.0,0.0,0.0 +p04027,h2,0.0,0.0,0.0,0.0,0.0 +p04027,hydro,0.0,0.0,0.0,0.0,0.0 +p04027,nuclear,0.0,0.0,0.0,0.0,0.0 +p04027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p04027,pv,578.75,1157.5,2566.17799999984,3974.8560000001453,5383.534 +p04027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p04027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05001,battery,0.0,0.0,0.0,0.0,0.0 +p05001,biomass,0.0,0.0,0.0,0.0,0.0 +p05001,coal,0.0,0.0,0.0,0.0,0.0 +p05001,csp,0.0,0.0,0.0,0.0,0.0 +p05001,gas,0.0,0.0,0.0,0.0,0.0 +p05001,geothermal,0.0,0.0,0.0,0.0,0.0 +p05001,h2,0.0,0.0,0.0,0.0,0.0 +p05001,hydro,0.0,0.0,0.0,0.0,0.0 +p05001,nuclear,0.0,0.0,0.0,0.0,0.0 +p05001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05001,pv,100.0,200.0,446.66666666662786,693.3333333333139,940.0 +p05001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05003,battery,0.0,0.0,0.0,0.0,0.0 +p05003,biomass,0.0,0.0,0.0,0.0,0.0 +p05003,coal,0.0,0.0,0.0,0.0,0.0 +p05003,csp,0.0,0.0,0.0,0.0,0.0 +p05003,gas,0.0,0.0,0.0,0.0,0.0 +p05003,geothermal,0.0,0.0,0.0,0.0,0.0 +p05003,h2,0.0,0.0,0.0,0.0,0.0 +p05003,hydro,0.0,0.0,0.0,0.0,0.0 +p05003,nuclear,0.0,0.0,0.0,0.0,0.0 +p05003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05003,pv,87.47999999999999,174.95999999999998,274.95999999999185,374.95999999999185,474.96 +p05003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05007,battery,0.0,0.0,0.0,0.0,0.0 +p05007,biomass,0.0,0.0,0.0,0.0,0.0 +p05007,coal,0.0,0.0,0.0,0.0,0.0 +p05007,csp,0.0,0.0,0.0,0.0,0.0 +p05007,gas,0.0,0.0,0.0,0.0,0.0 +p05007,geothermal,0.0,0.0,0.0,0.0,0.0 +p05007,h2,0.0,0.0,0.0,0.0,0.0 +p05007,hydro,0.0,0.0,0.0,0.0,0.0 +p05007,nuclear,0.0,0.0,0.0,0.0,0.0 +p05007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05007,pv,40.0,80.0,80.0,80.0,80.0 +p05007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05011,battery,0.0,0.0,0.0,0.0,0.0 +p05011,biomass,0.0,0.0,0.0,0.0,0.0 +p05011,coal,0.0,0.0,0.0,0.0,0.0 +p05011,csp,0.0,0.0,0.0,0.0,0.0 +p05011,gas,0.0,0.0,0.0,0.0,0.0 +p05011,geothermal,0.0,0.0,0.0,0.0,0.0 +p05011,h2,0.0,0.0,0.0,0.0,0.0 +p05011,hydro,0.0,0.0,0.0,0.0,0.0 +p05011,nuclear,0.0,0.0,0.0,0.0,0.0 +p05011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05011,pv,0.0,0.0,35.26666666667734,70.53333333334012,105.8 +p05011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05013,battery,0.0,0.0,0.0,0.0,0.0 +p05013,biomass,0.0,0.0,0.0,0.0,0.0 +p05013,coal,0.0,0.0,0.0,0.0,0.0 +p05013,csp,0.0,0.0,0.0,0.0,0.0 +p05013,gas,0.0,0.0,0.0,0.0,0.0 +p05013,geothermal,0.0,0.0,0.0,0.0,0.0 +p05013,h2,0.0,0.0,0.0,0.0,0.0 +p05013,hydro,0.0,0.0,0.0,0.0,0.0 +p05013,nuclear,0.0,0.0,0.0,0.0,0.0 +p05013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05013,pv,0.0,0.0,353.3333333332557,706.6666666666279,1060.0 +p05013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05015,battery,0.0,0.0,0.0,0.0,0.0 +p05015,biomass,0.0,0.0,0.0,0.0,0.0 +p05015,coal,0.0,0.0,0.0,0.0,0.0 +p05015,csp,0.0,0.0,0.0,0.0,0.0 +p05015,gas,0.0,0.0,0.0,0.0,0.0 +p05015,geothermal,0.0,0.0,0.0,0.0,0.0 +p05015,h2,0.0,0.0,0.0,0.0,0.0 +p05015,hydro,0.0,0.0,0.0,0.0,0.0 +p05015,nuclear,0.0,0.0,0.0,0.0,0.0 +p05015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05015,pv,0.0,0.0,0.0,0.0,0.0 +p05015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05015,wind-ons,0.0,0.0,60.0,120.0,180.0 +p05017,battery,0.0,0.0,0.0,0.0,0.0 +p05017,biomass,0.0,0.0,0.0,0.0,0.0 +p05017,coal,0.0,0.0,0.0,0.0,0.0 +p05017,csp,0.0,0.0,0.0,0.0,0.0 +p05017,gas,0.0,0.0,0.0,0.0,0.0 +p05017,geothermal,0.0,0.0,0.0,0.0,0.0 +p05017,h2,0.0,0.0,0.0,0.0,0.0 +p05017,hydro,0.0,0.0,0.0,0.0,0.0 +p05017,nuclear,0.0,0.0,0.0,0.0,0.0 +p05017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05017,pv,0.0,0.0,128.33333333331393,256.66666666665697,385.0 +p05017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05021,battery,0.0,0.0,0.0,0.0,0.0 +p05021,biomass,0.0,0.0,0.0,0.0,0.0 +p05021,coal,0.0,0.0,0.0,0.0,0.0 +p05021,csp,0.0,0.0,0.0,0.0,0.0 +p05021,gas,0.0,0.0,0.0,0.0,0.0 +p05021,geothermal,0.0,0.0,0.0,0.0,0.0 +p05021,h2,0.0,0.0,0.0,0.0,0.0 +p05021,hydro,0.0,0.0,0.0,0.0,0.0 +p05021,nuclear,0.0,0.0,0.0,0.0,0.0 +p05021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05021,pv,0.0,0.0,100.0,200.0,300.0 +p05021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05025,csp,0.0,0.0,0.0,0.0,0.0 +p05027,battery,0.0,0.0,0.0,0.0,0.0 +p05027,biomass,0.0,0.0,0.0,0.0,0.0 +p05027,coal,0.0,0.0,0.0,0.0,0.0 +p05027,csp,0.0,0.0,0.0,0.0,0.0 +p05027,gas,0.0,0.0,0.0,0.0,0.0 +p05027,geothermal,0.0,0.0,0.0,0.0,0.0 +p05027,h2,0.0,0.0,0.0,0.0,0.0 +p05027,hydro,0.0,0.0,0.0,0.0,0.0 +p05027,nuclear,0.0,0.0,0.0,0.0,0.0 +p05027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05027,pv,0.0,0.0,254.0,508.0,762.0 +p05027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05029,battery,0.0,0.0,0.0,0.0,0.0 +p05029,biomass,0.0,0.0,0.0,0.0,0.0 +p05029,coal,0.0,0.0,0.0,0.0,0.0 +p05029,csp,0.0,0.0,0.0,0.0,0.0 +p05029,gas,0.0,0.0,0.0,0.0,0.0 +p05029,geothermal,0.0,0.0,0.0,0.0,0.0 +p05029,h2,0.0,0.0,0.0,0.0,0.0 +p05029,hydro,0.0,0.0,0.0,0.0,0.0 +p05029,nuclear,0.0,0.0,0.0,0.0,0.0 +p05029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05029,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p05029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05031,battery,0.0,0.0,0.0,0.0,0.0 +p05031,biomass,0.0,0.0,0.0,0.0,0.0 +p05031,coal,0.0,0.0,0.0,0.0,0.0 +p05031,csp,0.0,0.0,0.0,0.0,0.0 +p05031,gas,0.0,0.0,0.0,0.0,0.0 +p05031,geothermal,0.0,0.0,0.0,0.0,0.0 +p05031,h2,0.0,0.0,0.0,0.0,0.0 +p05031,hydro,0.0,0.0,0.0,0.0,0.0 +p05031,nuclear,0.0,0.0,0.0,0.0,0.0 +p05031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05031,pv,0.0,0.0,316.6666666667443,633.3333333333721,950.0 +p05031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05033,battery,0.0,0.0,16.69999999999709,33.400000000001455,50.1 +p05033,biomass,0.0,0.0,0.0,0.0,0.0 +p05033,coal,0.0,0.0,0.0,0.0,0.0 +p05033,csp,0.0,0.0,0.0,0.0,0.0 +p05033,gas,0.0,0.0,0.0,0.0,0.0 +p05033,geothermal,0.0,0.0,0.0,0.0,0.0 +p05033,h2,0.0,0.0,0.0,0.0,0.0 +p05033,hydro,0.0,0.0,0.0,0.0,0.0 +p05033,nuclear,0.0,0.0,0.0,0.0,0.0 +p05033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05033,pv,0.0,0.0,0.0,0.0,0.0 +p05033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05035,battery,0.0,0.0,60.0,120.0,180.0 +p05035,biomass,0.0,0.0,0.0,0.0,0.0 +p05035,coal,0.0,0.0,0.0,0.0,0.0 +p05035,csp,0.0,0.0,0.0,0.0,0.0 +p05035,gas,0.0,0.0,0.0,0.0,0.0 +p05035,geothermal,0.0,0.0,0.0,0.0,0.0 +p05035,h2,0.0,0.0,0.0,0.0,0.0 +p05035,hydro,0.0,0.0,0.0,0.0,0.0 +p05035,nuclear,0.0,0.0,0.0,0.0,0.0 +p05035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05035,pv,0.0,0.0,750.0,1500.0,2250.0 +p05035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05035,wind-ons,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p05037,battery,0.0,0.0,0.0,0.0,0.0 +p05037,biomass,0.0,0.0,0.0,0.0,0.0 +p05037,coal,0.0,0.0,0.0,0.0,0.0 +p05037,csp,0.0,0.0,0.0,0.0,0.0 +p05037,gas,0.0,0.0,0.0,0.0,0.0 +p05037,geothermal,0.0,0.0,0.0,0.0,0.0 +p05037,h2,0.0,0.0,0.0,0.0,0.0 +p05037,hydro,0.0,0.0,0.0,0.0,0.0 +p05037,nuclear,0.0,0.0,0.0,0.0,0.0 +p05037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05037,pv,0.0,0.0,90.0,180.0,270.0 +p05037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05037,wind-ons,0.0,0.0,111.66666666668607,223.33333333334303,335.0 +p05041,battery,0.0,0.0,0.0,0.0,0.0 +p05041,biomass,0.0,0.0,0.0,0.0,0.0 +p05041,coal,0.0,0.0,0.0,0.0,0.0 +p05041,csp,0.0,0.0,0.0,0.0,0.0 +p05041,gas,0.0,0.0,0.0,0.0,0.0 +p05041,geothermal,0.0,0.0,0.0,0.0,0.0 +p05041,h2,0.0,0.0,0.0,0.0,0.0 +p05041,hydro,0.0,0.0,0.0,0.0,0.0 +p05041,nuclear,0.0,0.0,0.0,0.0,0.0 +p05041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05041,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p05041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05043,csp,0.0,0.0,0.0,0.0,0.0 +p05045,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p05045,biomass,0.0,0.0,0.0,0.0,0.0 +p05045,coal,0.0,0.0,0.0,0.0,0.0 +p05045,csp,0.0,0.0,0.0,0.0,0.0 +p05045,gas,0.0,0.0,0.0,0.0,0.0 +p05045,geothermal,0.0,0.0,0.0,0.0,0.0 +p05045,h2,0.0,0.0,0.0,0.0,0.0 +p05045,hydro,0.0,0.0,0.0,0.0,0.0 +p05045,nuclear,0.0,0.0,0.0,0.0,0.0 +p05045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05045,pv,0.0,0.0,30.0,60.0,90.0 +p05045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05047,battery,36.25,72.5,72.5,72.5,72.5 +p05047,biomass,0.0,0.0,0.0,0.0,0.0 +p05047,coal,0.0,0.0,0.0,0.0,0.0 +p05047,csp,0.0,0.0,0.0,0.0,0.0 +p05047,gas,0.0,0.0,34.0666666666657,68.1333333333314,102.2 +p05047,geothermal,0.0,0.0,0.0,0.0,0.0 +p05047,h2,0.0,0.0,0.0,0.0,0.0 +p05047,hydro,0.0,0.0,0.0,0.0,0.0 +p05047,nuclear,0.0,0.0,0.0,0.0,0.0 +p05047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05047,pv,138.31,276.62,293.28666666667414,309.9533333333384,326.62 +p05047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05053,battery,0.0,0.0,0.0,0.0,0.0 +p05053,biomass,0.0,0.0,0.0,0.0,0.0 +p05053,coal,0.0,0.0,0.0,0.0,0.0 +p05053,csp,0.0,0.0,0.0,0.0,0.0 +p05053,gas,0.0,0.0,0.0,0.0,0.0 +p05053,geothermal,0.0,0.0,0.0,0.0,0.0 +p05053,h2,0.0,0.0,0.0,0.0,0.0 +p05053,hydro,0.0,0.0,0.0,0.0,0.0 +p05053,nuclear,0.0,0.0,0.0,0.0,0.0 +p05053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05053,pv,0.0,0.0,313.3333333332557,626.6666666666279,940.0 +p05053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05055,battery,0.0,0.0,0.0,0.0,0.0 +p05055,biomass,0.0,0.0,0.0,0.0,0.0 +p05055,coal,0.0,0.0,0.0,0.0,0.0 +p05055,csp,0.0,0.0,0.0,0.0,0.0 +p05055,gas,0.0,0.0,0.0,0.0,0.0 +p05055,geothermal,0.0,0.0,0.0,0.0,0.0 +p05055,h2,0.0,0.0,0.0,0.0,0.0 +p05055,hydro,0.0,0.0,0.0,0.0,0.0 +p05055,nuclear,0.0,0.0,0.0,0.0,0.0 +p05055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05055,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p05055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05057,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p05057,biomass,0.0,0.0,0.0,0.0,0.0 +p05057,coal,0.0,0.0,0.0,0.0,0.0 +p05057,csp,0.0,0.0,0.0,0.0,0.0 +p05057,gas,0.0,0.0,0.0,0.0,0.0 +p05057,geothermal,0.0,0.0,0.0,0.0,0.0 +p05057,h2,0.0,0.0,0.0,0.0,0.0 +p05057,hydro,0.0,0.0,0.0,0.0,0.0 +p05057,nuclear,0.0,0.0,0.0,0.0,0.0 +p05057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05057,pv,0.0,0.0,100.0,200.0,300.0 +p05057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05059,battery,0.0,0.0,0.0,0.0,0.0 +p05059,biomass,0.0,0.0,0.0,0.0,0.0 +p05059,coal,0.0,0.0,0.0,0.0,0.0 +p05059,csp,0.0,0.0,0.0,0.0,0.0 +p05059,gas,0.0,0.0,256.66666666662786,513.3333333333139,770.0 +p05059,geothermal,0.0,0.0,0.0,0.0,0.0 +p05059,h2,0.0,0.0,0.0,0.0,0.0 +p05059,hydro,0.0,0.0,0.0,0.0,0.0 +p05059,nuclear,0.0,0.0,0.0,0.0,0.0 +p05059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05059,pv,0.0,0.0,35.0,70.0,105.0 +p05059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05059,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05061,csp,0.0,0.0,0.0,0.0,0.0 +p05063,battery,0.0,0.0,0.0,0.0,0.0 +p05063,biomass,0.0,0.0,0.0,0.0,0.0 +p05063,coal,0.0,0.0,0.0,0.0,0.0 +p05063,csp,0.0,0.0,0.0,0.0,0.0 +p05063,gas,0.0,0.0,0.0,0.0,0.0 +p05063,geothermal,0.0,0.0,0.0,0.0,0.0 +p05063,h2,0.0,0.0,0.0,0.0,0.0 +p05063,hydro,0.0,0.0,0.0,0.0,0.0 +p05063,nuclear,0.0,0.0,0.0,0.0,0.0 +p05063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05063,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p05063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05063,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p05067,battery,0.0,0.0,0.0,0.0,0.0 +p05067,biomass,0.0,0.0,0.0,0.0,0.0 +p05067,coal,0.0,0.0,0.0,0.0,0.0 +p05067,csp,0.0,0.0,0.0,0.0,0.0 +p05067,gas,0.0,0.0,0.0,0.0,0.0 +p05067,geothermal,0.0,0.0,0.0,0.0,0.0 +p05067,h2,0.0,0.0,0.0,0.0,0.0 +p05067,hydro,0.0,0.0,0.0,0.0,0.0 +p05067,nuclear,0.0,0.0,0.0,0.0,0.0 +p05067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05067,pv,0.0,0.0,1093.0,2186.0,3279.0 +p05067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05067,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p05069,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p05069,biomass,0.0,0.0,0.0,0.0,0.0 +p05069,coal,0.0,0.0,0.0,0.0,0.0 +p05069,csp,0.0,0.0,0.0,0.0,0.0 +p05069,gas,0.0,0.0,0.0,0.0,0.0 +p05069,geothermal,0.0,0.0,0.0,0.0,0.0 +p05069,h2,0.0,0.0,0.0,0.0,0.0 +p05069,hydro,0.0,0.0,0.0,0.0,0.0 +p05069,nuclear,0.0,0.0,0.0,0.0,0.0 +p05069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05069,pv,0.0,0.0,458.3333333332557,916.6666666666279,1375.0 +p05069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05075,csp,0.0,0.0,0.0,0.0,0.0 +p05077,battery,0.0,0.0,0.0,0.0,0.0 +p05077,biomass,0.0,0.0,0.0,0.0,0.0 +p05077,coal,0.0,0.0,0.0,0.0,0.0 +p05077,csp,0.0,0.0,0.0,0.0,0.0 +p05077,gas,0.0,0.0,0.0,0.0,0.0 +p05077,geothermal,0.0,0.0,0.0,0.0,0.0 +p05077,h2,0.0,0.0,0.0,0.0,0.0 +p05077,hydro,0.0,0.0,0.0,0.0,0.0 +p05077,nuclear,0.0,0.0,0.0,0.0,0.0 +p05077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05077,pv,50.0,100.0,541.6666666667443,983.3333333333721,1425.0 +p05077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05077,wind-ons,0.0,0.0,58.333333333343035,116.66666666667152,175.0 +p05081,battery,0.0,0.0,0.0,0.0,0.0 +p05081,biomass,0.0,0.0,0.0,0.0,0.0 +p05081,coal,0.0,0.0,0.0,0.0,0.0 +p05081,csp,0.0,0.0,0.0,0.0,0.0 +p05081,gas,0.0,0.0,0.0,0.0,0.0 +p05081,geothermal,0.0,0.0,0.0,0.0,0.0 +p05081,h2,0.0,0.0,0.0,0.0,0.0 +p05081,hydro,0.0,0.0,0.0,0.0,0.0 +p05081,nuclear,0.0,0.0,0.0,0.0,0.0 +p05081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05081,pv,102.06,204.12,204.12,204.12,204.12 +p05081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05085,battery,0.0,0.0,0.0,0.0,0.0 +p05085,biomass,0.0,0.0,0.0,0.0,0.0 +p05085,coal,0.0,0.0,0.0,0.0,0.0 +p05085,csp,0.0,0.0,0.0,0.0,0.0 +p05085,gas,0.0,0.0,0.0,0.0,0.0 +p05085,geothermal,0.0,0.0,0.0,0.0,0.0 +p05085,h2,0.0,0.0,0.0,0.0,0.0 +p05085,hydro,0.0,0.0,0.0,0.0,0.0 +p05085,nuclear,0.0,0.0,0.0,0.0,0.0 +p05085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05085,pv,150.0,300.0,340.0,380.0,420.0 +p05085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05085,wind-ons,0.0,0.0,222.5,445.0,667.5 +p05091,battery,0.0,0.0,0.0,0.0,0.0 +p05091,biomass,0.0,0.0,0.0,0.0,0.0 +p05091,coal,0.0,0.0,0.0,0.0,0.0 +p05091,gas,0.0,0.0,0.0,0.0,0.0 +p05091,geothermal,0.0,0.0,0.0,0.0,0.0 +p05091,h2,0.0,0.0,0.0,0.0,0.0 +p05091,hydro,0.0,0.0,0.0,0.0,0.0 +p05091,nuclear,0.0,0.0,0.0,0.0,0.0 +p05091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05091,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p05091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05093,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p05093,biomass,0.0,0.0,0.0,0.0,0.0 +p05093,coal,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p05093,csp,0.0,0.0,0.0,0.0,0.0 +p05093,gas,0.0,0.0,0.0,0.0,0.0 +p05093,geothermal,0.0,0.0,0.0,0.0,0.0 +p05093,h2,0.0,0.0,0.0,0.0,0.0 +p05093,hydro,0.0,0.0,0.0,0.0,0.0 +p05093,nuclear,0.0,0.0,0.0,0.0,0.0 +p05093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05093,pv,187.5,375.0,1773.333333333023,3171.6666666665114,4570.0 +p05093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05095,csp,0.0,0.0,0.0,0.0,0.0 +p05099,battery,0.0,0.0,0.0,0.0,0.0 +p05099,biomass,0.0,0.0,0.0,0.0,0.0 +p05099,coal,0.0,0.0,0.0,0.0,0.0 +p05099,csp,0.0,0.0,0.0,0.0,0.0 +p05099,gas,0.0,0.0,0.0,0.0,0.0 +p05099,geothermal,0.0,0.0,0.0,0.0,0.0 +p05099,h2,0.0,0.0,0.0,0.0,0.0 +p05099,hydro,0.0,0.0,0.0,0.0,0.0 +p05099,nuclear,0.0,0.0,0.0,0.0,0.0 +p05099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05099,pv,0.0,0.0,288.3333333332557,576.6666666666279,865.0 +p05099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05103,battery,0.0,0.0,0.0,0.0,0.0 +p05103,biomass,0.0,0.0,0.0,0.0,0.0 +p05103,coal,0.0,0.0,0.0,0.0,0.0 +p05103,csp,0.0,0.0,0.0,0.0,0.0 +p05103,gas,0.0,0.0,0.0,0.0,0.0 +p05103,geothermal,0.0,0.0,0.0,0.0,0.0 +p05103,h2,0.0,0.0,0.0,0.0,0.0 +p05103,hydro,0.0,0.0,0.0,0.0,0.0 +p05103,nuclear,0.0,0.0,0.0,0.0,0.0 +p05103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05103,pv,0.0,0.0,391.93333333346527,783.8666666666977,1175.8 +p05103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05107,battery,0.0,0.0,0.0,0.0,0.0 +p05107,biomass,0.0,0.0,0.0,0.0,0.0 +p05107,coal,0.0,0.0,0.0,0.0,0.0 +p05107,csp,0.0,0.0,0.0,0.0,0.0 +p05107,gas,0.0,0.0,0.0,0.0,0.0 +p05107,geothermal,0.0,0.0,0.0,0.0,0.0 +p05107,h2,0.0,0.0,0.0,0.0,0.0 +p05107,hydro,0.0,0.0,0.0,0.0,0.0 +p05107,nuclear,0.0,0.0,0.0,0.0,0.0 +p05107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05107,pv,0.0,0.0,265.8333333332557,531.6666666666279,797.5 +p05107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05107,wind-ons,0.0,0.0,64.33333333334303,128.66666666667152,193.0 +p05109,csp,0.0,0.0,0.0,0.0,0.0 +p05111,battery,0.0,0.0,46.666666666656965,93.33333333332848,140.0 +p05111,biomass,0.0,0.0,0.0,0.0,0.0 +p05111,coal,0.0,0.0,0.0,0.0,0.0 +p05111,csp,0.0,0.0,0.0,0.0,0.0 +p05111,gas,0.0,0.0,0.0,0.0,0.0 +p05111,geothermal,0.0,0.0,0.0,0.0,0.0 +p05111,h2,0.0,0.0,0.0,0.0,0.0 +p05111,hydro,0.0,0.0,0.0,0.0,0.0 +p05111,nuclear,0.0,0.0,0.0,0.0,0.0 +p05111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05111,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p05111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05115,battery,0.0,0.0,0.0,0.0,0.0 +p05115,biomass,0.0,0.0,0.0,0.0,0.0 +p05115,coal,0.0,0.0,0.0,0.0,0.0 +p05115,csp,0.0,0.0,0.0,0.0,0.0 +p05115,gas,0.0,0.0,0.0,0.0,0.0 +p05115,geothermal,0.0,0.0,0.0,0.0,0.0 +p05115,h2,0.0,0.0,0.0,0.0,0.0 +p05115,hydro,0.0,0.0,0.0,0.0,0.0 +p05115,nuclear,0.0,0.0,0.0,0.0,0.0 +p05115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05115,pv,0.0,0.0,200.0,400.0,600.0 +p05115,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05115,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05117,csp,0.0,0.0,0.0,0.0,0.0 +p05119,battery,0.0,0.0,0.0,0.0,0.0 +p05119,biomass,0.0,0.0,0.0,0.0,0.0 +p05119,coal,0.0,0.0,0.0,0.0,0.0 +p05119,csp,0.0,0.0,0.0,0.0,0.0 +p05119,gas,0.0,0.0,0.0,0.0,0.0 +p05119,geothermal,0.0,0.0,0.0,0.0,0.0 +p05119,h2,0.0,0.0,0.0,0.0,0.0 +p05119,hydro,0.0,0.0,0.0,0.0,0.0 +p05119,nuclear,0.0,0.0,0.0,0.0,0.0 +p05119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05119,pv,0.0,0.0,38.5,77.0,115.5 +p05119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05123,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p05123,biomass,0.0,0.0,0.0,0.0,0.0 +p05123,coal,0.0,0.0,0.0,0.0,0.0 +p05123,csp,0.0,0.0,0.0,0.0,0.0 +p05123,gas,0.0,0.0,0.0,0.0,0.0 +p05123,geothermal,0.0,0.0,0.0,0.0,0.0 +p05123,h2,0.0,0.0,0.0,0.0,0.0 +p05123,hydro,0.0,0.0,0.0,0.0,0.0 +p05123,nuclear,0.0,0.0,0.0,0.0,0.0 +p05123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05123,pv,0.0,0.0,376.9733333333861,753.9466666666558,1130.92 +p05123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05125,battery,0.0,0.0,0.0,0.0,0.0 +p05125,biomass,0.0,0.0,0.0,0.0,0.0 +p05125,coal,0.0,0.0,0.0,0.0,0.0 +p05125,csp,0.0,0.0,0.0,0.0,0.0 +p05125,gas,0.0,0.0,0.0,0.0,0.0 +p05125,geothermal,0.0,0.0,0.0,0.0,0.0 +p05125,h2,0.0,0.0,0.0,0.0,0.0 +p05125,hydro,0.0,0.0,0.0,0.0,0.0 +p05125,nuclear,0.0,0.0,0.0,0.0,0.0 +p05125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05125,pv,0.0,0.0,130.0,260.0,390.0 +p05125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05125,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05131,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p05131,biomass,0.0,0.0,0.0,0.0,0.0 +p05131,coal,0.0,0.0,0.0,0.0,0.0 +p05131,csp,0.0,0.0,0.0,0.0,0.0 +p05131,gas,0.0,0.0,0.0,0.0,0.0 +p05131,geothermal,0.0,0.0,0.0,0.0,0.0 +p05131,h2,0.0,0.0,0.0,0.0,0.0 +p05131,hydro,0.0,0.0,0.0,0.0,0.0 +p05131,nuclear,0.0,0.0,0.0,0.0,0.0 +p05131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05131,pv,0.0,0.0,0.0,0.0,0.0 +p05131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05131,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05135,csp,0.0,0.0,0.0,0.0,0.0 +p05139,battery,0.0,0.0,0.0,0.0,0.0 +p05139,biomass,0.0,0.0,0.0,0.0,0.0 +p05139,coal,0.0,0.0,0.0,0.0,0.0 +p05139,csp,0.0,0.0,0.0,0.0,0.0 +p05139,gas,0.0,0.0,256.66666666662786,513.3333333333139,770.0 +p05139,geothermal,0.0,0.0,0.0,0.0,0.0 +p05139,h2,0.0,0.0,0.0,0.0,0.0 +p05139,hydro,0.0,0.0,0.0,0.0,0.0 +p05139,nuclear,0.0,0.0,0.0,0.0,0.0 +p05139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05139,pv,0.0,0.0,366.6666666667443,733.3333333333721,1100.0 +p05139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05141,csp,0.0,0.0,0.0,0.0,0.0 +p05145,battery,0.0,0.0,0.0,0.0,0.0 +p05145,biomass,0.0,0.0,0.0,0.0,0.0 +p05145,coal,0.0,0.0,0.0,0.0,0.0 +p05145,csp,0.0,0.0,0.0,0.0,0.0 +p05145,gas,0.0,0.0,0.0,0.0,0.0 +p05145,geothermal,0.0,0.0,0.0,0.0,0.0 +p05145,h2,0.0,0.0,0.0,0.0,0.0 +p05145,hydro,0.0,0.0,0.0,0.0,0.0 +p05145,nuclear,0.0,0.0,0.0,0.0,0.0 +p05145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05145,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p05145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05145,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05147,battery,0.0,0.0,0.0,0.0,0.0 +p05147,biomass,0.0,0.0,0.0,0.0,0.0 +p05147,coal,0.0,0.0,0.0,0.0,0.0 +p05147,csp,0.0,0.0,0.0,0.0,0.0 +p05147,gas,0.0,0.0,0.0,0.0,0.0 +p05147,geothermal,0.0,0.0,0.0,0.0,0.0 +p05147,h2,0.0,0.0,0.0,0.0,0.0 +p05147,hydro,0.0,0.0,0.0,0.0,0.0 +p05147,nuclear,0.0,0.0,0.0,0.0,0.0 +p05147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05147,pv,0.0,0.0,43.333333333343035,86.66666666667152,130.0 +p05147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05147,wind-ons,0.0,0.0,0.0,0.0,0.0 +p05149,battery,0.0,0.0,0.0,0.0,0.0 +p05149,biomass,0.0,0.0,0.0,0.0,0.0 +p05149,coal,0.0,0.0,0.0,0.0,0.0 +p05149,gas,0.0,0.0,0.0,0.0,0.0 +p05149,geothermal,0.0,0.0,0.0,0.0,0.0 +p05149,h2,0.0,0.0,0.0,0.0,0.0 +p05149,hydro,0.0,0.0,0.0,0.0,0.0 +p05149,nuclear,0.0,0.0,0.0,0.0,0.0 +p05149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p05149,pv,0.0,0.0,50.0,100.0,150.0 +p05149,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p05149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06001,battery,668.41,1336.82,1565.3566666666884,1793.8933333333698,2022.4299999999998 +p06001,biomass,0.0,0.0,0.0,0.0,0.0 +p06001,coal,0.0,0.0,0.0,0.0,0.0 +p06001,csp,0.0,0.0,0.0,0.0,0.0 +p06001,gas,0.0,0.0,0.0,0.0,0.0 +p06001,geothermal,0.0,0.0,0.0,0.0,0.0 +p06001,h2,0.0,0.0,0.0,0.0,0.0 +p06001,hydro,0.0,0.0,0.0,0.0,0.0 +p06001,nuclear,0.0,0.0,0.0,0.0,0.0 +p06001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06001,pv,50.7,101.4,101.4,101.4,101.4 +p06001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06001,wind-ons,132.875,265.75,265.75,265.75,265.75 +p06007,battery,0.0,0.0,0.0,0.0,0.0 +p06007,biomass,0.0,0.0,0.0,0.0,0.0 +p06007,coal,0.0,0.0,0.0,0.0,0.0 +p06007,csp,0.0,0.0,0.0,0.0,0.0 +p06007,gas,0.0,0.0,0.0,0.0,0.0 +p06007,geothermal,0.0,0.0,0.0,0.0,0.0 +p06007,h2,0.0,0.0,0.0,0.0,0.0 +p06007,hydro,0.0,0.0,0.0,0.0,0.0 +p06007,nuclear,0.0,0.0,0.0,0.0,0.0 +p06007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06007,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p06007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06009,battery,50.5,101.0,383.6434666666901,666.2869333333801,948.9304000000001 +p06009,biomass,0.0,0.0,0.0,0.0,0.0 +p06009,coal,0.0,0.0,0.0,0.0,0.0 +p06009,csp,0.0,0.0,0.0,0.0,0.0 +p06009,gas,0.0,0.0,0.0,0.0,0.0 +p06009,geothermal,0.0,0.0,0.0,0.0,0.0 +p06009,h2,0.0,0.0,0.0,0.0,0.0 +p06009,hydro,0.0,0.0,0.0,0.0,0.0 +p06009,nuclear,0.0,0.0,0.0,0.0,0.0 +p06009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06009,pv,0.0,0.0,0.0,0.0,0.0 +p06009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06011,battery,370.0,740.0,791.7666666666773,843.5333333333401,895.3 +p06011,biomass,0.0,0.0,0.0,0.0,0.0 +p06011,coal,0.0,0.0,0.0,0.0,0.0 +p06011,csp,0.0,0.0,0.0,0.0,0.0 +p06011,gas,0.0,0.0,0.0,0.0,0.0 +p06011,geothermal,0.0,0.0,0.0,0.0,0.0 +p06011,h2,0.0,0.0,0.0,0.0,0.0 +p06011,hydro,0.0,0.0,0.0,0.0,0.0 +p06011,nuclear,0.0,0.0,0.0,0.0,0.0 +p06011,pumped-hydro,0.0,0.0,22.96565399999963,45.93130799999926,68.896962 +p06011,pv,298.52,597.04,649.173333333325,701.3066666666709,753.4399999999999 +p06011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06013,battery,855.8,1711.6,1899.655999999959,2087.7119999999995,2275.768 +p06013,biomass,0.0,0.0,0.0,0.0,0.0 +p06013,coal,0.0,0.0,0.0,0.0,0.0 +p06013,csp,0.0,0.0,0.0,0.0,0.0 +p06013,gas,0.0,0.0,0.0,0.0,0.0 +p06013,geothermal,0.0,0.0,0.0,0.0,0.0 +p06013,h2,0.0,0.0,0.0,0.0,0.0 +p06013,hydro,0.0,0.0,0.0,0.0,0.0 +p06013,nuclear,0.0,0.0,0.0,0.0,0.0 +p06013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06013,pv,0.0,0.0,0.0,0.0,0.0 +p06013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06017,csp,0.0,0.0,0.0,0.0,0.0 +p06019,battery,2310.8559,4621.7118,6948.845466666855,9275.97913333308,11603.112799999999 +p06019,biomass,0.0,0.0,0.0,0.0,0.0 +p06019,coal,0.0,0.0,0.0,0.0,0.0 +p06019,csp,0.0,0.0,0.0,0.0,0.0 +p06019,gas,96.5849983215332,193.1699966430664,193.1699966430664,193.1699966430664,193.1699966430664 +p06019,geothermal,0.0,0.0,0.0,0.0,0.0 +p06019,h2,0.0,0.0,0.0,0.0,0.0 +p06019,hydro,0.0,0.0,0.0,0.0,0.0 +p06019,nuclear,0.0,0.0,0.0,0.0,0.0 +p06019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06019,pv,1827.6233,3655.2466,6136.487933333032,8617.729266666807,11098.9706 +p06019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06021,csp,0.0,0.0,0.0,0.0,0.0 +p06023,csp,0.0,0.0,0.0,0.0,0.0 +p06025,battery,1203.1845,2406.369,2879.7356666666456,3353.1023333333433,3826.469 +p06025,biomass,0.0,0.0,9.333333333335759,18.66666666666788,28.0 +p06025,coal,0.0,0.0,0.0,0.0,0.0 +p06025,csp,0.0,0.0,0.0,0.0,0.0 +p06025,gas,0.0,0.0,11.599999999998545,23.200000000000728,34.8 +p06025,geothermal,0.0,0.0,132.33333333337214,264.66666666668607,397.0 +p06025,h2,0.0,0.0,0.0,0.0,0.0 +p06025,hydro,0.0,0.0,0.0,0.0,0.0 +p06025,nuclear,0.0,0.0,0.0,0.0,0.0 +p06025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06025,pv,1071.19,2142.38,3092.1133333332837,4041.846666666679,4991.58 +p06025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06025,wind-ons,132.72,265.44,265.44,265.44,265.44 +p06027,battery,382.54,765.08,765.08,765.08,765.08 +p06027,biomass,0.0,0.0,0.0,0.0,0.0 +p06027,coal,0.0,0.0,0.0,0.0,0.0 +p06027,csp,0.0,0.0,0.0,0.0,0.0 +p06027,gas,0.0,0.0,0.0,0.0,0.0 +p06027,geothermal,0.0,0.0,0.0,0.0,0.0 +p06027,h2,0.0,0.0,0.0,0.0,0.0 +p06027,hydro,0.0,0.0,0.0,0.0,0.0 +p06027,nuclear,0.0,0.0,0.0,0.0,0.0 +p06027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06027,pv,379.28,758.56,758.56,758.56,758.56 +p06027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06029,battery,3748.7625000000003,7497.525000000001,9410.950349200051,11324.375698400196,13237.801047600002 +p06029,biomass,0.0,0.0,0.0,0.0,0.0 +p06029,coal,0.0,0.0,0.0,0.0,0.0 +p06029,csp,0.0,0.0,0.0,0.0,0.0 +p06029,gas,0.0,0.0,218.56666666670935,437.1333333333605,655.7 +p06029,geothermal,0.0,0.0,0.0,0.0,0.0 +p06029,h2,0.0,0.0,0.0,0.0,0.0 +p06029,hydro,0.0,0.0,0.0,0.0,0.0 +p06029,nuclear,0.0,0.0,0.0,0.0,0.0 +p06029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06029,pv,3399.3055,6798.611,8922.207954600453,11045.804909200408,13169.4018638 +p06029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06029,wind-ons,410.0,820.0,820.0,820.0,820.0 +p06031,battery,671.9,1343.8,2282.537094600033,3221.2741892000195,4160.0112838000005 +p06031,biomass,0.0,0.0,0.0,0.0,0.0 +p06031,coal,0.0,0.0,0.0,0.0,0.0 +p06031,csp,0.0,0.0,0.0,0.0,0.0 +p06031,gas,0.0,0.0,0.0,0.0,0.0 +p06031,geothermal,0.0,0.0,0.0,0.0,0.0 +p06031,h2,0.0,0.0,0.0,0.0,0.0 +p06031,hydro,0.0,0.0,0.0,0.0,0.0 +p06031,nuclear,0.0,0.0,0.0,0.0,0.0 +p06031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06031,pv,730.8534999999999,1461.7069999999999,2765.399622333236,4069.0922446665354,5372.784867 +p06031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06033,battery,23.72325,47.4465,47.4465,47.4465,47.4465 +p06033,biomass,0.0,0.0,0.0,0.0,0.0 +p06033,coal,0.0,0.0,0.0,0.0,0.0 +p06033,csp,0.0,0.0,0.0,0.0,0.0 +p06033,gas,0.0,0.0,0.0,0.0,0.0 +p06033,geothermal,4.7175,9.435,9.435,9.435,9.435 +p06033,h2,0.0,0.0,0.0,0.0,0.0 +p06033,hydro,0.0,0.0,0.0,0.0,0.0 +p06033,nuclear,0.0,0.0,0.0,0.0,0.0 +p06033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06033,pv,0.0,0.0,0.0,0.0,0.0 +p06033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06035,battery,0.0,0.0,0.0,0.0,0.0 +p06035,biomass,0.0,0.0,0.0,0.0,0.0 +p06035,coal,0.0,0.0,0.0,0.0,0.0 +p06035,csp,0.0,0.0,0.0,0.0,0.0 +p06035,gas,0.0,0.0,0.0,0.0,0.0 +p06035,geothermal,0.0,0.0,0.0,0.0,0.0 +p06035,h2,0.0,0.0,0.0,0.0,0.0 +p06035,hydro,0.0,0.0,0.0,0.0,0.0 +p06035,nuclear,0.0,0.0,0.0,0.0,0.0 +p06035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06035,pv,125.0,250.0,350.0,450.0,550.0 +p06035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06037,battery,2848.904147,5697.808294,7985.7364203333855,10273.664546666667,12561.592673000001 +p06037,biomass,0.0,0.0,0.0,0.0,0.0 +p06037,coal,0.0,0.0,0.0,0.0,0.0 +p06037,csp,0.0,0.0,0.0,0.0,0.0 +p06037,gas,0.0,0.0,0.0,0.0,0.0 +p06037,geothermal,0.0,0.0,0.0,0.0,0.0 +p06037,h2,0.0,0.0,115.33333333331393,230.66666666665697,346.0 +p06037,hydro,0.0,0.0,0.0,0.0,0.0 +p06037,nuclear,0.0,0.0,0.0,0.0,0.0 +p06037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06037,pv,979.5,1959.0,3576.833333333023,5194.666666666511,6812.5 +p06037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06037,wind-ons,0.0,0.0,666.6666666665114,1333.3333333332557,2000.0 +p06039,battery,0.0,0.0,318.5759000000544,637.1517999999924,955.7277 +p06039,biomass,0.0,0.0,0.0,0.0,0.0 +p06039,coal,0.0,0.0,0.0,0.0,0.0 +p06039,csp,0.0,0.0,0.0,0.0,0.0 +p06039,gas,0.0,0.0,0.0,0.0,0.0 +p06039,geothermal,0.0,0.0,0.0,0.0,0.0 +p06039,h2,0.0,0.0,0.0,0.0,0.0 +p06039,hydro,0.0,0.0,0.0,0.0,0.0 +p06039,nuclear,0.0,0.0,0.0,0.0,0.0 +p06039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06039,pv,0.0,0.0,67.73333333336632,135.46666666667443,203.2 +p06039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06041,csp,0.0,0.0,0.0,0.0,0.0 +p06047,battery,1128.8920999999998,2257.7841999999996,2854.5131999999285,3451.2421999999788,4047.9712 +p06047,biomass,0.0,0.0,0.0,0.0,0.0 +p06047,coal,0.0,0.0,0.0,0.0,0.0 +p06047,csp,0.0,0.0,0.0,0.0,0.0 +p06047,gas,0.0,0.0,0.0,0.0,0.0 +p06047,geothermal,0.0,0.0,0.0,0.0,0.0 +p06047,h2,0.0,0.0,0.0,0.0,0.0 +p06047,hydro,0.0,0.0,0.0,0.0,0.0 +p06047,nuclear,0.0,0.0,0.0,0.0,0.0 +p06047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06047,pv,1062.27785,2124.5557,2452.041366666672,2779.5270333333174,3107.0126999999998 +p06047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06047,wind-ons,70.225,140.45,140.45,140.45,140.45 +p06049,battery,0.0,0.0,0.0,0.0,0.0 +p06049,biomass,0.0,0.0,0.0,0.0,0.0 +p06049,coal,0.0,0.0,0.0,0.0,0.0 +p06049,gas,0.0,0.0,0.0,0.0,0.0 +p06049,geothermal,0.0,0.0,0.0,0.0,0.0 +p06049,h2,0.0,0.0,0.0,0.0,0.0 +p06049,hydro,0.0,0.0,0.0,0.0,0.0 +p06049,nuclear,0.0,0.0,0.0,0.0,0.0 +p06049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06049,pv,0.0,0.0,8.299999999999272,16.599999999998545,24.9 +p06049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06053,battery,769.8015,1539.603,1649.322666666645,1759.0423333333165,1868.7620000000002 +p06053,biomass,0.0,0.0,0.0,0.0,0.0 +p06053,coal,0.0,0.0,0.0,0.0,0.0 +p06053,csp,0.0,0.0,0.0,0.0,0.0 +p06053,gas,0.0,0.0,0.0,0.0,0.0 +p06053,geothermal,0.0,0.0,0.0,0.0,0.0 +p06053,h2,0.0,0.0,0.0,0.0,0.0 +p06053,hydro,0.0,0.0,0.0,0.0,0.0 +p06053,nuclear,0.0,0.0,0.0,0.0,0.0 +p06053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06053,pv,0.0,0.0,0.0,0.0,0.0 +p06053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06053,wind-ons,762.586,1525.172,1525.172,1525.172,1525.172 +p06055,battery,0.0,0.0,0.0,0.0,0.0 +p06055,biomass,0.0,0.0,0.0,0.0,0.0 +p06055,coal,0.0,0.0,0.0,0.0,0.0 +p06055,csp,0.0,0.0,0.0,0.0,0.0 +p06055,gas,0.0,0.0,0.0,0.0,0.0 +p06055,geothermal,0.0,0.0,0.0,0.0,0.0 +p06055,h2,0.0,0.0,0.0,0.0,0.0 +p06055,hydro,0.0,0.0,0.0,0.0,0.0 +p06055,nuclear,0.0,0.0,0.0,0.0,0.0 +p06055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06055,pv,12.25,24.5,24.5,24.5,24.5 +p06055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06059,battery,430.7675,861.535,1279.9733333332697,1698.4116666666232,2116.85 +p06059,biomass,0.0,0.0,0.0,0.0,0.0 +p06059,coal,0.0,0.0,0.0,0.0,0.0 +p06059,csp,0.0,0.0,0.0,0.0,0.0 +p06059,gas,0.0,0.0,0.0,0.0,0.0 +p06059,geothermal,0.0,0.0,0.0,0.0,0.0 +p06059,h2,0.0,0.0,0.0,0.0,0.0 +p06059,hydro,0.0,0.0,0.0,0.0,0.0 +p06059,nuclear,0.0,0.0,0.0,0.0,0.0 +p06059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06059,pv,0.0,0.0,0.0,0.0,0.0 +p06059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06059,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06061,csp,0.0,0.0,0.0,0.0,0.0 +p06065,battery,2972.0798999999997,5944.159799999999,6395.2201333333505,6846.280466666678,7297.3408 +p06065,biomass,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p06065,coal,0.0,0.0,0.0,0.0,0.0 +p06065,csp,0.0,0.0,0.0,0.0,0.0 +p06065,gas,0.0,0.0,0.0,0.0,0.0 +p06065,geothermal,0.0,0.0,0.0,0.0,0.0 +p06065,h2,0.0,0.0,0.0,0.0,0.0 +p06065,hydro,0.0,0.0,0.0,0.0,0.0 +p06065,nuclear,0.0,0.0,0.0,0.0,0.0 +p06065,pumped-hydro,250.0,500.0,500.0,500.0,500.0 +p06065,pv,1754.6956,3509.3912,4177.547900000121,4845.7046000000555,5513.8613000000005 +p06065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06065,wind-ons,30.0,60.0,195.59999999997672,331.20000000001164,466.8 +p06067,battery,0.0,0.0,371.3333333332557,742.6666666666279,1114.0 +p06067,biomass,0.0,0.0,0.0,0.0,0.0 +p06067,coal,0.0,0.0,0.0,0.0,0.0 +p06067,csp,0.0,0.0,0.0,0.0,0.0 +p06067,gas,0.0,0.0,0.0,0.0,0.0 +p06067,geothermal,0.0,0.0,0.0,0.0,0.0 +p06067,h2,0.0,0.0,0.0,0.0,0.0 +p06067,hydro,0.0,0.0,0.0,0.0,0.0 +p06067,nuclear,0.0,0.0,0.0,0.0,0.0 +p06067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06067,pv,0.0,0.0,608.3333333334886,1216.6666666667443,1825.0 +p06067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06069,battery,56.193,112.386,112.386,112.386,112.386 +p06069,biomass,0.0,0.0,0.0,0.0,0.0 +p06069,coal,0.0,0.0,0.0,0.0,0.0 +p06069,csp,0.0,0.0,0.0,0.0,0.0 +p06069,gas,0.0,0.0,0.0,0.0,0.0 +p06069,geothermal,0.0,0.0,0.0,0.0,0.0 +p06069,h2,0.0,0.0,0.0,0.0,0.0 +p06069,hydro,0.0,0.0,0.0,0.0,0.0 +p06069,nuclear,0.0,0.0,0.0,0.0,0.0 +p06069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06069,pv,56.2455,112.491,112.491,112.491,112.491 +p06069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06071,battery,1687.871706,3375.743412,6390.641545332968,9405.53967866581,12420.437812 +p06071,biomass,0.0,0.0,0.0,0.0,0.0 +p06071,coal,0.0,0.0,0.0,0.0,0.0 +p06071,csp,0.0,0.0,0.0,0.0,0.0 +p06071,gas,0.0,0.0,366.3333333332557,732.6666666666279,1099.0 +p06071,geothermal,0.0,0.0,0.0,0.0,0.0 +p06071,h2,0.0,0.0,0.0,0.0,0.0 +p06071,hydro,0.0,0.0,0.0,0.0,0.0 +p06071,nuclear,0.0,0.0,0.0,0.0,0.0 +p06071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06071,pv,940.92,1881.84,3059.6405000002123,4237.441000000108,5415.2415 +p06071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06073,battery,655.822,1311.644,2060.583299999824,2809.5226000000257,3558.4619000000002 +p06073,biomass,0.0,0.0,0.0,0.0,0.0 +p06073,coal,0.0,0.0,0.0,0.0,0.0 +p06073,csp,0.0,0.0,0.0,0.0,0.0 +p06073,gas,0.0,0.0,0.0,0.0,0.0 +p06073,geothermal,0.0,0.0,0.0,0.0,0.0 +p06073,h2,0.0,0.0,0.0,0.0,0.0 +p06073,hydro,0.0,0.0,0.0,0.0,0.0 +p06073,nuclear,0.0,0.0,0.0,0.0,0.0 +p06073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06073,pv,55.0,110.0,110.0,110.0,110.0 +p06073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06073,wind-ons,263.8,527.6,562.8666666666686,598.1333333333314,633.4 +p06075,battery,125.0,250.0,250.0,250.0,250.0 +p06075,biomass,0.0,0.0,0.0,0.0,0.0 +p06075,coal,0.0,0.0,0.0,0.0,0.0 +p06075,csp,0.0,0.0,0.0,0.0,0.0 +p06075,gas,0.0,0.0,0.0,0.0,0.0 +p06075,geothermal,0.0,0.0,0.0,0.0,0.0 +p06075,h2,0.0,0.0,0.0,0.0,0.0 +p06075,hydro,0.0,0.0,0.0,0.0,0.0 +p06075,nuclear,0.0,0.0,0.0,0.0,0.0 +p06075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06075,pv,0.0,0.0,0.0,0.0,0.0 +p06075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06075,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06077,battery,1000.2625,2000.525,2499.370300199953,2998.215600399999,3497.0609006000004 +p06077,biomass,0.0,0.0,0.0,0.0,0.0 +p06077,coal,0.0,0.0,0.0,0.0,0.0 +p06077,csp,0.0,0.0,0.0,0.0,0.0 +p06077,gas,72.5,145.0,145.0,145.0,145.0 +p06077,geothermal,0.0,0.0,0.0,0.0,0.0 +p06077,h2,0.0,0.0,0.0,0.0,0.0 +p06077,hydro,0.0,0.0,0.0,0.0,0.0 +p06077,nuclear,0.0,0.0,0.0,0.0,0.0 +p06077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06077,pv,383.31600000000003,766.6320000000001,766.6320000000001,766.6320000000001,766.6320000000001 +p06077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06077,wind-ons,204.4,408.8,408.8,408.8,408.8 +p06079,battery,0.0,0.0,0.0,0.0,0.0 +p06079,biomass,0.0,0.0,0.0,0.0,0.0 +p06079,coal,0.0,0.0,0.0,0.0,0.0 +p06079,csp,0.0,0.0,0.0,0.0,0.0 +p06079,gas,0.0,0.0,0.0,0.0,0.0 +p06079,geothermal,0.0,0.0,0.0,0.0,0.0 +p06079,h2,0.0,0.0,0.0,0.0,0.0 +p06079,hydro,0.0,0.0,0.0,0.0,0.0 +p06079,nuclear,0.0,0.0,0.0,0.0,0.0 +p06079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06079,pv,0.0,0.0,0.0,0.0,0.0 +p06079,wind-ofs,514.47,1028.94,1028.94,1028.94,1028.94 +p06079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06081,battery,175.45,350.9,350.9,350.9,350.9 +p06081,biomass,0.0,0.0,0.0,0.0,0.0 +p06081,coal,0.0,0.0,0.0,0.0,0.0 +p06081,csp,0.0,0.0,0.0,0.0,0.0 +p06081,gas,0.0,0.0,0.0,0.0,0.0 +p06081,geothermal,0.0,0.0,0.0,0.0,0.0 +p06081,h2,0.0,0.0,0.0,0.0,0.0 +p06081,hydro,0.0,0.0,0.0,0.0,0.0 +p06081,nuclear,0.0,0.0,0.0,0.0,0.0 +p06081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06081,pv,0.0,0.0,0.0,0.0,0.0 +p06081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06085,battery,429.534,859.068,979.2746666666644,1099.4813333333295,1219.688 +p06085,biomass,0.0,0.0,0.0,0.0,0.0 +p06085,coal,0.0,0.0,0.0,0.0,0.0 +p06085,csp,0.0,0.0,0.0,0.0,0.0 +p06085,gas,60.0,120.0,120.0,120.0,120.0 +p06085,geothermal,0.0,0.0,0.0,0.0,0.0 +p06085,h2,0.0,0.0,0.0,0.0,0.0 +p06085,hydro,0.0,0.0,0.0,0.0,0.0 +p06085,nuclear,0.0,0.0,0.0,0.0,0.0 +p06085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06085,pv,0.0,0.0,0.0,0.0,0.0 +p06085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06087,battery,101.8495,203.699,203.699,203.699,203.699 +p06087,biomass,0.0,0.0,0.0,0.0,0.0 +p06087,coal,0.0,0.0,0.0,0.0,0.0 +p06087,csp,0.0,0.0,0.0,0.0,0.0 +p06087,gas,0.0,0.0,0.0,0.0,0.0 +p06087,geothermal,0.0,0.0,0.0,0.0,0.0 +p06087,h2,0.0,0.0,0.0,0.0,0.0 +p06087,hydro,0.0,0.0,0.0,0.0,0.0 +p06087,nuclear,0.0,0.0,0.0,0.0,0.0 +p06087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06087,pv,0.0,0.0,0.0,0.0,0.0 +p06087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06089,battery,0.0,0.0,0.0,0.0,0.0 +p06089,biomass,0.0,0.0,0.0,0.0,0.0 +p06089,coal,0.0,0.0,0.0,0.0,0.0 +p06089,csp,0.0,0.0,0.0,0.0,0.0 +p06089,gas,0.0,0.0,0.0,0.0,0.0 +p06089,geothermal,0.0,0.0,0.0,0.0,0.0 +p06089,h2,0.0,0.0,0.0,0.0,0.0 +p06089,hydro,0.0,0.0,0.0,0.0,0.0 +p06089,nuclear,0.0,0.0,0.0,0.0,0.0 +p06089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06089,pv,0.0,0.0,41.666666666656965,83.33333333332848,125.0 +p06089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06089,wind-ons,103.0,206.0,206.0,206.0,206.0 +p06093,battery,0.0,0.0,50.0,100.0,150.0 +p06093,biomass,0.0,0.0,0.0,0.0,0.0 +p06093,coal,0.0,0.0,0.0,0.0,0.0 +p06093,csp,0.0,0.0,0.0,0.0,0.0 +p06093,gas,0.0,0.0,0.0,0.0,0.0 +p06093,geothermal,0.0,0.0,0.0,0.0,0.0 +p06093,h2,0.0,0.0,0.0,0.0,0.0 +p06093,hydro,0.0,0.0,0.0,0.0,0.0 +p06093,nuclear,0.0,0.0,0.0,0.0,0.0 +p06093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06093,pv,0.0,0.0,0.0,0.0,0.0 +p06093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06095,battery,202.75,405.5,910.8595666666515,1416.219133333303,1921.5787 +p06095,biomass,0.0,0.0,0.0,0.0,0.0 +p06095,coal,0.0,0.0,0.0,0.0,0.0 +p06095,csp,0.0,0.0,0.0,0.0,0.0 +p06095,gas,0.0,0.0,0.0,0.0,0.0 +p06095,geothermal,0.0,0.0,0.0,0.0,0.0 +p06095,h2,0.0,0.0,0.0,0.0,0.0 +p06095,hydro,0.0,0.0,0.0,0.0,0.0 +p06095,nuclear,0.0,0.0,0.0,0.0,0.0 +p06095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06095,pv,0.0,0.0,0.0,0.0,0.0 +p06095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06095,wind-ons,104.17699999999999,208.35399999999998,244.35400000000664,280.35400000000664,316.354 +p06097,battery,0.0,0.0,40.51666666667734,81.03333333334012,121.55 +p06097,biomass,0.0,0.0,0.0,0.0,0.0 +p06097,coal,0.0,0.0,0.0,0.0,0.0 +p06097,csp,0.0,0.0,0.0,0.0,0.0 +p06097,gas,0.0,0.0,0.0,0.0,0.0 +p06097,geothermal,0.0,0.0,17.666666666671517,35.33333333333576,53.0 +p06097,h2,0.0,0.0,0.0,0.0,0.0 +p06097,hydro,0.0,0.0,0.0,0.0,0.0 +p06097,nuclear,0.0,0.0,0.0,0.0,0.0 +p06097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06097,pv,0.0,0.0,0.0,0.0,0.0 +p06097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06099,battery,243.89600000000002,487.79200000000003,671.2270043332828,854.662008666608,1038.097013 +p06099,biomass,0.0,0.0,0.0,0.0,0.0 +p06099,coal,0.0,0.0,0.0,0.0,0.0 +p06099,csp,0.0,0.0,0.0,0.0,0.0 +p06099,gas,0.0,0.0,0.0,0.0,0.0 +p06099,geothermal,0.0,0.0,0.0,0.0,0.0 +p06099,h2,0.0,0.0,0.0,0.0,0.0 +p06099,hydro,0.0,0.0,0.0,0.0,0.0 +p06099,nuclear,0.0,0.0,0.0,0.0,0.0 +p06099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06099,pv,10.0,20.0,204.27093266666634,388.5418653333327,572.8127979999999 +p06099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06101,battery,0.0,0.0,33.666666666656965,67.33333333332848,101.0 +p06101,biomass,0.0,0.0,0.0,0.0,0.0 +p06101,coal,0.0,0.0,0.0,0.0,0.0 +p06101,csp,0.0,0.0,0.0,0.0,0.0 +p06101,gas,0.0,0.0,0.0,0.0,0.0 +p06101,geothermal,0.0,0.0,0.0,0.0,0.0 +p06101,h2,0.0,0.0,0.0,0.0,0.0 +p06101,hydro,0.0,0.0,0.0,0.0,0.0 +p06101,nuclear,0.0,0.0,0.0,0.0,0.0 +p06101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06101,pv,0.0,0.0,138.1333333333605,276.2666666666628,414.4 +p06101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06103,battery,0.0,0.0,0.0,0.0,0.0 +p06103,biomass,0.0,0.0,0.0,0.0,0.0 +p06103,coal,0.0,0.0,0.0,0.0,0.0 +p06103,csp,0.0,0.0,0.0,0.0,0.0 +p06103,gas,0.0,0.0,0.0,0.0,0.0 +p06103,geothermal,0.0,0.0,0.0,0.0,0.0 +p06103,h2,0.0,0.0,0.0,0.0,0.0 +p06103,hydro,2.5,5.0,5.0,5.0,5.0 +p06103,nuclear,0.0,0.0,0.0,0.0,0.0 +p06103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06103,pv,0.0,0.0,0.0,0.0,0.0 +p06103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06107,battery,196.63400000000001,393.26800000000003,871.0072159999982,1348.7464320000727,1826.485648 +p06107,biomass,0.0,0.0,0.0,0.0,0.0 +p06107,coal,0.0,0.0,0.0,0.0,0.0 +p06107,csp,0.0,0.0,0.0,0.0,0.0 +p06107,gas,0.0,0.0,0.0,0.0,0.0 +p06107,geothermal,0.0,0.0,0.0,0.0,0.0 +p06107,h2,0.0,0.0,0.0,0.0,0.0 +p06107,hydro,0.0,0.0,0.0,0.0,0.0 +p06107,nuclear,0.0,0.0,0.0,0.0,0.0 +p06107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06107,pv,201.63400000000001,403.26800000000003,871.3733680000296,1339.4787360000191,1807.584104 +p06107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06109,csp,0.0,0.0,0.0,0.0,0.0 +p06111,battery,706.9,1413.8,1584.3750000000582,1754.9500000000698,1925.525 +p06111,biomass,0.0,0.0,0.0,0.0,0.0 +p06111,coal,0.0,0.0,0.0,0.0,0.0 +p06111,csp,0.0,0.0,0.0,0.0,0.0 +p06111,gas,0.0,0.0,0.0,0.0,0.0 +p06111,geothermal,0.0,0.0,0.0,0.0,0.0 +p06111,h2,0.0,0.0,0.0,0.0,0.0 +p06111,hydro,0.0,0.0,0.0,0.0,0.0 +p06111,nuclear,0.0,0.0,0.0,0.0,0.0 +p06111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06111,pv,0.0,0.0,0.0,0.0,0.0 +p06111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06113,battery,0.0,0.0,28.270566666666127,56.541133333332255,84.8117 +p06113,biomass,0.0,0.0,0.0,0.0,0.0 +p06113,coal,0.0,0.0,0.0,0.0,0.0 +p06113,csp,0.0,0.0,0.0,0.0,0.0 +p06113,gas,0.0,0.0,0.0,0.0,0.0 +p06113,geothermal,0.0,0.0,0.0,0.0,0.0 +p06113,h2,0.0,0.0,0.0,0.0,0.0 +p06113,hydro,0.0,0.0,0.0,0.0,0.0 +p06113,nuclear,0.0,0.0,0.0,0.0,0.0 +p06113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p06113,pv,0.0,0.0,28.331899999997404,56.663800000002084,84.9957 +p06113,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p06113,wind-ons,0.0,0.0,0.0,0.0,0.0 +p06115,csp,0.0,0.0,0.0,0.0,0.0 +p08001,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p08001,biomass,0.0,0.0,0.0,0.0,0.0 +p08001,coal,0.0,0.0,0.0,0.0,0.0 +p08001,csp,0.0,0.0,0.0,0.0,0.0 +p08001,gas,0.0,0.0,0.0,0.0,0.0 +p08001,geothermal,0.0,0.0,0.0,0.0,0.0 +p08001,h2,0.0,0.0,0.0,0.0,0.0 +p08001,hydro,0.0,0.0,0.0,0.0,0.0 +p08001,nuclear,0.0,0.0,0.0,0.0,0.0 +p08001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08001,pv,0.0,0.0,341.0,682.0,1023.0 +p08001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08001,wind-ons,0.0,0.0,282.0,564.0,846.0 +p08003,battery,0.0,0.0,0.0,0.0,0.0 +p08003,biomass,0.0,0.0,0.0,0.0,0.0 +p08003,coal,0.0,0.0,0.0,0.0,0.0 +p08003,csp,0.0,0.0,0.0,0.0,0.0 +p08003,gas,0.0,0.0,0.0,0.0,0.0 +p08003,geothermal,0.0,0.0,0.0,0.0,0.0 +p08003,h2,0.0,0.0,0.0,0.0,0.0 +p08003,hydro,0.0,0.0,0.0,0.0,0.0 +p08003,nuclear,0.0,0.0,0.0,0.0,0.0 +p08003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08003,pv,107.55,215.1,351.43333333334886,487.7666666666628,624.1 +p08003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08005,battery,0.0,0.0,0.0,0.0,0.0 +p08005,biomass,0.0,0.0,0.0,0.0,0.0 +p08005,coal,0.0,0.0,0.0,0.0,0.0 +p08005,csp,0.0,0.0,0.0,0.0,0.0 +p08005,gas,0.0,0.0,0.0,0.0,0.0 +p08005,geothermal,0.0,0.0,0.0,0.0,0.0 +p08005,h2,0.0,0.0,0.0,0.0,0.0 +p08005,hydro,0.0,0.0,0.0,0.0,0.0 +p08005,nuclear,0.0,0.0,0.0,0.0,0.0 +p08005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08005,pv,25.0,50.0,300.0,550.0,800.0 +p08005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08005,wind-ons,100.3,200.6,200.6,200.6,200.6 +p08009,battery,0.0,0.0,0.0,0.0,0.0 +p08009,biomass,0.0,0.0,0.0,0.0,0.0 +p08009,coal,0.0,0.0,0.0,0.0,0.0 +p08009,gas,0.0,0.0,0.0,0.0,0.0 +p08009,geothermal,0.0,0.0,0.0,0.0,0.0 +p08009,h2,0.0,0.0,0.0,0.0,0.0 +p08009,hydro,0.0,0.0,0.0,0.0,0.0 +p08009,nuclear,0.0,0.0,0.0,0.0,0.0 +p08009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08009,pv,0.0,0.0,0.0,0.0,0.0 +p08009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08009,wind-ons,119.0,238.0,238.0,238.0,238.0 +p08011,csp,0.0,0.0,0.0,0.0,0.0 +p08013,battery,0.0,0.0,58.333333333343035,116.66666666667152,175.0 +p08013,biomass,0.0,0.0,0.0,0.0,0.0 +p08013,coal,0.0,0.0,0.0,0.0,0.0 +p08013,gas,0.0,0.0,0.0,0.0,0.0 +p08013,geothermal,0.0,0.0,0.0,0.0,0.0 +p08013,h2,0.0,0.0,0.0,0.0,0.0 +p08013,hydro,0.0,0.0,0.0,0.0,0.0 +p08013,nuclear,0.0,0.0,0.0,0.0,0.0 +p08013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08013,pv,0.0,0.0,0.0,0.0,0.0 +p08013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08017,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p08017,biomass,0.0,0.0,0.0,0.0,0.0 +p08017,coal,0.0,0.0,0.0,0.0,0.0 +p08017,csp,0.0,0.0,0.0,0.0,0.0 +p08017,gas,0.0,0.0,0.0,0.0,0.0 +p08017,geothermal,0.0,0.0,0.0,0.0,0.0 +p08017,h2,0.0,0.0,0.0,0.0,0.0 +p08017,hydro,0.0,0.0,0.0,0.0,0.0 +p08017,nuclear,0.0,0.0,0.0,0.0,0.0 +p08017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08017,pv,0.0,0.0,299.6666666667443,599.3333333333721,899.0 +p08017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08017,wind-ons,250.0,500.0,650.0,800.0,950.0 +p08019,battery,0.0,0.0,0.0,0.0,0.0 +p08019,biomass,0.0,0.0,0.0,0.0,0.0 +p08019,coal,0.0,0.0,0.0,0.0,0.0 +p08019,gas,0.0,0.0,0.0,0.0,0.0 +p08019,geothermal,0.0,0.0,0.0,0.0,0.0 +p08019,h2,0.0,0.0,0.0,0.0,0.0 +p08019,hydro,21.0,42.0,42.0,42.0,42.0 +p08019,nuclear,0.0,0.0,0.0,0.0,0.0 +p08019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08019,pv,0.0,0.0,0.0,0.0,0.0 +p08019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08025,battery,0.0,0.0,0.0,0.0,0.0 +p08025,biomass,0.0,0.0,0.0,0.0,0.0 +p08025,coal,0.0,0.0,0.0,0.0,0.0 +p08025,gas,0.0,0.0,0.0,0.0,0.0 +p08025,geothermal,0.0,0.0,0.0,0.0,0.0 +p08025,h2,0.0,0.0,0.0,0.0,0.0 +p08025,hydro,0.0,0.0,0.0,0.0,0.0 +p08025,nuclear,0.0,0.0,0.0,0.0,0.0 +p08025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08025,pv,0.0,0.0,300.0,600.0,900.0 +p08025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08029,battery,0.0,0.0,0.0,0.0,0.0 +p08029,biomass,0.0,0.0,0.0,0.0,0.0 +p08029,coal,0.0,0.0,0.0,0.0,0.0 +p08029,csp,0.0,0.0,0.0,0.0,0.0 +p08029,gas,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p08029,geothermal,0.0,0.0,0.0,0.0,0.0 +p08029,h2,0.0,0.0,0.0,0.0,0.0 +p08029,hydro,0.0,0.0,0.0,0.0,0.0 +p08029,nuclear,0.0,0.0,0.0,0.0,0.0 +p08029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08029,pv,0.0,0.0,0.0,0.0,0.0 +p08029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08031,battery,0.0,0.0,0.0,0.0,0.0 +p08031,biomass,0.0,0.0,0.0,0.0,0.0 +p08031,coal,0.0,0.0,0.0,0.0,0.0 +p08031,gas,343.5,687.0,687.0,687.0,687.0 +p08031,geothermal,0.0,0.0,0.0,0.0,0.0 +p08031,h2,0.0,0.0,0.0,0.0,0.0 +p08031,hydro,0.0,0.0,0.0,0.0,0.0 +p08031,nuclear,0.0,0.0,0.0,0.0,0.0 +p08031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08031,pv,0.0,0.0,0.0,0.0,0.0 +p08031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08033,battery,0.0,0.0,0.0,0.0,0.0 +p08033,biomass,0.0,0.0,0.0,0.0,0.0 +p08033,coal,0.0,0.0,0.0,0.0,0.0 +p08033,csp,0.0,0.0,0.0,0.0,0.0 +p08033,gas,0.0,0.0,0.0,0.0,0.0 +p08033,geothermal,0.0,0.0,0.0,0.0,0.0 +p08033,h2,0.0,0.0,0.0,0.0,0.0 +p08033,hydro,0.0,0.0,0.0,0.0,0.0 +p08033,nuclear,0.0,0.0,0.0,0.0,0.0 +p08033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08033,pv,55.0,110.0,110.0,110.0,110.0 +p08033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08039,battery,0.0,0.0,0.0,0.0,0.0 +p08039,biomass,0.0,0.0,0.0,0.0,0.0 +p08039,coal,0.0,0.0,0.0,0.0,0.0 +p08039,csp,0.0,0.0,0.0,0.0,0.0 +p08039,gas,0.0,0.0,0.0,0.0,0.0 +p08039,geothermal,0.0,0.0,0.0,0.0,0.0 +p08039,h2,0.0,0.0,0.0,0.0,0.0 +p08039,hydro,0.0,0.0,0.0,0.0,0.0 +p08039,nuclear,0.0,0.0,0.0,0.0,0.0 +p08039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08039,pv,0.0,0.0,199.0,398.0,597.0 +p08039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08041,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p08041,biomass,0.0,0.0,0.0,0.0,0.0 +p08041,coal,0.0,0.0,0.0,0.0,0.0 +p08041,csp,0.0,0.0,0.0,0.0,0.0 +p08041,gas,241.5,483.0,620.3333333333721,757.6666666666861,895.0 +p08041,geothermal,0.0,0.0,0.0,0.0,0.0 +p08041,h2,0.0,0.0,0.0,0.0,0.0 +p08041,hydro,0.0,0.0,0.0,0.0,0.0 +p08041,nuclear,0.0,0.0,0.0,0.0,0.0 +p08041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08041,pv,18.0,36.0,269.33333333337214,502.66666666668607,736.0 +p08041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08041,wind-ons,125.0,250.0,250.0,250.0,250.0 +p08043,csp,0.0,0.0,0.0,0.0,0.0 +p08045,battery,0.0,0.0,0.0,0.0,0.0 +p08045,biomass,0.0,0.0,0.0,0.0,0.0 +p08045,coal,0.0,0.0,0.0,0.0,0.0 +p08045,csp,0.0,0.0,0.0,0.0,0.0 +p08045,gas,0.0,0.0,0.0,0.0,0.0 +p08045,geothermal,0.0,0.0,0.0,0.0,0.0 +p08045,h2,0.0,0.0,0.0,0.0,0.0 +p08045,hydro,0.0,0.0,0.0,0.0,0.0 +p08045,nuclear,0.0,0.0,0.0,0.0,0.0 +p08045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08045,pv,0.0,0.0,6.633333333333212,13.266666666666424,19.9 +p08045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08055,battery,0.0,0.0,0.0,0.0,0.0 +p08055,biomass,0.0,0.0,0.0,0.0,0.0 +p08055,coal,0.0,0.0,0.0,0.0,0.0 +p08055,csp,0.0,0.0,0.0,0.0,0.0 +p08055,gas,0.0,0.0,0.0,0.0,0.0 +p08055,geothermal,0.0,0.0,0.0,0.0,0.0 +p08055,h2,0.0,0.0,0.0,0.0,0.0 +p08055,hydro,0.0,0.0,0.0,0.0,0.0 +p08055,nuclear,0.0,0.0,0.0,0.0,0.0 +p08055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08055,pv,0.0,0.0,50.0,100.0,150.0 +p08055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08057,csp,0.0,0.0,0.0,0.0,0.0 +p08059,battery,0.0,0.0,0.0,0.0,0.0 +p08059,biomass,0.0,0.0,0.0,0.0,0.0 +p08059,coal,0.0,0.0,0.0,0.0,0.0 +p08059,gas,57.5,115.0,115.0,115.0,115.0 +p08059,geothermal,0.0,0.0,0.0,0.0,0.0 +p08059,h2,0.0,0.0,0.0,0.0,0.0 +p08059,hydro,0.0,0.0,0.0,0.0,0.0 +p08059,nuclear,0.0,0.0,0.0,0.0,0.0 +p08059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08059,pv,0.0,0.0,0.0,0.0,0.0 +p08059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08059,wind-ons,9.95,19.9,19.9,19.9,19.9 +p08061,battery,0.0,0.0,0.0,0.0,0.0 +p08061,biomass,0.0,0.0,0.0,0.0,0.0 +p08061,coal,0.0,0.0,0.0,0.0,0.0 +p08061,csp,0.0,0.0,0.0,0.0,0.0 +p08061,gas,0.0,0.0,0.0,0.0,0.0 +p08061,geothermal,0.0,0.0,0.0,0.0,0.0 +p08061,h2,0.0,0.0,0.0,0.0,0.0 +p08061,hydro,0.0,0.0,0.0,0.0,0.0 +p08061,nuclear,0.0,0.0,0.0,0.0,0.0 +p08061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08061,pv,0.0,0.0,458.3333333332557,916.6666666666279,1375.0 +p08061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08061,wind-ons,0.0,0.0,233.33333333337214,466.66666666668607,700.0 +p08063,battery,69.5,139.0,215.33333333331393,291.66666666665697,368.0 +p08063,biomass,0.0,0.0,0.0,0.0,0.0 +p08063,coal,0.0,0.0,0.0,0.0,0.0 +p08063,csp,0.0,0.0,0.0,0.0,0.0 +p08063,gas,0.0,0.0,0.0,0.0,0.0 +p08063,geothermal,0.0,0.0,0.0,0.0,0.0 +p08063,h2,0.0,0.0,0.0,0.0,0.0 +p08063,hydro,0.0,0.0,0.0,0.0,0.0 +p08063,nuclear,0.0,0.0,0.0,0.0,0.0 +p08063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08063,pv,94.0,188.0,429.33333333337214,670.6666666666861,912.0 +p08063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08063,wind-ons,158.3,316.6,1073.2666666666046,1829.9333333333489,2586.6 +p08067,csp,0.0,0.0,0.0,0.0,0.0 +p08069,battery,0.0,0.0,123.33333333331393,246.66666666665697,370.0 +p08069,biomass,0.0,0.0,0.0,0.0,0.0 +p08069,coal,0.0,0.0,0.0,0.0,0.0 +p08069,gas,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p08069,geothermal,0.0,0.0,0.0,0.0,0.0 +p08069,h2,0.0,0.0,0.0,0.0,0.0 +p08069,hydro,0.0,0.0,0.0,0.0,0.0 +p08069,nuclear,0.0,0.0,0.0,0.0,0.0 +p08069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08069,pv,0.0,0.0,103.33333333331393,206.66666666665697,310.0 +p08069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08069,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p08071,battery,0.0,0.0,0.0,0.0,0.0 +p08071,biomass,0.0,0.0,0.0,0.0,0.0 +p08071,coal,0.0,0.0,0.0,0.0,0.0 +p08071,csp,0.0,0.0,0.0,0.0,0.0 +p08071,gas,0.0,0.0,0.0,0.0,0.0 +p08071,geothermal,0.0,0.0,0.0,0.0,0.0 +p08071,h2,0.0,0.0,0.0,0.0,0.0 +p08071,hydro,0.0,0.0,0.0,0.0,0.0 +p08071,nuclear,0.0,0.0,0.0,0.0,0.0 +p08071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08071,pv,0.0,0.0,105.0,210.0,315.0 +p08071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08073,battery,0.0,0.0,0.0,0.0,0.0 +p08073,biomass,0.0,0.0,0.0,0.0,0.0 +p08073,coal,0.0,0.0,0.0,0.0,0.0 +p08073,csp,0.0,0.0,0.0,0.0,0.0 +p08073,gas,0.0,0.0,0.0,0.0,0.0 +p08073,geothermal,0.0,0.0,0.0,0.0,0.0 +p08073,h2,0.0,0.0,0.0,0.0,0.0 +p08073,hydro,0.0,0.0,0.0,0.0,0.0 +p08073,nuclear,0.0,0.0,0.0,0.0,0.0 +p08073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08073,pv,0.0,0.0,232.66666666662786,465.33333333331393,698.0 +p08073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08073,wind-ons,874.95,1749.9,1982.9000000000233,2215.9000000000233,2448.9 +p08075,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p08075,biomass,0.0,0.0,0.0,0.0,0.0 +p08075,coal,0.0,0.0,0.0,0.0,0.0 +p08075,csp,0.0,0.0,0.0,0.0,0.0 +p08075,gas,0.0,0.0,0.0,0.0,0.0 +p08075,geothermal,0.0,0.0,0.0,0.0,0.0 +p08075,h2,0.0,0.0,0.0,0.0,0.0 +p08075,hydro,0.0,0.0,0.0,0.0,0.0 +p08075,nuclear,0.0,0.0,0.0,0.0,0.0 +p08075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08075,pv,0.0,0.0,0.0,0.0,0.0 +p08075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08075,wind-ons,330.0,660.0,705.0,750.0,795.0 +p08077,battery,0.0,0.0,0.0,0.0,0.0 +p08077,biomass,0.0,0.0,0.0,0.0,0.0 +p08077,coal,0.0,0.0,0.0,0.0,0.0 +p08077,csp,0.0,0.0,0.0,0.0,0.0 +p08077,gas,0.0,0.0,0.0,0.0,0.0 +p08077,geothermal,0.0,0.0,0.0,0.0,0.0 +p08077,h2,0.0,0.0,0.0,0.0,0.0 +p08077,hydro,2.25,4.5,4.5,4.5,4.5 +p08077,nuclear,0.0,0.0,0.0,0.0,0.0 +p08077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08077,pv,0.0,0.0,0.0,0.0,0.0 +p08077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08081,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p08081,biomass,0.0,0.0,0.0,0.0,0.0 +p08081,coal,0.0,0.0,0.0,0.0,0.0 +p08081,csp,0.0,0.0,0.0,0.0,0.0 +p08081,gas,0.0,0.0,0.0,0.0,0.0 +p08081,geothermal,0.0,0.0,0.0,0.0,0.0 +p08081,h2,0.0,0.0,0.0,0.0,0.0 +p08081,hydro,0.0,0.0,0.0,0.0,0.0 +p08081,nuclear,0.0,0.0,0.0,0.0,0.0 +p08081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08081,pv,72.5,145.0,211.5,278.0,344.5 +p08081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08083,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p08083,biomass,0.0,0.0,0.0,0.0,0.0 +p08083,coal,0.0,0.0,0.0,0.0,0.0 +p08083,csp,0.0,0.0,0.0,0.0,0.0 +p08083,gas,0.0,0.0,0.0,0.0,0.0 +p08083,geothermal,0.0,0.0,0.0,0.0,0.0 +p08083,h2,0.0,0.0,0.0,0.0,0.0 +p08083,hydro,0.0,0.0,0.0,0.0,0.0 +p08083,nuclear,0.0,0.0,0.0,0.0,0.0 +p08083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08083,pv,0.0,0.0,41.666666666656965,83.33333333332848,125.0 +p08083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08085,battery,50.0,100.0,116.66666666667152,133.33333333333576,150.0 +p08085,biomass,0.0,0.0,0.0,0.0,0.0 +p08085,coal,0.0,0.0,0.0,0.0,0.0 +p08085,csp,0.0,0.0,0.0,0.0,0.0 +p08085,gas,0.0,0.0,0.0,0.0,0.0 +p08085,geothermal,0.0,0.0,0.0,0.0,0.0 +p08085,h2,0.0,0.0,0.0,0.0,0.0 +p08085,hydro,0.0,0.0,0.0,0.0,0.0 +p08085,nuclear,0.0,0.0,0.0,0.0,0.0 +p08085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08085,pv,0.0,0.0,0.0,0.0,0.0 +p08085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08087,battery,99.95,199.9,283.2333333333081,366.56666666665114,449.9 +p08087,biomass,0.0,0.0,0.0,0.0,0.0 +p08087,coal,0.0,0.0,0.0,0.0,0.0 +p08087,csp,0.0,0.0,0.0,0.0,0.0 +p08087,gas,0.0,0.0,0.0,0.0,0.0 +p08087,geothermal,0.0,0.0,0.0,0.0,0.0 +p08087,h2,0.0,0.0,0.0,0.0,0.0 +p08087,hydro,0.0,0.0,0.0,0.0,0.0 +p08087,nuclear,0.0,0.0,0.0,0.0,0.0 +p08087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08087,pv,99.95,199.9,853.1666666667443,1506.4333333333489,2159.7 +p08087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08089,battery,0.0,0.0,0.0,0.0,0.0 +p08089,biomass,0.0,0.0,0.0,0.0,0.0 +p08089,coal,0.0,0.0,0.0,0.0,0.0 +p08089,csp,0.0,0.0,0.0,0.0,0.0 +p08089,gas,0.0,0.0,0.0,0.0,0.0 +p08089,geothermal,0.0,0.0,0.0,0.0,0.0 +p08089,h2,0.0,0.0,0.0,0.0,0.0 +p08089,hydro,0.0,0.0,0.0,0.0,0.0 +p08089,nuclear,0.0,0.0,0.0,0.0,0.0 +p08089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08089,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p08089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08093,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p08093,biomass,0.0,0.0,0.0,0.0,0.0 +p08093,coal,0.0,0.0,0.0,0.0,0.0 +p08093,gas,0.0,0.0,0.0,0.0,0.0 +p08093,geothermal,0.0,0.0,0.0,0.0,0.0 +p08093,h2,0.0,0.0,0.0,0.0,0.0 +p08093,hydro,0.0,0.0,0.0,0.0,0.0 +p08093,nuclear,0.0,0.0,0.0,0.0,0.0 +p08093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08093,pv,27.15,54.3,54.3,54.3,54.3 +p08093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08099,battery,99.5,199.0,199.0,199.0,199.0 +p08099,biomass,0.0,0.0,0.0,0.0,0.0 +p08099,coal,0.0,0.0,0.0,0.0,0.0 +p08099,csp,0.0,0.0,0.0,0.0,0.0 +p08099,gas,0.0,0.0,0.0,0.0,0.0 +p08099,geothermal,0.0,0.0,0.0,0.0,0.0 +p08099,h2,0.0,0.0,0.0,0.0,0.0 +p08099,hydro,0.0,0.0,0.0,0.0,0.0 +p08099,nuclear,0.0,0.0,0.0,0.0,0.0 +p08099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08099,pv,99.5,199.0,235.66666666665697,272.3333333333285,309.0 +p08099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08099,wind-ons,37.5,75.0,172.5,270.0,367.5 +p08101,battery,37.5,75.0,195.0,315.0,435.0 +p08101,biomass,0.0,0.0,0.0,0.0,0.0 +p08101,coal,425.0,850.0,850.0,850.0,850.0 +p08101,csp,0.0,0.0,0.0,0.0,0.0 +p08101,gas,0.0,0.0,0.0,0.0,0.0 +p08101,geothermal,0.0,0.0,0.0,0.0,0.0 +p08101,h2,0.0,0.0,0.0,0.0,0.0 +p08101,hydro,0.0,0.0,0.0,0.0,0.0 +p08101,nuclear,0.0,0.0,0.0,0.0,0.0 +p08101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08101,pv,370.0,740.0,1766.3333333334886,2792.6666666667443,3819.0 +p08101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08107,csp,0.0,0.0,0.0,0.0,0.0 +p08109,battery,0.0,0.0,0.0,0.0,0.0 +p08109,biomass,0.0,0.0,0.0,0.0,0.0 +p08109,coal,0.0,0.0,0.0,0.0,0.0 +p08109,gas,0.0,0.0,0.0,0.0,0.0 +p08109,geothermal,0.0,0.0,0.0,0.0,0.0 +p08109,h2,0.0,0.0,0.0,0.0,0.0 +p08109,hydro,0.0,0.0,0.0,0.0,0.0 +p08109,nuclear,0.0,0.0,0.0,0.0,0.0 +p08109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08109,pv,0.0,0.0,56.666666666656965,113.33333333332848,170.0 +p08109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p08113,csp,0.0,0.0,0.0,0.0,0.0 +p08123,battery,100.0,200.0,283.0,366.0,449.0 +p08123,biomass,0.0,0.0,0.0,0.0,0.0 +p08123,coal,0.0,0.0,0.0,0.0,0.0 +p08123,csp,0.0,0.0,0.0,0.0,0.0 +p08123,gas,404.5,809.0,1009.0,1209.0,1409.0 +p08123,geothermal,0.0,0.0,0.0,0.0,0.0 +p08123,h2,0.0,0.0,0.0,0.0,0.0 +p08123,hydro,0.0,0.0,0.0,0.0,0.0 +p08123,nuclear,0.0,0.0,0.0,0.0,0.0 +p08123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08123,pv,199.0,398.0,967.7700000002515,1537.5400000000373,2107.31 +p08123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08123,wind-ons,360.0,720.0,836.6666666666861,953.333333333343,1070.0 +p08125,battery,0.0,0.0,0.0,0.0,0.0 +p08125,biomass,0.0,0.0,0.0,0.0,0.0 +p08125,coal,0.0,0.0,0.0,0.0,0.0 +p08125,csp,0.0,0.0,0.0,0.0,0.0 +p08125,gas,0.0,0.0,0.0,0.0,0.0 +p08125,geothermal,0.0,0.0,0.0,0.0,0.0 +p08125,h2,0.0,0.0,0.0,0.0,0.0 +p08125,hydro,0.0,0.0,0.0,0.0,0.0 +p08125,nuclear,0.0,0.0,0.0,0.0,0.0 +p08125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p08125,pv,0.0,0.0,166.33333333337214,332.66666666668607,499.0 +p08125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p08125,wind-ons,0.0,0.0,241.16666666662786,482.33333333331393,723.5 +p10001,battery,0.0,0.0,0.0,0.0,0.0 +p10001,biomass,0.0,0.0,0.0,0.0,0.0 +p10001,coal,0.0,0.0,0.0,0.0,0.0 +p10001,csp,0.0,0.0,0.0,0.0,0.0 +p10001,gas,0.0,0.0,0.0,0.0,0.0 +p10001,geothermal,0.0,0.0,0.0,0.0,0.0 +p10001,h2,0.0,0.0,0.0,0.0,0.0 +p10001,hydro,0.0,0.0,0.0,0.0,0.0 +p10001,nuclear,0.0,0.0,0.0,0.0,0.0 +p10001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p10001,pv,25.0,50.0,50.0,50.0,50.0 +p10001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p10001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p10003,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p10003,biomass,0.0,0.0,3.3333333333339397,6.66666666666697,10.0 +p10003,coal,0.0,0.0,0.0,0.0,0.0 +p10003,csp,0.0,0.0,0.0,0.0,0.0 +p10003,gas,0.0,0.0,0.0,0.0,0.0 +p10003,geothermal,0.0,0.0,0.0,0.0,0.0 +p10003,h2,0.0,0.0,0.0,0.0,0.0 +p10003,hydro,0.0,0.0,0.0,0.0,0.0 +p10003,nuclear,0.0,0.0,0.0,0.0,0.0 +p10003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p10003,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p10003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p10003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p10005,battery,0.0,0.0,50.0,100.0,150.0 +p10005,biomass,0.0,0.0,0.0,0.0,0.0 +p10005,coal,0.0,0.0,0.0,0.0,0.0 +p10005,csp,0.0,0.0,0.0,0.0,0.0 +p10005,gas,0.0,0.0,0.0,0.0,0.0 +p10005,geothermal,0.0,0.0,0.0,0.0,0.0 +p10005,h2,0.0,0.0,0.0,0.0,0.0 +p10005,hydro,0.0,0.0,0.0,0.0,0.0 +p10005,nuclear,0.0,0.0,0.0,0.0,0.0 +p10005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p10005,pv,0.0,0.0,25.0,50.0,75.0 +p10005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p10005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12001,battery,0.0,0.0,0.0,0.0,0.0 +p12001,biomass,0.0,0.0,0.0,0.0,0.0 +p12001,coal,0.0,0.0,0.0,0.0,0.0 +p12001,csp,0.0,0.0,0.0,0.0,0.0 +p12001,gas,0.0,0.0,0.0,0.0,0.0 +p12001,geothermal,0.0,0.0,0.0,0.0,0.0 +p12001,h2,0.0,0.0,0.0,0.0,0.0 +p12001,hydro,0.0,0.0,0.0,0.0,0.0 +p12001,nuclear,0.0,0.0,0.0,0.0,0.0 +p12001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12001,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 +p12001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12003,battery,0.0,0.0,0.0,0.0,0.0 +p12003,biomass,0.0,0.0,0.0,0.0,0.0 +p12003,coal,0.0,0.0,0.0,0.0,0.0 +p12003,csp,0.0,0.0,0.0,0.0,0.0 +p12003,gas,0.0,0.0,0.0,0.0,0.0 +p12003,geothermal,0.0,0.0,0.0,0.0,0.0 +p12003,h2,0.0,0.0,0.0,0.0,0.0 +p12003,hydro,0.0,0.0,0.0,0.0,0.0 +p12003,nuclear,0.0,0.0,0.0,0.0,0.0 +p12003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12003,pv,0.0,0.0,49.666666666656965,99.33333333332848,149.0 +p12003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12005,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p12005,biomass,0.0,0.0,0.0,0.0,0.0 +p12005,coal,0.0,0.0,0.0,0.0,0.0 +p12005,csp,0.0,0.0,0.0,0.0,0.0 +p12005,gas,0.0,0.0,0.0,0.0,0.0 +p12005,geothermal,0.0,0.0,0.0,0.0,0.0 +p12005,h2,0.0,0.0,0.0,0.0,0.0 +p12005,hydro,0.0,0.0,0.0,0.0,0.0 +p12005,nuclear,0.0,0.0,0.0,0.0,0.0 +p12005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12005,pv,0.0,0.0,0.0,0.0,0.0 +p12005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12007,battery,0.0,0.0,0.0,0.0,0.0 +p12007,biomass,0.0,0.0,0.0,0.0,0.0 +p12007,coal,0.0,0.0,0.0,0.0,0.0 +p12007,csp,0.0,0.0,0.0,0.0,0.0 +p12007,gas,0.0,0.0,0.0,0.0,0.0 +p12007,geothermal,0.0,0.0,0.0,0.0,0.0 +p12007,h2,0.0,0.0,0.0,0.0,0.0 +p12007,hydro,0.0,0.0,0.0,0.0,0.0 +p12007,nuclear,0.0,0.0,0.0,0.0,0.0 +p12007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12007,pv,37.45,74.9,74.9,74.9,74.9 +p12007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12009,battery,0.0,0.0,75.0,150.0,225.0 +p12009,biomass,0.0,0.0,0.0,0.0,0.0 +p12009,coal,0.0,0.0,0.0,0.0,0.0 +p12009,csp,0.0,0.0,0.0,0.0,0.0 +p12009,gas,0.0,0.0,0.0,0.0,0.0 +p12009,geothermal,0.0,0.0,0.0,0.0,0.0 +p12009,h2,0.0,0.0,0.0,0.0,0.0 +p12009,hydro,0.0,0.0,0.0,0.0,0.0 +p12009,nuclear,0.0,0.0,0.0,0.0,0.0 +p12009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12009,pv,0.0,0.0,74.5,149.0,223.5 +p12009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12013,battery,0.0,0.0,0.0,0.0,0.0 +p12013,biomass,0.0,0.0,0.0,0.0,0.0 +p12013,coal,0.0,0.0,0.0,0.0,0.0 +p12013,csp,0.0,0.0,0.0,0.0,0.0 +p12013,gas,0.0,0.0,0.0,0.0,0.0 +p12013,geothermal,0.0,0.0,0.0,0.0,0.0 +p12013,h2,0.0,0.0,0.0,0.0,0.0 +p12013,hydro,0.0,0.0,0.0,0.0,0.0 +p12013,nuclear,0.0,0.0,0.0,0.0,0.0 +p12013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12013,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 +p12013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12015,battery,0.0,0.0,0.0,0.0,0.0 +p12015,biomass,0.0,0.0,0.0,0.0,0.0 +p12015,coal,0.0,0.0,0.0,0.0,0.0 +p12015,csp,0.0,0.0,0.0,0.0,0.0 +p12015,gas,0.0,0.0,0.0,0.0,0.0 +p12015,geothermal,0.0,0.0,0.0,0.0,0.0 +p12015,h2,0.0,0.0,0.0,0.0,0.0 +p12015,hydro,0.0,0.0,0.0,0.0,0.0 +p12015,nuclear,0.0,0.0,0.0,0.0,0.0 +p12015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12015,pv,0.0,0.0,348.4666666666744,696.9333333333489,1045.4 +p12015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12017,battery,0.0,0.0,99.66666666668607,199.33333333334303,299.0 +p12017,biomass,0.0,0.0,0.0,0.0,0.0 +p12017,coal,0.0,0.0,0.0,0.0,0.0 +p12017,csp,0.0,0.0,0.0,0.0,0.0 +p12017,gas,0.0,0.0,0.0,0.0,0.0 +p12017,geothermal,0.0,0.0,0.0,0.0,0.0 +p12017,h2,0.0,0.0,0.0,0.0,0.0 +p12017,hydro,0.0,0.0,0.0,0.0,0.0 +p12017,nuclear,0.0,0.0,0.0,0.0,0.0 +p12017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12017,pv,0.0,0.0,0.0,0.0,0.0 +p12017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12019,csp,0.0,0.0,0.0,0.0,0.0 +p12021,battery,0.0,0.0,0.0,0.0,0.0 +p12021,biomass,0.0,0.0,0.0,0.0,0.0 +p12021,coal,0.0,0.0,0.0,0.0,0.0 +p12021,csp,0.0,0.0,0.0,0.0,0.0 +p12021,gas,0.0,0.0,0.0,0.0,0.0 +p12021,geothermal,0.0,0.0,0.0,0.0,0.0 +p12021,h2,0.0,0.0,0.0,0.0,0.0 +p12021,hydro,0.0,0.0,0.0,0.0,0.0 +p12021,nuclear,0.0,0.0,0.0,0.0,0.0 +p12021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12021,pv,0.0,0.0,372.5,745.0,1117.5 +p12021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12023,battery,0.0,0.0,0.0,0.0,0.0 +p12023,biomass,0.0,0.0,0.0,0.0,0.0 +p12023,coal,0.0,0.0,0.0,0.0,0.0 +p12023,csp,0.0,0.0,0.0,0.0,0.0 +p12023,gas,0.0,0.0,0.0,0.0,0.0 +p12023,geothermal,0.0,0.0,0.0,0.0,0.0 +p12023,h2,0.0,0.0,0.0,0.0,0.0 +p12023,hydro,0.0,0.0,0.0,0.0,0.0 +p12023,nuclear,0.0,0.0,0.0,0.0,0.0 +p12023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12023,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 +p12023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12027,battery,0.0,0.0,0.0,0.0,0.0 +p12027,biomass,0.0,0.0,0.0,0.0,0.0 +p12027,coal,0.0,0.0,0.0,0.0,0.0 +p12027,csp,0.0,0.0,0.0,0.0,0.0 +p12027,gas,0.0,0.0,0.0,0.0,0.0 +p12027,geothermal,0.0,0.0,0.0,0.0,0.0 +p12027,h2,0.0,0.0,0.0,0.0,0.0 +p12027,hydro,0.0,0.0,0.0,0.0,0.0 +p12027,nuclear,0.0,0.0,0.0,0.0,0.0 +p12027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12027,pv,0.0,0.0,397.5999999999767,795.1999999999534,1192.8 +p12027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12031,battery,0.0,0.0,0.0,0.0,0.0 +p12031,biomass,0.0,0.0,0.0,0.0,0.0 +p12031,coal,0.0,0.0,0.0,0.0,0.0 +p12031,csp,0.0,0.0,0.0,0.0,0.0 +p12031,gas,0.0,0.0,215.0,430.0,645.0 +p12031,geothermal,0.0,0.0,0.0,0.0,0.0 +p12031,h2,0.0,0.0,0.0,0.0,0.0 +p12031,hydro,0.0,0.0,0.0,0.0,0.0 +p12031,nuclear,0.0,0.0,0.0,0.0,0.0 +p12031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12031,pv,25.0,50.0,149.8666666666686,249.7333333333372,349.6 +p12031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12033,csp,0.0,0.0,0.0,0.0,0.0 +p12035,csp,0.0,0.0,0.0,0.0,0.0 +p12039,battery,0.0,0.0,0.0,0.0,0.0 +p12039,biomass,0.0,0.0,0.0,0.0,0.0 +p12039,coal,0.0,0.0,0.0,0.0,0.0 +p12039,csp,0.0,0.0,0.0,0.0,0.0 +p12039,gas,0.0,0.0,0.0,0.0,0.0 +p12039,geothermal,0.0,0.0,0.0,0.0,0.0 +p12039,h2,0.0,0.0,0.0,0.0,0.0 +p12039,hydro,0.0,0.0,0.0,0.0,0.0 +p12039,nuclear,0.0,0.0,0.0,0.0,0.0 +p12039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12039,pv,0.0,0.0,49.666666666656965,99.33333333332848,149.0 +p12039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12041,battery,0.0,0.0,0.0,0.0,0.0 +p12041,biomass,0.0,0.0,0.0,0.0,0.0 +p12041,coal,0.0,0.0,0.0,0.0,0.0 +p12041,csp,0.0,0.0,0.0,0.0,0.0 +p12041,gas,0.0,0.0,0.0,0.0,0.0 +p12041,geothermal,0.0,0.0,0.0,0.0,0.0 +p12041,h2,0.0,0.0,0.0,0.0,0.0 +p12041,hydro,0.0,0.0,0.0,0.0,0.0 +p12041,nuclear,0.0,0.0,0.0,0.0,0.0 +p12041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12041,pv,0.0,0.0,49.666666666656965,99.33333333332848,149.0 +p12041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12045,csp,0.0,0.0,0.0,0.0,0.0 +p12047,battery,0.0,0.0,0.0,0.0,0.0 +p12047,biomass,0.0,0.0,0.0,0.0,0.0 +p12047,coal,0.0,0.0,0.0,0.0,0.0 +p12047,csp,0.0,0.0,0.0,0.0,0.0 +p12047,gas,0.0,0.0,0.0,0.0,0.0 +p12047,geothermal,0.0,0.0,0.0,0.0,0.0 +p12047,h2,0.0,0.0,0.0,0.0,0.0 +p12047,hydro,0.0,0.0,0.0,0.0,0.0 +p12047,nuclear,0.0,0.0,0.0,0.0,0.0 +p12047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12047,pv,0.0,0.0,24.96666666666715,49.9333333333343,74.9 +p12047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12049,csp,0.0,0.0,0.0,0.0,0.0 +p12051,battery,0.0,0.0,0.0,0.0,0.0 +p12051,biomass,0.0,0.0,0.0,0.0,0.0 +p12051,coal,0.0,0.0,0.0,0.0,0.0 +p12051,csp,0.0,0.0,0.0,0.0,0.0 +p12051,gas,0.0,0.0,0.0,0.0,0.0 +p12051,geothermal,0.0,0.0,0.0,0.0,0.0 +p12051,h2,0.0,0.0,0.0,0.0,0.0 +p12051,hydro,0.0,0.0,0.0,0.0,0.0 +p12051,nuclear,0.0,0.0,0.0,0.0,0.0 +p12051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12051,pv,0.0,0.0,993.3333333334886,1986.6666666667443,2980.0 +p12051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12053,csp,0.0,0.0,0.0,0.0,0.0 +p12055,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p12055,biomass,0.0,0.0,0.0,0.0,0.0 +p12055,coal,0.0,0.0,0.0,0.0,0.0 +p12055,csp,0.0,0.0,0.0,0.0,0.0 +p12055,gas,0.0,0.0,0.0,0.0,0.0 +p12055,geothermal,0.0,0.0,0.0,0.0,0.0 +p12055,h2,0.0,0.0,0.0,0.0,0.0 +p12055,hydro,0.0,0.0,0.0,0.0,0.0 +p12055,nuclear,0.0,0.0,0.0,0.0,0.0 +p12055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12055,pv,0.0,0.0,74.76666666663368,149.53333333332557,224.3 +p12055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12057,battery,0.0,0.0,0.0,0.0,0.0 +p12057,biomass,0.0,0.0,0.0,0.0,0.0 +p12057,coal,0.0,0.0,0.0,0.0,0.0 +p12057,csp,0.0,0.0,0.0,0.0,0.0 +p12057,gas,0.0,0.0,0.0,0.0,0.0 +p12057,geothermal,0.0,0.0,0.0,0.0,0.0 +p12057,h2,0.0,0.0,0.0,0.0,0.0 +p12057,hydro,0.0,0.0,0.0,0.0,0.0 +p12057,nuclear,0.0,0.0,0.0,0.0,0.0 +p12057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12057,pv,0.0,0.0,99.33333333331393,198.66666666665697,298.0 +p12057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12061,battery,0.0,0.0,0.0,0.0,0.0 +p12061,biomass,0.0,0.0,0.0,0.0,0.0 +p12061,coal,0.0,0.0,0.0,0.0,0.0 +p12061,csp,0.0,0.0,0.0,0.0,0.0 +p12061,gas,0.0,0.0,0.0,0.0,0.0 +p12061,geothermal,0.0,0.0,0.0,0.0,0.0 +p12061,h2,0.0,0.0,0.0,0.0,0.0 +p12061,hydro,0.0,0.0,0.0,0.0,0.0 +p12061,nuclear,0.0,0.0,0.0,0.0,0.0 +p12061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12061,pv,0.0,0.0,198.66666666662786,397.33333333331393,596.0 +p12061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12063,battery,0.0,0.0,0.0,0.0,0.0 +p12063,biomass,0.0,0.0,0.0,0.0,0.0 +p12063,coal,0.0,0.0,0.0,0.0,0.0 +p12063,csp,0.0,0.0,0.0,0.0,0.0 +p12063,gas,0.0,0.0,0.0,0.0,0.0 +p12063,geothermal,0.0,0.0,0.0,0.0,0.0 +p12063,h2,0.0,0.0,0.0,0.0,0.0 +p12063,hydro,0.0,0.0,0.0,0.0,0.0 +p12063,nuclear,0.0,0.0,0.0,0.0,0.0 +p12063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12063,pv,37.5,75.0,99.96666666666715,124.9333333333343,149.9 +p12063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12065,csp,0.0,0.0,0.0,0.0,0.0 +p12071,csp,0.0,0.0,0.0,0.0,0.0 +p12073,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p12073,biomass,0.0,0.0,0.0,0.0,0.0 +p12073,coal,0.0,0.0,0.0,0.0,0.0 +p12073,csp,0.0,0.0,0.0,0.0,0.0 +p12073,gas,0.0,0.0,0.0,0.0,0.0 +p12073,geothermal,0.0,0.0,0.0,0.0,0.0 +p12073,h2,0.0,0.0,0.0,0.0,0.0 +p12073,hydro,0.0,0.0,0.0,0.0,0.0 +p12073,nuclear,0.0,0.0,0.0,0.0,0.0 +p12073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12073,pv,0.0,0.0,49.666666666656965,99.33333333332848,149.0 +p12073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12075,battery,0.0,0.0,0.0,0.0,0.0 +p12075,biomass,0.0,0.0,0.0,0.0,0.0 +p12075,coal,0.0,0.0,0.0,0.0,0.0 +p12075,csp,0.0,0.0,0.0,0.0,0.0 +p12075,gas,0.0,0.0,0.0,0.0,0.0 +p12075,geothermal,0.0,0.0,0.0,0.0,0.0 +p12075,h2,0.0,0.0,0.0,0.0,0.0 +p12075,hydro,0.0,0.0,0.0,0.0,0.0 +p12075,nuclear,0.0,0.0,0.0,0.0,0.0 +p12075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12075,pv,0.0,0.0,48.30000000000291,96.60000000000582,144.9 +p12075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12075,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12077,battery,0.0,0.0,0.0,0.0,0.0 +p12077,biomass,0.0,0.0,0.0,0.0,0.0 +p12077,coal,0.0,0.0,0.0,0.0,0.0 +p12077,csp,0.0,0.0,0.0,0.0,0.0 +p12077,gas,0.0,0.0,0.0,0.0,0.0 +p12077,geothermal,0.0,0.0,0.0,0.0,0.0 +p12077,h2,0.0,0.0,0.0,0.0,0.0 +p12077,hydro,0.0,0.0,0.0,0.0,0.0 +p12077,nuclear,0.0,0.0,0.0,0.0,0.0 +p12077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12077,pv,0.0,0.0,49.9333333333343,99.8666666666686,149.8 +p12077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12079,battery,0.0,0.0,0.0,0.0,0.0 +p12079,biomass,0.0,0.0,0.0,0.0,0.0 +p12079,coal,0.0,0.0,0.0,0.0,0.0 +p12079,csp,0.0,0.0,0.0,0.0,0.0 +p12079,gas,0.0,0.0,0.0,0.0,0.0 +p12079,geothermal,0.0,0.0,0.0,0.0,0.0 +p12079,h2,0.0,0.0,0.0,0.0,0.0 +p12079,hydro,0.0,0.0,0.0,0.0,0.0 +p12079,nuclear,0.0,0.0,0.0,0.0,0.0 +p12079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12079,pv,0.0,0.0,99.73333333336632,199.46666666667443,299.20000000000005 +p12079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12081,battery,0.0,0.0,0.0,0.0,0.0 +p12081,biomass,0.0,0.0,0.0,0.0,0.0 +p12081,coal,0.0,0.0,0.0,0.0,0.0 +p12081,csp,0.0,0.0,0.0,0.0,0.0 +p12081,gas,0.0,0.0,29.0,58.0,87.0 +p12081,geothermal,0.0,0.0,0.0,0.0,0.0 +p12081,h2,0.0,0.0,0.0,0.0,0.0 +p12081,hydro,0.0,0.0,0.0,0.0,0.0 +p12081,nuclear,0.0,0.0,0.0,0.0,0.0 +p12081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12081,pv,0.0,0.0,198.66666666662786,397.33333333331393,596.0 +p12081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12083,battery,0.0,0.0,0.0,0.0,0.0 +p12083,biomass,0.0,0.0,0.0,0.0,0.0 +p12083,coal,0.0,0.0,0.0,0.0,0.0 +p12083,csp,0.0,0.0,0.0,0.0,0.0 +p12083,gas,0.0,0.0,0.0,0.0,0.0 +p12083,geothermal,0.0,0.0,0.0,0.0,0.0 +p12083,h2,0.0,0.0,0.0,0.0,0.0 +p12083,hydro,0.0,0.0,0.0,0.0,0.0 +p12083,nuclear,0.0,0.0,0.0,0.0,0.0 +p12083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12083,pv,0.0,0.0,24.96666666666715,49.9333333333343,74.9 +p12083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12085,battery,0.0,0.0,0.0,0.0,0.0 +p12085,biomass,0.0,0.0,0.0,0.0,0.0 +p12085,coal,0.0,0.0,0.0,0.0,0.0 +p12085,csp,0.0,0.0,0.0,0.0,0.0 +p12085,gas,0.0,0.0,20.0,40.0,60.0 +p12085,geothermal,0.0,0.0,0.0,0.0,0.0 +p12085,h2,0.0,0.0,0.0,0.0,0.0 +p12085,hydro,0.0,0.0,0.0,0.0,0.0 +p12085,nuclear,0.0,0.0,0.0,0.0,0.0 +p12085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12085,pv,0.0,0.0,322.8333333332557,645.6666666666279,968.5 +p12085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12086,battery,0.0,0.0,0.0,0.0,0.0 +p12086,biomass,0.0,0.0,0.0,0.0,0.0 +p12086,coal,0.0,0.0,0.0,0.0,0.0 +p12086,csp,0.0,0.0,0.0,0.0,0.0 +p12086,gas,0.0,0.0,0.0,0.0,0.0 +p12086,geothermal,0.0,0.0,0.0,0.0,0.0 +p12086,h2,0.0,0.0,0.0,0.0,0.0 +p12086,hydro,0.0,0.0,0.0,0.0,0.0 +p12086,nuclear,0.0,0.0,866.6666666665114,1733.3333333332557,2600.0 +p12086,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12086,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 +p12086,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12086,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12089,battery,0.0,0.0,0.0,0.0,0.0 +p12089,biomass,0.0,0.0,0.0,0.0,0.0 +p12089,coal,0.0,0.0,0.0,0.0,0.0 +p12089,csp,0.0,0.0,0.0,0.0,0.0 +p12089,gas,0.0,0.0,0.0,0.0,0.0 +p12089,geothermal,0.0,0.0,0.0,0.0,0.0 +p12089,h2,0.0,0.0,0.0,0.0,0.0 +p12089,hydro,0.0,0.0,0.0,0.0,0.0 +p12089,nuclear,0.0,0.0,0.0,0.0,0.0 +p12089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12089,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 +p12089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12091,csp,0.0,0.0,0.0,0.0,0.0 +p12093,battery,0.0,0.0,0.0,0.0,0.0 +p12093,biomass,0.0,0.0,0.0,0.0,0.0 +p12093,coal,0.0,0.0,0.0,0.0,0.0 +p12093,csp,0.0,0.0,0.0,0.0,0.0 +p12093,gas,0.0,0.0,0.0,0.0,0.0 +p12093,geothermal,0.0,0.0,0.0,0.0,0.0 +p12093,h2,0.0,0.0,0.0,0.0,0.0 +p12093,hydro,0.0,0.0,0.0,0.0,0.0 +p12093,nuclear,0.0,0.0,0.0,0.0,0.0 +p12093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12093,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 +p12093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12095,battery,0.0,0.0,0.0,0.0,0.0 +p12095,biomass,0.0,0.0,0.0,0.0,0.0 +p12095,coal,0.0,0.0,0.0,0.0,0.0 +p12095,gas,0.0,0.0,4.0,8.0,12.0 +p12095,geothermal,0.0,0.0,0.0,0.0,0.0 +p12095,h2,0.0,0.0,0.0,0.0,0.0 +p12095,hydro,0.0,0.0,0.0,0.0,0.0 +p12095,nuclear,0.0,0.0,0.0,0.0,0.0 +p12095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12095,pv,0.0,0.0,94.89999999999418,189.79999999998836,284.70000000000005 +p12095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12097,battery,0.0,0.0,0.0,0.0,0.0 +p12097,biomass,0.0,0.0,0.0,0.0,0.0 +p12097,coal,0.0,0.0,0.0,0.0,0.0 +p12097,csp,0.0,0.0,0.0,0.0,0.0 +p12097,gas,277.5,555.0,910.6666666667443,1266.3333333333721,1622.0 +p12097,geothermal,0.0,0.0,0.0,0.0,0.0 +p12097,h2,0.0,0.0,0.0,0.0,0.0 +p12097,hydro,0.0,0.0,0.0,0.0,0.0 +p12097,nuclear,0.0,0.0,0.0,0.0,0.0 +p12097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12097,pv,0.0,0.0,124.43333333331975,248.8666666666686,373.3 +p12097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12099,csp,0.0,0.0,0.0,0.0,0.0 +p12101,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p12101,biomass,0.0,0.0,4.369666666667399,8.73933333333298,13.109 +p12101,coal,0.0,0.0,0.0,0.0,0.0 +p12101,csp,0.0,0.0,0.0,0.0,0.0 +p12101,gas,0.0,0.0,191.66666666662786,383.33333333331393,575.0 +p12101,geothermal,0.0,0.0,0.0,0.0,0.0 +p12101,h2,0.0,0.0,0.0,0.0,0.0 +p12101,hydro,0.0,0.0,0.0,0.0,0.0 +p12101,nuclear,0.0,0.0,0.0,0.0,0.0 +p12101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12101,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 +p12101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12103,battery,0.0,0.0,75.0,150.0,225.0 +p12103,biomass,0.0,0.0,0.0,0.0,0.0 +p12103,coal,0.0,0.0,0.0,0.0,0.0 +p12103,csp,0.0,0.0,0.0,0.0,0.0 +p12103,gas,0.0,0.0,57.333333333343035,114.66666666667152,172.0 +p12103,geothermal,0.0,0.0,0.0,0.0,0.0 +p12103,h2,0.0,0.0,0.0,0.0,0.0 +p12103,hydro,0.0,0.0,0.0,0.0,0.0 +p12103,nuclear,0.0,0.0,0.0,0.0,0.0 +p12103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12103,pv,0.0,0.0,0.0,0.0,0.0 +p12103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12105,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p12105,biomass,0.0,0.0,0.0,0.0,0.0 +p12105,coal,0.0,0.0,0.0,0.0,0.0 +p12105,csp,0.0,0.0,0.0,0.0,0.0 +p12105,gas,0.0,0.0,72.0,144.0,216.0 +p12105,geothermal,0.0,0.0,0.0,0.0,0.0 +p12105,h2,0.0,0.0,0.0,0.0,0.0 +p12105,hydro,0.0,0.0,0.0,0.0,0.0 +p12105,nuclear,0.0,0.0,0.0,0.0,0.0 +p12105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12105,pv,27.5,55.0,103.80000000000291,152.60000000000582,201.4 +p12105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12107,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p12107,biomass,0.0,0.0,0.0,0.0,0.0 +p12107,coal,0.0,0.0,0.0,0.0,0.0 +p12107,csp,0.0,0.0,0.0,0.0,0.0 +p12107,gas,0.0,0.0,0.0,0.0,0.0 +p12107,geothermal,0.0,0.0,0.0,0.0,0.0 +p12107,h2,0.0,0.0,0.0,0.0,0.0 +p12107,hydro,0.0,0.0,0.0,0.0,0.0 +p12107,nuclear,0.0,0.0,0.0,0.0,0.0 +p12107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12107,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 +p12107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12111,battery,0.0,0.0,0.0,0.0,0.0 +p12111,biomass,0.0,0.0,0.0,0.0,0.0 +p12111,coal,0.0,0.0,0.0,0.0,0.0 +p12111,csp,0.0,0.0,0.0,0.0,0.0 +p12111,gas,0.0,0.0,0.0,0.0,0.0 +p12111,geothermal,0.0,0.0,0.0,0.0,0.0 +p12111,h2,0.0,0.0,0.0,0.0,0.0 +p12111,hydro,0.0,0.0,0.0,0.0,0.0 +p12111,nuclear,0.0,0.0,0.0,0.0,0.0 +p12111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12111,pv,0.0,0.0,596.0,1192.0,1788.0 +p12111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12113,csp,0.0,0.0,0.0,0.0,0.0 +p12119,battery,0.0,0.0,0.0,0.0,0.0 +p12119,biomass,0.0,0.0,0.0,0.0,0.0 +p12119,coal,0.0,0.0,0.0,0.0,0.0 +p12119,csp,0.0,0.0,0.0,0.0,0.0 +p12119,gas,0.0,0.0,0.0,0.0,0.0 +p12119,geothermal,0.0,0.0,0.0,0.0,0.0 +p12119,h2,0.0,0.0,0.0,0.0,0.0 +p12119,hydro,0.0,0.0,0.0,0.0,0.0 +p12119,nuclear,0.0,0.0,0.0,0.0,0.0 +p12119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12119,pv,0.0,0.0,49.9333333333343,99.8666666666686,149.8 +p12119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12121,battery,0.0,0.0,0.0,0.0,0.0 +p12121,biomass,0.0,0.0,0.0,0.0,0.0 +p12121,coal,0.0,0.0,0.0,0.0,0.0 +p12121,csp,0.0,0.0,0.0,0.0,0.0 +p12121,gas,0.0,0.0,0.0,0.0,0.0 +p12121,geothermal,0.0,0.0,0.0,0.0,0.0 +p12121,h2,0.0,0.0,0.0,0.0,0.0 +p12121,hydro,0.0,0.0,0.0,0.0,0.0 +p12121,nuclear,0.0,0.0,0.0,0.0,0.0 +p12121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12121,pv,0.0,0.0,99.8666666666686,199.7333333333372,299.6 +p12121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12123,csp,0.0,0.0,0.0,0.0,0.0 +p12125,battery,0.0,0.0,0.0,0.0,0.0 +p12125,biomass,0.0,0.0,0.0,0.0,0.0 +p12125,coal,0.0,0.0,0.0,0.0,0.0 +p12125,csp,0.0,0.0,0.0,0.0,0.0 +p12125,gas,0.0,0.0,0.0,0.0,0.0 +p12125,geothermal,0.0,0.0,0.0,0.0,0.0 +p12125,h2,0.0,0.0,0.0,0.0,0.0 +p12125,hydro,0.0,0.0,0.0,0.0,0.0 +p12125,nuclear,0.0,0.0,0.0,0.0,0.0 +p12125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12125,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 +p12125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12125,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12127,battery,0.0,0.0,0.0,0.0,0.0 +p12127,biomass,0.0,0.0,0.0,0.0,0.0 +p12127,coal,0.0,0.0,0.0,0.0,0.0 +p12127,csp,0.0,0.0,0.0,0.0,0.0 +p12127,gas,0.0,0.0,25.333333333328483,50.66666666666424,76.0 +p12127,geothermal,0.0,0.0,0.0,0.0,0.0 +p12127,h2,0.0,0.0,0.0,0.0,0.0 +p12127,hydro,0.0,0.0,0.0,0.0,0.0 +p12127,nuclear,0.0,0.0,0.0,0.0,0.0 +p12127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12127,pv,0.0,0.0,0.0,0.0,0.0 +p12127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12131,battery,0.0,0.0,0.0,0.0,0.0 +p12131,biomass,0.0,0.0,0.0,0.0,0.0 +p12131,coal,0.0,0.0,0.0,0.0,0.0 +p12131,csp,0.0,0.0,0.0,0.0,0.0 +p12131,gas,0.0,0.0,0.0,0.0,0.0 +p12131,geothermal,0.0,0.0,0.0,0.0,0.0 +p12131,h2,0.0,0.0,0.0,0.0,0.0 +p12131,hydro,0.0,0.0,0.0,0.0,0.0 +p12131,nuclear,0.0,0.0,0.0,0.0,0.0 +p12131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p12131,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 +p12131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p12131,wind-ons,0.0,0.0,0.0,0.0,0.0 +p12133,csp,0.0,0.0,0.0,0.0,0.0 +p13001,battery,0.0,0.0,0.0,0.0,0.0 +p13001,biomass,0.0,0.0,0.0,0.0,0.0 +p13001,coal,0.0,0.0,0.0,0.0,0.0 +p13001,csp,0.0,0.0,0.0,0.0,0.0 +p13001,gas,0.0,0.0,0.0,0.0,0.0 +p13001,geothermal,0.0,0.0,0.0,0.0,0.0 +p13001,h2,0.0,0.0,0.0,0.0,0.0 +p13001,hydro,0.0,0.0,0.0,0.0,0.0 +p13001,nuclear,0.0,0.0,41.666666666656965,83.33333333332848,125.0 +p13001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13001,pv,0.0,0.0,31.666666666671517,63.33333333333576,95.0 +p13001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13005,battery,0.0,0.0,0.0,0.0,0.0 +p13005,biomass,0.0,0.0,0.0,0.0,0.0 +p13005,coal,0.0,0.0,0.0,0.0,0.0 +p13005,csp,0.0,0.0,0.0,0.0,0.0 +p13005,gas,0.0,0.0,0.0,0.0,0.0 +p13005,geothermal,0.0,0.0,0.0,0.0,0.0 +p13005,h2,0.0,0.0,0.0,0.0,0.0 +p13005,hydro,0.0,0.0,0.0,0.0,0.0 +p13005,nuclear,0.0,0.0,0.0,0.0,0.0 +p13005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13005,pv,0.0,0.0,100.0,200.0,300.0 +p13005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13009,battery,0.0,0.0,0.0,0.0,0.0 +p13009,biomass,0.0,0.0,0.0,0.0,0.0 +p13009,coal,0.0,0.0,0.0,0.0,0.0 +p13009,csp,0.0,0.0,0.0,0.0,0.0 +p13009,gas,0.0,0.0,0.0,0.0,0.0 +p13009,geothermal,0.0,0.0,0.0,0.0,0.0 +p13009,h2,0.0,0.0,0.0,0.0,0.0 +p13009,hydro,0.0,0.0,0.0,0.0,0.0 +p13009,nuclear,0.0,0.0,0.0,0.0,0.0 +p13009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13009,pv,91.5,183.0,244.0,305.0,366.0 +p13009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13015,battery,125.0,250.0,333.33333333331393,416.66666666665697,500.0 +p13015,biomass,0.0,0.0,0.0,0.0,0.0 +p13015,coal,0.0,0.0,0.0,0.0,0.0 +p13015,csp,0.0,0.0,0.0,0.0,0.0 +p13015,gas,1444.0,2888.0,2888.0,2888.0,2888.0 +p13015,geothermal,0.0,0.0,0.0,0.0,0.0 +p13015,h2,0.0,0.0,0.0,0.0,0.0 +p13015,hydro,0.0,0.0,0.0,0.0,0.0 +p13015,nuclear,0.0,0.0,0.0,0.0,0.0 +p13015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13015,pv,100.0,200.0,200.0,200.0,200.0 +p13015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13027,battery,0.0,0.0,0.0,0.0,0.0 +p13027,biomass,0.0,0.0,0.0,0.0,0.0 +p13027,coal,0.0,0.0,0.0,0.0,0.0 +p13027,csp,0.0,0.0,0.0,0.0,0.0 +p13027,gas,0.0,0.0,0.0,0.0,0.0 +p13027,geothermal,0.0,0.0,0.0,0.0,0.0 +p13027,h2,0.0,0.0,0.0,0.0,0.0 +p13027,hydro,0.0,0.0,0.0,0.0,0.0 +p13027,nuclear,0.0,0.0,0.0,0.0,0.0 +p13027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13027,pv,0.0,0.0,47.0,94.0,141.0 +p13027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13033,battery,0.0,0.0,0.0,0.0,0.0 +p13033,biomass,0.0,0.0,0.0,0.0,0.0 +p13033,coal,0.0,0.0,0.0,0.0,0.0 +p13033,csp,0.0,0.0,0.0,0.0,0.0 +p13033,gas,0.0,0.0,0.0,0.0,0.0 +p13033,geothermal,0.0,0.0,0.0,0.0,0.0 +p13033,h2,0.0,0.0,0.0,0.0,0.0 +p13033,hydro,0.0,0.0,0.0,0.0,0.0 +p13033,nuclear,0.0,0.0,55.333333333343035,110.66666666667152,166.0 +p13033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13033,pv,20.0,40.0,140.0,240.0,340.0 +p13033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13039,battery,0.0,0.0,0.0,0.0,0.0 +p13039,biomass,0.0,0.0,0.0,0.0,0.0 +p13039,coal,0.0,0.0,0.0,0.0,0.0 +p13039,csp,0.0,0.0,0.0,0.0,0.0 +p13039,gas,0.0,0.0,0.0,0.0,0.0 +p13039,geothermal,0.0,0.0,0.0,0.0,0.0 +p13039,h2,0.0,0.0,0.0,0.0,0.0 +p13039,hydro,0.0,0.0,0.0,0.0,0.0 +p13039,nuclear,0.0,0.0,0.0,0.0,0.0 +p13039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13039,pv,0.0,0.0,34.0,68.0,102.0 +p13039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13043,battery,0.0,0.0,0.0,0.0,0.0 +p13043,biomass,0.0,0.0,0.0,0.0,0.0 +p13043,coal,0.0,0.0,0.0,0.0,0.0 +p13043,csp,0.0,0.0,0.0,0.0,0.0 +p13043,gas,0.0,0.0,0.0,0.0,0.0 +p13043,geothermal,0.0,0.0,0.0,0.0,0.0 +p13043,h2,0.0,0.0,0.0,0.0,0.0 +p13043,hydro,0.0,0.0,0.0,0.0,0.0 +p13043,nuclear,0.0,0.0,0.0,0.0,0.0 +p13043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13043,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p13043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13045,battery,50.0,100.0,100.0,100.0,100.0 +p13045,biomass,0.0,0.0,0.0,0.0,0.0 +p13045,coal,0.0,0.0,0.0,0.0,0.0 +p13045,csp,0.0,0.0,0.0,0.0,0.0 +p13045,gas,0.0,0.0,0.0,0.0,0.0 +p13045,geothermal,0.0,0.0,0.0,0.0,0.0 +p13045,h2,0.0,0.0,0.0,0.0,0.0 +p13045,hydro,0.0,0.0,0.0,0.0,0.0 +p13045,nuclear,0.0,0.0,0.0,0.0,0.0 +p13045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13045,pv,0.0,0.0,0.0,0.0,0.0 +p13045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13049,battery,0.0,0.0,0.0,0.0,0.0 +p13049,biomass,0.0,0.0,0.0,0.0,0.0 +p13049,coal,0.0,0.0,0.0,0.0,0.0 +p13049,csp,0.0,0.0,0.0,0.0,0.0 +p13049,gas,0.0,0.0,0.0,0.0,0.0 +p13049,geothermal,0.0,0.0,0.0,0.0,0.0 +p13049,h2,0.0,0.0,0.0,0.0,0.0 +p13049,hydro,0.0,0.0,0.0,0.0,0.0 +p13049,nuclear,0.0,0.0,0.0,0.0,0.0 +p13049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13049,pv,0.0,0.0,40.0,80.0,120.0 +p13049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13051,csp,0.0,0.0,0.0,0.0,0.0 +p13057,battery,265.0,530.0,530.0,530.0,530.0 +p13057,biomass,0.0,0.0,0.0,0.0,0.0 +p13057,coal,0.0,0.0,0.0,0.0,0.0 +p13057,csp,0.0,0.0,0.0,0.0,0.0 +p13057,gas,0.0,0.0,0.0,0.0,0.0 +p13057,geothermal,0.0,0.0,0.0,0.0,0.0 +p13057,h2,0.0,0.0,0.0,0.0,0.0 +p13057,hydro,0.0,0.0,0.0,0.0,0.0 +p13057,nuclear,0.0,0.0,0.0,0.0,0.0 +p13057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13057,pv,0.0,0.0,0.0,0.0,0.0 +p13057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13059,csp,0.0,0.0,0.0,0.0,0.0 +p13063,csp,0.0,0.0,0.0,0.0,0.0 +p13065,csp,0.0,0.0,0.0,0.0,0.0 +p13069,battery,0.0,0.0,0.0,0.0,0.0 +p13069,biomass,0.0,0.0,0.0,0.0,0.0 +p13069,coal,0.0,0.0,0.0,0.0,0.0 +p13069,csp,0.0,0.0,0.0,0.0,0.0 +p13069,gas,0.0,0.0,0.0,0.0,0.0 +p13069,geothermal,0.0,0.0,0.0,0.0,0.0 +p13069,h2,0.0,0.0,0.0,0.0,0.0 +p13069,hydro,0.0,0.0,0.0,0.0,0.0 +p13069,nuclear,0.0,0.0,0.0,0.0,0.0 +p13069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13069,pv,100.0,200.0,200.0,200.0,200.0 +p13069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13071,battery,0.0,0.0,0.0,0.0,0.0 +p13071,biomass,0.0,0.0,0.0,0.0,0.0 +p13071,coal,0.0,0.0,0.0,0.0,0.0 +p13071,gas,0.0,0.0,0.0,0.0,0.0 +p13071,geothermal,0.0,0.0,0.0,0.0,0.0 +p13071,h2,0.0,0.0,0.0,0.0,0.0 +p13071,hydro,0.0,0.0,0.0,0.0,0.0 +p13071,nuclear,0.0,0.0,0.0,0.0,0.0 +p13071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13071,pv,0.0,0.0,43.333333333343035,86.66666666667152,130.0 +p13071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13077,battery,160.0,320.0,403.33333333331393,486.66666666665697,570.0 +p13077,biomass,0.0,0.0,0.0,0.0,0.0 +p13077,coal,0.0,0.0,0.0,0.0,0.0 +p13077,csp,0.0,0.0,0.0,0.0,0.0 +p13077,gas,616.5,1233.0,1486.0333333332674,1739.0666666666511,1992.1 +p13077,geothermal,0.0,0.0,0.0,0.0,0.0 +p13077,h2,0.0,0.0,0.0,0.0,0.0 +p13077,hydro,0.0,0.0,0.0,0.0,0.0 +p13077,nuclear,0.0,0.0,0.0,0.0,0.0 +p13077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13077,pv,0.0,0.0,0.0,0.0,0.0 +p13077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13079,battery,0.0,0.0,0.0,0.0,0.0 +p13079,biomass,0.0,0.0,0.0,0.0,0.0 +p13079,coal,0.0,0.0,0.0,0.0,0.0 +p13079,csp,0.0,0.0,0.0,0.0,0.0 +p13079,gas,0.0,0.0,0.0,0.0,0.0 +p13079,geothermal,0.0,0.0,0.0,0.0,0.0 +p13079,h2,0.0,0.0,0.0,0.0,0.0 +p13079,hydro,0.0,0.0,0.0,0.0,0.0 +p13079,nuclear,0.0,0.0,0.0,0.0,0.0 +p13079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13079,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p13079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13087,battery,0.0,0.0,0.0,0.0,0.0 +p13087,biomass,0.0,0.0,0.0,0.0,0.0 +p13087,coal,0.0,0.0,0.0,0.0,0.0 +p13087,csp,0.0,0.0,0.0,0.0,0.0 +p13087,gas,0.0,0.0,0.0,0.0,0.0 +p13087,geothermal,0.0,0.0,0.0,0.0,0.0 +p13087,h2,0.0,0.0,0.0,0.0,0.0 +p13087,hydro,0.0,0.0,0.0,0.0,0.0 +p13087,nuclear,0.0,0.0,0.0,0.0,0.0 +p13087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13087,pv,289.515,579.03,579.03,579.03,579.03 +p13087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13091,battery,0.0,0.0,0.0,0.0,0.0 +p13091,biomass,0.0,0.0,0.0,0.0,0.0 +p13091,coal,0.0,0.0,0.0,0.0,0.0 +p13091,csp,0.0,0.0,0.0,0.0,0.0 +p13091,gas,0.0,0.0,0.0,0.0,0.0 +p13091,geothermal,0.0,0.0,0.0,0.0,0.0 +p13091,h2,0.0,0.0,0.0,0.0,0.0 +p13091,hydro,0.0,0.0,0.0,0.0,0.0 +p13091,nuclear,0.0,0.0,0.0,0.0,0.0 +p13091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13091,pv,60.1,120.2,250.20000000001164,380.20000000001164,510.2 +p13091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13095,battery,0.0,0.0,40.0,80.0,120.0 +p13095,biomass,0.0,0.0,0.0,0.0,0.0 +p13095,coal,0.0,0.0,0.0,0.0,0.0 +p13095,gas,0.0,0.0,0.0,0.0,0.0 +p13095,geothermal,0.0,0.0,0.0,0.0,0.0 +p13095,h2,0.0,0.0,0.0,0.0,0.0 +p13095,hydro,0.0,0.0,0.0,0.0,0.0 +p13095,nuclear,0.0,0.0,0.0,0.0,0.0 +p13095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13095,pv,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p13095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13097,csp,0.0,0.0,0.0,0.0,0.0 +p13099,csp,0.0,0.0,0.0,0.0,0.0 +p13103,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p13103,biomass,0.0,0.0,0.0,0.0,0.0 +p13103,coal,0.0,0.0,0.0,0.0,0.0 +p13103,csp,0.0,0.0,0.0,0.0,0.0 +p13103,gas,361.0,722.0,1022.0,1322.0,1622.0 +p13103,geothermal,0.0,0.0,0.0,0.0,0.0 +p13103,h2,0.0,0.0,0.0,0.0,0.0 +p13103,hydro,0.0,0.0,0.0,0.0,0.0 +p13103,nuclear,0.0,0.0,0.0,0.0,0.0 +p13103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13103,pv,0.0,0.0,0.0,0.0,0.0 +p13103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13105,battery,0.0,0.0,0.0,0.0,0.0 +p13105,biomass,0.0,0.0,0.0,0.0,0.0 +p13105,coal,0.0,0.0,0.0,0.0,0.0 +p13105,csp,0.0,0.0,0.0,0.0,0.0 +p13105,gas,0.0,0.0,0.0,0.0,0.0 +p13105,geothermal,0.0,0.0,0.0,0.0,0.0 +p13105,h2,0.0,0.0,0.0,0.0,0.0 +p13105,hydro,0.0,0.0,0.0,0.0,0.0 +p13105,nuclear,0.0,0.0,0.0,0.0,0.0 +p13105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13105,pv,0.0,0.0,26.333333333328483,52.66666666666424,79.0 +p13105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13107,battery,0.0,0.0,0.0,0.0,0.0 +p13107,biomass,0.0,0.0,0.0,0.0,0.0 +p13107,coal,0.0,0.0,0.0,0.0,0.0 +p13107,csp,0.0,0.0,0.0,0.0,0.0 +p13107,gas,0.0,0.0,0.0,0.0,0.0 +p13107,geothermal,0.0,0.0,0.0,0.0,0.0 +p13107,h2,0.0,0.0,0.0,0.0,0.0 +p13107,hydro,0.0,0.0,0.0,0.0,0.0 +p13107,nuclear,0.0,0.0,0.0,0.0,0.0 +p13107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13107,pv,194.0,388.0,438.0,488.0,538.0 +p13107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13115,battery,36.25,72.5,136.66666666665697,200.83333333332848,265.0 +p13115,biomass,0.0,0.0,0.0,0.0,0.0 +p13115,coal,0.0,0.0,0.0,0.0,0.0 +p13115,csp,0.0,0.0,0.0,0.0,0.0 +p13115,gas,0.0,0.0,0.0,0.0,0.0 +p13115,geothermal,0.0,0.0,0.0,0.0,0.0 +p13115,h2,0.0,0.0,0.0,0.0,0.0 +p13115,hydro,0.0,0.0,0.0,0.0,0.0 +p13115,nuclear,0.0,0.0,0.0,0.0,0.0 +p13115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13115,pv,0.0,0.0,75.0,150.0,225.0 +p13115,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13115,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13121,battery,0.0,0.0,100.0,200.0,300.0 +p13121,biomass,0.0,0.0,0.0,0.0,0.0 +p13121,coal,0.0,0.0,0.0,0.0,0.0 +p13121,csp,0.0,0.0,0.0,0.0,0.0 +p13121,gas,0.0,0.0,0.0,0.0,0.0 +p13121,geothermal,0.0,0.0,0.0,0.0,0.0 +p13121,h2,0.0,0.0,0.0,0.0,0.0 +p13121,hydro,0.0,0.0,0.0,0.0,0.0 +p13121,nuclear,0.0,0.0,0.0,0.0,0.0 +p13121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13121,pv,0.0,0.0,0.0,0.0,0.0 +p13121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13125,csp,0.0,0.0,0.0,0.0,0.0 +p13127,battery,0.0,0.0,0.0,0.0,0.0 +p13127,biomass,0.0,0.0,0.0,0.0,0.0 +p13127,coal,0.0,0.0,0.0,0.0,0.0 +p13127,csp,0.0,0.0,0.0,0.0,0.0 +p13127,gas,0.0,0.0,0.0,0.0,0.0 +p13127,geothermal,0.0,0.0,0.0,0.0,0.0 +p13127,h2,0.0,0.0,0.0,0.0,0.0 +p13127,hydro,0.0,0.0,0.0,0.0,0.0 +p13127,nuclear,0.0,0.0,0.0,0.0,0.0 +p13127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13127,pv,0.0,0.0,300.0,600.0,900.0 +p13127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13131,battery,0.0,0.0,0.0,0.0,0.0 +p13131,biomass,0.0,0.0,0.0,0.0,0.0 +p13131,coal,0.0,0.0,0.0,0.0,0.0 +p13131,gas,0.0,0.0,0.0,0.0,0.0 +p13131,geothermal,0.0,0.0,0.0,0.0,0.0 +p13131,h2,0.0,0.0,0.0,0.0,0.0 +p13131,hydro,0.0,0.0,0.0,0.0,0.0 +p13131,nuclear,0.0,0.0,0.0,0.0,0.0 +p13131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13131,pv,0.0,0.0,50.0,100.0,150.0 +p13131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13131,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13133,csp,0.0,0.0,0.0,0.0,0.0 +p13139,battery,125.0,250.0,250.0,250.0,250.0 +p13139,biomass,0.0,0.0,0.0,0.0,0.0 +p13139,coal,0.0,0.0,0.0,0.0,0.0 +p13139,gas,0.0,0.0,0.0,0.0,0.0 +p13139,geothermal,0.0,0.0,0.0,0.0,0.0 +p13139,h2,0.0,0.0,0.0,0.0,0.0 +p13139,hydro,0.0,0.0,0.0,0.0,0.0 +p13139,nuclear,0.0,0.0,0.0,0.0,0.0 +p13139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13139,pv,0.0,0.0,0.0,0.0,0.0 +p13139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13141,battery,0.0,0.0,350.0,700.0,1050.0 +p13141,biomass,0.0,0.0,0.0,0.0,0.0 +p13141,coal,0.0,0.0,0.0,0.0,0.0 +p13141,gas,0.0,0.0,253.03333333326736,506.06666666665114,759.1 +p13141,geothermal,0.0,0.0,0.0,0.0,0.0 +p13141,h2,0.0,0.0,0.0,0.0,0.0 +p13141,hydro,0.0,0.0,0.0,0.0,0.0 +p13141,nuclear,0.0,0.0,0.0,0.0,0.0 +p13141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13141,pv,0.0,0.0,55.0,110.0,165.0 +p13141,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13141,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13147,csp,0.0,0.0,0.0,0.0,0.0 +p13149,battery,250.0,500.0,500.0,500.0,500.0 +p13149,biomass,0.0,0.0,0.0,0.0,0.0 +p13149,coal,0.0,0.0,0.0,0.0,0.0 +p13149,csp,0.0,0.0,0.0,0.0,0.0 +p13149,gas,1724.5,3449.0,3535.0,3621.0,3707.0 +p13149,geothermal,0.0,0.0,0.0,0.0,0.0 +p13149,h2,0.0,0.0,0.0,0.0,0.0 +p13149,hydro,0.0,0.0,0.0,0.0,0.0 +p13149,nuclear,0.0,0.0,0.0,0.0,0.0 +p13149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13149,pv,0.0,0.0,0.0,0.0,0.0 +p13149,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13153,csp,0.0,0.0,0.0,0.0,0.0 +p13155,battery,0.0,0.0,0.0,0.0,0.0 +p13155,biomass,0.0,0.0,0.0,0.0,0.0 +p13155,coal,0.0,0.0,0.0,0.0,0.0 +p13155,csp,0.0,0.0,0.0,0.0,0.0 +p13155,gas,0.0,0.0,0.0,0.0,0.0 +p13155,geothermal,0.0,0.0,0.0,0.0,0.0 +p13155,h2,0.0,0.0,0.0,0.0,0.0 +p13155,hydro,0.0,0.0,0.0,0.0,0.0 +p13155,nuclear,0.0,0.0,0.0,0.0,0.0 +p13155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13155,pv,100.0,200.0,250.0,300.0,350.0 +p13155,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13155,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13157,battery,0.0,0.0,108.33333333331393,216.66666666665697,325.0 +p13157,biomass,0.0,0.0,0.0,0.0,0.0 +p13157,coal,0.0,0.0,0.0,0.0,0.0 +p13157,gas,0.0,0.0,0.0,0.0,0.0 +p13157,geothermal,0.0,0.0,0.0,0.0,0.0 +p13157,h2,0.0,0.0,0.0,0.0,0.0 +p13157,hydro,0.0,0.0,0.0,0.0,0.0 +p13157,nuclear,0.0,0.0,0.0,0.0,0.0 +p13157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13157,pv,0.0,0.0,0.0,0.0,0.0 +p13157,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13157,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13159,battery,0.0,0.0,0.0,0.0,0.0 +p13159,biomass,0.0,0.0,0.0,0.0,0.0 +p13159,coal,0.0,0.0,0.0,0.0,0.0 +p13159,csp,0.0,0.0,0.0,0.0,0.0 +p13159,gas,0.0,0.0,0.0,0.0,0.0 +p13159,geothermal,0.0,0.0,0.0,0.0,0.0 +p13159,h2,0.0,0.0,0.0,0.0,0.0 +p13159,hydro,0.0,0.0,0.0,0.0,0.0 +p13159,nuclear,0.0,0.0,0.0,0.0,0.0 +p13159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13159,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p13159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13159,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13161,csp,0.0,0.0,0.0,0.0,0.0 +p13163,battery,0.0,0.0,0.0,0.0,0.0 +p13163,biomass,0.0,0.0,0.0,0.0,0.0 +p13163,coal,0.0,0.0,0.0,0.0,0.0 +p13163,csp,0.0,0.0,0.0,0.0,0.0 +p13163,gas,0.0,0.0,0.0,0.0,0.0 +p13163,geothermal,0.0,0.0,0.0,0.0,0.0 +p13163,h2,0.0,0.0,0.0,0.0,0.0 +p13163,hydro,0.0,0.0,0.0,0.0,0.0 +p13163,nuclear,0.0,0.0,0.0,0.0,0.0 +p13163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13163,pv,163.75,327.5,643.8333333332557,960.1666666666279,1276.5 +p13163,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13165,battery,0.0,0.0,0.0,0.0,0.0 +p13165,biomass,0.0,0.0,0.0,0.0,0.0 +p13165,coal,0.0,0.0,0.0,0.0,0.0 +p13165,gas,0.0,0.0,0.0,0.0,0.0 +p13165,geothermal,0.0,0.0,0.0,0.0,0.0 +p13165,h2,0.0,0.0,0.0,0.0,0.0 +p13165,hydro,0.0,0.0,0.0,0.0,0.0 +p13165,nuclear,0.0,0.0,0.0,0.0,0.0 +p13165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13165,pv,0.0,0.0,21.666666666671517,43.33333333333576,65.0 +p13165,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13165,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13167,csp,0.0,0.0,0.0,0.0,0.0 +p13175,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p13175,biomass,0.0,0.0,0.0,0.0,0.0 +p13175,coal,0.0,0.0,0.0,0.0,0.0 +p13175,csp,0.0,0.0,0.0,0.0,0.0 +p13175,gas,0.0,0.0,0.0,0.0,0.0 +p13175,geothermal,0.0,0.0,0.0,0.0,0.0 +p13175,h2,0.0,0.0,0.0,0.0,0.0 +p13175,hydro,0.0,0.0,0.0,0.0,0.0 +p13175,nuclear,0.0,0.0,0.0,0.0,0.0 +p13175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13175,pv,287.5,575.0,788.0,1001.0,1214.0 +p13175,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13175,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13177,battery,0.0,0.0,0.0,0.0,0.0 +p13177,biomass,0.0,0.0,0.0,0.0,0.0 +p13177,coal,0.0,0.0,0.0,0.0,0.0 +p13177,csp,0.0,0.0,0.0,0.0,0.0 +p13177,gas,0.0,0.0,37.0,74.0,111.0 +p13177,geothermal,0.0,0.0,0.0,0.0,0.0 +p13177,h2,0.0,0.0,0.0,0.0,0.0 +p13177,hydro,0.0,0.0,0.0,0.0,0.0 +p13177,nuclear,0.0,0.0,0.0,0.0,0.0 +p13177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13177,pv,100.0,200.0,200.0,200.0,200.0 +p13177,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13177,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13179,battery,0.0,0.0,0.0,0.0,0.0 +p13179,biomass,0.0,0.0,0.0,0.0,0.0 +p13179,coal,0.0,0.0,0.0,0.0,0.0 +p13179,csp,0.0,0.0,0.0,0.0,0.0 +p13179,gas,0.0,0.0,0.0,0.0,0.0 +p13179,geothermal,0.0,0.0,0.0,0.0,0.0 +p13179,h2,0.0,0.0,0.0,0.0,0.0 +p13179,hydro,0.0,0.0,0.0,0.0,0.0 +p13179,nuclear,0.0,0.0,0.0,0.0,0.0 +p13179,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13179,pv,6.5,13.0,63.0,113.0,163.0 +p13179,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13179,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13181,csp,0.0,0.0,0.0,0.0,0.0 +p13185,battery,0.0,0.0,0.0,0.0,0.0 +p13185,biomass,0.0,0.0,0.0,0.0,0.0 +p13185,coal,0.0,0.0,0.0,0.0,0.0 +p13185,csp,0.0,0.0,0.0,0.0,0.0 +p13185,gas,0.0,0.0,0.0,0.0,0.0 +p13185,geothermal,0.0,0.0,0.0,0.0,0.0 +p13185,h2,0.0,0.0,0.0,0.0,0.0 +p13185,hydro,0.0,0.0,0.0,0.0,0.0 +p13185,nuclear,0.0,0.0,0.0,0.0,0.0 +p13185,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13185,pv,1.75,3.5,3.5,3.5,3.5 +p13185,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13185,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13189,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p13189,biomass,0.0,0.0,0.0,0.0,0.0 +p13189,coal,0.0,0.0,0.0,0.0,0.0 +p13189,csp,0.0,0.0,0.0,0.0,0.0 +p13189,gas,0.0,0.0,0.0,0.0,0.0 +p13189,geothermal,0.0,0.0,0.0,0.0,0.0 +p13189,h2,0.0,0.0,0.0,0.0,0.0 +p13189,hydro,0.0,0.0,0.0,0.0,0.0 +p13189,nuclear,0.0,0.0,0.0,0.0,0.0 +p13189,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13189,pv,125.0,250.0,333.33333333331393,416.66666666665697,500.0 +p13189,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13189,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13193,battery,0.0,0.0,0.0,0.0,0.0 +p13193,biomass,0.0,0.0,0.0,0.0,0.0 +p13193,coal,0.0,0.0,0.0,0.0,0.0 +p13193,csp,0.0,0.0,0.0,0.0,0.0 +p13193,gas,0.0,0.0,0.0,0.0,0.0 +p13193,geothermal,0.0,0.0,0.0,0.0,0.0 +p13193,h2,0.0,0.0,0.0,0.0,0.0 +p13193,hydro,0.0,0.0,0.0,0.0,0.0 +p13193,nuclear,0.0,0.0,0.0,0.0,0.0 +p13193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13193,pv,0.0,0.0,100.0,200.0,300.0 +p13193,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13193,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13197,battery,0.0,0.0,0.0,0.0,0.0 +p13197,biomass,0.0,0.0,0.0,0.0,0.0 +p13197,coal,0.0,0.0,0.0,0.0,0.0 +p13197,csp,0.0,0.0,0.0,0.0,0.0 +p13197,gas,0.0,0.0,0.0,0.0,0.0 +p13197,geothermal,0.0,0.0,0.0,0.0,0.0 +p13197,h2,0.0,0.0,0.0,0.0,0.0 +p13197,hydro,0.0,0.0,0.0,0.0,0.0 +p13197,nuclear,0.0,0.0,0.0,0.0,0.0 +p13197,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13197,pv,0.0,0.0,50.0,100.0,150.0 +p13197,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13197,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13199,battery,0.0,0.0,0.0,0.0,0.0 +p13199,biomass,0.0,0.0,0.0,0.0,0.0 +p13199,coal,0.0,0.0,0.0,0.0,0.0 +p13199,csp,0.0,0.0,0.0,0.0,0.0 +p13199,gas,0.0,0.0,0.0,0.0,0.0 +p13199,geothermal,0.0,0.0,0.0,0.0,0.0 +p13199,h2,0.0,0.0,0.0,0.0,0.0 +p13199,hydro,0.0,0.0,0.0,0.0,0.0 +p13199,nuclear,0.0,0.0,0.0,0.0,0.0 +p13199,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13199,pv,0.0,0.0,41.666666666656965,83.33333333332848,125.0 +p13199,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13199,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13201,battery,0.0,0.0,0.0,0.0,0.0 +p13201,biomass,0.0,0.0,0.0,0.0,0.0 +p13201,coal,0.0,0.0,0.0,0.0,0.0 +p13201,csp,0.0,0.0,0.0,0.0,0.0 +p13201,gas,0.0,0.0,0.0,0.0,0.0 +p13201,geothermal,0.0,0.0,0.0,0.0,0.0 +p13201,h2,0.0,0.0,0.0,0.0,0.0 +p13201,hydro,0.0,0.0,0.0,0.0,0.0 +p13201,nuclear,0.0,0.0,0.0,0.0,0.0 +p13201,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13201,pv,0.0,0.0,25.0,50.0,75.0 +p13201,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13201,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13205,battery,0.0,0.0,0.0,0.0,0.0 +p13205,biomass,0.0,0.0,0.0,0.0,0.0 +p13205,coal,0.0,0.0,0.0,0.0,0.0 +p13205,csp,0.0,0.0,0.0,0.0,0.0 +p13205,gas,0.0,0.0,520.0,1040.0,1560.0 +p13205,geothermal,0.0,0.0,0.0,0.0,0.0 +p13205,h2,0.0,0.0,0.0,0.0,0.0 +p13205,hydro,0.0,0.0,0.0,0.0,0.0 +p13205,nuclear,0.0,0.0,0.0,0.0,0.0 +p13205,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13205,pv,205.0,410.0,545.8666666666395,681.7333333333372,817.6 +p13205,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13205,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13207,battery,0.0,0.0,0.0,0.0,0.0 +p13207,biomass,0.0,0.0,0.0,0.0,0.0 +p13207,coal,0.0,0.0,0.0,0.0,0.0 +p13207,csp,0.0,0.0,0.0,0.0,0.0 +p13207,gas,0.0,0.0,666.6666666665114,1333.3333333332557,2000.0 +p13207,geothermal,0.0,0.0,0.0,0.0,0.0 +p13207,h2,0.0,0.0,0.0,0.0,0.0 +p13207,hydro,0.0,0.0,0.0,0.0,0.0 +p13207,nuclear,0.0,0.0,0.0,0.0,0.0 +p13207,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13207,pv,0.0,0.0,0.0,0.0,0.0 +p13207,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13207,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13209,csp,0.0,0.0,0.0,0.0,0.0 +p13221,battery,0.0,0.0,0.0,0.0,0.0 +p13221,biomass,0.0,0.0,0.0,0.0,0.0 +p13221,coal,0.0,0.0,0.0,0.0,0.0 +p13221,csp,0.0,0.0,0.0,0.0,0.0 +p13221,gas,0.0,0.0,0.0,0.0,0.0 +p13221,geothermal,0.0,0.0,0.0,0.0,0.0 +p13221,h2,0.0,0.0,0.0,0.0,0.0 +p13221,hydro,0.0,0.0,0.0,0.0,0.0 +p13221,nuclear,0.0,0.0,0.0,0.0,0.0 +p13221,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13221,pv,49.0,98.0,98.0,98.0,98.0 +p13221,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13221,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13223,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p13223,biomass,0.0,0.0,0.0,0.0,0.0 +p13223,coal,0.0,0.0,0.0,0.0,0.0 +p13223,gas,0.0,0.0,0.0,0.0,0.0 +p13223,geothermal,0.0,0.0,0.0,0.0,0.0 +p13223,h2,0.0,0.0,0.0,0.0,0.0 +p13223,hydro,0.0,0.0,0.0,0.0,0.0 +p13223,nuclear,0.0,0.0,0.0,0.0,0.0 +p13223,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13223,pv,0.0,0.0,0.0,0.0,0.0 +p13223,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13223,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13229,battery,0.0,0.0,0.0,0.0,0.0 +p13229,biomass,0.0,0.0,0.0,0.0,0.0 +p13229,coal,0.0,0.0,0.0,0.0,0.0 +p13229,csp,0.0,0.0,0.0,0.0,0.0 +p13229,gas,0.0,0.0,0.0,0.0,0.0 +p13229,geothermal,0.0,0.0,0.0,0.0,0.0 +p13229,h2,0.0,0.0,0.0,0.0,0.0 +p13229,hydro,0.0,0.0,0.0,0.0,0.0 +p13229,nuclear,0.0,0.0,0.0,0.0,0.0 +p13229,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13229,pv,58.75,117.5,117.5,117.5,117.5 +p13229,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13229,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13231,battery,0.0,0.0,0.0,0.0,0.0 +p13231,biomass,0.0,0.0,0.0,0.0,0.0 +p13231,coal,0.0,0.0,0.0,0.0,0.0 +p13231,gas,0.0,0.0,0.0,0.0,0.0 +p13231,geothermal,0.0,0.0,0.0,0.0,0.0 +p13231,h2,0.0,0.0,0.0,0.0,0.0 +p13231,hydro,0.0,0.0,0.0,0.0,0.0 +p13231,nuclear,0.0,0.0,0.0,0.0,0.0 +p13231,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13231,pv,0.0,0.0,40.0,80.0,120.0 +p13231,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13231,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13233,csp,0.0,0.0,0.0,0.0,0.0 +p13235,csp,0.0,0.0,0.0,0.0,0.0 +p13237,battery,75.0,150.0,150.0,150.0,150.0 +p13237,biomass,0.0,0.0,0.0,0.0,0.0 +p13237,coal,0.0,0.0,0.0,0.0,0.0 +p13237,csp,0.0,0.0,0.0,0.0,0.0 +p13237,gas,0.0,0.0,253.03333333326736,506.06666666665114,759.1 +p13237,geothermal,0.0,0.0,0.0,0.0,0.0 +p13237,h2,0.0,0.0,0.0,0.0,0.0 +p13237,hydro,0.0,0.0,0.0,0.0,0.0 +p13237,nuclear,0.0,0.0,0.0,0.0,0.0 +p13237,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13237,pv,0.0,0.0,0.0,0.0,0.0 +p13237,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13237,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13243,csp,0.0,0.0,0.0,0.0,0.0 +p13247,csp,0.0,0.0,0.0,0.0,0.0 +p13261,battery,0.0,0.0,0.0,0.0,0.0 +p13261,biomass,0.0,0.0,0.0,0.0,0.0 +p13261,coal,0.0,0.0,0.0,0.0,0.0 +p13261,csp,0.0,0.0,0.0,0.0,0.0 +p13261,gas,0.0,0.0,0.0,0.0,0.0 +p13261,geothermal,0.0,0.0,0.0,0.0,0.0 +p13261,h2,0.0,0.0,0.0,0.0,0.0 +p13261,hydro,0.0,0.0,0.0,0.0,0.0 +p13261,nuclear,0.0,0.0,0.0,0.0,0.0 +p13261,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13261,pv,657.5,1315.0,1345.6666666666715,1376.3333333333358,1407.0 +p13261,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13261,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13263,battery,0.0,0.0,0.0,0.0,0.0 +p13263,biomass,0.0,0.0,0.0,0.0,0.0 +p13263,coal,0.0,0.0,0.0,0.0,0.0 +p13263,csp,0.0,0.0,0.0,0.0,0.0 +p13263,gas,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p13263,geothermal,0.0,0.0,0.0,0.0,0.0 +p13263,h2,0.0,0.0,0.0,0.0,0.0 +p13263,hydro,0.0,0.0,0.0,0.0,0.0 +p13263,nuclear,0.0,0.0,0.0,0.0,0.0 +p13263,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13263,pv,0.0,0.0,101.0,202.0,303.0 +p13263,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13263,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13265,battery,0.0,0.0,0.0,0.0,0.0 +p13265,biomass,0.0,0.0,0.0,0.0,0.0 +p13265,coal,0.0,0.0,0.0,0.0,0.0 +p13265,csp,0.0,0.0,0.0,0.0,0.0 +p13265,gas,0.0,0.0,0.0,0.0,0.0 +p13265,geothermal,0.0,0.0,0.0,0.0,0.0 +p13265,h2,0.0,0.0,0.0,0.0,0.0 +p13265,hydro,0.0,0.0,0.0,0.0,0.0 +p13265,nuclear,0.0,0.0,0.0,0.0,0.0 +p13265,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13265,pv,0.0,0.0,50.0,100.0,150.0 +p13265,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13265,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13267,battery,0.0,0.0,0.0,0.0,0.0 +p13267,biomass,0.0,0.0,0.0,0.0,0.0 +p13267,coal,0.0,0.0,0.0,0.0,0.0 +p13267,csp,0.0,0.0,0.0,0.0,0.0 +p13267,gas,0.0,0.0,0.0,0.0,0.0 +p13267,geothermal,0.0,0.0,0.0,0.0,0.0 +p13267,h2,0.0,0.0,0.0,0.0,0.0 +p13267,hydro,0.0,0.0,0.0,0.0,0.0 +p13267,nuclear,0.0,0.0,0.0,0.0,0.0 +p13267,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13267,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p13267,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13267,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13269,battery,0.0,0.0,0.0,0.0,0.0 +p13269,biomass,0.0,0.0,0.0,0.0,0.0 +p13269,coal,0.0,0.0,0.0,0.0,0.0 +p13269,csp,0.0,0.0,0.0,0.0,0.0 +p13269,gas,0.0,0.0,0.0,0.0,0.0 +p13269,geothermal,0.0,0.0,0.0,0.0,0.0 +p13269,h2,0.0,0.0,0.0,0.0,0.0 +p13269,hydro,0.0,0.0,0.0,0.0,0.0 +p13269,nuclear,0.0,0.0,0.0,0.0,0.0 +p13269,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13269,pv,100.0,200.0,200.0,200.0,200.0 +p13269,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13269,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13273,battery,0.0,0.0,0.0,0.0,0.0 +p13273,biomass,0.0,0.0,0.0,0.0,0.0 +p13273,coal,0.0,0.0,0.0,0.0,0.0 +p13273,csp,0.0,0.0,0.0,0.0,0.0 +p13273,gas,0.0,0.0,0.0,0.0,0.0 +p13273,geothermal,0.0,0.0,0.0,0.0,0.0 +p13273,h2,0.0,0.0,0.0,0.0,0.0 +p13273,hydro,0.0,0.0,0.0,0.0,0.0 +p13273,nuclear,0.0,0.0,0.0,0.0,0.0 +p13273,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13273,pv,0.0,0.0,100.0,200.0,300.0 +p13273,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13273,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13277,battery,0.0,0.0,0.0,0.0,0.0 +p13277,biomass,0.0,0.0,0.0,0.0,0.0 +p13277,coal,0.0,0.0,0.0,0.0,0.0 +p13277,gas,0.0,0.0,0.0,0.0,0.0 +p13277,geothermal,0.0,0.0,0.0,0.0,0.0 +p13277,h2,0.0,0.0,0.0,0.0,0.0 +p13277,hydro,0.0,0.0,0.0,0.0,0.0 +p13277,nuclear,0.0,0.0,0.0,0.0,0.0 +p13277,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13277,pv,0.0,0.0,29.333333333328483,58.66666666666424,88.0 +p13277,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13277,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13279,csp,0.0,0.0,0.0,0.0,0.0 +p13283,csp,0.0,0.0,0.0,0.0,0.0 +p13285,battery,0.0,0.0,0.0,0.0,0.0 +p13285,biomass,0.0,0.0,0.0,0.0,0.0 +p13285,coal,0.0,0.0,0.0,0.0,0.0 +p13285,csp,0.0,0.0,0.0,0.0,0.0 +p13285,gas,0.0,0.0,0.0,0.0,0.0 +p13285,geothermal,0.0,0.0,0.0,0.0,0.0 +p13285,h2,0.0,0.0,0.0,0.0,0.0 +p13285,hydro,0.0,0.0,0.0,0.0,0.0 +p13285,nuclear,0.0,0.0,0.0,0.0,0.0 +p13285,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13285,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p13285,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13285,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13287,battery,0.0,0.0,0.0,0.0,0.0 +p13287,biomass,0.0,0.0,0.0,0.0,0.0 +p13287,coal,0.0,0.0,0.0,0.0,0.0 +p13287,csp,0.0,0.0,0.0,0.0,0.0 +p13287,gas,0.0,0.0,0.0,0.0,0.0 +p13287,geothermal,0.0,0.0,0.0,0.0,0.0 +p13287,h2,0.0,0.0,0.0,0.0,0.0 +p13287,hydro,0.0,0.0,0.0,0.0,0.0 +p13287,nuclear,0.0,0.0,0.0,0.0,0.0 +p13287,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13287,pv,0.0,0.0,40.0,80.0,120.0 +p13287,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13287,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13289,battery,0.0,0.0,0.0,0.0,0.0 +p13289,biomass,0.0,0.0,0.0,0.0,0.0 +p13289,coal,0.0,0.0,0.0,0.0,0.0 +p13289,csp,0.0,0.0,0.0,0.0,0.0 +p13289,gas,0.0,0.0,0.0,0.0,0.0 +p13289,geothermal,0.0,0.0,0.0,0.0,0.0 +p13289,h2,0.0,0.0,0.0,0.0,0.0 +p13289,hydro,0.0,0.0,0.0,0.0,0.0 +p13289,nuclear,0.0,0.0,0.0,0.0,0.0 +p13289,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13289,pv,0.0,0.0,107.33333333331393,214.66666666665697,322.0 +p13289,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13289,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13299,battery,0.0,0.0,0.0,0.0,0.0 +p13299,biomass,0.0,0.0,0.0,0.0,0.0 +p13299,coal,0.0,0.0,0.0,0.0,0.0 +p13299,csp,0.0,0.0,0.0,0.0,0.0 +p13299,gas,0.0,0.0,0.0,0.0,0.0 +p13299,geothermal,0.0,0.0,0.0,0.0,0.0 +p13299,h2,0.0,0.0,0.0,0.0,0.0 +p13299,hydro,0.0,0.0,0.0,0.0,0.0 +p13299,nuclear,0.0,0.0,0.0,0.0,0.0 +p13299,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13299,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p13299,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13299,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13301,battery,0.0,0.0,0.0,0.0,0.0 +p13301,biomass,0.0,0.0,0.0,0.0,0.0 +p13301,coal,0.0,0.0,0.0,0.0,0.0 +p13301,csp,0.0,0.0,0.0,0.0,0.0 +p13301,gas,0.0,0.0,0.0,0.0,0.0 +p13301,geothermal,0.0,0.0,0.0,0.0,0.0 +p13301,h2,0.0,0.0,0.0,0.0,0.0 +p13301,hydro,0.0,0.0,0.0,0.0,0.0 +p13301,nuclear,0.0,0.0,0.0,0.0,0.0 +p13301,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13301,pv,100.0,200.0,333.33333333337214,466.66666666668607,600.0 +p13301,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13301,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13303,battery,0.0,0.0,0.0,0.0,0.0 +p13303,biomass,0.0,0.0,0.0,0.0,0.0 +p13303,coal,0.0,0.0,0.0,0.0,0.0 +p13303,csp,0.0,0.0,0.0,0.0,0.0 +p13303,gas,0.0,0.0,0.0,0.0,0.0 +p13303,geothermal,0.0,0.0,0.0,0.0,0.0 +p13303,h2,0.0,0.0,0.0,0.0,0.0 +p13303,hydro,0.0,0.0,0.0,0.0,0.0 +p13303,nuclear,0.0,0.0,0.0,0.0,0.0 +p13303,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13303,pv,100.0,200.0,362.66666666662786,525.3333333333139,688.0 +p13303,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13303,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13305,battery,0.0,0.0,0.0,0.0,0.0 +p13305,biomass,0.0,0.0,0.0,0.0,0.0 +p13305,coal,0.0,0.0,0.0,0.0,0.0 +p13305,gas,0.0,0.0,0.0,0.0,0.0 +p13305,geothermal,0.0,0.0,0.0,0.0,0.0 +p13305,h2,0.0,0.0,0.0,0.0,0.0 +p13305,hydro,0.0,0.0,0.0,0.0,0.0 +p13305,nuclear,0.0,0.0,0.0,0.0,0.0 +p13305,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13305,pv,0.0,0.0,0.0,0.0,0.0 +p13305,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13305,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13309,battery,0.0,0.0,0.0,0.0,0.0 +p13309,biomass,0.0,0.0,0.0,0.0,0.0 +p13309,coal,0.0,0.0,0.0,0.0,0.0 +p13309,csp,0.0,0.0,0.0,0.0,0.0 +p13309,gas,0.0,0.0,0.0,0.0,0.0 +p13309,geothermal,0.0,0.0,0.0,0.0,0.0 +p13309,h2,0.0,0.0,0.0,0.0,0.0 +p13309,hydro,0.0,0.0,0.0,0.0,0.0 +p13309,nuclear,0.0,0.0,0.0,0.0,0.0 +p13309,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13309,pv,40.0,80.0,80.0,80.0,80.0 +p13309,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13309,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13315,battery,0.0,0.0,0.0,0.0,0.0 +p13315,biomass,0.0,0.0,0.0,0.0,0.0 +p13315,coal,0.0,0.0,0.0,0.0,0.0 +p13315,csp,0.0,0.0,0.0,0.0,0.0 +p13315,gas,0.0,0.0,0.0,0.0,0.0 +p13315,geothermal,0.0,0.0,0.0,0.0,0.0 +p13315,h2,0.0,0.0,0.0,0.0,0.0 +p13315,hydro,0.0,0.0,0.0,0.0,0.0 +p13315,nuclear,0.0,0.0,0.0,0.0,0.0 +p13315,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13315,pv,0.0,0.0,70.0,140.0,210.0 +p13315,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13315,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13319,battery,110.0,220.0,220.0,220.0,220.0 +p13319,biomass,0.0,0.0,0.0,0.0,0.0 +p13319,coal,0.0,0.0,0.0,0.0,0.0 +p13319,csp,0.0,0.0,0.0,0.0,0.0 +p13319,gas,0.0,0.0,0.0,0.0,0.0 +p13319,geothermal,0.0,0.0,0.0,0.0,0.0 +p13319,h2,0.0,0.0,0.0,0.0,0.0 +p13319,hydro,0.0,0.0,0.0,0.0,0.0 +p13319,nuclear,0.0,0.0,0.0,0.0,0.0 +p13319,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p13319,pv,0.0,0.0,0.0,0.0,0.0 +p13319,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p13319,wind-ons,0.0,0.0,0.0,0.0,0.0 +p13321,csp,0.0,0.0,0.0,0.0,0.0 +p16001,battery,75.0,150.0,166.66666666667152,183.33333333333576,200.0 +p16001,biomass,0.0,0.0,0.0,0.0,0.0 +p16001,coal,0.0,0.0,0.0,0.0,0.0 +p16001,csp,0.0,0.0,0.0,0.0,0.0 +p16001,gas,0.0,0.0,0.0,0.0,0.0 +p16001,geothermal,0.0,0.0,0.0,0.0,0.0 +p16001,h2,0.0,0.0,0.0,0.0,0.0 +p16001,hydro,0.0,0.0,0.0,0.0,0.0 +p16001,nuclear,0.0,0.0,0.0,0.0,0.0 +p16001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16001,pv,362.5,725.0,1084.6666666667443,1444.3333333333721,1804.0 +p16001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16005,battery,0.0,0.0,0.0,0.0,0.0 +p16005,biomass,0.0,0.0,0.0,0.0,0.0 +p16005,coal,0.0,0.0,0.0,0.0,0.0 +p16005,csp,0.0,0.0,0.0,0.0,0.0 +p16005,gas,0.0,0.0,0.0,0.0,0.0 +p16005,geothermal,0.0,0.0,0.0,0.0,0.0 +p16005,h2,0.0,0.0,0.0,0.0,0.0 +p16005,hydro,0.45,0.9,0.9,0.9,0.9 +p16005,nuclear,0.0,0.0,0.0,0.0,0.0 +p16005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16005,pv,150.0,300.0,300.0,300.0,300.0 +p16005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16007,csp,0.0,0.0,0.0,0.0,0.0 +p16009,battery,0.0,0.0,0.0,0.0,0.0 +p16009,biomass,0.0,0.0,0.0,0.0,0.0 +p16009,coal,0.0,0.0,0.0,0.0,0.0 +p16009,csp,0.0,0.0,0.0,0.0,0.0 +p16009,gas,0.0,0.0,0.0,0.0,0.0 +p16009,geothermal,0.0,0.0,0.0,0.0,0.0 +p16009,h2,0.0,0.0,0.0,0.0,0.0 +p16009,hydro,0.0,0.0,0.0,0.0,0.0 +p16009,nuclear,0.0,0.0,0.0,0.0,0.0 +p16009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16009,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p16009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16009,wind-ons,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p16011,battery,0.0,0.0,0.0,0.0,0.0 +p16011,biomass,0.0,0.0,0.0,0.0,0.0 +p16011,coal,0.0,0.0,0.0,0.0,0.0 +p16011,csp,0.0,0.0,0.0,0.0,0.0 +p16011,gas,0.0,0.0,0.0,0.0,0.0 +p16011,geothermal,0.0,0.0,0.0,0.0,0.0 +p16011,h2,0.0,0.0,0.0,0.0,0.0 +p16011,hydro,0.0,0.0,0.0,0.0,0.0 +p16011,nuclear,0.0,0.0,15.0,30.0,45.0 +p16011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16011,pv,0.0,0.0,284.3333333332557,568.6666666666279,853.0 +p16011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16011,wind-ons,0.0,0.0,285.5999999999767,571.1999999999534,856.8 +p16013,battery,0.0,0.0,0.0,0.0,0.0 +p16013,biomass,0.0,0.0,0.0,0.0,0.0 +p16013,coal,0.0,0.0,0.0,0.0,0.0 +p16013,csp,0.0,0.0,0.0,0.0,0.0 +p16013,gas,0.0,0.0,0.0,0.0,0.0 +p16013,geothermal,0.0,0.0,0.0,0.0,0.0 +p16013,h2,0.0,0.0,0.0,0.0,0.0 +p16013,hydro,0.0,0.0,0.0,0.0,0.0 +p16013,nuclear,0.0,0.0,0.0,0.0,0.0 +p16013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16013,pv,100.0,200.0,200.0,200.0,200.0 +p16013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16017,csp,0.0,0.0,0.0,0.0,0.0 +p16019,battery,0.0,0.0,0.0,0.0,0.0 +p16019,biomass,0.0,0.0,0.0,0.0,0.0 +p16019,coal,0.0,0.0,0.0,0.0,0.0 +p16019,csp,0.0,0.0,0.0,0.0,0.0 +p16019,gas,0.0,0.0,0.0,0.0,0.0 +p16019,geothermal,0.0,0.0,0.0,0.0,0.0 +p16019,h2,0.0,0.0,0.0,0.0,0.0 +p16019,hydro,0.0,0.0,0.0,0.0,0.0 +p16019,nuclear,0.0,0.0,0.0,0.0,0.0 +p16019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16019,pv,0.0,0.0,0.0,0.0,0.0 +p16019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16019,wind-ons,0.0,0.0,51.0,102.0,153.0 +p16023,csp,0.0,0.0,0.0,0.0,0.0 +p16027,battery,0.0,0.0,197.93333333329065,395.8666666666395,593.8 +p16027,biomass,0.0,0.0,0.0,0.0,0.0 +p16027,coal,0.0,0.0,0.0,0.0,0.0 +p16027,csp,0.0,0.0,0.0,0.0,0.0 +p16027,gas,0.0,0.0,0.0,0.0,0.0 +p16027,geothermal,0.0,0.0,0.0,0.0,0.0 +p16027,h2,0.0,0.0,0.0,0.0,0.0 +p16027,hydro,0.0,0.0,0.0,0.0,0.0 +p16027,nuclear,0.0,0.0,0.0,0.0,0.0 +p16027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16027,pv,0.0,0.0,0.0,0.0,0.0 +p16027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16029,csp,0.0,0.0,0.0,0.0,0.0 +p16031,csp,0.0,0.0,0.0,0.0,0.0 +p16033,csp,0.0,0.0,0.0,0.0,0.0 +p16035,battery,0.0,0.0,0.0,0.0,0.0 +p16035,biomass,0.0,0.0,0.0,0.0,0.0 +p16035,coal,0.0,0.0,0.0,0.0,0.0 +p16035,csp,0.0,0.0,0.0,0.0,0.0 +p16035,gas,0.0,0.0,0.0,0.0,0.0 +p16035,geothermal,0.0,0.0,0.0,0.0,0.0 +p16035,h2,0.0,0.0,0.0,0.0,0.0 +p16035,hydro,0.0,0.0,100.0,200.0,300.0 +p16035,nuclear,0.0,0.0,0.0,0.0,0.0 +p16035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16035,pv,0.0,0.0,0.0,0.0,0.0 +p16035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16039,battery,0.0,0.0,110.0,220.0,330.0 +p16039,biomass,0.0,0.0,0.0,0.0,0.0 +p16039,coal,0.0,0.0,0.0,0.0,0.0 +p16039,csp,0.0,0.0,0.0,0.0,0.0 +p16039,gas,0.0,0.0,412.75333333329763,825.5066666665953,1238.26 +p16039,geothermal,0.0,0.0,0.0,0.0,0.0 +p16039,h2,0.0,0.0,0.0,0.0,0.0 +p16039,hydro,0.0,0.0,0.0,0.0,0.0 +p16039,nuclear,0.0,0.0,0.0,0.0,0.0 +p16039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16039,pv,289.5,579.0,702.3333333333139,825.666666666657,949.0 +p16039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16041,battery,0.0,0.0,0.0,0.0,0.0 +p16041,biomass,0.0,0.0,0.0,0.0,0.0 +p16041,coal,0.0,0.0,0.0,0.0,0.0 +p16041,csp,0.0,0.0,0.0,0.0,0.0 +p16041,gas,0.0,0.0,0.0,0.0,0.0 +p16041,geothermal,0.0,0.0,0.0,0.0,0.0 +p16041,h2,0.0,0.0,0.0,0.0,0.0 +p16041,hydro,0.205,0.41,0.41,0.41,0.41 +p16041,nuclear,0.0,0.0,0.0,0.0,0.0 +p16041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16041,pv,0.0,0.0,0.0,0.0,0.0 +p16041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16043,battery,0.0,0.0,17.333333333328483,34.66666666666424,52.0 +p16043,biomass,0.0,0.0,0.0,0.0,0.0 +p16043,coal,0.0,0.0,0.0,0.0,0.0 +p16043,csp,0.0,0.0,0.0,0.0,0.0 +p16043,gas,0.0,0.0,0.0,0.0,0.0 +p16043,geothermal,0.0,0.0,0.0,0.0,0.0 +p16043,h2,0.0,0.0,0.0,0.0,0.0 +p16043,hydro,0.0,0.0,0.0,0.0,0.0 +p16043,nuclear,0.0,0.0,0.0,0.0,0.0 +p16043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16043,pv,0.0,0.0,50.0,100.0,150.0 +p16043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16045,battery,0.0,0.0,0.0,0.0,0.0 +p16045,biomass,0.0,0.0,0.0,0.0,0.0 +p16045,coal,0.0,0.0,0.0,0.0,0.0 +p16045,gas,0.0,0.0,0.0,0.0,0.0 +p16045,geothermal,0.0,0.0,0.0,0.0,0.0 +p16045,h2,0.0,0.0,0.0,0.0,0.0 +p16045,hydro,0.0375,0.075,0.075,0.075,0.075 +p16045,nuclear,0.0,0.0,0.0,0.0,0.0 +p16045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16045,pv,0.0,0.0,0.0,0.0,0.0 +p16045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16047,csp,0.0,0.0,0.0,0.0,0.0 +p16051,csp,0.0,0.0,0.0,0.0,0.0 +p16053,battery,100.0,200.0,200.0,200.0,200.0 +p16053,biomass,0.0,0.0,0.0,0.0,0.0 +p16053,coal,0.0,0.0,0.0,0.0,0.0 +p16053,csp,0.0,0.0,0.0,0.0,0.0 +p16053,gas,0.0,0.0,0.0,0.0,0.0 +p16053,geothermal,0.0,0.0,0.0,0.0,0.0 +p16053,h2,0.0,0.0,0.0,0.0,0.0 +p16053,hydro,0.0,0.0,0.0,0.0,0.0 +p16053,nuclear,0.0,0.0,0.0,0.0,0.0 +p16053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16053,pv,60.0,120.0,120.0,120.0,120.0 +p16053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16055,battery,0.0,0.0,0.0,0.0,0.0 +p16055,biomass,0.0,0.0,0.0,0.0,0.0 +p16055,coal,0.0,0.0,0.0,0.0,0.0 +p16055,csp,0.0,0.0,0.0,0.0,0.0 +p16055,gas,0.0,0.0,67.66666666668607,135.33333333334303,203.0 +p16055,geothermal,0.0,0.0,0.0,0.0,0.0 +p16055,h2,0.0,0.0,0.0,0.0,0.0 +p16055,hydro,26.0,52.0,52.0,52.0,52.0 +p16055,nuclear,0.0,0.0,0.0,0.0,0.0 +p16055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16055,pv,0.0,0.0,0.0,0.0,0.0 +p16055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16063,battery,0.0,0.0,0.0,0.0,0.0 +p16063,biomass,0.0,0.0,0.0,0.0,0.0 +p16063,coal,0.0,0.0,0.0,0.0,0.0 +p16063,csp,0.0,0.0,0.0,0.0,0.0 +p16063,gas,0.0,0.0,0.0,0.0,0.0 +p16063,geothermal,0.0,0.0,0.0,0.0,0.0 +p16063,h2,0.0,0.0,0.0,0.0,0.0 +p16063,hydro,0.0,0.0,0.0,0.0,0.0 +p16063,nuclear,0.0,0.0,0.0,0.0,0.0 +p16063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16063,pv,99.95,199.9,199.9,199.9,199.9 +p16063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16067,battery,0.0,0.0,0.0,0.0,0.0 +p16067,biomass,0.0,0.0,0.0,0.0,0.0 +p16067,coal,0.0,0.0,0.0,0.0,0.0 +p16067,csp,0.0,0.0,0.0,0.0,0.0 +p16067,gas,0.0,0.0,0.0,0.0,0.0 +p16067,geothermal,0.0,0.0,0.0,0.0,0.0 +p16067,h2,0.0,0.0,0.0,0.0,0.0 +p16067,hydro,0.0,0.0,0.0,0.0,0.0 +p16067,nuclear,0.0,0.0,0.0,0.0,0.0 +p16067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16067,pv,0.0,0.0,18.666666666671517,37.33333333333576,56.0 +p16067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16069,battery,0.0,0.0,0.0,0.0,0.0 +p16069,biomass,0.0,0.0,0.0,0.0,0.0 +p16069,coal,0.0,0.0,0.0,0.0,0.0 +p16069,gas,0.0,0.0,0.0,0.0,0.0 +p16069,geothermal,0.0,0.0,0.0,0.0,0.0 +p16069,h2,0.0,0.0,0.0,0.0,0.0 +p16069,hydro,0.0,0.0,0.0,0.0,0.0 +p16069,nuclear,0.0,0.0,0.0,0.0,0.0 +p16069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16069,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p16069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16071,csp,0.0,0.0,0.0,0.0,0.0 +p16073,battery,321.5,643.0,759.6666666666861,876.333333333343,993.0 +p16073,biomass,0.0,0.0,0.0,0.0,0.0 +p16073,coal,0.0,0.0,0.0,0.0,0.0 +p16073,csp,0.0,0.0,0.0,0.0,0.0 +p16073,gas,0.0,0.0,0.0,0.0,0.0 +p16073,geothermal,0.0,0.0,0.0,0.0,0.0 +p16073,h2,0.0,0.0,0.0,0.0,0.0 +p16073,hydro,0.0,0.0,0.0,0.0,0.0 +p16073,nuclear,0.0,0.0,0.0,0.0,0.0 +p16073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16073,pv,0.0,0.0,0.0,0.0,0.0 +p16073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16077,battery,0.0,0.0,0.0,0.0,0.0 +p16077,biomass,0.0,0.0,0.0,0.0,0.0 +p16077,coal,0.0,0.0,0.0,0.0,0.0 +p16077,csp,0.0,0.0,0.0,0.0,0.0 +p16077,gas,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p16077,geothermal,0.0,0.0,0.0,0.0,0.0 +p16077,h2,0.0,0.0,0.0,0.0,0.0 +p16077,hydro,0.0,0.0,0.0,0.0,0.0 +p16077,nuclear,0.0,0.0,0.0,0.0,0.0 +p16077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16077,pv,450.0,900.0,900.0,900.0,900.0 +p16077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16077,wind-ons,0.0,0.0,100.0,200.0,300.0 +p16083,battery,0.0,0.0,0.0,0.0,0.0 +p16083,biomass,0.0,0.0,0.0,0.0,0.0 +p16083,coal,0.0,0.0,0.0,0.0,0.0 +p16083,csp,0.0,0.0,0.0,0.0,0.0 +p16083,gas,0.0,0.0,6.420000000000073,12.840000000000146,19.26 +p16083,geothermal,0.0,0.0,0.0,0.0,0.0 +p16083,h2,0.0,0.0,0.0,0.0,0.0 +p16083,hydro,0.0,0.0,0.0,0.0,0.0 +p16083,nuclear,0.0,0.0,0.0,0.0,0.0 +p16083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16083,pv,0.0,0.0,0.0,0.0,0.0 +p16083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p16087,battery,0.0,0.0,0.0,0.0,0.0 +p16087,biomass,0.0,0.0,0.0,0.0,0.0 +p16087,coal,0.0,0.0,0.0,0.0,0.0 +p16087,csp,0.0,0.0,0.0,0.0,0.0 +p16087,gas,0.0,0.0,0.0,0.0,0.0 +p16087,geothermal,0.0,0.0,0.0,0.0,0.0 +p16087,h2,0.0,0.0,0.0,0.0,0.0 +p16087,hydro,0.0,0.0,0.0,0.0,0.0 +p16087,nuclear,0.0,0.0,0.0,0.0,0.0 +p16087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p16087,pv,0.0,0.0,40.666666666656965,81.33333333332848,122.0 +p16087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p16087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17001,battery,0.0,0.0,116.66666666668607,233.33333333334303,350.0 +p17001,biomass,0.0,0.0,0.0,0.0,0.0 +p17001,coal,0.0,0.0,0.0,0.0,0.0 +p17001,csp,0.0,0.0,0.0,0.0,0.0 +p17001,gas,0.0,0.0,0.0,0.0,0.0 +p17001,geothermal,0.0,0.0,0.0,0.0,0.0 +p17001,h2,0.0,0.0,0.0,0.0,0.0 +p17001,hydro,0.0,0.0,0.0,0.0,0.0 +p17001,nuclear,0.0,0.0,0.0,0.0,0.0 +p17001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17001,pv,47.45,94.9,249.90000000002328,404.9000000000233,559.9 +p17001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17005,csp,0.0,0.0,0.0,0.0,0.0 +p17007,csp,0.0,0.0,0.0,0.0,0.0 +p17011,battery,0.0,0.0,0.0,0.0,0.0 +p17011,biomass,0.0,0.0,0.0,0.0,0.0 +p17011,coal,0.0,0.0,0.0,0.0,0.0 +p17011,csp,0.0,0.0,0.0,0.0,0.0 +p17011,gas,0.0,0.0,0.0,0.0,0.0 +p17011,geothermal,0.0,0.0,0.0,0.0,0.0 +p17011,h2,0.0,0.0,0.0,0.0,0.0 +p17011,hydro,0.0,0.0,0.0,0.0,0.0 +p17011,nuclear,0.0,0.0,0.0,0.0,0.0 +p17011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17011,pv,0.0,0.0,134.96000000002095,269.9199999999837,404.88 +p17011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17011,wind-ons,0.0,0.0,89.79999999998836,179.60000000000582,269.4 +p17017,battery,0.0,0.0,0.0,0.0,0.0 +p17017,biomass,0.0,0.0,0.0,0.0,0.0 +p17017,coal,0.0,0.0,0.0,0.0,0.0 +p17017,csp,0.0,0.0,0.0,0.0,0.0 +p17017,gas,0.0,0.0,0.0,0.0,0.0 +p17017,geothermal,0.0,0.0,0.0,0.0,0.0 +p17017,h2,0.0,0.0,0.0,0.0,0.0 +p17017,hydro,0.0,0.0,0.0,0.0,0.0 +p17017,nuclear,0.0,0.0,0.0,0.0,0.0 +p17017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17017,pv,0.0,0.0,49.98000000001048,99.9600000000064,149.94 +p17017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17019,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p17019,biomass,0.0,0.0,0.0,0.0,0.0 +p17019,coal,0.0,0.0,0.0,0.0,0.0 +p17019,csp,0.0,0.0,0.0,0.0,0.0 +p17019,gas,0.0,0.0,0.0,0.0,0.0 +p17019,geothermal,0.0,0.0,0.0,0.0,0.0 +p17019,h2,0.0,0.0,0.0,0.0,0.0 +p17019,hydro,0.0,0.0,0.0,0.0,0.0 +p17019,nuclear,0.0,0.0,0.0,0.0,0.0 +p17019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17019,pv,75.0,150.0,258.7666666666337,367.5333333333256,476.3 +p17019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17019,wind-ons,0.0,0.0,96.12666666664882,192.25333333332674,288.38 +p17021,battery,0.0,0.0,93.33333333331393,186.66666666665697,280.0 +p17021,biomass,0.0,0.0,0.0,0.0,0.0 +p17021,coal,0.0,0.0,0.0,0.0,0.0 +p17021,csp,0.0,0.0,0.0,0.0,0.0 +p17021,gas,0.0,0.0,0.0,0.0,0.0 +p17021,geothermal,0.0,0.0,0.0,0.0,0.0 +p17021,h2,0.0,0.0,0.0,0.0,0.0 +p17021,hydro,0.0,0.0,0.0,0.0,0.0 +p17021,nuclear,0.0,0.0,0.0,0.0,0.0 +p17021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17021,pv,10.0,20.0,633.0,1246.0,1859.0 +p17021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17021,wind-ons,100.0,200.0,283.33333333331393,366.66666666665697,450.0 +p17023,battery,0.0,0.0,116.66666666668607,233.33333333334303,350.0 +p17023,biomass,0.0,0.0,0.0,0.0,0.0 +p17023,coal,0.0,0.0,0.0,0.0,0.0 +p17023,csp,0.0,0.0,0.0,0.0,0.0 +p17023,gas,0.0,0.0,0.0,0.0,0.0 +p17023,geothermal,0.0,0.0,0.0,0.0,0.0 +p17023,h2,0.0,0.0,0.0,0.0,0.0 +p17023,hydro,0.0,0.0,0.0,0.0,0.0 +p17023,nuclear,0.0,0.0,0.0,0.0,0.0 +p17023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17023,pv,316.8,633.6,838.5999999999767,1043.5999999999767,1248.6 +p17023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17025,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p17025,biomass,0.0,0.0,0.0,0.0,0.0 +p17025,coal,0.0,0.0,0.0,0.0,0.0 +p17025,csp,0.0,0.0,0.0,0.0,0.0 +p17025,gas,0.0,0.0,0.0,0.0,0.0 +p17025,geothermal,0.0,0.0,0.0,0.0,0.0 +p17025,h2,0.0,0.0,0.0,0.0,0.0 +p17025,hydro,0.0,0.0,0.0,0.0,0.0 +p17025,nuclear,0.0,0.0,0.0,0.0,0.0 +p17025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17025,pv,0.0,0.0,333.3333333332557,666.6666666666279,1000.0 +p17025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17027,battery,0.0,0.0,0.0,0.0,0.0 +p17027,biomass,0.0,0.0,0.0,0.0,0.0 +p17027,coal,0.0,0.0,0.0,0.0,0.0 +p17027,csp,0.0,0.0,0.0,0.0,0.0 +p17027,gas,0.0,0.0,0.0,0.0,0.0 +p17027,geothermal,0.0,0.0,0.0,0.0,0.0 +p17027,h2,0.0,0.0,0.0,0.0,0.0 +p17027,hydro,0.0,0.0,0.0,0.0,0.0 +p17027,nuclear,0.0,0.0,0.0,0.0,0.0 +p17027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17027,pv,0.0,0.0,58.333333333343035,116.66666666667152,175.0 +p17027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17029,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p17029,biomass,0.0,0.0,0.0,0.0,0.0 +p17029,coal,0.0,0.0,0.0,0.0,0.0 +p17029,csp,0.0,0.0,0.0,0.0,0.0 +p17029,gas,0.0,0.0,0.0,0.0,0.0 +p17029,geothermal,0.0,0.0,0.0,0.0,0.0 +p17029,h2,0.0,0.0,0.0,0.0,0.0 +p17029,hydro,0.0,0.0,0.0,0.0,0.0 +p17029,nuclear,0.0,0.0,0.0,0.0,0.0 +p17029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17029,pv,49.5,99.0,194.66666666668607,290.33333333334303,386.0 +p17029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17029,wind-ons,0.0,0.0,166.7666666666628,333.5333333333256,500.3 +p17031,battery,10.0,20.0,158.33333333337214,296.66666666668607,435.0 +p17031,biomass,0.0,0.0,0.0,0.0,0.0 +p17031,coal,0.0,0.0,0.0,0.0,0.0 +p17031,csp,0.0,0.0,0.0,0.0,0.0 +p17031,gas,0.0,0.0,0.0,0.0,0.0 +p17031,geothermal,0.0,0.0,0.0,0.0,0.0 +p17031,h2,0.0,0.0,0.0,0.0,0.0 +p17031,hydro,0.0,0.0,0.0,0.0,0.0 +p17031,nuclear,0.0,0.0,0.0,0.0,0.0 +p17031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17031,pv,0.0,0.0,0.0,0.0,0.0 +p17031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17033,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p17033,biomass,0.0,0.0,0.0,0.0,0.0 +p17033,coal,0.0,0.0,0.0,0.0,0.0 +p17033,gas,0.0,0.0,0.0,0.0,0.0 +p17033,geothermal,0.0,0.0,0.0,0.0,0.0 +p17033,h2,0.0,0.0,0.0,0.0,0.0 +p17033,hydro,0.0,0.0,0.0,0.0,0.0 +p17033,nuclear,0.0,0.0,0.0,0.0,0.0 +p17033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17033,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p17033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17035,battery,0.0,0.0,0.0,0.0,0.0 +p17035,biomass,0.0,0.0,0.0,0.0,0.0 +p17035,coal,0.0,0.0,0.0,0.0,0.0 +p17035,csp,0.0,0.0,0.0,0.0,0.0 +p17035,gas,0.0,0.0,0.0,0.0,0.0 +p17035,geothermal,0.0,0.0,0.0,0.0,0.0 +p17035,h2,0.0,0.0,0.0,0.0,0.0 +p17035,hydro,0.0,0.0,0.0,0.0,0.0 +p17035,nuclear,0.0,0.0,0.0,0.0,0.0 +p17035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17035,pv,0.0,0.0,303.1666666667443,606.3333333333721,909.5 +p17035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17037,battery,0.0,0.0,0.0,0.0,0.0 +p17037,biomass,0.0,0.0,0.0,0.0,0.0 +p17037,coal,0.0,0.0,0.0,0.0,0.0 +p17037,csp,0.0,0.0,0.0,0.0,0.0 +p17037,gas,0.0,0.0,0.0,0.0,0.0 +p17037,geothermal,0.0,0.0,0.0,0.0,0.0 +p17037,h2,0.0,0.0,0.0,0.0,0.0 +p17037,hydro,0.0,0.0,0.0,0.0,0.0 +p17037,nuclear,0.0,0.0,0.0,0.0,0.0 +p17037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17037,pv,0.0,0.0,290.8116666667629,581.6233333334094,872.435 +p17037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17039,battery,0.0,0.0,0.0,0.0,0.0 +p17039,biomass,0.0,0.0,0.0,0.0,0.0 +p17039,coal,0.0,0.0,0.0,0.0,0.0 +p17039,csp,0.0,0.0,0.0,0.0,0.0 +p17039,gas,0.0,0.0,0.0,0.0,0.0 +p17039,geothermal,0.0,0.0,0.0,0.0,0.0 +p17039,h2,0.0,0.0,0.0,0.0,0.0 +p17039,hydro,0.0,0.0,0.0,0.0,0.0 +p17039,nuclear,0.0,0.0,7.0,14.0,21.0 +p17039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17039,pv,0.0,0.0,147.46666666673264,294.93333333334886,442.4 +p17039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17045,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p17045,biomass,0.0,0.0,0.0,0.0,0.0 +p17045,coal,0.0,0.0,0.0,0.0,0.0 +p17045,csp,0.0,0.0,0.0,0.0,0.0 +p17045,gas,0.0,0.0,0.0,0.0,0.0 +p17045,geothermal,0.0,0.0,0.0,0.0,0.0 +p17045,h2,0.0,0.0,0.0,0.0,0.0 +p17045,hydro,0.0,0.0,0.0,0.0,0.0 +p17045,nuclear,0.0,0.0,0.0,0.0,0.0 +p17045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17045,pv,0.0,0.0,172.07666666666046,344.1533333333209,516.23 +p17045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17047,battery,0.0,0.0,0.0,0.0,0.0 +p17047,biomass,0.0,0.0,0.0,0.0,0.0 +p17047,coal,0.0,0.0,0.0,0.0,0.0 +p17047,csp,0.0,0.0,0.0,0.0,0.0 +p17047,gas,0.0,0.0,0.0,0.0,0.0 +p17047,geothermal,0.0,0.0,0.0,0.0,0.0 +p17047,h2,0.0,0.0,0.0,0.0,0.0 +p17047,hydro,0.0,0.0,0.0,0.0,0.0 +p17047,nuclear,0.0,0.0,0.0,0.0,0.0 +p17047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17047,pv,75.0,150.0,179.33333333332848,208.66666666666424,238.0 +p17047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17049,battery,0.0,0.0,0.0,0.0,0.0 +p17049,biomass,0.0,0.0,0.0,0.0,0.0 +p17049,coal,0.0,0.0,0.0,0.0,0.0 +p17049,gas,0.0,0.0,0.0,0.0,0.0 +p17049,geothermal,0.0,0.0,0.0,0.0,0.0 +p17049,h2,0.0,0.0,0.0,0.0,0.0 +p17049,hydro,0.0,0.0,0.0,0.0,0.0 +p17049,nuclear,0.0,0.0,0.0,0.0,0.0 +p17049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17049,pv,0.0,0.0,50.0,100.0,150.0 +p17049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17051,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p17051,biomass,0.0,0.0,0.0,0.0,0.0 +p17051,coal,0.0,0.0,0.0,0.0,0.0 +p17051,csp,0.0,0.0,0.0,0.0,0.0 +p17051,gas,0.0,0.0,0.0,0.0,0.0 +p17051,geothermal,0.0,0.0,0.0,0.0,0.0 +p17051,h2,0.0,0.0,0.0,0.0,0.0 +p17051,hydro,0.0,0.0,0.0,0.0,0.0 +p17051,nuclear,0.0,0.0,0.0,0.0,0.0 +p17051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17051,pv,0.0,0.0,267.6666666667443,535.3333333333721,803.0 +p17051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17051,wind-ons,0.0,0.0,22.266666666670062,44.53333333333285,66.8 +p17053,battery,0.0,0.0,0.0,0.0,0.0 +p17053,biomass,0.0,0.0,0.0,0.0,0.0 +p17053,coal,0.0,0.0,0.0,0.0,0.0 +p17053,csp,0.0,0.0,0.0,0.0,0.0 +p17053,gas,0.0,0.0,0.0,0.0,0.0 +p17053,geothermal,0.0,0.0,0.0,0.0,0.0 +p17053,h2,0.0,0.0,0.0,0.0,0.0 +p17053,hydro,0.0,0.0,0.0,0.0,0.0 +p17053,nuclear,0.0,0.0,0.0,0.0,0.0 +p17053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17053,pv,0.0,0.0,211.66666666662786,423.33333333331393,635.0 +p17053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17053,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p17055,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p17055,biomass,0.0,0.0,0.0,0.0,0.0 +p17055,coal,275.0,550.0,550.0,550.0,550.0 +p17055,csp,0.0,0.0,0.0,0.0,0.0 +p17055,gas,0.0,0.0,0.0,0.0,0.0 +p17055,geothermal,0.0,0.0,0.0,0.0,0.0 +p17055,h2,0.0,0.0,0.0,0.0,0.0 +p17055,hydro,0.0,0.0,0.0,0.0,0.0 +p17055,nuclear,0.0,0.0,0.0,0.0,0.0 +p17055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17055,pv,0.0,0.0,0.0,0.0,0.0 +p17055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17057,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p17057,biomass,0.0,0.0,0.0,0.0,0.0 +p17057,coal,0.0,0.0,0.0,0.0,0.0 +p17057,csp,0.0,0.0,0.0,0.0,0.0 +p17057,gas,0.0,0.0,0.0,0.0,0.0 +p17057,geothermal,0.0,0.0,0.0,0.0,0.0 +p17057,h2,0.0,0.0,0.0,0.0,0.0 +p17057,hydro,0.0,0.0,0.0,0.0,0.0 +p17057,nuclear,0.0,0.0,0.0,0.0,0.0 +p17057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17057,pv,85.0,170.0,620.1999999999534,1070.4000000000233,1520.6 +p17057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17061,battery,0.0,0.0,0.0,0.0,0.0 +p17061,biomass,0.0,0.0,0.0,0.0,0.0 +p17061,coal,0.0,0.0,0.0,0.0,0.0 +p17061,csp,0.0,0.0,0.0,0.0,0.0 +p17061,gas,0.0,0.0,0.0,0.0,0.0 +p17061,geothermal,0.0,0.0,0.0,0.0,0.0 +p17061,h2,0.0,0.0,0.0,0.0,0.0 +p17061,hydro,0.0,0.0,0.0,0.0,0.0 +p17061,nuclear,0.0,0.0,0.0,0.0,0.0 +p17061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17061,pv,55.0,110.0,244.61333333340008,379.22666666674195,513.84 +p17061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17063,battery,0.0,0.0,126.66666666668607,253.33333333334303,380.0 +p17063,biomass,0.0,0.0,0.0,0.0,0.0 +p17063,coal,0.0,0.0,0.0,0.0,0.0 +p17063,csp,0.0,0.0,0.0,0.0,0.0 +p17063,gas,51.35,102.7,102.7,102.7,102.7 +p17063,geothermal,0.0,0.0,0.0,0.0,0.0 +p17063,h2,0.0,0.0,0.0,0.0,0.0 +p17063,hydro,0.0,0.0,0.0,0.0,0.0 +p17063,nuclear,0.0,0.0,0.0,0.0,0.0 +p17063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17063,pv,58.0,116.0,244.03333333335468,372.06666666668025,500.1 +p17063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17065,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p17065,biomass,0.0,0.0,0.0,0.0,0.0 +p17065,coal,0.0,0.0,0.0,0.0,0.0 +p17065,csp,0.0,0.0,0.0,0.0,0.0 +p17065,gas,0.0,0.0,0.0,0.0,0.0 +p17065,geothermal,0.0,0.0,0.0,0.0,0.0 +p17065,h2,0.0,0.0,0.0,0.0,0.0 +p17065,hydro,0.0,0.0,0.0,0.0,0.0 +p17065,nuclear,0.0,0.0,0.0,0.0,0.0 +p17065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17065,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 +p17065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17065,wind-ons,0.0,0.0,66.66333333333023,133.32666666666046,199.99 +p17067,battery,0.0,0.0,0.0,0.0,0.0 +p17067,biomass,0.0,0.0,0.0,0.0,0.0 +p17067,coal,0.0,0.0,0.0,0.0,0.0 +p17067,gas,0.0,0.0,0.0,0.0,0.0 +p17067,geothermal,0.0,0.0,0.0,0.0,0.0 +p17067,h2,0.0,0.0,0.0,0.0,0.0 +p17067,hydro,0.0,0.0,0.0,0.0,0.0 +p17067,nuclear,0.0,0.0,0.0,0.0,0.0 +p17067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17067,pv,0.0,0.0,0.0,0.0,0.0 +p17067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17067,wind-ons,0.0,0.0,42.333333333343035,84.66666666667152,127.0 +p17073,battery,0.0,0.0,0.0,0.0,0.0 +p17073,biomass,0.0,0.0,0.0,0.0,0.0 +p17073,coal,0.0,0.0,0.0,0.0,0.0 +p17073,csp,0.0,0.0,0.0,0.0,0.0 +p17073,gas,0.0,0.0,0.0,0.0,0.0 +p17073,geothermal,0.0,0.0,0.0,0.0,0.0 +p17073,h2,0.0,0.0,0.0,0.0,0.0 +p17073,hydro,0.0,0.0,0.0,0.0,0.0 +p17073,nuclear,0.0,0.0,0.0,0.0,0.0 +p17073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17073,pv,0.0,0.0,13.580000000001746,27.160000000003492,40.74 +p17073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17073,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p17075,battery,0.0,0.0,0.0,0.0,0.0 +p17075,biomass,0.0,0.0,0.0,0.0,0.0 +p17075,coal,0.0,0.0,0.0,0.0,0.0 +p17075,csp,0.0,0.0,0.0,0.0,0.0 +p17075,gas,0.0,0.0,0.0,0.0,0.0 +p17075,geothermal,0.0,0.0,0.0,0.0,0.0 +p17075,h2,0.0,0.0,0.0,0.0,0.0 +p17075,hydro,0.0,0.0,0.0,0.0,0.0 +p17075,nuclear,0.0,0.0,0.0,0.0,0.0 +p17075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17075,pv,0.0,0.0,196.29999999998836,392.5999999999767,588.9 +p17075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17075,wind-ons,0.0,0.0,396.29000000003725,792.5800000000745,1188.87 +p17077,battery,0.0,0.0,0.0,0.0,0.0 +p17077,biomass,0.0,0.0,0.0,0.0,0.0 +p17077,coal,0.0,0.0,0.0,0.0,0.0 +p17077,csp,0.0,0.0,0.0,0.0,0.0 +p17077,gas,0.0,0.0,0.0,0.0,0.0 +p17077,geothermal,0.0,0.0,0.0,0.0,0.0 +p17077,h2,0.0,0.0,0.0,0.0,0.0 +p17077,hydro,0.0,0.0,0.0,0.0,0.0 +p17077,nuclear,0.0,0.0,0.0,0.0,0.0 +p17077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17077,pv,75.0,150.0,150.0,150.0,150.0 +p17077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17079,battery,0.0,0.0,0.0,0.0,0.0 +p17079,biomass,0.0,0.0,0.0,0.0,0.0 +p17079,coal,0.0,0.0,0.0,0.0,0.0 +p17079,csp,0.0,0.0,0.0,0.0,0.0 +p17079,gas,0.0,0.0,0.0,0.0,0.0 +p17079,geothermal,0.0,0.0,0.0,0.0,0.0 +p17079,h2,0.0,0.0,0.0,0.0,0.0 +p17079,hydro,0.0,0.0,0.0,0.0,0.0 +p17079,nuclear,0.0,0.0,0.0,0.0,0.0 +p17079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17079,pv,25.9,51.8,325.80000000004657,599.8000000000466,873.8 +p17079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17081,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p17081,biomass,0.0,0.0,0.0,0.0,0.0 +p17081,coal,0.0,0.0,0.0,0.0,0.0 +p17081,csp,0.0,0.0,0.0,0.0,0.0 +p17081,gas,0.0,0.0,0.0,0.0,0.0 +p17081,geothermal,0.0,0.0,0.0,0.0,0.0 +p17081,h2,0.0,0.0,0.0,0.0,0.0 +p17081,hydro,0.0,0.0,0.0,0.0,0.0 +p17081,nuclear,0.0,0.0,0.0,0.0,0.0 +p17081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17081,pv,100.0,200.0,266.66666666668607,333.33333333334303,400.0 +p17081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17087,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p17087,biomass,0.0,0.0,0.0,0.0,0.0 +p17087,coal,0.0,0.0,0.0,0.0,0.0 +p17087,csp,0.0,0.0,0.0,0.0,0.0 +p17087,gas,0.0,0.0,0.0,0.0,0.0 +p17087,geothermal,0.0,0.0,0.0,0.0,0.0 +p17087,h2,0.0,0.0,0.0,0.0,0.0 +p17087,hydro,0.0,0.0,0.0,0.0,0.0 +p17087,nuclear,0.0,0.0,0.0,0.0,0.0 +p17087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17087,pv,0.0,0.0,200.0,400.0,600.0 +p17087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17089,battery,0.0,0.0,70.0,140.0,210.0 +p17089,biomass,0.0,0.0,0.0,0.0,0.0 +p17089,coal,0.0,0.0,0.0,0.0,0.0 +p17089,csp,0.0,0.0,0.0,0.0,0.0 +p17089,gas,0.0,0.0,0.0,0.0,0.0 +p17089,geothermal,0.0,0.0,0.0,0.0,0.0 +p17089,h2,0.0,0.0,0.0,0.0,0.0 +p17089,hydro,0.0,0.0,0.0,0.0,0.0 +p17089,nuclear,0.0,0.0,0.0,0.0,0.0 +p17089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17089,pv,0.0,0.0,0.0,0.0,0.0 +p17089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17091,battery,0.0,0.0,0.0,0.0,0.0 +p17091,biomass,0.0,0.0,0.0,0.0,0.0 +p17091,coal,0.0,0.0,0.0,0.0,0.0 +p17091,csp,0.0,0.0,0.0,0.0,0.0 +p17091,gas,0.0,0.0,0.0,0.0,0.0 +p17091,geothermal,0.0,0.0,0.0,0.0,0.0 +p17091,h2,0.0,0.0,0.0,0.0,0.0 +p17091,hydro,0.0,0.0,0.0,0.0,0.0 +p17091,nuclear,0.0,0.0,0.0,0.0,0.0 +p17091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17091,pv,185.0,370.0,603.6333333333605,837.2666666666628,1070.9 +p17091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17091,wind-ons,425.0,850.0,850.0,850.0,850.0 +p17093,battery,0.0,0.0,57.333333333343035,114.66666666667152,172.0 +p17093,biomass,0.0,0.0,0.0,0.0,0.0 +p17093,coal,0.0,0.0,0.0,0.0,0.0 +p17093,csp,0.0,0.0,0.0,0.0,0.0 +p17093,gas,0.0,0.0,0.0,0.0,0.0 +p17093,geothermal,0.0,0.0,0.0,0.0,0.0 +p17093,h2,0.0,0.0,0.0,0.0,0.0 +p17093,hydro,0.0,0.0,0.0,0.0,0.0 +p17093,nuclear,0.0,0.0,0.0,0.0,0.0 +p17093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17093,pv,0.0,0.0,243.59999999997672,487.20000000001164,730.8 +p17093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17095,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p17095,biomass,0.0,0.0,0.0,0.0,0.0 +p17095,coal,0.0,0.0,0.0,0.0,0.0 +p17095,csp,0.0,0.0,0.0,0.0,0.0 +p17095,gas,0.0,0.0,0.0,0.0,0.0 +p17095,geothermal,0.0,0.0,0.0,0.0,0.0 +p17095,h2,0.0,0.0,0.0,0.0,0.0 +p17095,hydro,0.0,0.0,0.0,0.0,0.0 +p17095,nuclear,0.0,0.0,0.0,0.0,0.0 +p17095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17095,pv,0.0,0.0,100.0,200.0,300.0 +p17095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17095,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p17097,battery,25.0,50.0,277.46666666673264,504.93333333334886,732.4 +p17097,biomass,0.0,0.0,0.0,0.0,0.0 +p17097,coal,0.0,0.0,0.0,0.0,0.0 +p17097,csp,0.0,0.0,0.0,0.0,0.0 +p17097,gas,0.0,0.0,0.0,0.0,0.0 +p17097,geothermal,0.0,0.0,0.0,0.0,0.0 +p17097,h2,0.0,0.0,0.0,0.0,0.0 +p17097,hydro,0.0,0.0,0.0,0.0,0.0 +p17097,nuclear,0.0,0.0,0.0,0.0,0.0 +p17097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17097,pv,0.0,0.0,0.0,0.0,0.0 +p17097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17099,battery,0.0,0.0,50.0,100.0,150.0 +p17099,biomass,0.0,0.0,0.0,0.0,0.0 +p17099,coal,0.0,0.0,0.0,0.0,0.0 +p17099,gas,0.0,0.0,0.0,0.0,0.0 +p17099,geothermal,0.0,0.0,0.0,0.0,0.0 +p17099,h2,0.0,0.0,0.0,0.0,0.0 +p17099,hydro,0.0,0.0,0.0,0.0,0.0 +p17099,nuclear,0.0,0.0,58.033333333340124,116.0666666666657,174.1 +p17099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17099,pv,0.0,0.0,100.0,200.0,300.0 +p17099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17099,wind-ons,75.0,150.0,150.0,150.0,150.0 +p17103,battery,0.0,0.0,136.66666666662786,273.33333333331393,410.0 +p17103,biomass,0.0,0.0,0.0,0.0,0.0 +p17103,coal,0.0,0.0,0.0,0.0,0.0 +p17103,csp,0.0,0.0,0.0,0.0,0.0 +p17103,gas,0.0,0.0,12.666666666664241,25.33333333333212,38.0 +p17103,geothermal,0.0,0.0,0.0,0.0,0.0 +p17103,h2,0.0,0.0,0.0,0.0,0.0 +p17103,hydro,0.0,0.0,0.0,0.0,0.0 +p17103,nuclear,0.0,0.0,0.0,0.0,0.0 +p17103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17103,pv,0.0,0.0,626.6666666665114,1253.3333333332557,1880.0 +p17103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17103,wind-ons,52.95,105.9,138.3000000000029,170.70000000001164,203.10000000000002 +p17105,battery,0.0,0.0,250.0,500.0,750.0 +p17105,biomass,0.0,0.0,0.0,0.0,0.0 +p17105,coal,0.0,0.0,0.0,0.0,0.0 +p17105,csp,0.0,0.0,0.0,0.0,0.0 +p17105,gas,0.0,0.0,0.0,0.0,0.0 +p17105,geothermal,0.0,0.0,0.0,0.0,0.0 +p17105,h2,0.0,0.0,0.0,0.0,0.0 +p17105,hydro,0.0,0.0,0.0,0.0,0.0 +p17105,nuclear,0.0,0.0,0.0,0.0,0.0 +p17105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17105,pv,100.0,200.0,369.1333333333605,538.2666666666628,707.4 +p17105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17105,wind-ons,0.0,0.0,85.0,170.0,255.0 +p17107,battery,0.0,0.0,0.0,0.0,0.0 +p17107,biomass,0.0,0.0,0.0,0.0,0.0 +p17107,coal,0.0,0.0,0.0,0.0,0.0 +p17107,csp,0.0,0.0,0.0,0.0,0.0 +p17107,gas,0.0,0.0,0.0,0.0,0.0 +p17107,geothermal,0.0,0.0,0.0,0.0,0.0 +p17107,h2,0.0,0.0,0.0,0.0,0.0 +p17107,hydro,0.0,0.0,0.0,0.0,0.0 +p17107,nuclear,0.0,0.0,0.0,0.0,0.0 +p17107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17107,pv,0.0,0.0,122.5,245.0,367.5 +p17107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17107,wind-ons,0.0,0.0,26.0,52.0,78.0 +p17109,battery,0.0,0.0,0.0,0.0,0.0 +p17109,biomass,0.0,0.0,0.0,0.0,0.0 +p17109,coal,0.0,0.0,0.0,0.0,0.0 +p17109,csp,0.0,0.0,0.0,0.0,0.0 +p17109,gas,0.0,0.0,0.0,0.0,0.0 +p17109,geothermal,0.0,0.0,0.0,0.0,0.0 +p17109,h2,0.0,0.0,0.0,0.0,0.0 +p17109,hydro,0.0,0.0,0.0,0.0,0.0 +p17109,nuclear,0.0,0.0,0.0,0.0,0.0 +p17109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17109,pv,0.0,0.0,0.0,0.0,0.0 +p17109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17109,wind-ons,0.0,0.0,138.53333333326736,277.06666666665114,415.6 +p17111,battery,0.0,0.0,350.0,700.0,1050.0 +p17111,biomass,0.0,0.0,0.0,0.0,0.0 +p17111,coal,0.0,0.0,0.0,0.0,0.0 +p17111,csp,0.0,0.0,0.0,0.0,0.0 +p17111,gas,0.0,0.0,0.0,0.0,0.0 +p17111,geothermal,0.0,0.0,0.0,0.0,0.0 +p17111,h2,0.0,0.0,0.0,0.0,0.0 +p17111,hydro,0.0,0.0,0.0,0.0,0.0 +p17111,nuclear,0.0,0.0,0.0,0.0,0.0 +p17111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17111,pv,0.0,0.0,171.91666666662786,343.83333333331393,515.75 +p17111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17113,battery,50.0,100.0,350.0,600.0,850.0 +p17113,biomass,0.0,0.0,0.0,0.0,0.0 +p17113,coal,0.0,0.0,0.0,0.0,0.0 +p17113,csp,0.0,0.0,0.0,0.0,0.0 +p17113,gas,0.0,0.0,0.0,0.0,0.0 +p17113,geothermal,0.0,0.0,0.0,0.0,0.0 +p17113,h2,0.0,0.0,0.0,0.0,0.0 +p17113,hydro,0.0,0.0,0.0,0.0,0.0 +p17113,nuclear,0.0,0.0,0.0,0.0,0.0 +p17113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17113,pv,0.0,0.0,203.0,406.0,609.0 +p17113,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17113,wind-ons,0.0,0.0,600.3199999998324,1200.6399999998976,1800.96 +p17115,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p17115,biomass,0.0,0.0,0.0,0.0,0.0 +p17115,coal,0.0,0.0,0.0,0.0,0.0 +p17115,csp,0.0,0.0,0.0,0.0,0.0 +p17115,gas,0.0,0.0,113.43333333331975,226.8666666666686,340.3 +p17115,geothermal,0.0,0.0,0.0,0.0,0.0 +p17115,h2,0.0,0.0,0.0,0.0,0.0 +p17115,hydro,0.0,0.0,0.0,0.0,0.0 +p17115,nuclear,0.0,0.0,0.0,0.0,0.0 +p17115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17115,pv,0.0,0.0,186.66666666662786,373.33333333331393,560.0 +p17115,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17115,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p17117,battery,0.0,0.0,0.0,0.0,0.0 +p17117,biomass,0.0,0.0,0.0,0.0,0.0 +p17117,coal,0.0,0.0,0.0,0.0,0.0 +p17117,csp,0.0,0.0,0.0,0.0,0.0 +p17117,gas,0.0,0.0,0.0,0.0,0.0 +p17117,geothermal,0.0,0.0,0.0,0.0,0.0 +p17117,h2,0.0,0.0,0.0,0.0,0.0 +p17117,hydro,0.0,0.0,0.0,0.0,0.0 +p17117,nuclear,0.0,0.0,0.0,0.0,0.0 +p17117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17117,pv,0.0,0.0,0.0,0.0,0.0 +p17117,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17117,wind-ons,0.0,0.0,148.0,296.0,444.0 +p17119,battery,0.0,0.0,75.0,150.0,225.0 +p17119,biomass,0.0,0.0,0.0,0.0,0.0 +p17119,coal,0.0,0.0,0.0,0.0,0.0 +p17119,gas,0.0,0.0,0.0,0.0,0.0 +p17119,geothermal,0.0,0.0,0.0,0.0,0.0 +p17119,h2,0.0,0.0,0.0,0.0,0.0 +p17119,hydro,0.0,0.0,0.0,0.0,0.0 +p17119,nuclear,0.0,0.0,0.0,0.0,0.0 +p17119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17119,pv,0.0,0.0,0.0,0.0,0.0 +p17119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17121,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p17121,biomass,0.0,0.0,0.0,0.0,0.0 +p17121,coal,0.0,0.0,0.0,0.0,0.0 +p17121,csp,0.0,0.0,0.0,0.0,0.0 +p17121,gas,0.0,0.0,0.0,0.0,0.0 +p17121,geothermal,0.0,0.0,0.0,0.0,0.0 +p17121,h2,0.0,0.0,0.0,0.0,0.0 +p17121,hydro,0.0,0.0,0.0,0.0,0.0 +p17121,nuclear,0.0,0.0,0.0,0.0,0.0 +p17121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17121,pv,49.5,99.0,182.33333333331393,265.66666666665697,349.0 +p17121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17123,battery,0.0,0.0,0.0,0.0,0.0 +p17123,biomass,0.0,0.0,0.0,0.0,0.0 +p17123,coal,0.0,0.0,0.0,0.0,0.0 +p17123,csp,0.0,0.0,0.0,0.0,0.0 +p17123,gas,0.0,0.0,0.0,0.0,0.0 +p17123,geothermal,0.0,0.0,0.0,0.0,0.0 +p17123,h2,0.0,0.0,0.0,0.0,0.0 +p17123,hydro,0.0,0.0,0.0,0.0,0.0 +p17123,nuclear,0.0,0.0,0.0,0.0,0.0 +p17123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17123,pv,0.0,0.0,11.666666666664241,23.33333333333212,35.0 +p17123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17123,wind-ons,0.0,0.0,59.333333333343035,118.66666666667152,178.0 +p17125,battery,0.0,0.0,0.0,0.0,0.0 +p17125,biomass,0.0,0.0,0.0,0.0,0.0 +p17125,coal,0.0,0.0,0.0,0.0,0.0 +p17125,csp,0.0,0.0,0.0,0.0,0.0 +p17125,gas,0.0,0.0,0.0,0.0,0.0 +p17125,geothermal,0.0,0.0,0.0,0.0,0.0 +p17125,h2,0.0,0.0,0.0,0.0,0.0 +p17125,hydro,0.0,0.0,0.0,0.0,0.0 +p17125,nuclear,0.0,0.0,0.0,0.0,0.0 +p17125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17125,pv,0.0,0.0,214.0,428.0,642.0 +p17125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17125,wind-ons,0.0,0.0,133.29999999998836,266.5999999999767,399.9 +p17129,battery,0.0,0.0,0.0,0.0,0.0 +p17129,biomass,0.0,0.0,0.0,0.0,0.0 +p17129,coal,0.0,0.0,0.0,0.0,0.0 +p17129,csp,0.0,0.0,0.0,0.0,0.0 +p17129,gas,0.0,0.0,0.0,0.0,0.0 +p17129,geothermal,0.0,0.0,0.0,0.0,0.0 +p17129,h2,0.0,0.0,0.0,0.0,0.0 +p17129,hydro,0.0,0.0,0.0,0.0,0.0 +p17129,nuclear,0.0,0.0,0.0,0.0,0.0 +p17129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17129,pv,0.0,0.0,73.33333333331393,146.66666666665697,220.0 +p17129,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17129,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p17131,battery,0.0,0.0,0.0,0.0,0.0 +p17131,biomass,0.0,0.0,0.0,0.0,0.0 +p17131,coal,0.0,0.0,0.0,0.0,0.0 +p17131,csp,0.0,0.0,0.0,0.0,0.0 +p17131,gas,0.0,0.0,0.0,0.0,0.0 +p17131,geothermal,0.0,0.0,0.0,0.0,0.0 +p17131,h2,0.0,0.0,0.0,0.0,0.0 +p17131,hydro,0.0,0.0,0.0,0.0,0.0 +p17131,nuclear,0.0,0.0,0.0,0.0,0.0 +p17131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17131,pv,0.0,0.0,65.21333333334769,130.42666666669538,195.64 +p17131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17131,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p17135,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p17135,biomass,0.0,0.0,0.0,0.0,0.0 +p17135,coal,0.0,0.0,0.0,0.0,0.0 +p17135,csp,0.0,0.0,0.0,0.0,0.0 +p17135,gas,0.0,0.0,0.0,0.0,0.0 +p17135,geothermal,0.0,0.0,0.0,0.0,0.0 +p17135,h2,0.0,0.0,0.0,0.0,0.0 +p17135,hydro,0.0,0.0,0.0,0.0,0.0 +p17135,nuclear,0.0,0.0,0.0,0.0,0.0 +p17135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17135,pv,22.1,44.2,254.53333333338378,464.8666666666977,675.2 +p17135,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17137,battery,0.0,0.0,0.0,0.0,0.0 +p17137,biomass,0.0,0.0,0.0,0.0,0.0 +p17137,coal,0.0,0.0,0.0,0.0,0.0 +p17137,csp,0.0,0.0,0.0,0.0,0.0 +p17137,gas,0.0,0.0,0.0,0.0,0.0 +p17137,geothermal,0.0,0.0,0.0,0.0,0.0 +p17137,h2,0.0,0.0,0.0,0.0,0.0 +p17137,hydro,0.0,0.0,0.0,0.0,0.0 +p17137,nuclear,0.0,0.0,0.0,0.0,0.0 +p17137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17137,pv,70.0,140.0,150.0,160.0,170.0 +p17137,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17137,wind-ons,100.0,200.0,250.0,300.0,350.0 +p17139,csp,0.0,0.0,0.0,0.0,0.0 +p17141,battery,0.0,0.0,0.0,0.0,0.0 +p17141,biomass,0.0,0.0,0.0,0.0,0.0 +p17141,coal,0.0,0.0,0.0,0.0,0.0 +p17141,csp,0.0,0.0,0.0,0.0,0.0 +p17141,gas,0.0,0.0,0.0,0.0,0.0 +p17141,geothermal,0.0,0.0,0.0,0.0,0.0 +p17141,h2,0.0,0.0,0.0,0.0,0.0 +p17141,hydro,0.0,0.0,0.0,0.0,0.0 +p17141,nuclear,0.0,0.0,29.333333333328483,58.66666666666424,88.0 +p17141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17141,pv,30.0,60.0,110.0,160.0,210.0 +p17141,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17141,wind-ons,0.0,0.0,50.0,100.0,150.0 +p17143,battery,0.0,0.0,200.0,400.0,600.0 +p17143,biomass,0.0,0.0,0.0,0.0,0.0 +p17143,coal,0.0,0.0,0.0,0.0,0.0 +p17143,csp,0.0,0.0,0.0,0.0,0.0 +p17143,gas,0.0,0.0,0.0,0.0,0.0 +p17143,geothermal,0.0,0.0,0.0,0.0,0.0 +p17143,h2,0.0,0.0,0.0,0.0,0.0 +p17143,hydro,0.0,0.0,0.0,0.0,0.0 +p17143,nuclear,0.0,0.0,0.0,0.0,0.0 +p17143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17143,pv,0.0,0.0,0.0,0.0,0.0 +p17143,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17143,wind-ons,0.0,0.0,517.3333333334886,1034.6666666667443,1552.0 +p17145,battery,0.0,0.0,147.66666666662786,295.33333333331393,443.0 +p17145,biomass,0.0,0.0,0.0,0.0,0.0 +p17145,coal,0.0,0.0,0.0,0.0,0.0 +p17145,csp,0.0,0.0,0.0,0.0,0.0 +p17145,gas,0.0,0.0,0.0,0.0,0.0 +p17145,geothermal,0.0,0.0,0.0,0.0,0.0 +p17145,h2,0.0,0.0,0.0,0.0,0.0 +p17145,hydro,0.0,0.0,0.0,0.0,0.0 +p17145,nuclear,0.0,0.0,0.0,0.0,0.0 +p17145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17145,pv,100.0,200.0,602.3333333332557,1004.6666666666279,1407.0 +p17145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17145,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17147,battery,0.0,0.0,0.0,0.0,0.0 +p17147,biomass,0.0,0.0,0.0,0.0,0.0 +p17147,coal,0.0,0.0,0.0,0.0,0.0 +p17147,csp,0.0,0.0,0.0,0.0,0.0 +p17147,gas,0.0,0.0,0.0,0.0,0.0 +p17147,geothermal,0.0,0.0,0.0,0.0,0.0 +p17147,h2,0.0,0.0,0.0,0.0,0.0 +p17147,hydro,0.0,0.0,0.0,0.0,0.0 +p17147,nuclear,0.0,0.0,0.0,0.0,0.0 +p17147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17147,pv,0.0,0.0,57.0,114.0,171.0 +p17147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17147,wind-ons,150.0,300.0,300.0,300.0,300.0 +p17149,battery,0.0,0.0,0.0,0.0,0.0 +p17149,biomass,0.0,0.0,0.0,0.0,0.0 +p17149,coal,0.0,0.0,0.0,0.0,0.0 +p17149,gas,0.0,0.0,0.0,0.0,0.0 +p17149,geothermal,0.0,0.0,0.0,0.0,0.0 +p17149,h2,0.0,0.0,0.0,0.0,0.0 +p17149,hydro,0.0,0.0,0.0,0.0,0.0 +p17149,nuclear,0.0,0.0,0.0,0.0,0.0 +p17149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17149,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p17149,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17153,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p17153,biomass,0.0,0.0,0.0,0.0,0.0 +p17153,coal,0.0,0.0,0.0,0.0,0.0 +p17153,csp,0.0,0.0,0.0,0.0,0.0 +p17153,gas,0.0,0.0,0.0,0.0,0.0 +p17153,geothermal,0.0,0.0,0.0,0.0,0.0 +p17153,h2,0.0,0.0,0.0,0.0,0.0 +p17153,hydro,0.0,0.0,0.0,0.0,0.0 +p17153,nuclear,0.0,0.0,0.0,0.0,0.0 +p17153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17153,pv,0.0,0.0,125.0,250.0,375.0 +p17153,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17153,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17155,battery,0.0,0.0,36.666666666656965,73.33333333332848,110.0 +p17155,biomass,0.0,0.0,0.0,0.0,0.0 +p17155,coal,0.0,0.0,0.0,0.0,0.0 +p17155,csp,0.0,0.0,0.0,0.0,0.0 +p17155,gas,0.0,0.0,0.0,0.0,0.0 +p17155,geothermal,0.0,0.0,0.0,0.0,0.0 +p17155,h2,0.0,0.0,0.0,0.0,0.0 +p17155,hydro,0.0,0.0,0.0,0.0,0.0 +p17155,nuclear,0.0,0.0,0.0,0.0,0.0 +p17155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17155,pv,12.1,24.2,130.8666666666977,237.53333333335468,344.2 +p17155,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17155,wind-ons,0.0,0.0,64.30000000000291,128.60000000000582,192.9 +p17157,battery,0.0,0.0,0.0,0.0,0.0 +p17157,biomass,0.0,0.0,0.0,0.0,0.0 +p17157,coal,0.0,0.0,0.0,0.0,0.0 +p17157,csp,0.0,0.0,0.0,0.0,0.0 +p17157,gas,0.0,0.0,0.0,0.0,0.0 +p17157,geothermal,0.0,0.0,0.0,0.0,0.0 +p17157,h2,0.0,0.0,0.0,0.0,0.0 +p17157,hydro,0.0,0.0,0.0,0.0,0.0 +p17157,nuclear,0.0,0.0,0.0,0.0,0.0 +p17157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17157,pv,34.2,68.4,151.7333333333081,235.06666666665114,318.4 +p17157,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17157,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17161,battery,0.0,0.0,220.0,440.0,660.0 +p17161,biomass,0.0,0.0,0.0,0.0,0.0 +p17161,coal,0.0,0.0,0.0,0.0,0.0 +p17161,csp,0.0,0.0,0.0,0.0,0.0 +p17161,gas,0.0,0.0,0.0,0.0,0.0 +p17161,geothermal,0.0,0.0,0.0,0.0,0.0 +p17161,h2,0.0,0.0,0.0,0.0,0.0 +p17161,hydro,0.0,0.0,0.0,0.0,0.0 +p17161,nuclear,0.0,0.0,0.0,0.0,0.0 +p17161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17161,pv,0.0,0.0,129.33333333337214,258.66666666668607,388.0 +p17161,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17161,wind-ons,0.0,0.0,100.0,200.0,300.0 +p17163,battery,0.0,0.0,116.66666666668607,233.33333333334303,350.0 +p17163,biomass,0.0,0.0,0.0,0.0,0.0 +p17163,coal,0.0,0.0,0.0,0.0,0.0 +p17163,csp,0.0,0.0,0.0,0.0,0.0 +p17163,gas,0.0,0.0,0.0,0.0,0.0 +p17163,geothermal,0.0,0.0,0.0,0.0,0.0 +p17163,h2,0.0,0.0,0.0,0.0,0.0 +p17163,hydro,0.0,0.0,0.0,0.0,0.0 +p17163,nuclear,0.0,0.0,0.0,0.0,0.0 +p17163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17163,pv,75.0,150.0,198.33333333334303,246.66666666667152,295.0 +p17163,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17165,battery,0.0,0.0,0.0,0.0,0.0 +p17165,biomass,0.0,0.0,0.0,0.0,0.0 +p17165,coal,0.0,0.0,0.0,0.0,0.0 +p17165,csp,0.0,0.0,0.0,0.0,0.0 +p17165,gas,0.0,0.0,0.0,0.0,0.0 +p17165,geothermal,0.0,0.0,0.0,0.0,0.0 +p17165,h2,0.0,0.0,0.0,0.0,0.0 +p17165,hydro,0.0,0.0,0.0,0.0,0.0 +p17165,nuclear,0.0,0.0,0.0,0.0,0.0 +p17165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17165,pv,155.0,310.0,585.0,860.0,1135.0 +p17165,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17165,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17167,battery,0.0,0.0,149.96666666673264,299.93333333334886,449.9 +p17167,biomass,0.0,0.0,0.0,0.0,0.0 +p17167,coal,0.0,0.0,0.0,0.0,0.0 +p17167,csp,0.0,0.0,0.0,0.0,0.0 +p17167,gas,0.0,0.0,388.3333333332557,776.6666666666279,1165.0 +p17167,geothermal,0.0,0.0,0.0,0.0,0.0 +p17167,h2,0.0,0.0,0.0,0.0,0.0 +p17167,hydro,0.0,0.0,0.0,0.0,0.0 +p17167,nuclear,0.0,0.0,0.0,0.0,0.0 +p17167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17167,pv,0.0,0.0,270.9466666666558,541.8933333333116,812.84 +p17167,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17167,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17171,battery,0.0,0.0,0.0,0.0,0.0 +p17171,biomass,0.0,0.0,0.0,0.0,0.0 +p17171,coal,0.0,0.0,0.0,0.0,0.0 +p17171,csp,0.0,0.0,0.0,0.0,0.0 +p17171,gas,0.0,0.0,0.0,0.0,0.0 +p17171,geothermal,0.0,0.0,0.0,0.0,0.0 +p17171,h2,0.0,0.0,0.0,0.0,0.0 +p17171,hydro,0.0,0.0,0.0,0.0,0.0 +p17171,nuclear,0.0,0.0,0.0,0.0,0.0 +p17171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17171,pv,0.0,0.0,333.93333333346527,667.8666666666977,1001.8 +p17171,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17171,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17173,battery,0.0,0.0,86.66666666668607,173.33333333334303,260.0 +p17173,biomass,0.0,0.0,0.0,0.0,0.0 +p17173,coal,0.0,0.0,0.0,0.0,0.0 +p17173,csp,0.0,0.0,0.0,0.0,0.0 +p17173,gas,0.0,0.0,0.0,0.0,0.0 +p17173,geothermal,0.0,0.0,0.0,0.0,0.0 +p17173,h2,0.0,0.0,0.0,0.0,0.0 +p17173,hydro,0.0,0.0,0.0,0.0,0.0 +p17173,nuclear,0.0,0.0,0.0,0.0,0.0 +p17173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17173,pv,0.0,0.0,55.0,110.0,165.0 +p17173,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17173,wind-ons,0.0,0.0,283.3333333332557,566.6666666666279,850.0 +p17175,battery,0.0,0.0,0.0,0.0,0.0 +p17175,biomass,0.0,0.0,0.0,0.0,0.0 +p17175,coal,0.0,0.0,0.0,0.0,0.0 +p17175,csp,0.0,0.0,0.0,0.0,0.0 +p17175,gas,0.0,0.0,0.0,0.0,0.0 +p17175,geothermal,0.0,0.0,0.0,0.0,0.0 +p17175,h2,0.0,0.0,0.0,0.0,0.0 +p17175,hydro,0.0,0.0,0.0,0.0,0.0 +p17175,nuclear,0.0,0.0,0.0,0.0,0.0 +p17175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17175,pv,0.0,0.0,210.0,420.0,630.0 +p17175,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17175,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p17177,battery,0.0,0.0,109.33333333331393,218.66666666665697,328.0 +p17177,biomass,0.0,0.0,0.0,0.0,0.0 +p17177,coal,0.0,0.0,0.0,0.0,0.0 +p17177,csp,0.0,0.0,0.0,0.0,0.0 +p17177,gas,0.0,0.0,0.0,0.0,0.0 +p17177,geothermal,0.0,0.0,0.0,0.0,0.0 +p17177,h2,0.0,0.0,0.0,0.0,0.0 +p17177,hydro,0.0,0.0,0.0,0.0,0.0 +p17177,nuclear,0.0,0.0,0.0,0.0,0.0 +p17177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17177,pv,0.0,0.0,44.666666666656965,89.33333333332848,134.0 +p17177,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17177,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p17179,battery,0.0,0.0,306.0,612.0,918.0 +p17179,biomass,0.0,0.0,0.0,0.0,0.0 +p17179,coal,0.0,0.0,0.0,0.0,0.0 +p17179,csp,0.0,0.0,0.0,0.0,0.0 +p17179,gas,0.0,0.0,0.0,0.0,0.0 +p17179,geothermal,0.0,0.0,0.0,0.0,0.0 +p17179,h2,0.0,0.0,0.0,0.0,0.0 +p17179,hydro,0.0,0.0,0.0,0.0,0.0 +p17179,nuclear,0.0,0.0,0.0,0.0,0.0 +p17179,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17179,pv,0.0,0.0,216.66666666662786,433.33333333331393,650.0 +p17179,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17179,wind-ons,0.0,0.0,191.66666666662786,383.33333333331393,575.0 +p17183,battery,0.0,0.0,0.0,0.0,0.0 +p17183,biomass,0.0,0.0,0.0,0.0,0.0 +p17183,coal,0.0,0.0,0.0,0.0,0.0 +p17183,csp,0.0,0.0,0.0,0.0,0.0 +p17183,gas,0.0,0.0,0.0,0.0,0.0 +p17183,geothermal,0.0,0.0,0.0,0.0,0.0 +p17183,h2,0.0,0.0,0.0,0.0,0.0 +p17183,hydro,0.0,0.0,0.0,0.0,0.0 +p17183,nuclear,0.0,0.0,0.0,0.0,0.0 +p17183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17183,pv,0.0,0.0,214.33333333337214,428.66666666668607,643.0 +p17183,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17183,wind-ons,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p17185,battery,0.0,0.0,0.0,0.0,0.0 +p17185,biomass,0.0,0.0,0.0,0.0,0.0 +p17185,coal,0.0,0.0,0.0,0.0,0.0 +p17185,csp,0.0,0.0,0.0,0.0,0.0 +p17185,gas,0.0,0.0,0.0,0.0,0.0 +p17185,geothermal,0.0,0.0,0.0,0.0,0.0 +p17185,h2,0.0,0.0,0.0,0.0,0.0 +p17185,hydro,0.0,0.0,0.0,0.0,0.0 +p17185,nuclear,0.0,0.0,0.0,0.0,0.0 +p17185,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17185,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p17185,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17185,wind-ons,0.0,0.0,78.33333333331393,156.66666666665697,235.0 +p17187,battery,0.0,0.0,0.0,0.0,0.0 +p17187,biomass,0.0,0.0,0.0,0.0,0.0 +p17187,coal,0.0,0.0,0.0,0.0,0.0 +p17187,csp,0.0,0.0,0.0,0.0,0.0 +p17187,gas,0.0,0.0,0.0,0.0,0.0 +p17187,geothermal,0.0,0.0,0.0,0.0,0.0 +p17187,h2,0.0,0.0,0.0,0.0,0.0 +p17187,hydro,0.0,0.0,0.0,0.0,0.0 +p17187,nuclear,0.0,0.0,0.0,0.0,0.0 +p17187,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17187,pv,0.0,0.0,11.666666666664241,23.33333333333212,35.0 +p17187,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17187,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17189,battery,0.0,0.0,50.0,100.0,150.0 +p17189,biomass,0.0,0.0,0.0,0.0,0.0 +p17189,coal,0.0,0.0,0.0,0.0,0.0 +p17189,csp,0.0,0.0,0.0,0.0,0.0 +p17189,gas,0.0,0.0,0.0,0.0,0.0 +p17189,geothermal,0.0,0.0,0.0,0.0,0.0 +p17189,h2,0.0,0.0,0.0,0.0,0.0 +p17189,hydro,0.0,0.0,0.0,0.0,0.0 +p17189,nuclear,0.0,0.0,0.0,0.0,0.0 +p17189,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17189,pv,125.0,250.0,300.0,350.0,400.0 +p17189,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17189,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p17191,battery,0.0,0.0,0.0,0.0,0.0 +p17191,biomass,0.0,0.0,0.0,0.0,0.0 +p17191,coal,0.0,0.0,0.0,0.0,0.0 +p17191,gas,0.0,0.0,0.0,0.0,0.0 +p17191,geothermal,0.0,0.0,0.0,0.0,0.0 +p17191,h2,0.0,0.0,0.0,0.0,0.0 +p17191,hydro,0.0,0.0,0.0,0.0,0.0 +p17191,nuclear,0.0,0.0,0.0,0.0,0.0 +p17191,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17191,pv,0.0,0.0,7.146666666667443,14.293333333334886,21.44 +p17191,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17191,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17193,battery,0.0,0.0,0.0,0.0,0.0 +p17193,biomass,0.0,0.0,0.0,0.0,0.0 +p17193,coal,0.0,0.0,0.0,0.0,0.0 +p17193,csp,0.0,0.0,0.0,0.0,0.0 +p17193,gas,0.0,0.0,0.0,0.0,0.0 +p17193,geothermal,0.0,0.0,0.0,0.0,0.0 +p17193,h2,0.0,0.0,0.0,0.0,0.0 +p17193,hydro,0.0,0.0,0.0,0.0,0.0 +p17193,nuclear,0.0,0.0,0.0,0.0,0.0 +p17193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17193,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p17193,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17193,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17195,battery,0.0,0.0,51.0,102.0,153.0 +p17195,biomass,0.0,0.0,0.0,0.0,0.0 +p17195,coal,0.0,0.0,0.0,0.0,0.0 +p17195,csp,0.0,0.0,0.0,0.0,0.0 +p17195,gas,0.0,0.0,0.0,0.0,0.0 +p17195,geothermal,0.0,0.0,0.0,0.0,0.0 +p17195,h2,0.0,0.0,0.0,0.0,0.0 +p17195,hydro,0.0,0.0,0.0,0.0,0.0 +p17195,nuclear,0.0,0.0,0.0,0.0,0.0 +p17195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17195,pv,0.0,0.0,218.33333333337214,436.66666666668607,655.0 +p17195,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17195,wind-ons,0.0,0.0,163.63000000006286,327.2600000000093,490.89 +p17197,battery,0.0,0.0,270.6666666667443,541.3333333333721,812.0 +p17197,biomass,0.0,0.0,0.0,0.0,0.0 +p17197,coal,0.0,0.0,0.0,0.0,0.0 +p17197,csp,0.0,0.0,0.0,0.0,0.0 +p17197,gas,60.0,120.0,121.66666666666697,123.33333333333348,125.0 +p17197,geothermal,0.0,0.0,0.0,0.0,0.0 +p17197,h2,0.0,0.0,0.0,0.0,0.0 +p17197,hydro,0.0,0.0,0.0,0.0,0.0 +p17197,nuclear,0.0,0.0,43.333333333343035,86.66666666667152,130.0 +p17197,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17197,pv,9.95,19.9,37.13333333333139,54.36666666666861,71.6 +p17197,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17197,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17199,battery,0.0,0.0,63.333333333343035,126.66666666667152,190.0 +p17199,biomass,0.0,0.0,0.0,0.0,0.0 +p17199,coal,0.0,0.0,0.0,0.0,0.0 +p17199,csp,0.0,0.0,0.0,0.0,0.0 +p17199,gas,0.0,0.0,0.0,0.0,0.0 +p17199,geothermal,0.0,0.0,0.0,0.0,0.0 +p17199,h2,0.0,0.0,0.0,0.0,0.0 +p17199,hydro,0.0,0.0,0.0,0.0,0.0 +p17199,nuclear,0.0,0.0,0.0,0.0,0.0 +p17199,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17199,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p17199,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17199,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17201,battery,0.0,0.0,50.0,100.0,150.0 +p17201,biomass,0.0,0.0,0.0,0.0,0.0 +p17201,coal,0.0,0.0,0.0,0.0,0.0 +p17201,csp,0.0,0.0,0.0,0.0,0.0 +p17201,gas,0.0,0.0,0.0,0.0,0.0 +p17201,geothermal,0.0,0.0,0.0,0.0,0.0 +p17201,h2,0.0,0.0,0.0,0.0,0.0 +p17201,hydro,0.0,0.0,0.0,0.0,0.0 +p17201,nuclear,0.0,0.0,0.0,0.0,0.0 +p17201,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17201,pv,0.0,0.0,93.33333333331393,186.66666666665697,280.0 +p17201,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17201,wind-ons,0.0,0.0,0.0,0.0,0.0 +p17203,battery,0.0,0.0,0.0,0.0,0.0 +p17203,biomass,0.0,0.0,0.0,0.0,0.0 +p17203,coal,0.0,0.0,0.0,0.0,0.0 +p17203,csp,0.0,0.0,0.0,0.0,0.0 +p17203,gas,0.0,0.0,0.0,0.0,0.0 +p17203,geothermal,0.0,0.0,0.0,0.0,0.0 +p17203,h2,0.0,0.0,0.0,0.0,0.0 +p17203,hydro,0.0,0.0,0.0,0.0,0.0 +p17203,nuclear,0.0,0.0,0.0,0.0,0.0 +p17203,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p17203,pv,0.0,0.0,18.400000000001455,36.80000000000291,55.2 +p17203,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p17203,wind-ons,400.0,800.0,800.0,800.0,800.0 +p18001,battery,0.0,0.0,0.0,0.0,0.0 +p18001,biomass,0.0,0.0,0.0,0.0,0.0 +p18001,coal,0.0,0.0,0.0,0.0,0.0 +p18001,csp,0.0,0.0,0.0,0.0,0.0 +p18001,gas,0.0,0.0,0.0,0.0,0.0 +p18001,geothermal,0.0,0.0,0.0,0.0,0.0 +p18001,h2,0.0,0.0,0.0,0.0,0.0 +p18001,hydro,0.0,0.0,0.0,0.0,0.0 +p18001,nuclear,0.0,0.0,0.0,0.0,0.0 +p18001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18001,pv,67.5,135.0,135.0,135.0,135.0 +p18001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18003,battery,25.0,50.0,66.66666666667152,83.33333333333576,100.0 +p18003,biomass,0.0,0.0,0.0,0.0,0.0 +p18003,coal,0.0,0.0,0.0,0.0,0.0 +p18003,csp,0.0,0.0,0.0,0.0,0.0 +p18003,gas,0.0,0.0,0.0,0.0,0.0 +p18003,geothermal,0.0,0.0,0.0,0.0,0.0 +p18003,h2,0.0,0.0,0.0,0.0,0.0 +p18003,hydro,0.0,0.0,0.0,0.0,0.0 +p18003,nuclear,0.0,0.0,0.0,0.0,0.0 +p18003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18003,pv,150.0,300.0,322.40000000000146,344.8000000000029,367.2 +p18003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18005,battery,0.0,0.0,0.0,0.0,0.0 +p18005,biomass,0.0,0.0,0.0,0.0,0.0 +p18005,coal,0.0,0.0,0.0,0.0,0.0 +p18005,csp,0.0,0.0,0.0,0.0,0.0 +p18005,gas,0.0,0.0,0.0,0.0,0.0 +p18005,geothermal,0.0,0.0,0.0,0.0,0.0 +p18005,h2,0.0,0.0,0.0,0.0,0.0 +p18005,hydro,0.0,0.0,0.0,0.0,0.0 +p18005,nuclear,0.0,0.0,0.0,0.0,0.0 +p18005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18005,pv,0.0,0.0,50.0,100.0,150.0 +p18005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18007,battery,0.0,0.0,0.0,0.0,0.0 +p18007,biomass,0.0,0.0,0.0,0.0,0.0 +p18007,coal,0.0,0.0,0.0,0.0,0.0 +p18007,csp,0.0,0.0,0.0,0.0,0.0 +p18007,gas,0.0,0.0,0.0,0.0,0.0 +p18007,geothermal,0.0,0.0,0.0,0.0,0.0 +p18007,h2,0.0,0.0,0.0,0.0,0.0 +p18007,hydro,0.0,0.0,0.0,0.0,0.0 +p18007,nuclear,0.0,0.0,0.0,0.0,0.0 +p18007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18007,pv,0.0,0.0,0.0,0.0,0.0 +p18007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18007,wind-ons,15.0,30.0,96.66666666668607,163.33333333334303,230.0 +p18009,battery,0.0,0.0,0.0,0.0,0.0 +p18009,biomass,0.0,0.0,0.0,0.0,0.0 +p18009,coal,0.0,0.0,0.0,0.0,0.0 +p18009,csp,0.0,0.0,0.0,0.0,0.0 +p18009,gas,0.0,0.0,0.0,0.0,0.0 +p18009,geothermal,0.0,0.0,0.0,0.0,0.0 +p18009,h2,0.0,0.0,0.0,0.0,0.0 +p18009,hydro,0.0,0.0,0.0,0.0,0.0 +p18009,nuclear,0.0,0.0,0.0,0.0,0.0 +p18009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18009,pv,122.5,245.0,295.0,345.0,395.0 +p18009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18009,wind-ons,250.0,500.0,566.6666666666861,633.333333333343,700.0 +p18011,battery,0.0,0.0,103.32000000000698,206.63999999998487,309.96 +p18011,biomass,0.0,0.0,0.0,0.0,0.0 +p18011,coal,0.0,0.0,0.0,0.0,0.0 +p18011,csp,0.0,0.0,0.0,0.0,0.0 +p18011,gas,0.0,0.0,0.0,0.0,0.0 +p18011,geothermal,0.0,0.0,0.0,0.0,0.0 +p18011,h2,0.0,0.0,0.0,0.0,0.0 +p18011,hydro,0.0,0.0,0.0,0.0,0.0 +p18011,nuclear,0.0,0.0,0.0,0.0,0.0 +p18011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18011,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18013,battery,0.0,0.0,1.6666666666669698,3.333333333333485,5.0 +p18013,biomass,0.0,0.0,0.0,0.0,0.0 +p18013,coal,0.0,0.0,0.0,0.0,0.0 +p18013,csp,0.0,0.0,0.0,0.0,0.0 +p18013,gas,0.0,0.0,0.0,0.0,0.0 +p18013,geothermal,0.0,0.0,0.0,0.0,0.0 +p18013,h2,0.0,0.0,0.0,0.0,0.0 +p18013,hydro,0.0,0.0,0.0,0.0,0.0 +p18013,nuclear,0.0,0.0,0.0,0.0,0.0 +p18013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18013,pv,0.0,0.0,0.0,0.0,0.0 +p18013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18015,csp,0.0,0.0,0.0,0.0,0.0 +p18017,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18017,biomass,0.0,0.0,0.0,0.0,0.0 +p18017,coal,0.0,0.0,0.0,0.0,0.0 +p18017,csp,0.0,0.0,0.0,0.0,0.0 +p18017,gas,0.0,0.0,0.0,0.0,0.0 +p18017,geothermal,0.0,0.0,0.0,0.0,0.0 +p18017,h2,0.0,0.0,0.0,0.0,0.0 +p18017,hydro,0.0,0.0,0.0,0.0,0.0 +p18017,nuclear,0.0,0.0,0.0,0.0,0.0 +p18017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18017,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18019,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18019,biomass,0.0,0.0,0.0,0.0,0.0 +p18019,coal,0.0,0.0,0.0,0.0,0.0 +p18019,csp,0.0,0.0,0.0,0.0,0.0 +p18019,gas,0.0,0.0,0.0,0.0,0.0 +p18019,geothermal,0.0,0.0,0.0,0.0,0.0 +p18019,h2,0.0,0.0,0.0,0.0,0.0 +p18019,hydro,0.0,0.0,0.0,0.0,0.0 +p18019,nuclear,0.0,0.0,0.0,0.0,0.0 +p18019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18019,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18021,battery,0.0,0.0,0.0,0.0,0.0 +p18021,biomass,0.0,0.0,0.0,0.0,0.0 +p18021,coal,0.0,0.0,0.0,0.0,0.0 +p18021,csp,0.0,0.0,0.0,0.0,0.0 +p18021,gas,0.0,0.0,0.0,0.0,0.0 +p18021,geothermal,0.0,0.0,0.0,0.0,0.0 +p18021,h2,0.0,0.0,0.0,0.0,0.0 +p18021,hydro,0.0,0.0,0.0,0.0,0.0 +p18021,nuclear,0.0,0.0,0.0,0.0,0.0 +p18021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18021,pv,0.0,0.0,61.666666666656965,123.33333333332848,185.0 +p18021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18023,battery,0.0,0.0,0.0,0.0,0.0 +p18023,biomass,0.0,0.0,0.0,0.0,0.0 +p18023,coal,0.0,0.0,0.0,0.0,0.0 +p18023,csp,0.0,0.0,0.0,0.0,0.0 +p18023,gas,0.0,0.0,0.0,0.0,0.0 +p18023,geothermal,0.0,0.0,0.0,0.0,0.0 +p18023,h2,0.0,0.0,0.0,0.0,0.0 +p18023,hydro,0.0,0.0,0.0,0.0,0.0 +p18023,nuclear,0.0,0.0,0.0,0.0,0.0 +p18023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18023,pv,0.0,0.0,65.0,130.0,195.0 +p18023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18023,wind-ons,0.0,0.0,60.0,120.0,180.0 +p18027,battery,0.0,0.0,0.0,0.0,0.0 +p18027,biomass,0.0,0.0,0.0,0.0,0.0 +p18027,coal,0.0,0.0,0.0,0.0,0.0 +p18027,csp,0.0,0.0,0.0,0.0,0.0 +p18027,gas,0.0,0.0,0.0,0.0,0.0 +p18027,geothermal,0.0,0.0,0.0,0.0,0.0 +p18027,h2,0.0,0.0,0.0,0.0,0.0 +p18027,hydro,0.0,0.0,0.0,0.0,0.0 +p18027,nuclear,0.0,0.0,0.0,0.0,0.0 +p18027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18027,pv,0.0,0.0,300.0,600.0,900.0 +p18027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18029,battery,0.0,0.0,0.0,0.0,0.0 +p18029,biomass,0.0,0.0,0.0,0.0,0.0 +p18029,coal,0.0,0.0,0.0,0.0,0.0 +p18029,gas,0.0,0.0,0.0,0.0,0.0 +p18029,geothermal,0.0,0.0,0.0,0.0,0.0 +p18029,h2,0.0,0.0,0.0,0.0,0.0 +p18029,hydro,0.0,0.0,0.0,0.0,0.0 +p18029,nuclear,0.0,0.0,0.0,0.0,0.0 +p18029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18029,pv,0.0,0.0,50.0,100.0,150.0 +p18029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18031,battery,73.0,146.0,146.0,146.0,146.0 +p18031,biomass,0.0,0.0,0.0,0.0,0.0 +p18031,coal,0.0,0.0,0.0,0.0,0.0 +p18031,csp,0.0,0.0,0.0,0.0,0.0 +p18031,gas,0.0,0.0,0.0,0.0,0.0 +p18031,geothermal,0.0,0.0,0.0,0.0,0.0 +p18031,h2,0.0,0.0,0.0,0.0,0.0 +p18031,hydro,0.0,0.0,0.0,0.0,0.0 +p18031,nuclear,0.0,0.0,0.0,0.0,0.0 +p18031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18031,pv,0.0,0.0,0.0,0.0,0.0 +p18031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18033,battery,0.0,0.0,0.0,0.0,0.0 +p18033,biomass,0.0,0.0,0.0,0.0,0.0 +p18033,coal,0.0,0.0,0.0,0.0,0.0 +p18033,csp,0.0,0.0,0.0,0.0,0.0 +p18033,gas,0.0,0.0,0.0,0.0,0.0 +p18033,geothermal,0.0,0.0,0.0,0.0,0.0 +p18033,h2,0.0,0.0,0.0,0.0,0.0 +p18033,hydro,0.0,0.0,0.0,0.0,0.0 +p18033,nuclear,0.0,0.0,0.0,0.0,0.0 +p18033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18033,pv,90.0,180.0,198.06666666665842,216.1333333333314,234.2 +p18033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18035,battery,0.0,0.0,0.0,0.0,0.0 +p18035,biomass,0.0,0.0,0.0,0.0,0.0 +p18035,coal,0.0,0.0,0.0,0.0,0.0 +p18035,csp,0.0,0.0,0.0,0.0,0.0 +p18035,gas,0.0,0.0,0.0,0.0,0.0 +p18035,geothermal,0.0,0.0,0.0,0.0,0.0 +p18035,h2,0.0,0.0,0.0,0.0,0.0 +p18035,hydro,0.0,0.0,0.0,0.0,0.0 +p18035,nuclear,0.0,0.0,0.0,0.0,0.0 +p18035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18035,pv,41.5,83.0,133.16666666665697,183.33333333332848,233.5 +p18035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18037,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18037,biomass,0.0,0.0,0.0,0.0,0.0 +p18037,coal,0.0,0.0,0.0,0.0,0.0 +p18037,csp,0.0,0.0,0.0,0.0,0.0 +p18037,gas,0.0,0.0,0.0,0.0,0.0 +p18037,geothermal,0.0,0.0,0.0,0.0,0.0 +p18037,h2,0.0,0.0,0.0,0.0,0.0 +p18037,hydro,0.0,0.0,0.0,0.0,0.0 +p18037,nuclear,0.0,0.0,0.0,0.0,0.0 +p18037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18037,pv,100.0,200.0,236.66666666665697,273.3333333333285,310.0 +p18037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18039,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18039,biomass,0.0,0.0,0.0,0.0,0.0 +p18039,coal,0.0,0.0,0.0,0.0,0.0 +p18039,csp,0.0,0.0,0.0,0.0,0.0 +p18039,gas,0.0,0.0,0.0,0.0,0.0 +p18039,geothermal,0.0,0.0,0.0,0.0,0.0 +p18039,h2,0.0,0.0,0.0,0.0,0.0 +p18039,hydro,0.0,0.0,0.0,0.0,0.0 +p18039,nuclear,0.0,0.0,0.0,0.0,0.0 +p18039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18039,pv,50.0,100.0,100.0,100.0,100.0 +p18039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18041,csp,0.0,0.0,0.0,0.0,0.0 +p18045,battery,0.0,0.0,50.0,100.0,150.0 +p18045,biomass,0.0,0.0,0.0,0.0,0.0 +p18045,coal,0.0,0.0,0.0,0.0,0.0 +p18045,csp,0.0,0.0,0.0,0.0,0.0 +p18045,gas,0.0,0.0,0.0,0.0,0.0 +p18045,geothermal,0.0,0.0,0.0,0.0,0.0 +p18045,h2,0.0,0.0,0.0,0.0,0.0 +p18045,hydro,0.0,0.0,0.0,0.0,0.0 +p18045,nuclear,0.0,0.0,0.0,0.0,0.0 +p18045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18045,pv,100.0,200.0,500.0,800.0,1100.0 +p18045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18047,csp,0.0,0.0,0.0,0.0,0.0 +p18051,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p18051,biomass,0.0,0.0,0.0,0.0,0.0 +p18051,coal,0.0,0.0,0.0,0.0,0.0 +p18051,csp,0.0,0.0,0.0,0.0,0.0 +p18051,gas,0.0,0.0,0.0,0.0,0.0 +p18051,geothermal,0.0,0.0,0.0,0.0,0.0 +p18051,h2,0.0,0.0,0.0,0.0,0.0 +p18051,hydro,0.0,0.0,0.0,0.0,0.0 +p18051,nuclear,0.0,0.0,0.0,0.0,0.0 +p18051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18051,pv,75.0,150.0,316.66666666662786,483.33333333331393,650.0 +p18051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18053,battery,0.0,0.0,0.0,0.0,0.0 +p18053,biomass,0.0,0.0,0.0,0.0,0.0 +p18053,coal,0.0,0.0,0.0,0.0,0.0 +p18053,csp,0.0,0.0,0.0,0.0,0.0 +p18053,gas,0.0,0.0,0.0,0.0,0.0 +p18053,geothermal,0.0,0.0,0.0,0.0,0.0 +p18053,h2,0.0,0.0,0.0,0.0,0.0 +p18053,hydro,0.0,0.0,0.0,0.0,0.0 +p18053,nuclear,0.0,0.0,0.0,0.0,0.0 +p18053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18053,pv,37.5,75.0,158.0,241.0,324.0 +p18053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18055,battery,0.0,0.0,50.0,100.0,150.0 +p18055,biomass,0.0,0.0,0.0,0.0,0.0 +p18055,coal,0.0,0.0,0.0,0.0,0.0 +p18055,csp,0.0,0.0,0.0,0.0,0.0 +p18055,gas,0.0,0.0,0.0,0.0,0.0 +p18055,geothermal,0.0,0.0,0.0,0.0,0.0 +p18055,h2,0.0,0.0,0.0,0.0,0.0 +p18055,hydro,0.0,0.0,0.0,0.0,0.0 +p18055,nuclear,0.0,0.0,0.0,0.0,0.0 +p18055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18055,pv,0.0,0.0,385.0,770.0,1155.0 +p18055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18057,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18057,biomass,0.0,0.0,0.0,0.0,0.0 +p18057,coal,0.0,0.0,0.0,0.0,0.0 +p18057,csp,0.0,0.0,0.0,0.0,0.0 +p18057,gas,0.0,0.0,0.0,0.0,0.0 +p18057,geothermal,0.0,0.0,0.0,0.0,0.0 +p18057,h2,0.0,0.0,0.0,0.0,0.0 +p18057,hydro,0.0,0.0,0.0,0.0,0.0 +p18057,nuclear,0.0,0.0,0.0,0.0,0.0 +p18057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18057,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18059,csp,0.0,0.0,0.0,0.0,0.0 +p18061,csp,0.0,0.0,0.0,0.0,0.0 +p18063,csp,0.0,0.0,0.0,0.0,0.0 +p18065,battery,0.0,0.0,50.0,100.0,150.0 +p18065,biomass,0.0,0.0,0.0,0.0,0.0 +p18065,coal,0.0,0.0,0.0,0.0,0.0 +p18065,csp,0.0,0.0,0.0,0.0,0.0 +p18065,gas,0.0,0.0,0.0,0.0,0.0 +p18065,geothermal,0.0,0.0,0.0,0.0,0.0 +p18065,h2,0.0,0.0,0.0,0.0,0.0 +p18065,hydro,0.0,0.0,0.0,0.0,0.0 +p18065,nuclear,0.0,0.0,0.0,0.0,0.0 +p18065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18065,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p18065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18067,battery,0.0,0.0,0.0,0.0,0.0 +p18067,biomass,0.0,0.0,0.0,0.0,0.0 +p18067,coal,0.0,0.0,0.0,0.0,0.0 +p18067,csp,0.0,0.0,0.0,0.0,0.0 +p18067,gas,0.0,0.0,0.0,0.0,0.0 +p18067,geothermal,0.0,0.0,0.0,0.0,0.0 +p18067,h2,0.0,0.0,0.0,0.0,0.0 +p18067,hydro,0.0,0.0,0.0,0.0,0.0 +p18067,nuclear,0.0,0.0,0.0,0.0,0.0 +p18067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18067,pv,200.0,400.0,400.0,400.0,400.0 +p18067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18069,battery,0.0,0.0,266.6666666667443,533.3333333333721,800.0 +p18069,biomass,0.0,0.0,0.0,0.0,0.0 +p18069,coal,0.0,0.0,0.0,0.0,0.0 +p18069,csp,0.0,0.0,0.0,0.0,0.0 +p18069,gas,0.0,0.0,0.0,0.0,0.0 +p18069,geothermal,0.0,0.0,0.0,0.0,0.0 +p18069,h2,0.0,0.0,0.0,0.0,0.0 +p18069,hydro,0.0,0.0,0.0,0.0,0.0 +p18069,nuclear,0.0,0.0,0.0,0.0,0.0 +p18069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18069,pv,17.5,35.0,194.1333333333605,353.2666666666628,512.4 +p18069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18069,wind-ons,0.0,0.0,56.666666666656965,113.33333333332848,170.0 +p18071,battery,0.0,0.0,0.0,0.0,0.0 +p18071,biomass,0.0,0.0,0.0,0.0,0.0 +p18071,coal,0.0,0.0,0.0,0.0,0.0 +p18071,gas,0.0,0.0,0.0,0.0,0.0 +p18071,geothermal,0.0,0.0,0.0,0.0,0.0 +p18071,h2,0.0,0.0,0.0,0.0,0.0 +p18071,hydro,0.0,0.0,0.0,0.0,0.0 +p18071,nuclear,0.0,0.0,0.0,0.0,0.0 +p18071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18071,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18073,battery,0.0,0.0,0.0,0.0,0.0 +p18073,biomass,0.0,0.0,0.0,0.0,0.0 +p18073,coal,0.0,0.0,0.0,0.0,0.0 +p18073,csp,0.0,0.0,0.0,0.0,0.0 +p18073,gas,0.0,0.0,1157.5099999997765,2315.019999999553,3472.53 +p18073,geothermal,0.0,0.0,0.0,0.0,0.0 +p18073,h2,0.0,0.0,0.0,0.0,0.0 +p18073,hydro,0.0,0.0,0.0,0.0,0.0 +p18073,nuclear,0.0,0.0,0.0,0.0,0.0 +p18073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18073,pv,416.75,833.5,1110.1666666667443,1386.8333333333721,1663.5 +p18073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18073,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18075,battery,0.0,0.0,41.666666666656965,83.33333333332848,125.0 +p18075,biomass,0.0,0.0,0.0,0.0,0.0 +p18075,coal,0.0,0.0,0.0,0.0,0.0 +p18075,csp,0.0,0.0,0.0,0.0,0.0 +p18075,gas,0.0,0.0,0.0,0.0,0.0 +p18075,geothermal,0.0,0.0,0.0,0.0,0.0 +p18075,h2,0.0,0.0,0.0,0.0,0.0 +p18075,hydro,0.0,0.0,0.0,0.0,0.0 +p18075,nuclear,0.0,0.0,0.0,0.0,0.0 +p18075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18075,pv,222.0,444.0,502.0,560.0,618.0 +p18075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18075,wind-ons,6.32,12.64,12.64,12.64,12.64 +p18077,csp,0.0,0.0,0.0,0.0,0.0 +p18079,csp,0.0,0.0,0.0,0.0,0.0 +p18081,csp,0.0,0.0,0.0,0.0,0.0 +p18083,battery,0.0,0.0,50.0,100.0,150.0 +p18083,biomass,0.0,0.0,0.0,0.0,0.0 +p18083,coal,0.0,0.0,0.0,0.0,0.0 +p18083,csp,0.0,0.0,0.0,0.0,0.0 +p18083,gas,0.0,0.0,0.0,0.0,0.0 +p18083,geothermal,0.0,0.0,0.0,0.0,0.0 +p18083,h2,0.0,0.0,0.0,0.0,0.0 +p18083,hydro,0.0,0.0,0.0,0.0,0.0 +p18083,nuclear,0.0,0.0,0.0,0.0,0.0 +p18083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18083,pv,75.0,150.0,386.66666666662786,623.3333333333139,860.0 +p18083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18083,wind-ons,0.0,0.0,100.0,200.0,300.0 +p18085,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18085,biomass,0.0,0.0,0.0,0.0,0.0 +p18085,coal,0.0,0.0,0.0,0.0,0.0 +p18085,csp,0.0,0.0,0.0,0.0,0.0 +p18085,gas,0.0,0.0,0.0,0.0,0.0 +p18085,geothermal,0.0,0.0,0.0,0.0,0.0 +p18085,h2,0.0,0.0,0.0,0.0,0.0 +p18085,hydro,0.0,0.0,0.0,0.0,0.0 +p18085,nuclear,0.0,0.0,0.0,0.0,0.0 +p18085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18085,pv,0.0,0.0,0.0,0.0,0.0 +p18085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18087,battery,12.5,25.0,125.0,225.0,325.0 +p18087,biomass,0.0,0.0,0.0,0.0,0.0 +p18087,coal,0.0,0.0,0.0,0.0,0.0 +p18087,csp,0.0,0.0,0.0,0.0,0.0 +p18087,gas,0.0,0.0,0.0,0.0,0.0 +p18087,geothermal,0.0,0.0,0.0,0.0,0.0 +p18087,h2,0.0,0.0,0.0,0.0,0.0 +p18087,hydro,0.0,0.0,0.0,0.0,0.0 +p18087,nuclear,0.0,0.0,0.0,0.0,0.0 +p18087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18087,pv,50.0,100.0,100.0,100.0,100.0 +p18087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18089,battery,0.0,0.0,308.8933333333116,617.7866666667396,926.68 +p18089,biomass,0.0,0.0,0.0,0.0,0.0 +p18089,coal,0.0,0.0,0.0,0.0,0.0 +p18089,csp,0.0,0.0,0.0,0.0,0.0 +p18089,gas,0.0,0.0,0.0,0.0,0.0 +p18089,geothermal,0.0,0.0,0.0,0.0,0.0 +p18089,h2,0.0,0.0,0.0,0.0,0.0 +p18089,hydro,0.0,0.0,0.0,0.0,0.0 +p18089,nuclear,0.0,0.0,0.0,0.0,0.0 +p18089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18089,pv,150.0,300.0,400.0,500.0,600.0 +p18089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18091,battery,142.5,285.0,318.33333333334303,351.6666666666715,385.0 +p18091,biomass,0.0,0.0,0.0,0.0,0.0 +p18091,coal,0.0,0.0,0.0,0.0,0.0 +p18091,csp,0.0,0.0,0.0,0.0,0.0 +p18091,gas,0.0,0.0,0.0,0.0,0.0 +p18091,geothermal,0.0,0.0,0.0,0.0,0.0 +p18091,h2,0.0,0.0,0.0,0.0,0.0 +p18091,hydro,0.0,0.0,0.0,0.0,0.0 +p18091,nuclear,0.0,0.0,0.0,0.0,0.0 +p18091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18091,pv,62.5,125.0,452.6666666667443,780.3333333333721,1108.0 +p18091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18093,csp,0.0,0.0,0.0,0.0,0.0 +p18095,battery,115.0,230.0,230.0,230.0,230.0 +p18095,biomass,0.0,0.0,0.0,0.0,0.0 +p18095,coal,0.0,0.0,0.0,0.0,0.0 +p18095,csp,0.0,0.0,0.0,0.0,0.0 +p18095,gas,0.0,0.0,0.0,0.0,0.0 +p18095,geothermal,0.0,0.0,0.0,0.0,0.0 +p18095,h2,0.0,0.0,0.0,0.0,0.0 +p18095,hydro,0.0,0.0,0.0,0.0,0.0 +p18095,nuclear,0.0,0.0,0.0,0.0,0.0 +p18095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18095,pv,0.0,0.0,9.599999999998545,19.200000000000728,28.8 +p18095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18097,battery,0.0,0.0,93.33333333331393,186.66666666665697,280.0 +p18097,biomass,0.0,0.0,0.0,0.0,0.0 +p18097,coal,0.0,0.0,0.0,0.0,0.0 +p18097,csp,0.0,0.0,0.0,0.0,0.0 +p18097,gas,0.0,0.0,0.0,0.0,0.0 +p18097,geothermal,0.0,0.0,0.0,0.0,0.0 +p18097,h2,0.0,0.0,0.0,0.0,0.0 +p18097,hydro,0.0,0.0,0.0,0.0,0.0 +p18097,nuclear,0.0,0.0,0.0,0.0,0.0 +p18097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18097,pv,0.0,0.0,0.0,0.0,0.0 +p18097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18099,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18099,biomass,0.0,0.0,0.0,0.0,0.0 +p18099,coal,0.0,0.0,0.0,0.0,0.0 +p18099,csp,0.0,0.0,0.0,0.0,0.0 +p18099,gas,0.0,0.0,0.0,0.0,0.0 +p18099,geothermal,0.0,0.0,0.0,0.0,0.0 +p18099,h2,0.0,0.0,0.0,0.0,0.0 +p18099,hydro,0.0,0.0,0.0,0.0,0.0 +p18099,nuclear,0.0,0.0,0.0,0.0,0.0 +p18099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18099,pv,0.0,0.0,50.0,100.0,150.0 +p18099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18103,battery,0.0,0.0,0.0,0.0,0.0 +p18103,biomass,0.0,0.0,0.0,0.0,0.0 +p18103,coal,0.0,0.0,0.0,0.0,0.0 +p18103,csp,0.0,0.0,0.0,0.0,0.0 +p18103,gas,0.0,0.0,0.0,0.0,0.0 +p18103,geothermal,0.0,0.0,0.0,0.0,0.0 +p18103,h2,0.0,0.0,0.0,0.0,0.0 +p18103,hydro,0.0,0.0,0.0,0.0,0.0 +p18103,nuclear,0.0,0.0,0.0,0.0,0.0 +p18103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18103,pv,0.0,0.0,207.6333333333605,415.2666666666628,622.9 +p18103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18107,battery,0.0,0.0,0.0,0.0,0.0 +p18107,biomass,0.0,0.0,0.0,0.0,0.0 +p18107,coal,0.0,0.0,0.0,0.0,0.0 +p18107,csp,0.0,0.0,0.0,0.0,0.0 +p18107,gas,0.0,0.0,0.0,0.0,0.0 +p18107,geothermal,0.0,0.0,0.0,0.0,0.0 +p18107,h2,0.0,0.0,0.0,0.0,0.0 +p18107,hydro,0.0,0.0,0.0,0.0,0.0 +p18107,nuclear,0.0,0.0,0.0,0.0,0.0 +p18107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18107,pv,0.0,0.0,233.33333333337214,466.66666666668607,700.0 +p18107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18109,battery,0.0,0.0,0.0,0.0,0.0 +p18109,biomass,0.0,0.0,0.0,0.0,0.0 +p18109,coal,0.0,0.0,0.0,0.0,0.0 +p18109,gas,0.0,0.0,126.27333333334536,252.54666666666162,378.82 +p18109,geothermal,0.0,0.0,0.0,0.0,0.0 +p18109,h2,0.0,0.0,0.0,0.0,0.0 +p18109,hydro,0.0,0.0,0.0,0.0,0.0 +p18109,nuclear,0.0,0.0,0.0,0.0,0.0 +p18109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18109,pv,0.0,0.0,0.0,0.0,0.0 +p18109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18111,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p18111,biomass,0.0,0.0,0.0,0.0,0.0 +p18111,coal,0.0,0.0,0.0,0.0,0.0 +p18111,csp,0.0,0.0,0.0,0.0,0.0 +p18111,gas,0.0,0.0,0.0,0.0,0.0 +p18111,geothermal,0.0,0.0,0.0,0.0,0.0 +p18111,h2,0.0,0.0,0.0,0.0,0.0 +p18111,hydro,0.0,0.0,0.0,0.0,0.0 +p18111,nuclear,0.0,0.0,0.0,0.0,0.0 +p18111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18111,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p18111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18111,wind-ons,0.0,0.0,283.3333333332557,566.6666666666279,850.0 +p18113,battery,0.0,0.0,0.0,0.0,0.0 +p18113,biomass,0.0,0.0,0.0,0.0,0.0 +p18113,coal,0.0,0.0,0.0,0.0,0.0 +p18113,csp,0.0,0.0,0.0,0.0,0.0 +p18113,gas,0.0,0.0,0.0,0.0,0.0 +p18113,geothermal,0.0,0.0,0.0,0.0,0.0 +p18113,h2,0.0,0.0,0.0,0.0,0.0 +p18113,hydro,0.0,0.0,0.0,0.0,0.0 +p18113,nuclear,0.0,0.0,0.0,0.0,0.0 +p18113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18113,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p18113,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18113,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18125,battery,0.0,0.0,43.333333333343035,86.66666666667152,130.0 +p18125,biomass,0.0,0.0,0.0,0.0,0.0 +p18125,coal,0.0,0.0,0.0,0.0,0.0 +p18125,csp,0.0,0.0,0.0,0.0,0.0 +p18125,gas,0.0,0.0,0.0,0.0,0.0 +p18125,geothermal,0.0,0.0,0.0,0.0,0.0 +p18125,h2,0.0,0.0,0.0,0.0,0.0 +p18125,hydro,0.0,0.0,0.0,0.0,0.0 +p18125,nuclear,0.0,0.0,0.0,0.0,0.0 +p18125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18125,pv,215.0,430.0,514.3333333333139,598.666666666657,683.0 +p18125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18125,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18127,battery,0.0,0.0,226.80666666664183,453.61333333328366,680.42 +p18127,biomass,0.0,0.0,0.0,0.0,0.0 +p18127,coal,0.0,0.0,0.0,0.0,0.0 +p18127,csp,0.0,0.0,0.0,0.0,0.0 +p18127,gas,0.0,0.0,363.266666666721,726.5333333333256,1089.8 +p18127,geothermal,0.0,0.0,0.0,0.0,0.0 +p18127,h2,0.0,0.0,0.0,0.0,0.0 +p18127,hydro,0.0,0.0,0.0,0.0,0.0 +p18127,nuclear,0.0,0.0,0.0,0.0,0.0 +p18127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18127,pv,50.0,100.0,100.0,100.0,100.0 +p18127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18129,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18129,biomass,0.0,0.0,0.0,0.0,0.0 +p18129,coal,0.0,0.0,0.0,0.0,0.0 +p18129,csp,0.0,0.0,0.0,0.0,0.0 +p18129,gas,0.0,0.0,0.0,0.0,0.0 +p18129,geothermal,0.0,0.0,0.0,0.0,0.0 +p18129,h2,0.0,0.0,0.0,0.0,0.0 +p18129,hydro,0.0,0.0,0.0,0.0,0.0 +p18129,nuclear,0.0,0.0,0.0,0.0,0.0 +p18129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18129,pv,150.0,300.0,383.33333333331393,466.66666666665697,550.0 +p18129,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18129,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18131,battery,0.0,0.0,84.33333333331393,168.66666666665697,253.0 +p18131,biomass,0.0,0.0,0.0,0.0,0.0 +p18131,coal,0.0,0.0,0.0,0.0,0.0 +p18131,csp,0.0,0.0,0.0,0.0,0.0 +p18131,gas,0.0,0.0,0.0,0.0,0.0 +p18131,geothermal,0.0,0.0,0.0,0.0,0.0 +p18131,h2,0.0,0.0,0.0,0.0,0.0 +p18131,hydro,0.0,0.0,0.0,0.0,0.0 +p18131,nuclear,0.0,0.0,0.0,0.0,0.0 +p18131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18131,pv,680.0,1360.0,1675.0,1990.0,2305.0 +p18131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18131,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18133,battery,0.0,0.0,0.0,0.0,0.0 +p18133,biomass,0.0,0.0,0.0,0.0,0.0 +p18133,coal,0.0,0.0,0.0,0.0,0.0 +p18133,csp,0.0,0.0,0.0,0.0,0.0 +p18133,gas,0.0,0.0,0.0,0.0,0.0 +p18133,geothermal,0.0,0.0,0.0,0.0,0.0 +p18133,h2,0.0,0.0,0.0,0.0,0.0 +p18133,hydro,0.0,0.0,0.0,0.0,0.0 +p18133,nuclear,0.0,0.0,0.0,0.0,0.0 +p18133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18133,pv,0.0,0.0,100.0,200.0,300.0 +p18133,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18133,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18135,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p18135,biomass,0.0,0.0,0.0,0.0,0.0 +p18135,coal,0.0,0.0,0.0,0.0,0.0 +p18135,csp,0.0,0.0,0.0,0.0,0.0 +p18135,gas,0.0,0.0,0.0,0.0,0.0 +p18135,geothermal,0.0,0.0,0.0,0.0,0.0 +p18135,h2,0.0,0.0,0.0,0.0,0.0 +p18135,hydro,0.0,0.0,0.0,0.0,0.0 +p18135,nuclear,0.0,0.0,0.0,0.0,0.0 +p18135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18135,pv,137.5,275.0,358.33333333331393,441.66666666665697,525.0 +p18135,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18137,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p18137,biomass,0.0,0.0,0.0,0.0,0.0 +p18137,coal,0.0,0.0,0.0,0.0,0.0 +p18137,csp,0.0,0.0,0.0,0.0,0.0 +p18137,gas,0.0,0.0,0.0,0.0,0.0 +p18137,geothermal,0.0,0.0,0.0,0.0,0.0 +p18137,h2,0.0,0.0,0.0,0.0,0.0 +p18137,hydro,0.0,0.0,0.0,0.0,0.0 +p18137,nuclear,0.0,0.0,0.0,0.0,0.0 +p18137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18137,pv,0.0,0.0,0.0,0.0,0.0 +p18137,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18137,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18139,battery,0.0,0.0,0.0,0.0,0.0 +p18139,biomass,0.0,0.0,0.0,0.0,0.0 +p18139,coal,0.0,0.0,0.0,0.0,0.0 +p18139,csp,0.0,0.0,0.0,0.0,0.0 +p18139,gas,0.0,0.0,0.0,0.0,0.0 +p18139,geothermal,0.0,0.0,0.0,0.0,0.0 +p18139,h2,0.0,0.0,0.0,0.0,0.0 +p18139,hydro,0.0,0.0,0.0,0.0,0.0 +p18139,nuclear,0.0,0.0,0.0,0.0,0.0 +p18139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18139,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p18139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18141,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18141,biomass,0.0,0.0,0.0,0.0,0.0 +p18141,coal,0.0,0.0,0.0,0.0,0.0 +p18141,csp,0.0,0.0,0.0,0.0,0.0 +p18141,gas,357.5,715.0,732.3333333333285,749.6666666666642,767.0 +p18141,geothermal,0.0,0.0,0.0,0.0,0.0 +p18141,h2,0.0,0.0,0.0,0.0,0.0 +p18141,hydro,0.0,0.0,0.0,0.0,0.0 +p18141,nuclear,0.0,0.0,0.0,0.0,0.0 +p18141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18141,pv,0.0,0.0,180.0,360.0,540.0 +p18141,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18141,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18143,csp,0.0,0.0,0.0,0.0,0.0 +p18145,battery,0.0,0.0,0.0,0.0,0.0 +p18145,biomass,0.0,0.0,0.0,0.0,0.0 +p18145,coal,0.0,0.0,0.0,0.0,0.0 +p18145,csp,0.0,0.0,0.0,0.0,0.0 +p18145,gas,0.0,0.0,0.0,0.0,0.0 +p18145,geothermal,0.0,0.0,0.0,0.0,0.0 +p18145,h2,0.0,0.0,0.0,0.0,0.0 +p18145,hydro,0.0,0.0,0.0,0.0,0.0 +p18145,nuclear,0.0,0.0,0.0,0.0,0.0 +p18145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18145,pv,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p18145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18145,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18147,battery,0.0,0.0,0.0,0.0,0.0 +p18147,biomass,0.0,0.0,0.0,0.0,0.0 +p18147,coal,0.0,0.0,0.0,0.0,0.0 +p18147,csp,0.0,0.0,0.0,0.0,0.0 +p18147,gas,0.0,0.0,233.33333333337214,466.66666666668607,700.0 +p18147,geothermal,0.0,0.0,0.0,0.0,0.0 +p18147,h2,0.0,0.0,0.0,0.0,0.0 +p18147,hydro,0.0,0.0,0.0,0.0,0.0 +p18147,nuclear,0.0,0.0,0.0,0.0,0.0 +p18147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18147,pv,0.0,0.0,90.0,180.0,270.0 +p18147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18147,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18149,battery,0.0,0.0,0.0,0.0,0.0 +p18149,biomass,0.0,0.0,0.0,0.0,0.0 +p18149,coal,0.0,0.0,0.0,0.0,0.0 +p18149,csp,0.0,0.0,0.0,0.0,0.0 +p18149,gas,0.0,0.0,0.0,0.0,0.0 +p18149,geothermal,0.0,0.0,0.0,0.0,0.0 +p18149,h2,0.0,0.0,0.0,0.0,0.0 +p18149,hydro,0.0,0.0,0.0,0.0,0.0 +p18149,nuclear,0.0,0.0,0.0,0.0,0.0 +p18149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18149,pv,0.0,0.0,230.0,460.0,690.0 +p18149,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18153,battery,25.0,50.0,150.0,250.0,350.0 +p18153,biomass,0.0,0.0,0.0,0.0,0.0 +p18153,coal,0.0,0.0,0.0,0.0,0.0 +p18153,csp,0.0,0.0,0.0,0.0,0.0 +p18153,gas,575.0,1150.0,2237.266666666139,3324.533333333209,4411.8 +p18153,geothermal,0.0,0.0,0.0,0.0,0.0 +p18153,h2,0.0,0.0,0.0,0.0,0.0 +p18153,hydro,0.0,0.0,0.0,0.0,0.0 +p18153,nuclear,0.0,0.0,0.0,0.0,0.0 +p18153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18153,pv,100.0,200.0,1205.0,2210.0,3215.0 +p18153,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18153,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18157,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p18157,biomass,0.0,0.0,0.0,0.0,0.0 +p18157,coal,0.0,0.0,0.0,0.0,0.0 +p18157,csp,0.0,0.0,0.0,0.0,0.0 +p18157,gas,0.0,0.0,0.0,0.0,0.0 +p18157,geothermal,0.0,0.0,0.0,0.0,0.0 +p18157,h2,0.0,0.0,0.0,0.0,0.0 +p18157,hydro,0.0,0.0,0.0,0.0,0.0 +p18157,nuclear,0.0,0.0,0.0,0.0,0.0 +p18157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18157,pv,60.0,120.0,120.0,120.0,120.0 +p18157,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18157,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p18159,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p18159,biomass,0.0,0.0,0.0,0.0,0.0 +p18159,coal,0.0,0.0,0.0,0.0,0.0 +p18159,csp,0.0,0.0,0.0,0.0,0.0 +p18159,gas,0.0,0.0,0.0,0.0,0.0 +p18159,geothermal,0.0,0.0,0.0,0.0,0.0 +p18159,h2,0.0,0.0,0.0,0.0,0.0 +p18159,hydro,0.0,0.0,0.0,0.0,0.0 +p18159,nuclear,0.0,0.0,0.0,0.0,0.0 +p18159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18159,pv,0.0,0.0,22.333333333328483,44.66666666666424,67.0 +p18159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18159,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18161,csp,0.0,0.0,0.0,0.0,0.0 +p18163,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p18163,biomass,0.0,0.0,0.0,0.0,0.0 +p18163,coal,0.0,0.0,0.0,0.0,0.0 +p18163,csp,0.0,0.0,0.0,0.0,0.0 +p18163,gas,0.0,0.0,0.0,0.0,0.0 +p18163,geothermal,0.0,0.0,0.0,0.0,0.0 +p18163,h2,0.0,0.0,0.0,0.0,0.0 +p18163,hydro,0.0,0.0,0.0,0.0,0.0 +p18163,nuclear,0.0,0.0,0.0,0.0,0.0 +p18163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18163,pv,0.0,0.0,0.0,0.0,0.0 +p18163,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18165,battery,0.0,0.0,0.0,0.0,0.0 +p18165,biomass,0.0,0.0,0.0,0.0,0.0 +p18165,coal,0.0,0.0,0.0,0.0,0.0 +p18165,csp,0.0,0.0,0.0,0.0,0.0 +p18165,gas,0.0,0.0,1026.6666666665114,2053.3333333332557,3080.0 +p18165,geothermal,0.0,0.0,0.0,0.0,0.0 +p18165,h2,0.0,0.0,0.0,0.0,0.0 +p18165,hydro,0.0,0.0,0.0,0.0,0.0 +p18165,nuclear,0.0,0.0,0.0,0.0,0.0 +p18165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18165,pv,100.0,200.0,571.0,942.0,1313.0 +p18165,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18165,wind-ons,0.0,0.0,85.0,170.0,255.0 +p18167,battery,0.0,0.0,0.0,0.0,0.0 +p18167,biomass,0.0,0.0,0.0,0.0,0.0 +p18167,coal,0.0,0.0,0.0,0.0,0.0 +p18167,csp,0.0,0.0,0.0,0.0,0.0 +p18167,gas,0.0,0.0,29.0,58.0,87.0 +p18167,geothermal,0.0,0.0,0.0,0.0,0.0 +p18167,h2,0.0,0.0,0.0,0.0,0.0 +p18167,hydro,0.0,0.0,0.0,0.0,0.0 +p18167,nuclear,0.0,0.0,0.0,0.0,0.0 +p18167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18167,pv,0.0,0.0,486.28000000002794,972.5599999999395,1458.8400000000001 +p18167,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18167,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18169,csp,0.0,0.0,0.0,0.0,0.0 +p18171,csp,0.0,0.0,0.0,0.0,0.0 +p18173,battery,0.0,0.0,0.0,0.0,0.0 +p18173,biomass,0.0,0.0,0.0,0.0,0.0 +p18173,coal,0.0,0.0,0.0,0.0,0.0 +p18173,csp,0.0,0.0,0.0,0.0,0.0 +p18173,gas,0.0,0.0,0.0,0.0,0.0 +p18173,geothermal,0.0,0.0,0.0,0.0,0.0 +p18173,h2,0.0,0.0,0.0,0.0,0.0 +p18173,hydro,0.0,0.0,0.0,0.0,0.0 +p18173,nuclear,0.0,0.0,0.0,0.0,0.0 +p18173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18173,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p18173,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18173,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18175,csp,0.0,0.0,0.0,0.0,0.0 +p18177,battery,0.0,0.0,0.0,0.0,0.0 +p18177,biomass,0.0,0.0,0.0,0.0,0.0 +p18177,coal,0.0,0.0,0.0,0.0,0.0 +p18177,csp,0.0,0.0,0.0,0.0,0.0 +p18177,gas,0.0,0.0,0.0,0.0,0.0 +p18177,geothermal,0.0,0.0,0.0,0.0,0.0 +p18177,h2,0.0,0.0,0.0,0.0,0.0 +p18177,hydro,0.0,0.0,0.0,0.0,0.0 +p18177,nuclear,0.0,0.0,0.0,0.0,0.0 +p18177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18177,pv,0.0,0.0,96.66666666668607,193.33333333334303,290.0 +p18177,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18177,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18179,csp,0.0,0.0,0.0,0.0,0.0 +p18181,battery,0.0,0.0,396.0,792.0,1188.0 +p18181,biomass,0.0,0.0,0.0,0.0,0.0 +p18181,coal,0.0,0.0,0.0,0.0,0.0 +p18181,csp,0.0,0.0,0.0,0.0,0.0 +p18181,gas,0.0,0.0,0.0,0.0,0.0 +p18181,geothermal,0.0,0.0,0.0,0.0,0.0 +p18181,h2,0.0,0.0,0.0,0.0,0.0 +p18181,hydro,0.0,0.0,0.0,0.0,0.0 +p18181,nuclear,0.0,0.0,0.0,0.0,0.0 +p18181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18181,pv,365.0,730.0,933.3333333333721,1136.666666666686,1340.0 +p18181,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18181,wind-ons,0.0,0.0,0.0,0.0,0.0 +p18183,battery,0.0,0.0,0.0,0.0,0.0 +p18183,biomass,0.0,0.0,0.0,0.0,0.0 +p18183,coal,0.0,0.0,0.0,0.0,0.0 +p18183,csp,0.0,0.0,0.0,0.0,0.0 +p18183,gas,0.0,0.0,0.0,0.0,0.0 +p18183,geothermal,0.0,0.0,0.0,0.0,0.0 +p18183,h2,0.0,0.0,0.0,0.0,0.0 +p18183,hydro,0.0,0.0,0.0,0.0,0.0 +p18183,nuclear,0.0,0.0,0.0,0.0,0.0 +p18183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p18183,pv,0.0,0.0,24.0,48.0,72.0 +p18183,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p18183,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19001,battery,0.0,0.0,0.0,0.0,0.0 +p19001,biomass,0.0,0.0,0.0,0.0,0.0 +p19001,coal,0.0,0.0,0.0,0.0,0.0 +p19001,csp,0.0,0.0,0.0,0.0,0.0 +p19001,gas,0.0,0.0,263.6666666667443,527.3333333333721,791.0 +p19001,geothermal,0.0,0.0,0.0,0.0,0.0 +p19001,h2,0.0,0.0,0.0,0.0,0.0 +p19001,hydro,0.0,0.0,0.0,0.0,0.0 +p19001,nuclear,0.0,0.0,0.0,0.0,0.0 +p19001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19001,pv,0.0,0.0,0.0,0.0,0.0 +p19001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19005,battery,0.0,0.0,93.33333333331393,186.66666666665697,280.0 +p19005,biomass,0.0,0.0,0.0,0.0,0.0 +p19005,coal,0.0,0.0,0.0,0.0,0.0 +p19005,gas,0.0,0.0,0.0,0.0,0.0 +p19005,geothermal,0.0,0.0,0.0,0.0,0.0 +p19005,h2,0.0,0.0,0.0,0.0,0.0 +p19005,hydro,0.0,0.0,0.0,0.0,0.0 +p19005,nuclear,0.0,0.0,0.0,0.0,0.0 +p19005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19005,pv,0.0,0.0,0.0,0.0,0.0 +p19005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19019,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p19019,biomass,0.0,0.0,0.0,0.0,0.0 +p19019,coal,0.0,0.0,0.0,0.0,0.0 +p19019,csp,0.0,0.0,0.0,0.0,0.0 +p19019,gas,0.0,0.0,0.0,0.0,0.0 +p19019,geothermal,0.0,0.0,0.0,0.0,0.0 +p19019,h2,0.0,0.0,0.0,0.0,0.0 +p19019,hydro,0.0,0.0,0.0,0.0,0.0 +p19019,nuclear,0.0,0.0,0.0,0.0,0.0 +p19019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19019,pv,0.0,0.0,0.0,0.0,0.0 +p19019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19027,battery,0.0,0.0,0.0,0.0,0.0 +p19027,biomass,0.0,0.0,0.0,0.0,0.0 +p19027,coal,0.0,0.0,0.0,0.0,0.0 +p19027,csp,0.0,0.0,0.0,0.0,0.0 +p19027,gas,0.0,0.0,0.0,0.0,0.0 +p19027,geothermal,0.0,0.0,0.0,0.0,0.0 +p19027,h2,0.0,0.0,0.0,0.0,0.0 +p19027,hydro,0.0,0.0,0.0,0.0,0.0 +p19027,nuclear,0.0,0.0,0.0,0.0,0.0 +p19027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19027,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p19027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19029,battery,0.0,0.0,0.0,0.0,0.0 +p19029,biomass,0.0,0.0,0.0,0.0,0.0 +p19029,coal,0.0,0.0,0.0,0.0,0.0 +p19029,gas,0.0,0.0,0.0,0.0,0.0 +p19029,geothermal,0.0,0.0,0.0,0.0,0.0 +p19029,h2,0.0,0.0,0.0,0.0,0.0 +p19029,hydro,0.0,0.0,0.0,0.0,0.0 +p19029,nuclear,0.0,0.0,0.0,0.0,0.0 +p19029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19029,pv,0.0,0.0,14.080000000001746,28.160000000003492,42.24 +p19029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19031,battery,0.0,0.0,0.0,0.0,0.0 +p19031,biomass,0.0,0.0,0.0,0.0,0.0 +p19031,coal,0.0,0.0,0.0,0.0,0.0 +p19031,gas,0.0,0.0,0.0,0.0,0.0 +p19031,geothermal,0.0,0.0,0.0,0.0,0.0 +p19031,h2,0.0,0.0,0.0,0.0,0.0 +p19031,hydro,0.0,0.0,0.0,0.0,0.0 +p19031,nuclear,0.0,0.0,0.0,0.0,0.0 +p19031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19031,pv,0.0,0.0,0.0,0.0,0.0 +p19031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19033,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p19033,biomass,0.0,0.0,0.0,0.0,0.0 +p19033,coal,0.0,0.0,0.0,0.0,0.0 +p19033,csp,0.0,0.0,0.0,0.0,0.0 +p19033,gas,0.0,0.0,737.0500000000466,1474.1000000000931,2211.15 +p19033,geothermal,0.0,0.0,0.0,0.0,0.0 +p19033,h2,0.0,0.0,0.0,0.0,0.0 +p19033,hydro,0.0,0.0,0.0,0.0,0.0 +p19033,nuclear,0.0,0.0,0.0,0.0,0.0 +p19033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19033,pv,0.0,0.0,140.0,280.0,420.0 +p19033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19035,battery,0.0,0.0,0.0,0.0,0.0 +p19035,biomass,0.0,0.0,0.0,0.0,0.0 +p19035,coal,0.0,0.0,0.0,0.0,0.0 +p19035,csp,0.0,0.0,0.0,0.0,0.0 +p19035,gas,0.0,0.0,0.0,0.0,0.0 +p19035,geothermal,0.0,0.0,0.0,0.0,0.0 +p19035,h2,0.0,0.0,0.0,0.0,0.0 +p19035,hydro,0.0,0.0,0.0,0.0,0.0 +p19035,nuclear,0.0,0.0,0.0,0.0,0.0 +p19035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19035,pv,0.0,0.0,53.4333333333343,106.8666666666686,160.3 +p19035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19037,csp,0.0,0.0,0.0,0.0,0.0 +p19041,csp,0.0,0.0,0.0,0.0,0.0 +p19045,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p19045,biomass,0.0,0.0,0.0,0.0,0.0 +p19045,coal,0.0,0.0,0.0,0.0,0.0 +p19045,csp,0.0,0.0,0.0,0.0,0.0 +p19045,gas,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p19045,geothermal,0.0,0.0,0.0,0.0,0.0 +p19045,h2,0.0,0.0,0.0,0.0,0.0 +p19045,hydro,0.0,0.0,0.0,0.0,0.0 +p19045,nuclear,0.0,0.0,0.0,0.0,0.0 +p19045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19045,pv,100.0,200.0,333.33333333337214,466.66666666668607,600.0 +p19045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19045,wind-ons,125.0,250.0,250.0,250.0,250.0 +p19047,battery,0.0,0.0,0.0,0.0,0.0 +p19047,biomass,0.0,0.0,0.0,0.0,0.0 +p19047,coal,0.0,0.0,0.0,0.0,0.0 +p19047,csp,0.0,0.0,0.0,0.0,0.0 +p19047,gas,0.0,0.0,0.0,0.0,0.0 +p19047,geothermal,0.0,0.0,0.0,0.0,0.0 +p19047,h2,0.0,0.0,0.0,0.0,0.0 +p19047,hydro,0.0,0.0,0.0,0.0,0.0 +p19047,nuclear,0.0,0.0,0.0,0.0,0.0 +p19047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19047,pv,0.0,0.0,0.0,0.0,0.0 +p19047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19047,wind-ons,126.0,252.0,252.0,252.0,252.0 +p19049,battery,0.0,0.0,0.0,0.0,0.0 +p19049,biomass,0.0,0.0,0.0,0.0,0.0 +p19049,coal,0.0,0.0,0.0,0.0,0.0 +p19049,gas,0.0,0.0,0.0,0.0,0.0 +p19049,geothermal,0.0,0.0,0.0,0.0,0.0 +p19049,h2,0.0,0.0,0.0,0.0,0.0 +p19049,hydro,0.0,0.0,0.0,0.0,0.0 +p19049,nuclear,0.0,0.0,0.0,0.0,0.0 +p19049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19049,pv,0.0,0.0,0.0,0.0,0.0 +p19049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19049,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p19057,battery,0.0,0.0,0.0,0.0,0.0 +p19057,biomass,0.0,0.0,0.0,0.0,0.0 +p19057,coal,0.0,0.0,0.0,0.0,0.0 +p19057,csp,0.0,0.0,0.0,0.0,0.0 +p19057,gas,0.0,0.0,0.0,0.0,0.0 +p19057,geothermal,0.0,0.0,0.0,0.0,0.0 +p19057,h2,0.0,0.0,0.0,0.0,0.0 +p19057,hydro,0.0,0.0,0.0,0.0,0.0 +p19057,nuclear,0.0,0.0,0.0,0.0,0.0 +p19057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19057,pv,25.0,50.0,50.0,50.0,50.0 +p19057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19059,battery,0.0,0.0,0.0,0.0,0.0 +p19059,biomass,0.0,0.0,0.0,0.0,0.0 +p19059,coal,0.0,0.0,0.0,0.0,0.0 +p19059,csp,0.0,0.0,0.0,0.0,0.0 +p19059,gas,0.0,0.0,0.0,0.0,0.0 +p19059,geothermal,0.0,0.0,0.0,0.0,0.0 +p19059,h2,0.0,0.0,0.0,0.0,0.0 +p19059,hydro,0.0,0.0,0.0,0.0,0.0 +p19059,nuclear,0.0,0.0,0.0,0.0,0.0 +p19059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19059,pv,0.0,0.0,0.0,0.0,0.0 +p19059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19059,wind-ons,150.0,300.0,300.0,300.0,300.0 +p19061,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p19061,biomass,0.0,0.0,0.0,0.0,0.0 +p19061,coal,0.0,0.0,0.0,0.0,0.0 +p19061,csp,0.0,0.0,0.0,0.0,0.0 +p19061,gas,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p19061,geothermal,0.0,0.0,0.0,0.0,0.0 +p19061,h2,0.0,0.0,0.0,0.0,0.0 +p19061,hydro,0.0,0.0,0.0,0.0,0.0 +p19061,nuclear,0.0,0.0,0.0,0.0,0.0 +p19061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19061,pv,0.0,0.0,0.0,0.0,0.0 +p19061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19069,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p19069,biomass,0.0,0.0,0.0,0.0,0.0 +p19069,coal,0.0,0.0,0.0,0.0,0.0 +p19069,csp,0.0,0.0,0.0,0.0,0.0 +p19069,gas,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p19069,geothermal,0.0,0.0,0.0,0.0,0.0 +p19069,h2,0.0,0.0,0.0,0.0,0.0 +p19069,hydro,0.0,0.0,0.0,0.0,0.0 +p19069,nuclear,0.0,0.0,0.0,0.0,0.0 +p19069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19069,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p19069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19069,wind-ons,0.0,0.0,219.66666666662786,439.33333333331393,659.0 +p19073,battery,0.0,0.0,0.0,0.0,0.0 +p19073,biomass,0.0,0.0,0.0,0.0,0.0 +p19073,coal,0.0,0.0,0.0,0.0,0.0 +p19073,csp,0.0,0.0,0.0,0.0,0.0 +p19073,gas,0.0,0.0,0.0,0.0,0.0 +p19073,geothermal,0.0,0.0,0.0,0.0,0.0 +p19073,h2,0.0,0.0,0.0,0.0,0.0 +p19073,hydro,0.0,0.0,0.0,0.0,0.0 +p19073,nuclear,0.0,0.0,0.0,0.0,0.0 +p19073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19073,pv,50.0,100.0,100.0,100.0,100.0 +p19073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19081,csp,0.0,0.0,0.0,0.0,0.0 +p19083,battery,0.0,0.0,0.0,0.0,0.0 +p19083,biomass,0.0,0.0,0.0,0.0,0.0 +p19083,coal,0.0,0.0,0.0,0.0,0.0 +p19083,csp,0.0,0.0,0.0,0.0,0.0 +p19083,gas,0.0,0.0,0.0,0.0,0.0 +p19083,geothermal,0.0,0.0,0.0,0.0,0.0 +p19083,h2,0.0,0.0,0.0,0.0,0.0 +p19083,hydro,0.0,0.0,0.0,0.0,0.0 +p19083,nuclear,0.0,0.0,0.0,0.0,0.0 +p19083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19083,pv,0.0,0.0,0.0,0.0,0.0 +p19083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19083,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p19087,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p19087,biomass,0.0,0.0,0.0,0.0,0.0 +p19087,coal,0.0,0.0,0.0,0.0,0.0 +p19087,csp,0.0,0.0,0.0,0.0,0.0 +p19087,gas,0.0,0.0,0.0,0.0,0.0 +p19087,geothermal,0.0,0.0,0.0,0.0,0.0 +p19087,h2,0.0,0.0,0.0,0.0,0.0 +p19087,hydro,0.0,0.0,0.0,0.0,0.0 +p19087,nuclear,0.0,0.0,0.0,0.0,0.0 +p19087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19087,pv,0.0,0.0,0.0,0.0,0.0 +p19087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19089,battery,0.0,0.0,0.0,0.0,0.0 +p19089,biomass,0.0,0.0,0.0,0.0,0.0 +p19089,coal,0.0,0.0,0.0,0.0,0.0 +p19089,csp,0.0,0.0,0.0,0.0,0.0 +p19089,gas,0.0,0.0,0.0,0.0,0.0 +p19089,geothermal,0.0,0.0,0.0,0.0,0.0 +p19089,h2,0.0,0.0,0.0,0.0,0.0 +p19089,hydro,0.0,0.0,0.0,0.0,0.0 +p19089,nuclear,0.0,0.0,0.0,0.0,0.0 +p19089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19089,pv,0.0,0.0,0.0,0.0,0.0 +p19089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19089,wind-ons,0.0,0.0,125.0,250.0,375.0 +p19091,battery,0.0,0.0,0.0,0.0,0.0 +p19091,biomass,0.0,0.0,0.0,0.0,0.0 +p19091,coal,0.0,0.0,0.0,0.0,0.0 +p19091,csp,0.0,0.0,0.0,0.0,0.0 +p19091,gas,0.0,0.0,0.0,0.0,0.0 +p19091,geothermal,0.0,0.0,0.0,0.0,0.0 +p19091,h2,0.0,0.0,0.0,0.0,0.0 +p19091,hydro,0.0,0.0,0.0,0.0,0.0 +p19091,nuclear,0.0,0.0,0.0,0.0,0.0 +p19091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19091,pv,0.0,0.0,0.0,0.0,0.0 +p19091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19091,wind-ons,0.0,0.0,58.333333333343035,116.66666666667152,175.0 +p19103,battery,0.0,0.0,0.0,0.0,0.0 +p19103,biomass,0.0,0.0,0.0,0.0,0.0 +p19103,coal,0.0,0.0,0.0,0.0,0.0 +p19103,csp,0.0,0.0,0.0,0.0,0.0 +p19103,gas,0.0,0.0,0.0,0.0,0.0 +p19103,geothermal,0.0,0.0,0.0,0.0,0.0 +p19103,h2,0.0,0.0,0.0,0.0,0.0 +p19103,hydro,0.0,0.0,0.0,0.0,0.0 +p19103,nuclear,0.0,0.0,0.0,0.0,0.0 +p19103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19103,pv,0.7,1.4,51.39999999999418,101.39999999999418,151.4 +p19103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19109,battery,0.0,0.0,25.0,50.0,75.0 +p19109,biomass,0.0,0.0,0.0,0.0,0.0 +p19109,coal,0.0,0.0,0.0,0.0,0.0 +p19109,gas,0.0,0.0,0.0,0.0,0.0 +p19109,geothermal,0.0,0.0,0.0,0.0,0.0 +p19109,h2,0.0,0.0,0.0,0.0,0.0 +p19109,hydro,0.0,0.0,0.0,0.0,0.0 +p19109,nuclear,0.0,0.0,0.0,0.0,0.0 +p19109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19109,pv,0.0,0.0,0.0,0.0,0.0 +p19109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19111,battery,0.0,0.0,0.0,0.0,0.0 +p19111,biomass,0.0,0.0,0.0,0.0,0.0 +p19111,coal,0.0,0.0,0.0,0.0,0.0 +p19111,csp,0.0,0.0,0.0,0.0,0.0 +p19111,gas,0.0,0.0,0.0,0.0,0.0 +p19111,geothermal,0.0,0.0,0.0,0.0,0.0 +p19111,h2,0.0,0.0,0.0,0.0,0.0 +p19111,hydro,0.0,0.0,0.0,0.0,0.0 +p19111,nuclear,0.0,0.0,0.0,0.0,0.0 +p19111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19111,pv,0.0,0.0,0.0,0.0,0.0 +p19111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19113,battery,0.0,0.0,198.33333333337214,396.66666666668607,595.0 +p19113,biomass,0.0,0.0,0.0,0.0,0.0 +p19113,coal,0.0,0.0,0.0,0.0,0.0 +p19113,csp,0.0,0.0,0.0,0.0,0.0 +p19113,gas,0.0,0.0,360.6333333334187,721.266666666721,1081.9 +p19113,geothermal,0.0,0.0,0.0,0.0,0.0 +p19113,h2,0.0,0.0,0.0,0.0,0.0 +p19113,hydro,0.0,0.0,0.0,0.0,0.0 +p19113,nuclear,0.0,0.0,420.3333333332557,840.6666666666279,1261.0 +p19113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19113,pv,25.0,50.0,270.0,490.0,710.0 +p19113,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19113,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19115,battery,0.0,0.0,0.0,0.0,0.0 +p19115,biomass,0.0,0.0,0.0,0.0,0.0 +p19115,coal,0.0,0.0,0.0,0.0,0.0 +p19115,gas,0.0,0.0,0.0,0.0,0.0 +p19115,geothermal,0.0,0.0,0.0,0.0,0.0 +p19115,h2,0.0,0.0,0.0,0.0,0.0 +p19115,hydro,0.0,0.0,0.0,0.0,0.0 +p19115,nuclear,0.0,0.0,0.0,0.0,0.0 +p19115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19115,pv,0.0,0.0,150.0,300.0,450.0 +p19115,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19115,wind-ons,0.0,0.0,54.69999999999709,109.39999999999418,164.1 +p19123,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p19123,biomass,0.0,0.0,0.0,0.0,0.0 +p19123,coal,0.0,0.0,0.0,0.0,0.0 +p19123,gas,0.0,0.0,0.0,0.0,0.0 +p19123,geothermal,0.0,0.0,0.0,0.0,0.0 +p19123,h2,0.0,0.0,0.0,0.0,0.0 +p19123,hydro,0.0,0.0,0.0,0.0,0.0 +p19123,nuclear,0.0,0.0,0.0,0.0,0.0 +p19123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19123,pv,0.0,0.0,0.0,0.0,0.0 +p19123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19127,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p19127,biomass,0.0,0.0,0.0,0.0,0.0 +p19127,coal,0.0,0.0,0.0,0.0,0.0 +p19127,csp,0.0,0.0,0.0,0.0,0.0 +p19127,gas,32.5,65.0,356.05000000004657,647.0999999999767,938.15 +p19127,geothermal,0.0,0.0,0.0,0.0,0.0 +p19127,h2,0.0,0.0,0.0,0.0,0.0 +p19127,hydro,0.0,0.0,0.0,0.0,0.0 +p19127,nuclear,0.0,0.0,0.0,0.0,0.0 +p19127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19127,pv,0.0,0.0,0.0,0.0,0.0 +p19127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19127,wind-ons,0.0,0.0,180.66666666662786,361.33333333331393,542.0 +p19129,battery,0.0,0.0,0.0,0.0,0.0 +p19129,biomass,0.0,0.0,0.0,0.0,0.0 +p19129,coal,0.0,0.0,0.0,0.0,0.0 +p19129,csp,0.0,0.0,0.0,0.0,0.0 +p19129,gas,0.0,0.0,0.0,0.0,0.0 +p19129,geothermal,0.0,0.0,0.0,0.0,0.0 +p19129,h2,0.0,0.0,0.0,0.0,0.0 +p19129,hydro,0.0,0.0,0.0,0.0,0.0 +p19129,nuclear,0.0,0.0,0.0,0.0,0.0 +p19129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19129,pv,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p19129,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19129,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19131,battery,0.0,0.0,67.33333333331393,134.66666666665697,202.0 +p19131,biomass,0.0,0.0,0.0,0.0,0.0 +p19131,coal,0.0,0.0,0.0,0.0,0.0 +p19131,gas,0.0,0.0,0.0,0.0,0.0 +p19131,geothermal,0.0,0.0,0.0,0.0,0.0 +p19131,h2,0.0,0.0,0.0,0.0,0.0 +p19131,hydro,0.0,0.0,0.0,0.0,0.0 +p19131,nuclear,0.0,0.0,0.0,0.0,0.0 +p19131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19131,pv,0.0,0.0,0.0,0.0,0.0 +p19131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19131,wind-ons,0.0,0.0,60.0,120.0,180.0 +p19139,battery,25.0,50.0,50.0,50.0,50.0 +p19139,biomass,0.0,0.0,0.0,0.0,0.0 +p19139,coal,0.0,0.0,0.0,0.0,0.0 +p19139,csp,0.0,0.0,0.0,0.0,0.0 +p19139,gas,0.0,0.0,0.0,0.0,0.0 +p19139,geothermal,0.0,0.0,0.0,0.0,0.0 +p19139,h2,0.0,0.0,0.0,0.0,0.0 +p19139,hydro,0.0,0.0,0.0,0.0,0.0 +p19139,nuclear,0.0,0.0,0.0,0.0,0.0 +p19139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19139,pv,100.0,200.0,259.8000000000029,319.6000000000058,379.4 +p19139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19139,wind-ons,0.0,0.0,50.0,100.0,150.0 +p19143,csp,0.0,0.0,0.0,0.0,0.0 +p19145,battery,0.0,0.0,0.0,0.0,0.0 +p19145,biomass,0.0,0.0,0.0,0.0,0.0 +p19145,coal,0.0,0.0,0.0,0.0,0.0 +p19145,csp,0.0,0.0,0.0,0.0,0.0 +p19145,gas,0.0,0.0,0.0,0.0,0.0 +p19145,geothermal,0.0,0.0,0.0,0.0,0.0 +p19145,h2,0.0,0.0,0.0,0.0,0.0 +p19145,hydro,0.0,0.0,0.0,0.0,0.0 +p19145,nuclear,0.0,0.0,0.0,0.0,0.0 +p19145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19145,pv,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p19145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19145,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19147,battery,0.0,0.0,0.0,0.0,0.0 +p19147,biomass,0.0,0.0,0.0,0.0,0.0 +p19147,coal,0.0,0.0,0.0,0.0,0.0 +p19147,csp,0.0,0.0,0.0,0.0,0.0 +p19147,gas,0.0,0.0,0.0,0.0,0.0 +p19147,geothermal,0.0,0.0,0.0,0.0,0.0 +p19147,h2,0.0,0.0,0.0,0.0,0.0 +p19147,hydro,0.0,0.0,0.0,0.0,0.0 +p19147,nuclear,0.0,0.0,0.0,0.0,0.0 +p19147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19147,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p19147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19147,wind-ons,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p19149,battery,0.0,0.0,0.0,0.0,0.0 +p19149,biomass,0.0,0.0,0.0,0.0,0.0 +p19149,coal,0.0,0.0,0.0,0.0,0.0 +p19149,csp,0.0,0.0,0.0,0.0,0.0 +p19149,gas,0.0,0.0,0.0,0.0,0.0 +p19149,geothermal,0.0,0.0,0.0,0.0,0.0 +p19149,h2,0.0,0.0,0.0,0.0,0.0 +p19149,hydro,0.0,0.0,0.0,0.0,0.0 +p19149,nuclear,0.0,0.0,0.0,0.0,0.0 +p19149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19149,pv,0.0,0.0,0.0,0.0,0.0 +p19149,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19149,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p19151,battery,0.0,0.0,0.0,0.0,0.0 +p19151,biomass,0.0,0.0,0.0,0.0,0.0 +p19151,coal,0.0,0.0,0.0,0.0,0.0 +p19151,csp,0.0,0.0,0.0,0.0,0.0 +p19151,gas,0.0,0.0,0.0,0.0,0.0 +p19151,geothermal,0.0,0.0,0.0,0.0,0.0 +p19151,h2,0.0,0.0,0.0,0.0,0.0 +p19151,hydro,0.0,0.0,0.0,0.0,0.0 +p19151,nuclear,0.0,0.0,0.0,0.0,0.0 +p19151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19151,pv,0.0,0.0,52.10000000000582,104.19999999999709,156.3 +p19151,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19151,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19153,battery,0.0,0.0,113.33333333331393,226.66666666665697,340.0 +p19153,biomass,0.0,0.0,0.0,0.0,0.0 +p19153,coal,0.0,0.0,0.0,0.0,0.0 +p19153,csp,0.0,0.0,0.0,0.0,0.0 +p19153,gas,0.0,0.0,0.0,0.0,0.0 +p19153,geothermal,0.0,0.0,0.0,0.0,0.0 +p19153,h2,0.0,0.0,0.0,0.0,0.0 +p19153,hydro,0.0,0.0,0.0,0.0,0.0 +p19153,nuclear,0.0,0.0,0.0,0.0,0.0 +p19153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19153,pv,0.0,0.0,0.0,0.0,0.0 +p19153,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19153,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19155,battery,0.0,0.0,0.0,0.0,0.0 +p19155,biomass,0.0,0.0,0.0,0.0,0.0 +p19155,coal,0.0,0.0,0.0,0.0,0.0 +p19155,csp,0.0,0.0,0.0,0.0,0.0 +p19155,gas,0.0,0.0,0.0,0.0,0.0 +p19155,geothermal,0.0,0.0,0.0,0.0,0.0 +p19155,h2,0.0,0.0,0.0,0.0,0.0 +p19155,hydro,0.0,0.0,0.0,0.0,0.0 +p19155,nuclear,0.0,0.0,0.0,0.0,0.0 +p19155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19155,pv,0.0,0.0,0.0,0.0,0.0 +p19155,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19155,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p19159,battery,0.0,0.0,0.0,0.0,0.0 +p19159,biomass,0.0,0.0,0.0,0.0,0.0 +p19159,coal,0.0,0.0,0.0,0.0,0.0 +p19159,gas,0.0,0.0,0.0,0.0,0.0 +p19159,geothermal,0.0,0.0,0.0,0.0,0.0 +p19159,h2,0.0,0.0,0.0,0.0,0.0 +p19159,hydro,0.0,0.0,0.0,0.0,0.0 +p19159,nuclear,0.0,0.0,0.0,0.0,0.0 +p19159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19159,pv,0.0,0.0,0.0,0.0,0.0 +p19159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19159,wind-ons,0.0,0.0,96.60000000000582,193.20000000001164,289.8 +p19163,battery,25.0,50.0,50.0,50.0,50.0 +p19163,biomass,0.0,0.0,0.0,0.0,0.0 +p19163,coal,0.0,0.0,0.0,0.0,0.0 +p19163,csp,0.0,0.0,0.0,0.0,0.0 +p19163,gas,0.0,0.0,0.0,0.0,0.0 +p19163,geothermal,0.0,0.0,0.0,0.0,0.0 +p19163,h2,0.0,0.0,0.0,0.0,0.0 +p19163,hydro,0.0,0.0,0.0,0.0,0.0 +p19163,nuclear,0.0,0.0,0.0,0.0,0.0 +p19163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19163,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p19163,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19167,csp,0.0,0.0,0.0,0.0,0.0 +p19169,battery,0.0,0.0,0.0,0.0,0.0 +p19169,biomass,0.0,0.0,0.0,0.0,0.0 +p19169,coal,0.0,0.0,0.0,0.0,0.0 +p19169,csp,0.0,0.0,0.0,0.0,0.0 +p19169,gas,0.0,0.0,0.0,0.0,0.0 +p19169,geothermal,0.0,0.0,0.0,0.0,0.0 +p19169,h2,0.0,0.0,0.0,0.0,0.0 +p19169,hydro,0.0,0.0,0.0,0.0,0.0 +p19169,nuclear,0.0,0.0,0.0,0.0,0.0 +p19169,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19169,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p19169,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19169,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19171,battery,0.0,0.0,0.0,0.0,0.0 +p19171,biomass,0.0,0.0,0.0,0.0,0.0 +p19171,coal,0.0,0.0,0.0,0.0,0.0 +p19171,csp,0.0,0.0,0.0,0.0,0.0 +p19171,gas,0.0,0.0,0.0,0.0,0.0 +p19171,geothermal,0.0,0.0,0.0,0.0,0.0 +p19171,h2,0.0,0.0,0.0,0.0,0.0 +p19171,hydro,0.0,0.0,0.0,0.0,0.0 +p19171,nuclear,0.0,0.0,0.0,0.0,0.0 +p19171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19171,pv,0.0,0.0,0.0,0.0,0.0 +p19171,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19171,wind-ons,0.0,0.0,89.79999999998836,179.60000000000582,269.4 +p19173,battery,0.0,0.0,0.0,0.0,0.0 +p19173,biomass,0.0,0.0,0.0,0.0,0.0 +p19173,coal,0.0,0.0,0.0,0.0,0.0 +p19173,csp,0.0,0.0,0.0,0.0,0.0 +p19173,gas,0.0,0.0,0.0,0.0,0.0 +p19173,geothermal,0.0,0.0,0.0,0.0,0.0 +p19173,h2,0.0,0.0,0.0,0.0,0.0 +p19173,hydro,0.0,0.0,0.0,0.0,0.0 +p19173,nuclear,0.0,0.0,0.0,0.0,0.0 +p19173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19173,pv,0.0,0.0,0.0,0.0,0.0 +p19173,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19173,wind-ons,0.0,0.0,233.33333333337214,466.66666666668607,700.0 +p19175,battery,0.0,0.0,0.0,0.0,0.0 +p19175,biomass,0.0,0.0,0.0,0.0,0.0 +p19175,coal,0.0,0.0,0.0,0.0,0.0 +p19175,csp,0.0,0.0,0.0,0.0,0.0 +p19175,gas,0.0,0.0,0.0,0.0,0.0 +p19175,geothermal,0.0,0.0,0.0,0.0,0.0 +p19175,h2,0.0,0.0,0.0,0.0,0.0 +p19175,hydro,0.0,0.0,0.0,0.0,0.0 +p19175,nuclear,0.0,0.0,0.0,0.0,0.0 +p19175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19175,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p19175,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19175,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19179,battery,0.0,0.0,99.33333333331393,198.66666666665697,298.0 +p19179,biomass,0.0,0.0,0.0,0.0,0.0 +p19179,coal,0.0,0.0,0.0,0.0,0.0 +p19179,gas,0.0,0.0,0.0,0.0,0.0 +p19179,geothermal,0.0,0.0,0.0,0.0,0.0 +p19179,h2,0.0,0.0,0.0,0.0,0.0 +p19179,hydro,0.0,0.0,0.0,0.0,0.0 +p19179,nuclear,0.0,0.0,0.0,0.0,0.0 +p19179,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19179,pv,0.0,0.0,40.0,80.0,120.0 +p19179,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19179,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p19183,battery,0.0,0.0,0.0,0.0,0.0 +p19183,biomass,0.0,0.0,0.0,0.0,0.0 +p19183,coal,0.0,0.0,0.0,0.0,0.0 +p19183,csp,0.0,0.0,0.0,0.0,0.0 +p19183,gas,0.0,0.0,291.6666666667443,583.3333333333721,875.0 +p19183,geothermal,0.0,0.0,0.0,0.0,0.0 +p19183,h2,0.0,0.0,0.0,0.0,0.0 +p19183,hydro,0.0,0.0,0.0,0.0,0.0 +p19183,nuclear,0.0,0.0,0.0,0.0,0.0 +p19183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19183,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p19183,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19183,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19187,battery,0.0,0.0,0.0,0.0,0.0 +p19187,biomass,0.0,0.0,0.0,0.0,0.0 +p19187,coal,0.0,0.0,0.0,0.0,0.0 +p19187,csp,0.0,0.0,0.0,0.0,0.0 +p19187,gas,0.0,0.0,0.0,0.0,0.0 +p19187,geothermal,0.0,0.0,0.0,0.0,0.0 +p19187,h2,0.0,0.0,0.0,0.0,0.0 +p19187,hydro,0.0,0.0,0.0,0.0,0.0 +p19187,nuclear,0.0,0.0,0.0,0.0,0.0 +p19187,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19187,pv,50.0,100.0,100.0,100.0,100.0 +p19187,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19187,wind-ons,0.0,0.0,156.66666666662786,313.33333333331393,470.0 +p19189,battery,0.0,0.0,0.0,0.0,0.0 +p19189,biomass,0.0,0.0,0.0,0.0,0.0 +p19189,coal,0.0,0.0,0.0,0.0,0.0 +p19189,csp,0.0,0.0,0.0,0.0,0.0 +p19189,gas,0.0,0.0,0.0,0.0,0.0 +p19189,geothermal,0.0,0.0,0.0,0.0,0.0 +p19189,h2,0.0,0.0,0.0,0.0,0.0 +p19189,hydro,0.0,0.0,0.0,0.0,0.0 +p19189,nuclear,0.0,0.0,0.0,0.0,0.0 +p19189,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19189,pv,0.0,0.0,0.0,0.0,0.0 +p19189,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19189,wind-ons,0.0,0.0,239.93333333329065,479.8666666666395,719.8 +p19193,battery,0.0,0.0,0.0,0.0,0.0 +p19193,biomass,0.0,0.0,0.0,0.0,0.0 +p19193,coal,0.0,0.0,0.0,0.0,0.0 +p19193,csp,0.0,0.0,0.0,0.0,0.0 +p19193,gas,7.575,15.15,15.15,15.15,15.15 +p19193,geothermal,0.0,0.0,0.0,0.0,0.0 +p19193,h2,0.0,0.0,0.0,0.0,0.0 +p19193,hydro,0.0,0.0,0.0,0.0,0.0 +p19193,nuclear,0.0,0.0,0.0,0.0,0.0 +p19193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19193,pv,0.0,0.0,0.0,0.0,0.0 +p19193,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19193,wind-ons,0.0,0.0,0.0,0.0,0.0 +p19195,battery,0.0,0.0,0.0,0.0,0.0 +p19195,biomass,0.0,0.0,0.0,0.0,0.0 +p19195,coal,0.0,0.0,0.0,0.0,0.0 +p19195,csp,0.0,0.0,0.0,0.0,0.0 +p19195,gas,0.0,0.0,0.0,0.0,0.0 +p19195,geothermal,0.0,0.0,0.0,0.0,0.0 +p19195,h2,0.0,0.0,0.0,0.0,0.0 +p19195,hydro,0.0,0.0,0.0,0.0,0.0 +p19195,nuclear,0.0,0.0,0.0,0.0,0.0 +p19195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p19195,pv,0.0,0.0,100.0,200.0,300.0 +p19195,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p19195,wind-ons,82.5,165.0,241.66666666668607,318.33333333334303,395.0 +p20001,battery,0.0,0.0,0.0,0.0,0.0 +p20001,biomass,0.0,0.0,0.0,0.0,0.0 +p20001,coal,0.0,0.0,0.0,0.0,0.0 +p20001,csp,0.0,0.0,0.0,0.0,0.0 +p20001,gas,0.0,0.0,0.0,0.0,0.0 +p20001,geothermal,0.0,0.0,0.0,0.0,0.0 +p20001,h2,0.0,0.0,0.0,0.0,0.0 +p20001,hydro,0.0,0.0,0.0,0.0,0.0 +p20001,nuclear,0.0,0.0,0.0,0.0,0.0 +p20001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20001,pv,0.0,0.0,0.0,0.0,0.0 +p20001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20001,wind-ons,0.0,0.0,100.0,200.0,300.0 +p20003,csp,0.0,0.0,0.0,0.0,0.0 +p20007,battery,47.5,95.0,95.0,95.0,95.0 +p20007,biomass,0.0,0.0,0.0,0.0,0.0 +p20007,coal,0.0,0.0,0.0,0.0,0.0 +p20007,csp,0.0,0.0,0.0,0.0,0.0 +p20007,gas,0.0,0.0,0.0,0.0,0.0 +p20007,geothermal,0.0,0.0,0.0,0.0,0.0 +p20007,h2,0.0,0.0,0.0,0.0,0.0 +p20007,hydro,0.0,0.0,0.0,0.0,0.0 +p20007,nuclear,0.0,0.0,0.0,0.0,0.0 +p20007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20007,pv,94.5,189.0,189.0,189.0,189.0 +p20007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20009,csp,0.0,0.0,0.0,0.0,0.0 +p20011,battery,0.0,0.0,134.7666666666628,269.5333333333256,404.3 +p20011,biomass,0.0,0.0,0.0,0.0,0.0 +p20011,coal,0.0,0.0,0.0,0.0,0.0 +p20011,csp,0.0,0.0,0.0,0.0,0.0 +p20011,gas,0.0,0.0,0.0,0.0,0.0 +p20011,geothermal,0.0,0.0,0.0,0.0,0.0 +p20011,h2,0.0,0.0,0.0,0.0,0.0 +p20011,hydro,0.0,0.0,0.0,0.0,0.0 +p20011,nuclear,0.0,0.0,0.0,0.0,0.0 +p20011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20011,pv,0.0,0.0,210.0,420.0,630.0 +p20011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20015,battery,0.0,0.0,75.0,150.0,225.0 +p20015,biomass,0.0,0.0,0.0,0.0,0.0 +p20015,coal,0.0,0.0,0.0,0.0,0.0 +p20015,csp,0.0,0.0,0.0,0.0,0.0 +p20015,gas,0.0,0.0,0.0,0.0,0.0 +p20015,geothermal,0.0,0.0,0.0,0.0,0.0 +p20015,h2,0.0,0.0,0.0,0.0,0.0 +p20015,hydro,0.0,0.0,0.0,0.0,0.0 +p20015,nuclear,0.0,0.0,0.0,0.0,0.0 +p20015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20015,pv,0.0,0.0,0.0,0.0,0.0 +p20015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20015,wind-ons,0.0,0.0,120.0,240.0,360.0 +p20021,battery,0.0,0.0,0.0,0.0,0.0 +p20021,biomass,0.0,0.0,0.0,0.0,0.0 +p20021,coal,0.0,0.0,0.0,0.0,0.0 +p20021,csp,0.0,0.0,0.0,0.0,0.0 +p20021,gas,0.0,0.0,0.0,0.0,0.0 +p20021,geothermal,0.0,0.0,0.0,0.0,0.0 +p20021,h2,0.0,0.0,0.0,0.0,0.0 +p20021,hydro,0.0,0.0,0.0,0.0,0.0 +p20021,nuclear,0.0,0.0,0.0,0.0,0.0 +p20021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20021,pv,112.5,225.0,225.0,225.0,225.0 +p20021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20023,battery,0.0,0.0,0.0,0.0,0.0 +p20023,biomass,0.0,0.0,0.0,0.0,0.0 +p20023,coal,0.0,0.0,0.0,0.0,0.0 +p20023,gas,0.0,0.0,0.0,0.0,0.0 +p20023,geothermal,0.0,0.0,0.0,0.0,0.0 +p20023,h2,0.0,0.0,0.0,0.0,0.0 +p20023,hydro,0.0,0.0,0.0,0.0,0.0 +p20023,nuclear,0.0,0.0,0.0,0.0,0.0 +p20023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20023,pv,0.0,0.0,50.0,100.0,150.0 +p20023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20025,battery,0.0,0.0,50.0,100.0,150.0 +p20025,biomass,0.0,0.0,0.0,0.0,0.0 +p20025,coal,0.0,0.0,0.0,0.0,0.0 +p20025,gas,0.0,0.0,0.0,0.0,0.0 +p20025,geothermal,0.0,0.0,0.0,0.0,0.0 +p20025,h2,0.0,0.0,0.0,0.0,0.0 +p20025,hydro,0.0,0.0,0.0,0.0,0.0 +p20025,nuclear,0.0,0.0,0.0,0.0,0.0 +p20025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20025,pv,0.0,0.0,0.0,0.0,0.0 +p20025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20027,battery,0.0,0.0,0.0,0.0,0.0 +p20027,biomass,0.0,0.0,0.0,0.0,0.0 +p20027,coal,0.0,0.0,0.0,0.0,0.0 +p20027,gas,0.0,0.0,0.0,0.0,0.0 +p20027,geothermal,0.0,0.0,0.0,0.0,0.0 +p20027,h2,0.0,0.0,0.0,0.0,0.0 +p20027,hydro,0.0,0.0,0.0,0.0,0.0 +p20027,nuclear,0.0,0.0,0.0,0.0,0.0 +p20027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20027,pv,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p20027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20029,battery,0.0,0.0,0.0,0.0,0.0 +p20029,biomass,0.0,0.0,0.0,0.0,0.0 +p20029,coal,0.0,0.0,0.0,0.0,0.0 +p20029,csp,0.0,0.0,0.0,0.0,0.0 +p20029,gas,0.0,0.0,0.0,0.0,0.0 +p20029,geothermal,0.0,0.0,0.0,0.0,0.0 +p20029,h2,0.0,0.0,0.0,0.0,0.0 +p20029,hydro,0.0,0.0,0.0,0.0,0.0 +p20029,nuclear,0.0,0.0,0.0,0.0,0.0 +p20029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20029,pv,0.0,0.0,270.0,540.0,810.0 +p20029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20029,wind-ons,190.8,381.6,394.09999999999854,406.59999999999854,419.1 +p20031,battery,0.0,0.0,0.0,0.0,0.0 +p20031,biomass,0.0,0.0,0.0,0.0,0.0 +p20031,coal,0.0,0.0,0.0,0.0,0.0 +p20031,csp,0.0,0.0,0.0,0.0,0.0 +p20031,gas,0.0,0.0,0.0,0.0,0.0 +p20031,geothermal,0.0,0.0,0.0,0.0,0.0 +p20031,h2,0.0,0.0,0.0,0.0,0.0 +p20031,hydro,0.0,0.0,0.0,0.0,0.0 +p20031,nuclear,0.0,0.0,0.0,0.0,0.0 +p20031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20031,pv,0.0,0.0,250.0,500.0,750.0 +p20031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20035,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p20035,biomass,0.0,0.0,0.0,0.0,0.0 +p20035,coal,0.0,0.0,0.0,0.0,0.0 +p20035,csp,0.0,0.0,0.0,0.0,0.0 +p20035,gas,29.0,58.0,58.0,58.0,58.0 +p20035,geothermal,0.0,0.0,0.0,0.0,0.0 +p20035,h2,0.0,0.0,0.0,0.0,0.0 +p20035,hydro,0.0,0.0,0.0,0.0,0.0 +p20035,nuclear,0.0,0.0,0.0,0.0,0.0 +p20035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20035,pv,0.0,0.0,0.0,0.0,0.0 +p20035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20037,battery,0.0,0.0,0.0,0.0,0.0 +p20037,biomass,0.0,0.0,0.0,0.0,0.0 +p20037,coal,0.0,0.0,0.0,0.0,0.0 +p20037,csp,0.0,0.0,0.0,0.0,0.0 +p20037,gas,0.0,0.0,0.0,0.0,0.0 +p20037,geothermal,0.0,0.0,0.0,0.0,0.0 +p20037,h2,0.0,0.0,0.0,0.0,0.0 +p20037,hydro,0.0,0.0,0.0,0.0,0.0 +p20037,nuclear,0.0,0.0,0.0,0.0,0.0 +p20037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20037,pv,0.0,0.0,142.59999999997672,285.20000000001164,427.8 +p20037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20039,battery,0.0,0.0,0.0,0.0,0.0 +p20039,biomass,0.0,0.0,0.0,0.0,0.0 +p20039,coal,0.0,0.0,0.0,0.0,0.0 +p20039,csp,0.0,0.0,0.0,0.0,0.0 +p20039,gas,0.0,0.0,0.0,0.0,0.0 +p20039,geothermal,0.0,0.0,0.0,0.0,0.0 +p20039,h2,0.0,0.0,0.0,0.0,0.0 +p20039,hydro,0.0,0.0,0.0,0.0,0.0 +p20039,nuclear,0.0,0.0,0.0,0.0,0.0 +p20039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20039,pv,0.0,0.0,90.0,180.0,270.0 +p20039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20041,battery,0.0,0.0,0.0,0.0,0.0 +p20041,biomass,0.0,0.0,0.0,0.0,0.0 +p20041,coal,0.0,0.0,0.0,0.0,0.0 +p20041,csp,0.0,0.0,0.0,0.0,0.0 +p20041,gas,0.0,0.0,0.0,0.0,0.0 +p20041,geothermal,0.0,0.0,0.0,0.0,0.0 +p20041,h2,0.0,0.0,0.0,0.0,0.0 +p20041,hydro,0.0,0.0,0.0,0.0,0.0 +p20041,nuclear,0.0,0.0,0.0,0.0,0.0 +p20041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20041,pv,0.0,0.0,0.0,0.0,0.0 +p20041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20041,wind-ons,167.05,334.1,334.1,334.1,334.1 +p20045,battery,0.0,0.0,0.0,0.0,0.0 +p20045,biomass,0.0,0.0,0.0,0.0,0.0 +p20045,coal,0.0,0.0,0.0,0.0,0.0 +p20045,csp,0.0,0.0,0.0,0.0,0.0 +p20045,gas,0.0,0.0,0.0,0.0,0.0 +p20045,geothermal,0.0,0.0,0.0,0.0,0.0 +p20045,h2,0.0,0.0,0.0,0.0,0.0 +p20045,hydro,0.0,0.0,0.0,0.0,0.0 +p20045,nuclear,0.0,0.0,0.0,0.0,0.0 +p20045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20045,pv,79.5,159.0,159.0,159.0,159.0 +p20045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20047,battery,25.0,50.0,100.0,150.0,200.0 +p20047,biomass,0.0,0.0,0.0,0.0,0.0 +p20047,coal,0.0,0.0,0.0,0.0,0.0 +p20047,csp,0.0,0.0,0.0,0.0,0.0 +p20047,gas,0.0,0.0,0.0,0.0,0.0 +p20047,geothermal,0.0,0.0,0.0,0.0,0.0 +p20047,h2,0.0,0.0,0.0,0.0,0.0 +p20047,hydro,0.0,0.0,0.0,0.0,0.0 +p20047,nuclear,0.0,0.0,0.0,0.0,0.0 +p20047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20047,pv,75.0,150.0,225.0,300.0,375.0 +p20047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20049,battery,0.0,0.0,0.0,0.0,0.0 +p20049,biomass,0.0,0.0,0.0,0.0,0.0 +p20049,coal,0.0,0.0,0.0,0.0,0.0 +p20049,csp,0.0,0.0,0.0,0.0,0.0 +p20049,gas,0.0,0.0,0.0,0.0,0.0 +p20049,geothermal,0.0,0.0,0.0,0.0,0.0 +p20049,h2,0.0,0.0,0.0,0.0,0.0 +p20049,hydro,0.0,0.0,0.0,0.0,0.0 +p20049,nuclear,0.0,0.0,0.0,0.0,0.0 +p20049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20049,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p20049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20051,battery,10.0,20.0,20.0,20.0,20.0 +p20051,biomass,0.0,0.0,0.0,0.0,0.0 +p20051,coal,0.0,0.0,0.0,0.0,0.0 +p20051,csp,0.0,0.0,0.0,0.0,0.0 +p20051,gas,0.0,0.0,0.0,0.0,0.0 +p20051,geothermal,0.0,0.0,0.0,0.0,0.0 +p20051,h2,0.0,0.0,0.0,0.0,0.0 +p20051,hydro,0.0,0.0,0.0,0.0,0.0 +p20051,nuclear,0.0,0.0,0.0,0.0,0.0 +p20051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20051,pv,0.0,0.0,96.0,192.0,288.0 +p20051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20055,battery,212.25,424.5,424.5,424.5,424.5 +p20055,biomass,0.0,0.0,0.0,0.0,0.0 +p20055,coal,0.0,0.0,0.0,0.0,0.0 +p20055,csp,0.0,0.0,0.0,0.0,0.0 +p20055,gas,0.0,0.0,200.0,400.0,600.0 +p20055,geothermal,0.0,0.0,0.0,0.0,0.0 +p20055,h2,0.0,0.0,0.0,0.0,0.0 +p20055,hydro,0.0,0.0,0.0,0.0,0.0 +p20055,nuclear,0.0,0.0,0.0,0.0,0.0 +p20055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20055,pv,212.25,424.5,667.8333333333721,911.1666666666861,1154.5 +p20055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20055,wind-ons,0.0,0.0,233.5,467.0,700.5 +p20057,battery,25.0,50.0,116.33333333331393,182.66666666665697,249.0 +p20057,biomass,0.0,0.0,0.0,0.0,0.0 +p20057,coal,0.0,0.0,0.0,0.0,0.0 +p20057,csp,0.0,0.0,0.0,0.0,0.0 +p20057,gas,0.0,0.0,0.0,0.0,0.0 +p20057,geothermal,0.0,0.0,0.0,0.0,0.0 +p20057,h2,0.0,0.0,0.0,0.0,0.0 +p20057,hydro,0.0,0.0,0.0,0.0,0.0 +p20057,nuclear,0.0,0.0,0.0,0.0,0.0 +p20057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20057,pv,200.0,400.0,450.0,500.0,550.0 +p20057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20057,wind-ons,126.0,252.0,418.4000000000233,584.7999999999884,751.2 +p20059,battery,0.0,0.0,0.0,0.0,0.0 +p20059,biomass,0.0,0.0,0.0,0.0,0.0 +p20059,coal,0.0,0.0,0.0,0.0,0.0 +p20059,csp,0.0,0.0,0.0,0.0,0.0 +p20059,gas,0.0,0.0,0.0,0.0,0.0 +p20059,geothermal,0.0,0.0,0.0,0.0,0.0 +p20059,h2,0.0,0.0,0.0,0.0,0.0 +p20059,hydro,0.0,0.0,0.0,0.0,0.0 +p20059,nuclear,0.0,0.0,0.0,0.0,0.0 +p20059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20059,pv,75.0,150.0,150.0,150.0,150.0 +p20059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20059,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20065,battery,0.0,0.0,25.0,50.0,75.0 +p20065,biomass,0.0,0.0,0.0,0.0,0.0 +p20065,coal,0.0,0.0,0.0,0.0,0.0 +p20065,gas,0.0,0.0,0.0,0.0,0.0 +p20065,geothermal,0.0,0.0,0.0,0.0,0.0 +p20065,h2,0.0,0.0,0.0,0.0,0.0 +p20065,hydro,0.0,0.0,0.0,0.0,0.0 +p20065,nuclear,0.0,0.0,0.0,0.0,0.0 +p20065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20065,pv,0.0,0.0,0.0,0.0,0.0 +p20065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20067,battery,0.0,0.0,0.0,0.0,0.0 +p20067,biomass,0.0,0.0,0.0,0.0,0.0 +p20067,coal,0.0,0.0,0.0,0.0,0.0 +p20067,csp,0.0,0.0,0.0,0.0,0.0 +p20067,gas,0.0,0.0,0.0,0.0,0.0 +p20067,geothermal,0.0,0.0,0.0,0.0,0.0 +p20067,h2,0.0,0.0,0.0,0.0,0.0 +p20067,hydro,0.0,0.0,0.0,0.0,0.0 +p20067,nuclear,0.0,0.0,0.0,0.0,0.0 +p20067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20067,pv,153.09,306.18,343.84666666665,381.5133333333215,419.18 +p20067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20069,battery,0.0,0.0,0.0,0.0,0.0 +p20069,biomass,0.0,0.0,0.0,0.0,0.0 +p20069,coal,0.0,0.0,0.0,0.0,0.0 +p20069,gas,0.0,0.0,0.0,0.0,0.0 +p20069,geothermal,0.0,0.0,0.0,0.0,0.0 +p20069,h2,0.0,0.0,0.0,0.0,0.0 +p20069,hydro,0.0,0.0,0.0,0.0,0.0 +p20069,nuclear,0.0,0.0,0.0,0.0,0.0 +p20069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20069,pv,0.0,0.0,50.0,100.0,150.0 +p20069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20077,battery,0.0,0.0,0.0,0.0,0.0 +p20077,biomass,0.0,0.0,0.0,0.0,0.0 +p20077,coal,0.0,0.0,0.0,0.0,0.0 +p20077,csp,0.0,0.0,0.0,0.0,0.0 +p20077,gas,0.0,0.0,0.0,0.0,0.0 +p20077,geothermal,0.0,0.0,0.0,0.0,0.0 +p20077,h2,0.0,0.0,0.0,0.0,0.0 +p20077,hydro,0.0,0.0,0.0,0.0,0.0 +p20077,nuclear,0.0,0.0,0.0,0.0,0.0 +p20077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20077,pv,21.0,42.0,100.33333333334303,158.66666666667152,217.0 +p20077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20077,wind-ons,225.0,450.0,450.0,450.0,450.0 +p20079,csp,0.0,0.0,0.0,0.0,0.0 +p20083,battery,0.0,0.0,0.0,0.0,0.0 +p20083,biomass,0.0,0.0,0.0,0.0,0.0 +p20083,coal,0.0,0.0,0.0,0.0,0.0 +p20083,csp,0.0,0.0,0.0,0.0,0.0 +p20083,gas,0.0,0.0,0.0,0.0,0.0 +p20083,geothermal,0.0,0.0,0.0,0.0,0.0 +p20083,h2,0.0,0.0,0.0,0.0,0.0 +p20083,hydro,0.0,0.0,0.0,0.0,0.0 +p20083,nuclear,0.0,0.0,0.0,0.0,0.0 +p20083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20083,pv,200.0,400.0,400.0,400.0,400.0 +p20083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20083,wind-ons,200.0,400.0,734.4000000000233,1068.8000000000466,1403.2 +p20085,battery,0.0,0.0,0.0,0.0,0.0 +p20085,biomass,0.0,0.0,0.0,0.0,0.0 +p20085,coal,0.0,0.0,0.0,0.0,0.0 +p20085,csp,0.0,0.0,0.0,0.0,0.0 +p20085,gas,0.0,0.0,0.0,0.0,0.0 +p20085,geothermal,0.0,0.0,0.0,0.0,0.0 +p20085,h2,0.0,0.0,0.0,0.0,0.0 +p20085,hydro,0.0,0.0,0.0,0.0,0.0 +p20085,nuclear,0.0,0.0,0.0,0.0,0.0 +p20085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20085,pv,0.0,0.0,100.0,200.0,300.0 +p20085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20091,battery,139.0,278.0,278.0,278.0,278.0 +p20091,biomass,0.0,0.0,0.0,0.0,0.0 +p20091,coal,0.0,0.0,0.0,0.0,0.0 +p20091,csp,0.0,0.0,0.0,0.0,0.0 +p20091,gas,0.0,0.0,0.0,0.0,0.0 +p20091,geothermal,0.0,0.0,0.0,0.0,0.0 +p20091,h2,0.0,0.0,0.0,0.0,0.0 +p20091,hydro,0.0,0.0,0.0,0.0,0.0 +p20091,nuclear,0.0,0.0,0.0,0.0,0.0 +p20091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20091,pv,250.2,500.4,500.4,500.4,500.4 +p20091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20093,battery,0.0,0.0,0.0,0.0,0.0 +p20093,biomass,0.0,0.0,0.0,0.0,0.0 +p20093,coal,0.0,0.0,0.0,0.0,0.0 +p20093,csp,0.0,0.0,0.0,0.0,0.0 +p20093,gas,0.0,0.0,0.0,0.0,0.0 +p20093,geothermal,0.0,0.0,0.0,0.0,0.0 +p20093,h2,0.0,0.0,0.0,0.0,0.0 +p20093,hydro,0.0,0.0,0.0,0.0,0.0 +p20093,nuclear,0.0,0.0,0.0,0.0,0.0 +p20093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20093,pv,0.0,0.0,0.0,0.0,0.0 +p20093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20093,wind-ons,0.0,0.0,100.0,200.0,300.0 +p20099,battery,0.0,0.0,100.0,200.0,300.0 +p20099,biomass,0.0,0.0,0.0,0.0,0.0 +p20099,coal,0.0,0.0,0.0,0.0,0.0 +p20099,csp,0.0,0.0,0.0,0.0,0.0 +p20099,gas,0.0,0.0,303.3333333332557,606.6666666666279,910.0 +p20099,geothermal,0.0,0.0,0.0,0.0,0.0 +p20099,h2,0.0,0.0,0.0,0.0,0.0 +p20099,hydro,0.0,0.0,0.0,0.0,0.0 +p20099,nuclear,0.0,0.0,0.0,0.0,0.0 +p20099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20099,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p20099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20103,battery,0.0,0.0,166.33333333337214,332.66666666668607,499.0 +p20103,biomass,0.0,0.0,0.0,0.0,0.0 +p20103,coal,0.0,0.0,0.0,0.0,0.0 +p20103,gas,0.0,0.0,100.0,200.0,300.0 +p20103,geothermal,0.0,0.0,0.0,0.0,0.0 +p20103,h2,0.0,0.0,0.0,0.0,0.0 +p20103,hydro,0.0,0.0,0.0,0.0,0.0 +p20103,nuclear,0.0,0.0,0.0,0.0,0.0 +p20103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20103,pv,0.0,0.0,0.0,0.0,0.0 +p20103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20105,csp,0.0,0.0,0.0,0.0,0.0 +p20107,battery,0.0,0.0,84.60000000000582,169.20000000001164,253.8 +p20107,biomass,0.0,0.0,0.0,0.0,0.0 +p20107,coal,0.0,0.0,0.0,0.0,0.0 +p20107,gas,0.0,0.0,0.0,0.0,0.0 +p20107,geothermal,0.0,0.0,0.0,0.0,0.0 +p20107,h2,0.0,0.0,0.0,0.0,0.0 +p20107,hydro,0.0,0.0,0.0,0.0,0.0 +p20107,nuclear,0.0,0.0,0.0,0.0,0.0 +p20107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20107,pv,325.0,650.0,820.0999999999767,990.2000000000116,1160.3 +p20107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20111,battery,0.0,0.0,0.0,0.0,0.0 +p20111,biomass,0.0,0.0,0.0,0.0,0.0 +p20111,coal,0.0,0.0,0.0,0.0,0.0 +p20111,csp,0.0,0.0,0.0,0.0,0.0 +p20111,gas,0.0,0.0,0.0,0.0,0.0 +p20111,geothermal,0.0,0.0,0.0,0.0,0.0 +p20111,h2,0.0,0.0,0.0,0.0,0.0 +p20111,hydro,0.0,0.0,0.0,0.0,0.0 +p20111,nuclear,0.0,0.0,0.0,0.0,0.0 +p20111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20111,pv,0.0,0.0,45.0,90.0,135.0 +p20111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20113,battery,0.0,0.0,0.0,0.0,0.0 +p20113,biomass,0.0,0.0,0.0,0.0,0.0 +p20113,coal,0.0,0.0,0.0,0.0,0.0 +p20113,csp,0.0,0.0,0.0,0.0,0.0 +p20113,gas,0.0,0.0,0.0,0.0,0.0 +p20113,geothermal,0.0,0.0,0.0,0.0,0.0 +p20113,h2,0.0,0.0,0.0,0.0,0.0 +p20113,hydro,0.0,0.0,0.0,0.0,0.0 +p20113,nuclear,0.0,0.0,0.0,0.0,0.0 +p20113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20113,pv,0.0,0.0,0.0,0.0,0.0 +p20113,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20113,wind-ons,151.0,302.0,402.0,502.0,602.0 +p20121,csp,0.0,0.0,0.0,0.0,0.0 +p20123,battery,0.0,0.0,0.0,0.0,0.0 +p20123,biomass,0.0,0.0,0.0,0.0,0.0 +p20123,coal,0.0,0.0,0.0,0.0,0.0 +p20123,gas,0.0,0.0,0.0,0.0,0.0 +p20123,geothermal,0.0,0.0,0.0,0.0,0.0 +p20123,h2,0.0,0.0,0.0,0.0,0.0 +p20123,hydro,0.0,0.0,0.0,0.0,0.0 +p20123,nuclear,0.0,0.0,0.0,0.0,0.0 +p20123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20123,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p20123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20129,csp,0.0,0.0,0.0,0.0,0.0 +p20131,csp,0.0,0.0,0.0,0.0,0.0 +p20139,battery,0.0,0.0,0.0,0.0,0.0 +p20139,biomass,0.0,0.0,0.0,0.0,0.0 +p20139,coal,0.0,0.0,0.0,0.0,0.0 +p20139,csp,0.0,0.0,0.0,0.0,0.0 +p20139,gas,0.0,0.0,0.0,0.0,0.0 +p20139,geothermal,0.0,0.0,0.0,0.0,0.0 +p20139,h2,0.0,0.0,0.0,0.0,0.0 +p20139,hydro,0.0,0.0,0.0,0.0,0.0 +p20139,nuclear,0.0,0.0,0.0,0.0,0.0 +p20139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20139,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p20139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20141,csp,0.0,0.0,0.0,0.0,0.0 +p20149,battery,0.0,0.0,0.0,0.0,0.0 +p20149,biomass,0.0,0.0,0.0,0.0,0.0 +p20149,coal,0.0,0.0,0.0,0.0,0.0 +p20149,csp,0.0,0.0,0.0,0.0,0.0 +p20149,gas,0.0,0.0,240.40000000002328,480.79999999998836,721.2 +p20149,geothermal,0.0,0.0,0.0,0.0,0.0 +p20149,h2,0.0,0.0,0.0,0.0,0.0 +p20149,hydro,0.0,0.0,0.0,0.0,0.0 +p20149,nuclear,0.0,0.0,0.0,0.0,0.0 +p20149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20149,pv,0.0,0.0,67.20000000001164,134.39999999999418,201.6 +p20149,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20151,battery,0.0,0.0,0.0,0.0,0.0 +p20151,biomass,0.0,0.0,0.0,0.0,0.0 +p20151,coal,0.0,0.0,0.0,0.0,0.0 +p20151,csp,0.0,0.0,0.0,0.0,0.0 +p20151,gas,0.0,0.0,0.0,0.0,0.0 +p20151,geothermal,0.0,0.0,0.0,0.0,0.0 +p20151,h2,0.0,0.0,0.0,0.0,0.0 +p20151,hydro,0.0,0.0,0.0,0.0,0.0 +p20151,nuclear,0.0,0.0,0.0,0.0,0.0 +p20151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20151,pv,0.0,0.0,139.66666666662786,279.33333333331393,419.0 +p20151,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20151,wind-ons,12.5,25.0,25.0,25.0,25.0 +p20155,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p20155,biomass,0.0,0.0,0.0,0.0,0.0 +p20155,coal,0.0,0.0,0.0,0.0,0.0 +p20155,gas,0.0,0.0,239.2666666666628,478.5333333333256,717.8 +p20155,geothermal,0.0,0.0,0.0,0.0,0.0 +p20155,h2,0.0,0.0,0.0,0.0,0.0 +p20155,hydro,0.0,0.0,0.0,0.0,0.0 +p20155,nuclear,0.0,0.0,0.0,0.0,0.0 +p20155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20155,pv,0.0,0.0,0.0,0.0,0.0 +p20155,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20155,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20159,battery,0.0,0.0,0.0,0.0,0.0 +p20159,biomass,0.0,0.0,0.0,0.0,0.0 +p20159,coal,0.0,0.0,0.0,0.0,0.0 +p20159,csp,0.0,0.0,0.0,0.0,0.0 +p20159,gas,0.0,0.0,0.0,0.0,0.0 +p20159,geothermal,0.0,0.0,0.0,0.0,0.0 +p20159,h2,0.0,0.0,0.0,0.0,0.0 +p20159,hydro,0.0,0.0,0.0,0.0,0.0 +p20159,nuclear,0.0,0.0,0.0,0.0,0.0 +p20159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20159,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p20159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20159,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20165,battery,0.0,0.0,0.0,0.0,0.0 +p20165,biomass,0.0,0.0,0.0,0.0,0.0 +p20165,coal,0.0,0.0,0.0,0.0,0.0 +p20165,gas,0.0,0.0,0.0,0.0,0.0 +p20165,geothermal,0.0,0.0,0.0,0.0,0.0 +p20165,h2,0.0,0.0,0.0,0.0,0.0 +p20165,hydro,0.0,0.0,0.0,0.0,0.0 +p20165,nuclear,0.0,0.0,0.0,0.0,0.0 +p20165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20165,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p20165,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20165,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20167,battery,0.0,0.0,0.0,0.0,0.0 +p20167,biomass,0.0,0.0,0.0,0.0,0.0 +p20167,coal,0.0,0.0,0.0,0.0,0.0 +p20167,csp,0.0,0.0,0.0,0.0,0.0 +p20167,gas,0.0,0.0,0.0,0.0,0.0 +p20167,geothermal,0.0,0.0,0.0,0.0,0.0 +p20167,h2,0.0,0.0,0.0,0.0,0.0 +p20167,hydro,0.0,0.0,0.0,0.0,0.0 +p20167,nuclear,0.0,0.0,0.0,0.0,0.0 +p20167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20167,pv,10.0,20.0,20.0,20.0,20.0 +p20167,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20167,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20169,battery,175.0,350.0,350.0,350.0,350.0 +p20169,biomass,0.0,0.0,0.0,0.0,0.0 +p20169,coal,0.0,0.0,0.0,0.0,0.0 +p20169,csp,0.0,0.0,0.0,0.0,0.0 +p20169,gas,0.0,0.0,0.0,0.0,0.0 +p20169,geothermal,0.0,0.0,0.0,0.0,0.0 +p20169,h2,0.0,0.0,0.0,0.0,0.0 +p20169,hydro,0.0,0.0,0.0,0.0,0.0 +p20169,nuclear,0.0,0.0,0.0,0.0,0.0 +p20169,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20169,pv,0.0,0.0,0.0,0.0,0.0 +p20169,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20169,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20171,battery,0.0,0.0,0.0,0.0,0.0 +p20171,biomass,0.0,0.0,0.0,0.0,0.0 +p20171,coal,0.0,0.0,0.0,0.0,0.0 +p20171,csp,0.0,0.0,0.0,0.0,0.0 +p20171,gas,0.0,0.0,0.0,0.0,0.0 +p20171,geothermal,0.0,0.0,0.0,0.0,0.0 +p20171,h2,0.0,0.0,0.0,0.0,0.0 +p20171,hydro,0.0,0.0,0.0,0.0,0.0 +p20171,nuclear,0.0,0.0,0.0,0.0,0.0 +p20171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20171,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p20171,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20171,wind-ons,0.0,0.0,300.0,600.0,900.0 +p20173,battery,176.8,353.6,353.6,353.6,353.6 +p20173,biomass,0.0,0.0,0.0,0.0,0.0 +p20173,coal,0.0,0.0,0.0,0.0,0.0 +p20173,csp,0.0,0.0,0.0,0.0,0.0 +p20173,gas,0.0,0.0,0.0,0.0,0.0 +p20173,geothermal,0.0,0.0,0.0,0.0,0.0 +p20173,h2,0.0,0.0,0.0,0.0,0.0 +p20173,hydro,0.0,0.0,0.0,0.0,0.0 +p20173,nuclear,0.0,0.0,0.0,0.0,0.0 +p20173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20173,pv,303.3,606.6,752.5999999999767,898.5999999999767,1044.6 +p20173,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20173,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20175,battery,0.0,0.0,0.0,0.0,0.0 +p20175,biomass,0.0,0.0,0.0,0.0,0.0 +p20175,coal,0.0,0.0,0.0,0.0,0.0 +p20175,csp,0.0,0.0,0.0,0.0,0.0 +p20175,gas,0.0,0.0,0.0,0.0,0.0 +p20175,geothermal,0.0,0.0,0.0,0.0,0.0 +p20175,h2,0.0,0.0,0.0,0.0,0.0 +p20175,hydro,0.0,0.0,0.0,0.0,0.0 +p20175,nuclear,0.0,0.0,0.0,0.0,0.0 +p20175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20175,pv,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p20175,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20175,wind-ons,75.0,150.0,150.0,150.0,150.0 +p20177,battery,0.0,0.0,100.0,200.0,300.0 +p20177,biomass,0.0,0.0,0.0,0.0,0.0 +p20177,coal,0.0,0.0,0.0,0.0,0.0 +p20177,gas,0.0,0.0,0.0,0.0,0.0 +p20177,geothermal,0.0,0.0,0.0,0.0,0.0 +p20177,h2,0.0,0.0,0.0,0.0,0.0 +p20177,hydro,0.0,0.0,0.0,0.0,0.0 +p20177,nuclear,0.0,0.0,0.0,0.0,0.0 +p20177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20177,pv,0.0,0.0,0.0,0.0,0.0 +p20177,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20177,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20181,csp,0.0,0.0,0.0,0.0,0.0 +p20183,battery,0.0,0.0,0.0,0.0,0.0 +p20183,biomass,0.0,0.0,0.0,0.0,0.0 +p20183,coal,0.0,0.0,0.0,0.0,0.0 +p20183,gas,0.0,0.0,0.0,0.0,0.0 +p20183,geothermal,0.0,0.0,0.0,0.0,0.0 +p20183,h2,0.0,0.0,0.0,0.0,0.0 +p20183,hydro,0.0,0.0,0.0,0.0,0.0 +p20183,nuclear,0.0,0.0,0.0,0.0,0.0 +p20183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20183,pv,0.0,0.0,0.0,0.0,0.0 +p20183,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20183,wind-ons,0.0,0.0,100.0,200.0,300.0 +p20185,battery,0.0,0.0,0.0,0.0,0.0 +p20185,biomass,0.0,0.0,0.0,0.0,0.0 +p20185,coal,0.0,0.0,0.0,0.0,0.0 +p20185,gas,0.0,0.0,0.0,0.0,0.0 +p20185,geothermal,0.0,0.0,0.0,0.0,0.0 +p20185,h2,0.0,0.0,0.0,0.0,0.0 +p20185,hydro,0.0,0.0,0.0,0.0,0.0 +p20185,nuclear,0.0,0.0,0.0,0.0,0.0 +p20185,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20185,pv,0.0,0.0,128.33333333331393,256.66666666665697,385.0 +p20185,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20185,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20187,csp,0.0,0.0,0.0,0.0,0.0 +p20189,battery,0.0,0.0,0.0,0.0,0.0 +p20189,biomass,0.0,0.0,0.0,0.0,0.0 +p20189,coal,0.0,0.0,0.0,0.0,0.0 +p20189,csp,0.0,0.0,0.0,0.0,0.0 +p20189,gas,0.0,0.0,0.0,0.0,0.0 +p20189,geothermal,0.0,0.0,0.0,0.0,0.0 +p20189,h2,0.0,0.0,0.0,0.0,0.0 +p20189,hydro,0.0,0.0,0.0,0.0,0.0 +p20189,nuclear,0.0,0.0,0.0,0.0,0.0 +p20189,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20189,pv,125.0,250.0,333.33333333331393,416.66666666665697,500.0 +p20189,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20189,wind-ons,0.0,0.0,50.0,100.0,150.0 +p20191,battery,0.0,0.0,100.0,200.0,300.0 +p20191,biomass,0.0,0.0,0.0,0.0,0.0 +p20191,coal,0.0,0.0,0.0,0.0,0.0 +p20191,csp,0.0,0.0,0.0,0.0,0.0 +p20191,gas,0.0,0.0,240.3666666666395,480.7333333333372,721.1 +p20191,geothermal,0.0,0.0,0.0,0.0,0.0 +p20191,h2,0.0,0.0,0.0,0.0,0.0 +p20191,hydro,0.0,0.0,0.0,0.0,0.0 +p20191,nuclear,0.0,0.0,0.0,0.0,0.0 +p20191,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20191,pv,111.75,223.5,303.16666666668607,382.83333333334303,462.5 +p20191,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20191,wind-ons,200.11,400.22,400.22,400.22,400.22 +p20201,csp,0.0,0.0,0.0,0.0,0.0 +p20205,battery,0.0,0.0,0.0,0.0,0.0 +p20205,biomass,0.0,0.0,0.0,0.0,0.0 +p20205,coal,0.0,0.0,0.0,0.0,0.0 +p20205,csp,0.0,0.0,0.0,0.0,0.0 +p20205,gas,0.0,0.0,0.0,0.0,0.0 +p20205,geothermal,0.0,0.0,0.0,0.0,0.0 +p20205,h2,0.0,0.0,0.0,0.0,0.0 +p20205,hydro,0.0,0.0,0.0,0.0,0.0 +p20205,nuclear,0.0,0.0,0.0,0.0,0.0 +p20205,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20205,pv,32.5,65.0,65.0,65.0,65.0 +p20205,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20205,wind-ons,0.0,0.0,0.0,0.0,0.0 +p20209,battery,0.0,0.0,256.0,512.0,768.0 +p20209,biomass,0.0,0.0,0.0,0.0,0.0 +p20209,coal,0.0,0.0,0.0,0.0,0.0 +p20209,csp,0.0,0.0,0.0,0.0,0.0 +p20209,gas,0.0,0.0,0.0,0.0,0.0 +p20209,geothermal,0.0,0.0,0.0,0.0,0.0 +p20209,h2,0.0,0.0,0.0,0.0,0.0 +p20209,hydro,0.0,0.0,0.0,0.0,0.0 +p20209,nuclear,0.0,0.0,0.0,0.0,0.0 +p20209,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p20209,pv,0.0,0.0,0.0,0.0,0.0 +p20209,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p20209,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21001,battery,0.0,0.0,0.0,0.0,0.0 +p21001,biomass,0.0,0.0,0.0,0.0,0.0 +p21001,coal,0.0,0.0,0.0,0.0,0.0 +p21001,csp,0.0,0.0,0.0,0.0,0.0 +p21001,gas,0.0,0.0,0.0,0.0,0.0 +p21001,geothermal,0.0,0.0,0.0,0.0,0.0 +p21001,h2,0.0,0.0,0.0,0.0,0.0 +p21001,hydro,0.0,0.0,0.0,0.0,0.0 +p21001,nuclear,0.0,0.0,0.0,0.0,0.0 +p21001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21001,pv,0.0,0.0,21.599999999998545,43.19999999999709,64.8 +p21001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21007,battery,0.0,0.0,0.0,0.0,0.0 +p21007,biomass,0.0,0.0,0.0,0.0,0.0 +p21007,coal,0.0,0.0,0.0,0.0,0.0 +p21007,gas,0.0,0.0,0.0,0.0,0.0 +p21007,geothermal,0.0,0.0,0.0,0.0,0.0 +p21007,h2,0.0,0.0,0.0,0.0,0.0 +p21007,hydro,0.0,0.0,0.0,0.0,0.0 +p21007,nuclear,0.0,0.0,0.0,0.0,0.0 +p21007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21007,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p21007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21009,battery,0.0,0.0,0.0,0.0,0.0 +p21009,biomass,0.0,0.0,0.0,0.0,0.0 +p21009,coal,0.0,0.0,0.0,0.0,0.0 +p21009,csp,0.0,0.0,0.0,0.0,0.0 +p21009,gas,0.0,0.0,0.0,0.0,0.0 +p21009,geothermal,0.0,0.0,0.0,0.0,0.0 +p21009,h2,0.0,0.0,0.0,0.0,0.0 +p21009,hydro,0.0,0.0,0.0,0.0,0.0 +p21009,nuclear,0.0,0.0,0.0,0.0,0.0 +p21009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21009,pv,27.5,55.0,131.66666666668607,208.33333333334303,285.0 +p21009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21011,battery,0.0,0.0,0.0,0.0,0.0 +p21011,biomass,0.0,0.0,0.0,0.0,0.0 +p21011,coal,0.0,0.0,0.0,0.0,0.0 +p21011,csp,0.0,0.0,0.0,0.0,0.0 +p21011,gas,0.0,0.0,0.0,0.0,0.0 +p21011,geothermal,0.0,0.0,0.0,0.0,0.0 +p21011,h2,0.0,0.0,0.0,0.0,0.0 +p21011,hydro,0.0,0.0,0.0,0.0,0.0 +p21011,nuclear,0.0,0.0,0.0,0.0,0.0 +p21011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21011,pv,0.0,0.0,6.8633333333327755,13.726666666665551,20.59 +p21011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21015,battery,0.0,0.0,0.0,0.0,0.0 +p21015,biomass,0.0,0.0,0.0,0.0,0.0 +p21015,coal,0.0,0.0,0.0,0.0,0.0 +p21015,csp,0.0,0.0,0.0,0.0,0.0 +p21015,gas,0.0,0.0,0.0,0.0,0.0 +p21015,geothermal,0.0,0.0,0.0,0.0,0.0 +p21015,h2,0.0,0.0,0.0,0.0,0.0 +p21015,hydro,0.0,0.0,0.0,0.0,0.0 +p21015,nuclear,0.0,0.0,0.0,0.0,0.0 +p21015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21015,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p21015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21017,csp,0.0,0.0,0.0,0.0,0.0 +p21027,battery,0.0,0.0,0.0,0.0,0.0 +p21027,biomass,0.0,0.0,0.0,0.0,0.0 +p21027,coal,0.0,0.0,0.0,0.0,0.0 +p21027,csp,0.0,0.0,0.0,0.0,0.0 +p21027,gas,0.0,0.0,0.0,0.0,0.0 +p21027,geothermal,0.0,0.0,0.0,0.0,0.0 +p21027,h2,0.0,0.0,0.0,0.0,0.0 +p21027,hydro,0.0,0.0,0.0,0.0,0.0 +p21027,nuclear,0.0,0.0,0.0,0.0,0.0 +p21027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21027,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p21027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21029,csp,0.0,0.0,0.0,0.0,0.0 +p21031,csp,0.0,0.0,0.0,0.0,0.0 +p21033,csp,0.0,0.0,0.0,0.0,0.0 +p21047,csp,0.0,0.0,0.0,0.0,0.0 +p21049,battery,0.0,0.0,0.0,0.0,0.0 +p21049,biomass,0.0,0.0,0.0,0.0,0.0 +p21049,coal,0.0,0.0,0.0,0.0,0.0 +p21049,csp,0.0,0.0,0.0,0.0,0.0 +p21049,gas,0.0,0.0,0.0,0.0,0.0 +p21049,geothermal,0.0,0.0,0.0,0.0,0.0 +p21049,h2,0.0,0.0,0.0,0.0,0.0 +p21049,hydro,0.0,0.0,0.0,0.0,0.0 +p21049,nuclear,0.0,0.0,0.0,0.0,0.0 +p21049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21049,pv,4.5,9.0,9.0,9.0,9.0 +p21049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21055,battery,0.0,0.0,41.666666666656965,83.33333333332848,125.0 +p21055,biomass,0.0,0.0,0.0,0.0,0.0 +p21055,coal,0.0,0.0,0.0,0.0,0.0 +p21055,csp,0.0,0.0,0.0,0.0,0.0 +p21055,gas,0.0,0.0,0.0,0.0,0.0 +p21055,geothermal,0.0,0.0,0.0,0.0,0.0 +p21055,h2,0.0,0.0,0.0,0.0,0.0 +p21055,hydro,0.0,0.0,0.0,0.0,0.0 +p21055,nuclear,0.0,0.0,0.0,0.0,0.0 +p21055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21055,pv,0.0,0.0,0.0,0.0,0.0 +p21055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21059,csp,0.0,0.0,0.0,0.0,0.0 +p21067,battery,0.0,0.0,0.0,0.0,0.0 +p21067,biomass,0.0,0.0,0.0,0.0,0.0 +p21067,coal,0.0,0.0,0.0,0.0,0.0 +p21067,csp,0.0,0.0,0.0,0.0,0.0 +p21067,gas,0.0,0.0,0.0,0.0,0.0 +p21067,geothermal,0.0,0.0,0.0,0.0,0.0 +p21067,h2,0.0,0.0,0.0,0.0,0.0 +p21067,hydro,0.0,0.0,0.0,0.0,0.0 +p21067,nuclear,0.0,0.0,0.0,0.0,0.0 +p21067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21067,pv,20.0,40.0,53.33333333333576,66.66666666666788,80.0 +p21067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21069,battery,0.0,0.0,0.0,0.0,0.0 +p21069,biomass,0.0,0.0,0.0,0.0,0.0 +p21069,coal,0.0,0.0,0.0,0.0,0.0 +p21069,csp,0.0,0.0,0.0,0.0,0.0 +p21069,gas,0.0,0.0,0.0,0.0,0.0 +p21069,geothermal,0.0,0.0,0.0,0.0,0.0 +p21069,h2,0.0,0.0,0.0,0.0,0.0 +p21069,hydro,0.0,0.0,0.0,0.0,0.0 +p21069,nuclear,0.0,0.0,0.0,0.0,0.0 +p21069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21069,pv,94.25,188.5,315.16666666668607,441.83333333334303,568.5 +p21069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21079,csp,0.0,0.0,0.0,0.0,0.0 +p21081,csp,0.0,0.0,0.0,0.0,0.0 +p21083,battery,0.0,0.0,0.0,0.0,0.0 +p21083,biomass,0.0,0.0,0.0,0.0,0.0 +p21083,coal,0.0,0.0,0.0,0.0,0.0 +p21083,csp,0.0,0.0,0.0,0.0,0.0 +p21083,gas,0.0,0.0,0.0,0.0,0.0 +p21083,geothermal,0.0,0.0,0.0,0.0,0.0 +p21083,h2,0.0,0.0,0.0,0.0,0.0 +p21083,hydro,0.0,0.0,0.0,0.0,0.0 +p21083,nuclear,0.0,0.0,0.0,0.0,0.0 +p21083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21083,pv,0.0,0.0,113.33333333331393,226.66666666665697,340.0 +p21083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21087,battery,0.0,0.0,0.0,0.0,0.0 +p21087,biomass,0.0,0.0,0.0,0.0,0.0 +p21087,coal,0.0,0.0,0.0,0.0,0.0 +p21087,csp,0.0,0.0,0.0,0.0,0.0 +p21087,gas,0.0,0.0,0.0,0.0,0.0 +p21087,geothermal,0.0,0.0,0.0,0.0,0.0 +p21087,h2,0.0,0.0,0.0,0.0,0.0 +p21087,hydro,0.0,0.0,0.0,0.0,0.0 +p21087,nuclear,0.0,0.0,0.0,0.0,0.0 +p21087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21087,pv,105.0,210.0,238.33333333332848,266.66666666666424,295.0 +p21087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21091,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p21091,biomass,0.0,0.0,0.0,0.0,0.0 +p21091,coal,0.0,0.0,0.0,0.0,0.0 +p21091,csp,0.0,0.0,0.0,0.0,0.0 +p21091,gas,0.0,0.0,0.0,0.0,0.0 +p21091,geothermal,0.0,0.0,0.0,0.0,0.0 +p21091,h2,0.0,0.0,0.0,0.0,0.0 +p21091,hydro,0.0,0.0,0.0,0.0,0.0 +p21091,nuclear,0.0,0.0,0.0,0.0,0.0 +p21091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21091,pv,0.0,0.0,50.0,100.0,150.0 +p21091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21093,battery,60.0,120.0,120.0,120.0,120.0 +p21093,biomass,0.0,0.0,0.0,0.0,0.0 +p21093,coal,0.0,0.0,0.0,0.0,0.0 +p21093,csp,0.0,0.0,0.0,0.0,0.0 +p21093,gas,0.0,0.0,0.0,0.0,0.0 +p21093,geothermal,0.0,0.0,0.0,0.0,0.0 +p21093,h2,0.0,0.0,0.0,0.0,0.0 +p21093,hydro,0.0,0.0,0.0,0.0,0.0 +p21093,nuclear,0.0,0.0,0.0,0.0,0.0 +p21093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21093,pv,41.0,82.0,82.0,82.0,82.0 +p21093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21097,battery,0.0,0.0,0.0,0.0,0.0 +p21097,biomass,0.0,0.0,0.0,0.0,0.0 +p21097,coal,0.0,0.0,0.0,0.0,0.0 +p21097,csp,0.0,0.0,0.0,0.0,0.0 +p21097,gas,0.0,0.0,0.0,0.0,0.0 +p21097,geothermal,0.0,0.0,0.0,0.0,0.0 +p21097,h2,0.0,0.0,0.0,0.0,0.0 +p21097,hydro,0.0,0.0,0.0,0.0,0.0 +p21097,nuclear,0.0,0.0,0.0,0.0,0.0 +p21097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21097,pv,35.0,70.0,70.0,70.0,70.0 +p21097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21099,battery,0.0,0.0,0.0,0.0,0.0 +p21099,biomass,0.0,0.0,0.0,0.0,0.0 +p21099,coal,0.0,0.0,0.0,0.0,0.0 +p21099,csp,0.0,0.0,0.0,0.0,0.0 +p21099,gas,0.0,0.0,0.0,0.0,0.0 +p21099,geothermal,0.0,0.0,0.0,0.0,0.0 +p21099,h2,0.0,0.0,0.0,0.0,0.0 +p21099,hydro,0.0,0.0,0.0,0.0,0.0 +p21099,nuclear,0.0,0.0,0.0,0.0,0.0 +p21099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21099,pv,0.0,0.0,4.0,8.0,12.0 +p21099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21101,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p21101,biomass,0.0,0.0,0.0,0.0,0.0 +p21101,coal,0.0,0.0,0.0,0.0,0.0 +p21101,csp,0.0,0.0,0.0,0.0,0.0 +p21101,gas,0.0,0.0,0.0,0.0,0.0 +p21101,geothermal,0.0,0.0,0.0,0.0,0.0 +p21101,h2,0.0,0.0,0.0,0.0,0.0 +p21101,hydro,0.0,0.0,0.0,0.0,0.0 +p21101,nuclear,0.0,0.0,0.0,0.0,0.0 +p21101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21101,pv,125.0,250.0,450.0,650.0,850.0 +p21101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21101,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p21105,csp,0.0,0.0,0.0,0.0,0.0 +p21107,battery,0.0,0.0,0.0,0.0,0.0 +p21107,biomass,0.0,0.0,0.0,0.0,0.0 +p21107,coal,0.0,0.0,0.0,0.0,0.0 +p21107,csp,0.0,0.0,0.0,0.0,0.0 +p21107,gas,37.5,75.0,75.0,75.0,75.0 +p21107,geothermal,0.0,0.0,0.0,0.0,0.0 +p21107,h2,0.0,0.0,0.0,0.0,0.0 +p21107,hydro,0.0,0.0,0.0,0.0,0.0 +p21107,nuclear,0.0,0.0,0.0,0.0,0.0 +p21107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21107,pv,0.0,0.0,46.0,92.0,138.0 +p21107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21109,csp,0.0,0.0,0.0,0.0,0.0 +p21111,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p21111,biomass,0.0,0.0,0.0,0.0,0.0 +p21111,coal,0.0,0.0,0.0,0.0,0.0 +p21111,gas,1067.5,2135.0,2361.666666666628,2588.333333333314,2815.0 +p21111,geothermal,0.0,0.0,0.0,0.0,0.0 +p21111,h2,0.0,0.0,0.0,0.0,0.0 +p21111,hydro,10.5,21.0,21.0,21.0,21.0 +p21111,nuclear,0.0,0.0,0.0,0.0,0.0 +p21111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21111,pv,0.0,0.0,0.0,0.0,0.0 +p21111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21119,battery,0.0,0.0,0.0,0.0,0.0 +p21119,biomass,0.0,0.0,0.0,0.0,0.0 +p21119,coal,0.0,0.0,0.0,0.0,0.0 +p21119,csp,0.0,0.0,0.0,0.0,0.0 +p21119,gas,0.0,0.0,0.0,0.0,0.0 +p21119,geothermal,0.0,0.0,0.0,0.0,0.0 +p21119,h2,0.0,0.0,0.0,0.0,0.0 +p21119,hydro,0.0,0.0,0.0,0.0,0.0 +p21119,nuclear,0.0,0.0,0.0,0.0,0.0 +p21119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21119,pv,0.0,0.0,70.0,140.0,210.0 +p21119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21123,battery,0.0,0.0,0.0,0.0,0.0 +p21123,biomass,0.0,0.0,0.0,0.0,0.0 +p21123,coal,0.0,0.0,0.0,0.0,0.0 +p21123,csp,0.0,0.0,0.0,0.0,0.0 +p21123,gas,0.0,0.0,0.0,0.0,0.0 +p21123,geothermal,0.0,0.0,0.0,0.0,0.0 +p21123,h2,0.0,0.0,0.0,0.0,0.0 +p21123,hydro,0.0,0.0,0.0,0.0,0.0 +p21123,nuclear,0.0,0.0,0.0,0.0,0.0 +p21123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21123,pv,0.0,0.0,21.083333333328483,42.16666666666424,63.25 +p21123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21127,csp,0.0,0.0,0.0,0.0,0.0 +p21131,csp,0.0,0.0,0.0,0.0,0.0 +p21133,csp,0.0,0.0,0.0,0.0,0.0 +p21137,battery,0.0,0.0,0.0,0.0,0.0 +p21137,biomass,0.0,0.0,0.0,0.0,0.0 +p21137,coal,0.0,0.0,0.0,0.0,0.0 +p21137,gas,0.0,0.0,0.0,0.0,0.0 +p21137,geothermal,0.0,0.0,0.0,0.0,0.0 +p21137,h2,0.0,0.0,0.0,0.0,0.0 +p21137,hydro,0.0,0.0,0.0,0.0,0.0 +p21137,nuclear,0.0,0.0,0.0,0.0,0.0 +p21137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21137,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p21137,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21137,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21139,battery,0.0,0.0,0.0,0.0,0.0 +p21139,biomass,0.0,0.0,0.0,0.0,0.0 +p21139,coal,0.0,0.0,0.0,0.0,0.0 +p21139,csp,0.0,0.0,0.0,0.0,0.0 +p21139,gas,0.0,0.0,0.0,0.0,0.0 +p21139,geothermal,0.0,0.0,0.0,0.0,0.0 +p21139,h2,0.0,0.0,0.0,0.0,0.0 +p21139,hydro,0.0,0.0,0.0,0.0,0.0 +p21139,nuclear,0.0,0.0,0.0,0.0,0.0 +p21139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21139,pv,0.0,0.0,14.0,28.0,42.0 +p21139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21141,battery,0.0,0.0,0.0,0.0,0.0 +p21141,biomass,0.0,0.0,0.0,0.0,0.0 +p21141,coal,0.0,0.0,0.0,0.0,0.0 +p21141,csp,0.0,0.0,0.0,0.0,0.0 +p21141,gas,0.0,0.0,0.0,0.0,0.0 +p21141,geothermal,0.0,0.0,0.0,0.0,0.0 +p21141,h2,0.0,0.0,0.0,0.0,0.0 +p21141,hydro,0.0,0.0,0.0,0.0,0.0 +p21141,nuclear,0.0,0.0,0.0,0.0,0.0 +p21141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21141,pv,86.5,173.0,173.0,173.0,173.0 +p21141,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21141,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21143,battery,0.0,0.0,0.0,0.0,0.0 +p21143,biomass,0.0,0.0,0.0,0.0,0.0 +p21143,coal,0.0,0.0,0.0,0.0,0.0 +p21143,csp,0.0,0.0,0.0,0.0,0.0 +p21143,gas,0.0,0.0,0.0,0.0,0.0 +p21143,geothermal,0.0,0.0,0.0,0.0,0.0 +p21143,h2,0.0,0.0,0.0,0.0,0.0 +p21143,hydro,0.0,0.0,6.0,12.0,18.0 +p21143,nuclear,0.0,0.0,0.0,0.0,0.0 +p21143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21143,pv,43.0,86.0,86.0,86.0,86.0 +p21143,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21143,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21145,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p21145,biomass,0.0,0.0,0.0,0.0,0.0 +p21145,coal,0.0,0.0,0.0,0.0,0.0 +p21145,csp,0.0,0.0,0.0,0.0,0.0 +p21145,gas,0.0,0.0,0.0,0.0,0.0 +p21145,geothermal,0.0,0.0,0.0,0.0,0.0 +p21145,h2,0.0,0.0,0.0,0.0,0.0 +p21145,hydro,0.0,0.0,0.0,0.0,0.0 +p21145,nuclear,0.0,0.0,0.0,0.0,0.0 +p21145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21145,pv,60.0,120.0,172.0,224.0,276.0 +p21145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21145,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21149,csp,0.0,0.0,0.0,0.0,0.0 +p21151,battery,0.0,0.0,0.0,0.0,0.0 +p21151,biomass,0.0,0.0,0.0,0.0,0.0 +p21151,coal,0.0,0.0,0.0,0.0,0.0 +p21151,csp,0.0,0.0,0.0,0.0,0.0 +p21151,gas,0.0,0.0,0.0,0.0,0.0 +p21151,geothermal,0.0,0.0,0.0,0.0,0.0 +p21151,h2,0.0,0.0,0.0,0.0,0.0 +p21151,hydro,0.0,0.0,0.0,0.0,0.0 +p21151,nuclear,0.0,0.0,0.0,0.0,0.0 +p21151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21151,pv,0.0,0.0,51.0,102.0,153.0 +p21151,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21151,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21155,battery,0.0,0.0,0.0,0.0,0.0 +p21155,biomass,0.0,0.0,0.0,0.0,0.0 +p21155,coal,0.0,0.0,0.0,0.0,0.0 +p21155,csp,0.0,0.0,0.0,0.0,0.0 +p21155,gas,0.0,0.0,0.0,0.0,0.0 +p21155,geothermal,0.0,0.0,0.0,0.0,0.0 +p21155,h2,0.0,0.0,0.0,0.0,0.0 +p21155,hydro,0.0,0.0,0.0,0.0,0.0 +p21155,nuclear,0.0,0.0,0.0,0.0,0.0 +p21155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21155,pv,108.0,216.0,239.93333333334158,263.8666666666686,287.8 +p21155,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21155,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21157,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p21157,biomass,0.0,0.0,0.0,0.0,0.0 +p21157,coal,0.0,0.0,0.0,0.0,0.0 +p21157,gas,0.0,0.0,0.0,0.0,0.0 +p21157,geothermal,0.0,0.0,0.0,0.0,0.0 +p21157,h2,0.0,0.0,0.0,0.0,0.0 +p21157,hydro,0.0,0.0,0.0,0.0,0.0 +p21157,nuclear,0.0,0.0,0.0,0.0,0.0 +p21157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21157,pv,0.0,0.0,0.0,0.0,0.0 +p21157,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21157,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21159,battery,50.0,100.0,100.0,100.0,100.0 +p21159,biomass,0.0,0.0,0.0,0.0,0.0 +p21159,coal,0.0,0.0,0.0,0.0,0.0 +p21159,csp,0.0,0.0,0.0,0.0,0.0 +p21159,gas,0.0,0.0,0.0,0.0,0.0 +p21159,geothermal,0.0,0.0,0.0,0.0,0.0 +p21159,h2,0.0,0.0,0.0,0.0,0.0 +p21159,hydro,0.0,0.0,0.0,0.0,0.0 +p21159,nuclear,0.0,0.0,0.0,0.0,0.0 +p21159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21159,pv,100.0,200.0,223.26666666667006,246.53333333333285,269.8 +p21159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21159,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21161,battery,0.0,0.0,0.0,0.0,0.0 +p21161,biomass,0.0,0.0,0.0,0.0,0.0 +p21161,coal,0.0,0.0,0.0,0.0,0.0 +p21161,csp,0.0,0.0,0.0,0.0,0.0 +p21161,gas,0.0,0.0,0.0,0.0,0.0 +p21161,geothermal,0.0,0.0,0.0,0.0,0.0 +p21161,h2,0.0,0.0,0.0,0.0,0.0 +p21161,hydro,0.0,0.0,0.0,0.0,0.0 +p21161,nuclear,0.0,0.0,0.0,0.0,0.0 +p21161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21161,pv,125.0,250.0,250.0,250.0,250.0 +p21161,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21161,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21163,battery,0.0,0.0,0.0,0.0,0.0 +p21163,biomass,0.0,0.0,0.0,0.0,0.0 +p21163,coal,0.0,0.0,0.0,0.0,0.0 +p21163,csp,0.0,0.0,0.0,0.0,0.0 +p21163,gas,0.0,0.0,0.0,0.0,0.0 +p21163,geothermal,0.0,0.0,0.0,0.0,0.0 +p21163,h2,0.0,0.0,0.0,0.0,0.0 +p21163,hydro,0.0,0.0,0.0,0.0,0.0 +p21163,nuclear,0.0,0.0,0.0,0.0,0.0 +p21163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21163,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p21163,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21167,battery,0.0,0.0,41.666666666656965,83.33333333332848,125.0 +p21167,biomass,0.0,0.0,0.0,0.0,0.0 +p21167,coal,0.0,0.0,0.0,0.0,0.0 +p21167,csp,0.0,0.0,0.0,0.0,0.0 +p21167,gas,330.0,660.0,660.0,660.0,660.0 +p21167,geothermal,0.0,0.0,0.0,0.0,0.0 +p21167,h2,0.0,0.0,0.0,0.0,0.0 +p21167,hydro,3.0,6.0,6.0,6.0,6.0 +p21167,nuclear,0.0,0.0,0.0,0.0,0.0 +p21167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21167,pv,54.5,109.0,116.33333333333212,123.66666666666606,131.0 +p21167,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21167,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21169,battery,0.0,0.0,0.0,0.0,0.0 +p21169,biomass,0.0,0.0,0.0,0.0,0.0 +p21169,coal,0.0,0.0,0.0,0.0,0.0 +p21169,csp,0.0,0.0,0.0,0.0,0.0 +p21169,gas,0.0,0.0,0.0,0.0,0.0 +p21169,geothermal,0.0,0.0,0.0,0.0,0.0 +p21169,h2,0.0,0.0,0.0,0.0,0.0 +p21169,hydro,0.0,0.0,0.0,0.0,0.0 +p21169,nuclear,0.0,0.0,0.0,0.0,0.0 +p21169,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21169,pv,53.0,106.0,106.0,106.0,106.0 +p21169,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21169,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21173,battery,0.0,0.0,0.0,0.0,0.0 +p21173,biomass,0.0,0.0,0.0,0.0,0.0 +p21173,coal,0.0,0.0,0.0,0.0,0.0 +p21173,csp,0.0,0.0,0.0,0.0,0.0 +p21173,gas,0.0,0.0,0.0,0.0,0.0 +p21173,geothermal,0.0,0.0,0.0,0.0,0.0 +p21173,h2,0.0,0.0,0.0,0.0,0.0 +p21173,hydro,0.0,0.0,0.0,0.0,0.0 +p21173,nuclear,0.0,0.0,0.0,0.0,0.0 +p21173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21173,pv,0.0,0.0,21.666666666671517,43.33333333333576,65.0 +p21173,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21173,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21177,battery,0.0,0.0,0.0,0.0,0.0 +p21177,biomass,0.0,0.0,0.0,0.0,0.0 +p21177,coal,0.0,0.0,0.0,0.0,0.0 +p21177,csp,0.0,0.0,0.0,0.0,0.0 +p21177,gas,390.0,780.0,800.0,820.0,840.0 +p21177,geothermal,0.0,0.0,0.0,0.0,0.0 +p21177,h2,0.0,0.0,0.0,0.0,0.0 +p21177,hydro,0.0,0.0,0.0,0.0,0.0 +p21177,nuclear,0.0,0.0,0.0,0.0,0.0 +p21177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21177,pv,0.0,0.0,179.0,358.0,537.0 +p21177,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21177,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21179,csp,0.0,0.0,0.0,0.0,0.0 +p21183,battery,0.0,0.0,0.0,0.0,0.0 +p21183,biomass,0.0,0.0,0.0,0.0,0.0 +p21183,coal,0.0,0.0,0.0,0.0,0.0 +p21183,csp,0.0,0.0,0.0,0.0,0.0 +p21183,gas,0.0,0.0,0.0,0.0,0.0 +p21183,geothermal,0.0,0.0,0.0,0.0,0.0 +p21183,h2,0.0,0.0,0.0,0.0,0.0 +p21183,hydro,0.0,0.0,0.0,0.0,0.0 +p21183,nuclear,0.0,0.0,0.0,0.0,0.0 +p21183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21183,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p21183,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21183,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21193,battery,0.0,0.0,0.0,0.0,0.0 +p21193,biomass,0.0,0.0,0.0,0.0,0.0 +p21193,coal,0.0,0.0,0.0,0.0,0.0 +p21193,csp,0.0,0.0,0.0,0.0,0.0 +p21193,gas,0.0,0.0,0.0,0.0,0.0 +p21193,geothermal,0.0,0.0,0.0,0.0,0.0 +p21193,h2,0.0,0.0,0.0,0.0,0.0 +p21193,hydro,0.0,0.0,0.0,0.0,0.0 +p21193,nuclear,0.0,0.0,0.0,0.0,0.0 +p21193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21193,pv,40.0,80.0,97.5,115.0,132.5 +p21193,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21193,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21195,battery,0.0,0.0,0.0,0.0,0.0 +p21195,biomass,0.0,0.0,0.0,0.0,0.0 +p21195,coal,0.0,0.0,0.0,0.0,0.0 +p21195,csp,0.0,0.0,0.0,0.0,0.0 +p21195,gas,0.0,0.0,0.0,0.0,0.0 +p21195,geothermal,0.0,0.0,0.0,0.0,0.0 +p21195,h2,0.0,0.0,0.0,0.0,0.0 +p21195,hydro,0.0,0.0,0.0,0.0,0.0 +p21195,nuclear,0.0,0.0,0.0,0.0,0.0 +p21195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21195,pv,0.0,0.0,28.459999999999127,56.919999999998254,85.38 +p21195,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21195,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21207,battery,0.0,0.0,0.0,0.0,0.0 +p21207,biomass,0.0,0.0,0.0,0.0,0.0 +p21207,coal,0.0,0.0,0.0,0.0,0.0 +p21207,csp,0.0,0.0,0.0,0.0,0.0 +p21207,gas,0.0,0.0,0.0,0.0,0.0 +p21207,geothermal,0.0,0.0,0.0,0.0,0.0 +p21207,h2,0.0,0.0,0.0,0.0,0.0 +p21207,hydro,0.0,0.0,0.0,0.0,0.0 +p21207,nuclear,0.0,0.0,0.0,0.0,0.0 +p21207,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21207,pv,30.0,60.0,60.0,60.0,60.0 +p21207,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21207,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21209,csp,0.0,0.0,0.0,0.0,0.0 +p21213,battery,0.0,0.0,0.0,0.0,0.0 +p21213,biomass,0.0,0.0,0.0,0.0,0.0 +p21213,coal,0.0,0.0,0.0,0.0,0.0 +p21213,csp,0.0,0.0,0.0,0.0,0.0 +p21213,gas,0.0,0.0,0.0,0.0,0.0 +p21213,geothermal,0.0,0.0,0.0,0.0,0.0 +p21213,h2,0.0,0.0,0.0,0.0,0.0 +p21213,hydro,0.0,0.0,0.0,0.0,0.0 +p21213,nuclear,0.0,0.0,0.0,0.0,0.0 +p21213,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21213,pv,34.5,69.0,69.0,69.0,69.0 +p21213,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21213,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21217,csp,0.0,0.0,0.0,0.0,0.0 +p21219,battery,0.0,0.0,0.0,0.0,0.0 +p21219,biomass,0.0,0.0,0.0,0.0,0.0 +p21219,coal,0.0,0.0,0.0,0.0,0.0 +p21219,gas,0.0,0.0,533.3333333334886,1066.6666666667443,1600.0 +p21219,geothermal,0.0,0.0,0.0,0.0,0.0 +p21219,h2,0.0,0.0,0.0,0.0,0.0 +p21219,hydro,0.0,0.0,0.0,0.0,0.0 +p21219,nuclear,0.0,0.0,0.0,0.0,0.0 +p21219,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21219,pv,0.0,0.0,0.0,0.0,0.0 +p21219,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21219,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21223,battery,0.0,0.0,0.0,0.0,0.0 +p21223,biomass,0.0,0.0,0.0,0.0,0.0 +p21223,coal,0.0,0.0,116.0,232.0,348.0 +p21223,csp,0.0,0.0,0.0,0.0,0.0 +p21223,gas,392.5,785.0,1063.6666666667443,1342.3333333333721,1621.0 +p21223,geothermal,0.0,0.0,0.0,0.0,0.0 +p21223,h2,0.0,0.0,0.0,0.0,0.0 +p21223,hydro,0.0,0.0,0.0,0.0,0.0 +p21223,nuclear,0.0,0.0,0.0,0.0,0.0 +p21223,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21223,pv,0.0,0.0,0.0,0.0,0.0 +p21223,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21223,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21229,battery,0.0,0.0,0.0,0.0,0.0 +p21229,biomass,0.0,0.0,0.0,0.0,0.0 +p21229,coal,0.0,0.0,0.0,0.0,0.0 +p21229,csp,0.0,0.0,0.0,0.0,0.0 +p21229,gas,0.0,0.0,0.0,0.0,0.0 +p21229,geothermal,0.0,0.0,0.0,0.0,0.0 +p21229,h2,0.0,0.0,0.0,0.0,0.0 +p21229,hydro,0.0,0.0,0.0,0.0,0.0 +p21229,nuclear,0.0,0.0,0.0,0.0,0.0 +p21229,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21229,pv,0.0,0.0,27.666666666671517,55.33333333333576,83.0 +p21229,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21229,wind-ons,0.0,0.0,0.0,0.0,0.0 +p21231,csp,0.0,0.0,0.0,0.0,0.0 +p21233,battery,0.0,0.0,0.0,0.0,0.0 +p21233,biomass,0.0,0.0,0.0,0.0,0.0 +p21233,coal,0.0,0.0,0.0,0.0,0.0 +p21233,csp,0.0,0.0,0.0,0.0,0.0 +p21233,gas,0.0,0.0,0.0,0.0,0.0 +p21233,geothermal,0.0,0.0,0.0,0.0,0.0 +p21233,h2,0.0,0.0,0.0,0.0,0.0 +p21233,hydro,0.0,0.0,0.0,0.0,0.0 +p21233,nuclear,0.0,0.0,0.0,0.0,0.0 +p21233,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p21233,pv,75.0,150.0,203.33333333334303,256.6666666666715,310.0 +p21233,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p21233,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22001,battery,0.0,0.0,0.0,0.0,0.0 +p22001,biomass,0.0,0.0,0.0,0.0,0.0 +p22001,coal,0.0,0.0,0.0,0.0,0.0 +p22001,csp,0.0,0.0,0.0,0.0,0.0 +p22001,gas,0.0,0.0,0.0,0.0,0.0 +p22001,geothermal,0.0,0.0,0.0,0.0,0.0 +p22001,h2,0.0,0.0,0.0,0.0,0.0 +p22001,hydro,0.0,0.0,0.0,0.0,0.0 +p22001,nuclear,0.0,0.0,0.0,0.0,0.0 +p22001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22001,pv,112.5,225.0,379.66666666662786,534.3333333333139,689.0 +p22001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22003,csp,0.0,0.0,0.0,0.0,0.0 +p22005,csp,0.0,0.0,0.0,0.0,0.0 +p22007,csp,0.0,0.0,0.0,0.0,0.0 +p22009,battery,0.0,0.0,0.0,0.0,0.0 +p22009,biomass,0.0,0.0,0.0,0.0,0.0 +p22009,coal,0.0,0.0,0.0,0.0,0.0 +p22009,csp,0.0,0.0,0.0,0.0,0.0 +p22009,gas,0.0,0.0,0.0,0.0,0.0 +p22009,geothermal,0.0,0.0,0.0,0.0,0.0 +p22009,h2,0.0,0.0,0.0,0.0,0.0 +p22009,hydro,0.0,0.0,0.0,0.0,0.0 +p22009,nuclear,0.0,0.0,0.0,0.0,0.0 +p22009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22009,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p22009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22011,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p22011,biomass,0.0,0.0,0.0,0.0,0.0 +p22011,coal,0.0,0.0,0.0,0.0,0.0 +p22011,csp,0.0,0.0,0.0,0.0,0.0 +p22011,gas,0.0,0.0,0.0,0.0,0.0 +p22011,geothermal,0.0,0.0,0.0,0.0,0.0 +p22011,h2,0.0,0.0,0.0,0.0,0.0 +p22011,hydro,0.0,0.0,0.0,0.0,0.0 +p22011,nuclear,0.0,0.0,0.0,0.0,0.0 +p22011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22011,pv,0.0,0.0,392.0,784.0,1176.0 +p22011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22013,csp,0.0,0.0,0.0,0.0,0.0 +p22015,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p22015,biomass,0.0,0.0,0.0,0.0,0.0 +p22015,coal,0.0,0.0,0.0,0.0,0.0 +p22015,csp,0.0,0.0,0.0,0.0,0.0 +p22015,gas,0.0,0.0,450.0,900.0,1350.0 +p22015,geothermal,0.0,0.0,0.0,0.0,0.0 +p22015,h2,0.0,0.0,0.0,0.0,0.0 +p22015,hydro,0.0,0.0,0.0,0.0,0.0 +p22015,nuclear,0.0,0.0,0.0,0.0,0.0 +p22015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22015,pv,0.0,0.0,50.0,100.0,150.0 +p22015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22017,battery,0.0,0.0,0.0,0.0,0.0 +p22017,biomass,0.0,0.0,0.0,0.0,0.0 +p22017,coal,0.0,0.0,0.0,0.0,0.0 +p22017,csp,0.0,0.0,0.0,0.0,0.0 +p22017,gas,0.0,0.0,0.0,0.0,0.0 +p22017,geothermal,0.0,0.0,0.0,0.0,0.0 +p22017,h2,0.0,0.0,0.0,0.0,0.0 +p22017,hydro,0.0,0.0,0.0,0.0,0.0 +p22017,nuclear,0.0,0.0,0.0,0.0,0.0 +p22017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22017,pv,255.5,511.0,541.3333333333285,571.6666666666642,602.0 +p22017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22019,battery,0.0,0.0,50.0,100.0,150.0 +p22019,biomass,0.0,0.0,0.0,0.0,0.0 +p22019,coal,0.0,0.0,0.0,0.0,0.0 +p22019,csp,0.0,0.0,0.0,0.0,0.0 +p22019,gas,0.0,0.0,256.66666666662786,513.3333333333139,770.0 +p22019,geothermal,0.0,0.0,0.0,0.0,0.0 +p22019,h2,0.0,0.0,0.0,0.0,0.0 +p22019,hydro,0.0,0.0,0.0,0.0,0.0 +p22019,nuclear,0.0,0.0,0.0,0.0,0.0 +p22019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22019,pv,162.5,325.0,425.0,525.0,625.0 +p22019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22029,battery,0.0,0.0,0.0,0.0,0.0 +p22029,biomass,0.0,0.0,0.0,0.0,0.0 +p22029,coal,0.0,0.0,0.0,0.0,0.0 +p22029,csp,0.0,0.0,0.0,0.0,0.0 +p22029,gas,0.0,0.0,0.0,0.0,0.0 +p22029,geothermal,0.0,0.0,0.0,0.0,0.0 +p22029,h2,0.0,0.0,0.0,0.0,0.0 +p22029,hydro,0.0,0.0,0.0,0.0,0.0 +p22029,nuclear,0.0,0.0,0.0,0.0,0.0 +p22029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22029,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p22029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22031,battery,0.0,0.0,0.0,0.0,0.0 +p22031,biomass,0.0,0.0,0.0,0.0,0.0 +p22031,coal,0.0,0.0,0.0,0.0,0.0 +p22031,csp,0.0,0.0,0.0,0.0,0.0 +p22031,gas,0.0,0.0,252.0,504.0,756.0 +p22031,geothermal,0.0,0.0,0.0,0.0,0.0 +p22031,h2,0.0,0.0,0.0,0.0,0.0 +p22031,hydro,0.0,0.0,0.0,0.0,0.0 +p22031,nuclear,0.0,0.0,0.0,0.0,0.0 +p22031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22031,pv,0.0,0.0,143.0,286.0,429.0 +p22031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22033,battery,0.0,0.0,12.933333333330665,25.86666666666497,38.8 +p22033,biomass,0.0,0.0,0.0,0.0,0.0 +p22033,coal,0.0,0.0,0.0,0.0,0.0 +p22033,csp,0.0,0.0,0.0,0.0,0.0 +p22033,gas,0.0,0.0,0.0,0.0,0.0 +p22033,geothermal,0.0,0.0,0.0,0.0,0.0 +p22033,h2,0.0,0.0,0.0,0.0,0.0 +p22033,hydro,0.0,0.0,0.0,0.0,0.0 +p22033,nuclear,0.0,0.0,0.0,0.0,0.0 +p22033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22033,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p22033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22035,battery,0.0,0.0,0.0,0.0,0.0 +p22035,biomass,0.0,0.0,0.0,0.0,0.0 +p22035,coal,0.0,0.0,0.0,0.0,0.0 +p22035,csp,0.0,0.0,0.0,0.0,0.0 +p22035,gas,0.0,0.0,0.0,0.0,0.0 +p22035,geothermal,0.0,0.0,0.0,0.0,0.0 +p22035,h2,0.0,0.0,0.0,0.0,0.0 +p22035,hydro,0.0,0.0,0.0,0.0,0.0 +p22035,nuclear,0.0,0.0,0.0,0.0,0.0 +p22035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22035,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p22035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22037,battery,0.0,0.0,0.0,0.0,0.0 +p22037,biomass,0.0,0.0,0.0,0.0,0.0 +p22037,coal,0.0,0.0,0.0,0.0,0.0 +p22037,csp,0.0,0.0,0.0,0.0,0.0 +p22037,gas,0.0,0.0,0.0,0.0,0.0 +p22037,geothermal,0.0,0.0,0.0,0.0,0.0 +p22037,h2,0.0,0.0,0.0,0.0,0.0 +p22037,hydro,0.0,0.0,0.0,0.0,0.0 +p22037,nuclear,0.0,0.0,0.0,0.0,0.0 +p22037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22037,pv,0.0,0.0,159.0,318.0,477.0 +p22037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22039,battery,0.0,0.0,0.0,0.0,0.0 +p22039,biomass,0.0,0.0,0.0,0.0,0.0 +p22039,coal,0.0,0.0,0.0,0.0,0.0 +p22039,csp,0.0,0.0,0.0,0.0,0.0 +p22039,gas,0.0,0.0,0.0,0.0,0.0 +p22039,geothermal,0.0,0.0,0.0,0.0,0.0 +p22039,h2,0.0,0.0,0.0,0.0,0.0 +p22039,hydro,0.0,0.0,0.0,0.0,0.0 +p22039,nuclear,0.0,0.0,0.0,0.0,0.0 +p22039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22039,pv,0.0,0.0,150.0,300.0,450.0 +p22039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22041,battery,0.0,0.0,0.0,0.0,0.0 +p22041,biomass,0.0,0.0,0.0,0.0,0.0 +p22041,coal,0.0,0.0,0.0,0.0,0.0 +p22041,csp,0.0,0.0,0.0,0.0,0.0 +p22041,gas,0.0,0.0,0.0,0.0,0.0 +p22041,geothermal,0.0,0.0,0.0,0.0,0.0 +p22041,h2,0.0,0.0,0.0,0.0,0.0 +p22041,hydro,0.0,0.0,0.0,0.0,0.0 +p22041,nuclear,0.0,0.0,0.0,0.0,0.0 +p22041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22041,pv,0.0,0.0,118.33333333331393,236.66666666665697,355.0 +p22041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22043,csp,0.0,0.0,0.0,0.0,0.0 +p22045,battery,0.0,0.0,40.0,80.0,120.0 +p22045,biomass,0.0,0.0,0.0,0.0,0.0 +p22045,coal,0.0,0.0,0.0,0.0,0.0 +p22045,gas,0.0,0.0,0.0,0.0,0.0 +p22045,geothermal,0.0,0.0,0.0,0.0,0.0 +p22045,h2,0.0,0.0,0.0,0.0,0.0 +p22045,hydro,0.0,0.0,0.0,0.0,0.0 +p22045,nuclear,0.0,0.0,0.0,0.0,0.0 +p22045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22045,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p22045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22047,battery,0.0,0.0,0.0,0.0,0.0 +p22047,biomass,0.0,0.0,0.0,0.0,0.0 +p22047,coal,0.0,0.0,0.0,0.0,0.0 +p22047,csp,0.0,0.0,0.0,0.0,0.0 +p22047,gas,362.6,725.2,1908.1100000003353,3091.0200000004843,4273.93 +p22047,geothermal,0.0,0.0,0.0,0.0,0.0 +p22047,h2,0.0,0.0,0.0,0.0,0.0 +p22047,hydro,0.0,0.0,0.0,0.0,0.0 +p22047,nuclear,0.0,0.0,0.0,0.0,0.0 +p22047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22047,pv,87.5,175.0,241.66666666668607,308.33333333334303,375.0 +p22047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22051,csp,0.0,0.0,0.0,0.0,0.0 +p22053,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p22053,biomass,0.0,0.0,0.0,0.0,0.0 +p22053,coal,0.0,0.0,0.0,0.0,0.0 +p22053,csp,0.0,0.0,0.0,0.0,0.0 +p22053,gas,0.0,0.0,0.0,0.0,0.0 +p22053,geothermal,0.0,0.0,0.0,0.0,0.0 +p22053,h2,0.0,0.0,0.0,0.0,0.0 +p22053,hydro,0.0,0.0,0.0,0.0,0.0 +p22053,nuclear,0.0,0.0,0.0,0.0,0.0 +p22053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22053,pv,0.0,0.0,380.0,760.0,1140.0 +p22053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22055,battery,0.0,0.0,100.0,200.0,300.0 +p22055,biomass,0.0,0.0,0.0,0.0,0.0 +p22055,coal,0.0,0.0,0.0,0.0,0.0 +p22055,csp,0.0,0.0,0.0,0.0,0.0 +p22055,gas,0.0,0.0,220.90333333337912,441.80666666670004,662.71 +p22055,geothermal,0.0,0.0,0.0,0.0,0.0 +p22055,h2,0.0,0.0,0.0,0.0,0.0 +p22055,hydro,0.0,0.0,0.0,0.0,0.0 +p22055,nuclear,0.0,0.0,0.0,0.0,0.0 +p22055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22055,pv,40.0,80.0,80.0,80.0,80.0 +p22055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22057,battery,0.0,0.0,0.0,0.0,0.0 +p22057,biomass,0.0,0.0,0.0,0.0,0.0 +p22057,coal,0.0,0.0,0.0,0.0,0.0 +p22057,csp,0.0,0.0,0.0,0.0,0.0 +p22057,gas,57.55,115.1,115.1,115.1,115.1 +p22057,geothermal,0.0,0.0,0.0,0.0,0.0 +p22057,h2,0.0,0.0,0.0,0.0,0.0 +p22057,hydro,0.0,0.0,0.0,0.0,0.0 +p22057,nuclear,0.0,0.0,0.0,0.0,0.0 +p22057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22057,pv,0.0,0.0,0.0,0.0,0.0 +p22057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22061,csp,0.0,0.0,0.0,0.0,0.0 +p22063,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p22063,biomass,0.0,0.0,0.0,0.0,0.0 +p22063,coal,0.0,0.0,0.0,0.0,0.0 +p22063,csp,0.0,0.0,0.0,0.0,0.0 +p22063,gas,0.0,0.0,500.0,1000.0,1500.0 +p22063,geothermal,0.0,0.0,0.0,0.0,0.0 +p22063,h2,0.0,0.0,0.0,0.0,0.0 +p22063,hydro,0.0,0.0,0.0,0.0,0.0 +p22063,nuclear,0.0,0.0,0.0,0.0,0.0 +p22063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22063,pv,0.0,0.0,169.20000000001164,338.4000000000233,507.6 +p22063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22067,battery,0.0,0.0,0.0,0.0,0.0 +p22067,biomass,0.0,0.0,0.0,0.0,0.0 +p22067,coal,0.0,0.0,0.0,0.0,0.0 +p22067,csp,0.0,0.0,0.0,0.0,0.0 +p22067,gas,0.0,0.0,0.0,0.0,0.0 +p22067,geothermal,0.0,0.0,0.0,0.0,0.0 +p22067,h2,0.0,0.0,0.0,0.0,0.0 +p22067,hydro,0.0,0.0,0.0,0.0,0.0 +p22067,nuclear,0.0,0.0,0.0,0.0,0.0 +p22067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22067,pv,45.0,90.0,516.6666666667443,943.3333333333721,1370.0 +p22067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22067,wind-ons,0.0,0.0,60.0,120.0,180.0 +p22071,battery,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p22071,biomass,0.0,0.0,0.0,0.0,0.0 +p22071,coal,0.0,0.0,0.0,0.0,0.0 +p22071,csp,0.0,0.0,0.0,0.0,0.0 +p22071,gas,0.0,0.0,0.0,0.0,0.0 +p22071,geothermal,0.0,0.0,0.0,0.0,0.0 +p22071,h2,0.0,0.0,0.0,0.0,0.0 +p22071,hydro,0.0,0.0,0.0,0.0,0.0 +p22071,nuclear,0.0,0.0,0.0,0.0,0.0 +p22071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22071,pv,0.0,0.0,0.0,0.0,0.0 +p22071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22073,battery,12.5,25.0,58.333333333343035,91.66666666667152,125.0 +p22073,biomass,0.0,0.0,0.0,0.0,0.0 +p22073,coal,0.0,0.0,0.0,0.0,0.0 +p22073,csp,0.0,0.0,0.0,0.0,0.0 +p22073,gas,0.0,0.0,0.0,0.0,0.0 +p22073,geothermal,0.0,0.0,0.0,0.0,0.0 +p22073,h2,0.0,0.0,0.0,0.0,0.0 +p22073,hydro,0.0,0.0,0.0,0.0,0.0 +p22073,nuclear,0.0,0.0,0.0,0.0,0.0 +p22073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22073,pv,0.0,0.0,543.0,1086.0,1629.0 +p22073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22077,battery,0.0,0.0,0.0,0.0,0.0 +p22077,biomass,0.0,0.0,0.0,0.0,0.0 +p22077,coal,0.0,0.0,0.0,0.0,0.0 +p22077,csp,0.0,0.0,0.0,0.0,0.0 +p22077,gas,0.0,0.0,125.66666666668607,251.33333333334303,377.0 +p22077,geothermal,0.0,0.0,0.0,0.0,0.0 +p22077,h2,0.0,0.0,0.0,0.0,0.0 +p22077,hydro,0.0,0.0,0.0,0.0,0.0 +p22077,nuclear,0.0,0.0,0.0,0.0,0.0 +p22077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22077,pv,75.0,150.0,150.0,150.0,150.0 +p22077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22079,battery,0.0,0.0,0.0,0.0,0.0 +p22079,biomass,0.0,0.0,0.0,0.0,0.0 +p22079,coal,0.0,0.0,0.0,0.0,0.0 +p22079,csp,0.0,0.0,0.0,0.0,0.0 +p22079,gas,0.0,0.0,258.33333333331393,516.6666666666279,775.0 +p22079,geothermal,0.0,0.0,0.0,0.0,0.0 +p22079,h2,0.0,0.0,0.0,0.0,0.0 +p22079,hydro,0.0,0.0,0.0,0.0,0.0 +p22079,nuclear,0.0,0.0,0.0,0.0,0.0 +p22079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22079,pv,0.0,0.0,285.0,570.0,855.0 +p22079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22081,battery,0.0,0.0,0.0,0.0,0.0 +p22081,biomass,0.0,0.0,0.0,0.0,0.0 +p22081,coal,0.0,0.0,0.0,0.0,0.0 +p22081,csp,0.0,0.0,0.0,0.0,0.0 +p22081,gas,0.0,0.0,0.0,0.0,0.0 +p22081,geothermal,0.0,0.0,0.0,0.0,0.0 +p22081,h2,0.0,0.0,0.0,0.0,0.0 +p22081,hydro,0.0,0.0,0.0,0.0,0.0 +p22081,nuclear,0.0,0.0,0.0,0.0,0.0 +p22081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22081,pv,0.0,0.0,93.33333333331393,186.66666666665697,280.0 +p22081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22083,battery,0.0,0.0,0.0,0.0,0.0 +p22083,biomass,0.0,0.0,0.0,0.0,0.0 +p22083,coal,0.0,0.0,0.0,0.0,0.0 +p22083,csp,0.0,0.0,0.0,0.0,0.0 +p22083,gas,0.0,0.0,1640.0,3280.0,4920.0 +p22083,geothermal,0.0,0.0,0.0,0.0,0.0 +p22083,h2,0.0,0.0,0.0,0.0,0.0 +p22083,hydro,0.0,0.0,0.0,0.0,0.0 +p22083,nuclear,0.0,0.0,0.0,0.0,0.0 +p22083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22083,pv,0.0,0.0,250.0,500.0,750.0 +p22083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22085,battery,0.0,0.0,0.0,0.0,0.0 +p22085,biomass,0.0,0.0,0.0,0.0,0.0 +p22085,coal,0.0,0.0,0.0,0.0,0.0 +p22085,csp,0.0,0.0,0.0,0.0,0.0 +p22085,gas,0.0,0.0,0.0,0.0,0.0 +p22085,geothermal,0.0,0.0,0.0,0.0,0.0 +p22085,h2,0.0,0.0,0.0,0.0,0.0 +p22085,hydro,0.0,0.0,0.0,0.0,0.0 +p22085,nuclear,0.0,0.0,0.0,0.0,0.0 +p22085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22085,pv,0.0,0.0,330.6666666667443,661.3333333333721,992.0 +p22085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22089,battery,0.0,0.0,0.0,0.0,0.0 +p22089,biomass,0.0,0.0,0.0,0.0,0.0 +p22089,coal,0.0,0.0,0.0,0.0,0.0 +p22089,gas,0.0,0.0,159.33333333337214,318.66666666668607,478.0 +p22089,geothermal,0.0,0.0,0.0,0.0,0.0 +p22089,h2,0.0,0.0,0.0,0.0,0.0 +p22089,hydro,0.0,0.0,0.0,0.0,0.0 +p22089,nuclear,0.0,0.0,51.033333333340124,102.0666666666657,153.1 +p22089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22089,pv,0.0,0.0,0.0,0.0,0.0 +p22089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22091,battery,0.0,0.0,0.0,0.0,0.0 +p22091,biomass,0.0,0.0,0.0,0.0,0.0 +p22091,coal,0.0,0.0,0.0,0.0,0.0 +p22091,csp,0.0,0.0,0.0,0.0,0.0 +p22091,gas,0.0,0.0,0.0,0.0,0.0 +p22091,geothermal,0.0,0.0,0.0,0.0,0.0 +p22091,h2,0.0,0.0,0.0,0.0,0.0 +p22091,hydro,0.0,0.0,0.0,0.0,0.0 +p22091,nuclear,0.0,0.0,0.0,0.0,0.0 +p22091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22091,pv,0.0,0.0,266.6666666667443,533.3333333333721,800.0 +p22091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22093,battery,0.0,0.0,0.0,0.0,0.0 +p22093,biomass,0.0,0.0,0.0,0.0,0.0 +p22093,coal,0.0,0.0,0.0,0.0,0.0 +p22093,csp,0.0,0.0,0.0,0.0,0.0 +p22093,gas,0.0,0.0,0.0,0.0,0.0 +p22093,geothermal,0.0,0.0,0.0,0.0,0.0 +p22093,h2,0.0,0.0,0.0,0.0,0.0 +p22093,hydro,0.0,0.0,0.0,0.0,0.0 +p22093,nuclear,0.0,0.0,0.0,0.0,0.0 +p22093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22093,pv,167.5,335.0,425.0,515.0,605.0 +p22093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22095,battery,0.0,0.0,0.0,0.0,0.0 +p22095,biomass,0.0,0.0,0.0,0.0,0.0 +p22095,coal,0.0,0.0,0.0,0.0,0.0 +p22095,csp,0.0,0.0,0.0,0.0,0.0 +p22095,gas,0.0,0.0,0.0,0.0,0.0 +p22095,geothermal,0.0,0.0,0.0,0.0,0.0 +p22095,h2,0.0,0.0,0.0,0.0,0.0 +p22095,hydro,0.0,0.0,0.0,0.0,0.0 +p22095,nuclear,0.0,0.0,0.0,0.0,0.0 +p22095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22095,pv,0.0,0.0,50.0,100.0,150.0 +p22095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22097,battery,0.0,0.0,200.0,400.0,600.0 +p22097,biomass,0.0,0.0,0.0,0.0,0.0 +p22097,coal,0.0,0.0,0.0,0.0,0.0 +p22097,csp,0.0,0.0,0.0,0.0,0.0 +p22097,gas,0.0,0.0,0.0,0.0,0.0 +p22097,geothermal,0.0,0.0,0.0,0.0,0.0 +p22097,h2,0.0,0.0,0.0,0.0,0.0 +p22097,hydro,0.0,0.0,0.0,0.0,0.0 +p22097,nuclear,0.0,0.0,0.0,0.0,0.0 +p22097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22097,pv,0.0,0.0,104.0,208.0,312.0 +p22097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22097,wind-ons,0.0,0.0,118.5,237.0,355.5 +p22099,csp,0.0,0.0,0.0,0.0,0.0 +p22101,battery,0.0,0.0,0.0,0.0,0.0 +p22101,biomass,0.0,0.0,0.0,0.0,0.0 +p22101,coal,0.0,0.0,0.0,0.0,0.0 +p22101,csp,0.0,0.0,0.0,0.0,0.0 +p22101,gas,0.0,0.0,0.0,0.0,0.0 +p22101,geothermal,0.0,0.0,0.0,0.0,0.0 +p22101,h2,0.0,0.0,0.0,0.0,0.0 +p22101,hydro,0.0,0.0,0.0,0.0,0.0 +p22101,nuclear,0.0,0.0,0.0,0.0,0.0 +p22101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22101,pv,0.0,0.0,31.666666666671517,63.33333333333576,95.0 +p22101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22103,battery,0.0,0.0,0.0,0.0,0.0 +p22103,biomass,0.0,0.0,0.0,0.0,0.0 +p22103,coal,0.0,0.0,0.0,0.0,0.0 +p22103,csp,0.0,0.0,0.0,0.0,0.0 +p22103,gas,0.0,0.0,0.0,0.0,0.0 +p22103,geothermal,0.0,0.0,0.0,0.0,0.0 +p22103,h2,0.0,0.0,0.0,0.0,0.0 +p22103,hydro,0.0,0.0,0.0,0.0,0.0 +p22103,nuclear,0.0,0.0,0.0,0.0,0.0 +p22103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22103,pv,0.0,0.0,150.0,300.0,450.0 +p22103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22105,battery,0.0,0.0,75.96666666664532,151.93333333331975,227.9 +p22105,biomass,0.0,0.0,0.0,0.0,0.0 +p22105,coal,0.0,0.0,0.0,0.0,0.0 +p22105,csp,0.0,0.0,0.0,0.0,0.0 +p22105,gas,0.0,0.0,0.0,0.0,0.0 +p22105,geothermal,0.0,0.0,0.0,0.0,0.0 +p22105,h2,0.0,0.0,0.0,0.0,0.0 +p22105,hydro,0.0,0.0,0.0,0.0,0.0 +p22105,nuclear,0.0,0.0,0.0,0.0,0.0 +p22105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22105,pv,0.0,0.0,173.33333333337214,346.66666666668607,520.0 +p22105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22111,csp,0.0,0.0,0.0,0.0,0.0 +p22113,csp,0.0,0.0,0.0,0.0,0.0 +p22117,battery,0.0,0.0,0.0,0.0,0.0 +p22117,biomass,0.0,0.0,0.0,0.0,0.0 +p22117,coal,0.0,0.0,0.0,0.0,0.0 +p22117,csp,0.0,0.0,0.0,0.0,0.0 +p22117,gas,0.0,0.0,0.0,0.0,0.0 +p22117,geothermal,0.0,0.0,0.0,0.0,0.0 +p22117,h2,0.0,0.0,0.0,0.0,0.0 +p22117,hydro,0.0,0.0,0.0,0.0,0.0 +p22117,nuclear,0.0,0.0,0.0,0.0,0.0 +p22117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22117,pv,150.0,300.0,383.33333333331393,466.66666666665697,550.0 +p22117,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22117,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22119,csp,0.0,0.0,0.0,0.0,0.0 +p22121,battery,0.0,0.0,0.0,0.0,0.0 +p22121,biomass,0.0,0.0,0.0,0.0,0.0 +p22121,coal,0.0,0.0,0.0,0.0,0.0 +p22121,csp,0.0,0.0,0.0,0.0,0.0 +p22121,gas,0.0,0.0,0.0,0.0,0.0 +p22121,geothermal,0.0,0.0,0.0,0.0,0.0 +p22121,h2,0.0,0.0,0.0,0.0,0.0 +p22121,hydro,0.0,0.0,0.0,0.0,0.0 +p22121,nuclear,0.0,0.0,0.0,0.0,0.0 +p22121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22121,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p22121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22123,battery,0.0,0.0,0.0,0.0,0.0 +p22123,biomass,0.0,0.0,0.0,0.0,0.0 +p22123,coal,0.0,0.0,0.0,0.0,0.0 +p22123,csp,0.0,0.0,0.0,0.0,0.0 +p22123,gas,0.0,0.0,0.0,0.0,0.0 +p22123,geothermal,0.0,0.0,0.0,0.0,0.0 +p22123,h2,0.0,0.0,0.0,0.0,0.0 +p22123,hydro,0.0,0.0,0.0,0.0,0.0 +p22123,nuclear,0.0,0.0,0.0,0.0,0.0 +p22123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p22123,pv,0.0,0.0,50.0,100.0,150.0 +p22123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p22123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p22127,csp,0.0,0.0,0.0,0.0,0.0 +p23001,battery,0.0,0.0,0.0,0.0,0.0 +p23001,biomass,0.0,0.0,0.0,0.0,0.0 +p23001,coal,0.0,0.0,0.0,0.0,0.0 +p23001,csp,0.0,0.0,0.0,0.0,0.0 +p23001,gas,0.0,0.0,0.0,0.0,0.0 +p23001,geothermal,0.0,0.0,0.0,0.0,0.0 +p23001,h2,0.0,0.0,0.0,0.0,0.0 +p23001,hydro,0.0,0.0,0.0,0.0,0.0 +p23001,nuclear,0.0,0.0,0.0,0.0,0.0 +p23001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p23001,pv,109.19499778747524,218.3899955749505,218.3899955749505,218.3899955749505,218.3899955749505 +p23001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p23001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p23003,csp,0.0,0.0,0.0,0.0,0.0 +p23005,battery,0.0,0.0,0.0,0.0,0.0 +p23005,biomass,0.0,0.0,0.0,0.0,0.0 +p23005,coal,0.0,0.0,0.0,0.0,0.0 +p23005,csp,0.0,0.0,0.0,0.0,0.0 +p23005,gas,0.0,0.0,0.0,0.0,0.0 +p23005,geothermal,0.0,0.0,0.0,0.0,0.0 +p23005,h2,0.0,0.0,0.0,0.0,0.0 +p23005,hydro,0.0,0.0,0.0,0.0,0.0 +p23005,nuclear,0.0,0.0,0.0,0.0,0.0 +p23005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p23005,pv,8.55000019073485,17.1000003814697,17.1000003814697,17.1000003814697,17.1000003814697 +p23005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p23005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p23007,csp,0.0,0.0,0.0,0.0,0.0 +p23009,battery,0.0,0.0,0.0,0.0,0.0 +p23009,biomass,0.0,0.0,0.0,0.0,0.0 +p23009,coal,0.0,0.0,0.0,0.0,0.0 +p23009,csp,0.0,0.0,0.0,0.0,0.0 +p23009,gas,0.0,0.0,0.0,0.0,0.0 +p23009,geothermal,0.0,0.0,0.0,0.0,0.0 +p23009,h2,0.0,0.0,0.0,0.0,0.0 +p23009,hydro,0.0,0.0,0.0,0.0,0.0 +p23009,nuclear,0.0,0.0,0.0,0.0,0.0 +p23009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p23009,pv,50.0,100.0,100.0,100.0,100.0 +p23009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p23009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p23011,battery,0.0,0.0,0.0,0.0,0.0 +p23011,biomass,0.0,0.0,0.0,0.0,0.0 +p23011,coal,0.0,0.0,0.0,0.0,0.0 +p23011,csp,0.0,0.0,0.0,0.0,0.0 +p23011,gas,0.0,0.0,0.0,0.0,0.0 +p23011,geothermal,0.0,0.0,0.0,0.0,0.0 +p23011,h2,0.0,0.0,0.0,0.0,0.0 +p23011,hydro,0.0,0.0,0.0,0.0,0.0 +p23011,nuclear,0.0,0.0,0.0,0.0,0.0 +p23011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p23011,pv,3.49950003623962,6.99900007247924,6.99900007247924,6.99900007247924,6.99900007247924 +p23011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p23011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p23013,battery,0.0,0.0,0.0,0.0,0.0 +p23013,biomass,0.0,0.0,0.0,0.0,0.0 +p23013,coal,0.0,0.0,0.0,0.0,0.0 +p23013,csp,0.0,0.0,0.0,0.0,0.0 +p23013,gas,0.0,0.0,0.0,0.0,0.0 +p23013,geothermal,0.0,0.0,0.0,0.0,0.0 +p23013,h2,0.0,0.0,0.0,0.0,0.0 +p23013,hydro,0.0,0.0,0.0,0.0,0.0 +p23013,nuclear,0.0,0.0,0.0,0.0,0.0 +p23013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p23013,pv,134.0,268.0,268.0,268.0,268.0 +p23013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p23013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p23015,csp,0.0,0.0,0.0,0.0,0.0 +p23017,battery,0.0,0.0,0.0,0.0,0.0 +p23017,biomass,0.0,0.0,0.0,0.0,0.0 +p23017,coal,0.0,0.0,0.0,0.0,0.0 +p23017,csp,0.0,0.0,0.0,0.0,0.0 +p23017,gas,0.0,0.0,0.0,0.0,0.0 +p23017,geothermal,0.0,0.0,0.0,0.0,0.0 +p23017,h2,0.0,0.0,0.0,0.0,0.0 +p23017,hydro,0.0,0.0,0.0,0.0,0.0 +p23017,nuclear,0.0,0.0,0.0,0.0,0.0 +p23017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p23017,pv,0.999499976634975,1.99899995326995,1.99899995326995,1.99899995326995,1.99899995326995 +p23017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p23017,wind-ons,9.14999961853025,18.2999992370605,18.2999992370605,18.2999992370605,18.2999992370605 +p23019,csp,0.0,0.0,0.0,0.0,0.0 +p23021,csp,0.0,0.0,0.0,0.0,0.0 +p23023,csp,0.0,0.0,0.0,0.0,0.0 +p23025,battery,0.0,0.0,0.0,0.0,0.0 +p23025,biomass,0.0,0.0,0.0,0.0,0.0 +p23025,coal,0.0,0.0,0.0,0.0,0.0 +p23025,csp,0.0,0.0,0.0,0.0,0.0 +p23025,gas,0.0,0.0,0.0,0.0,0.0 +p23025,geothermal,0.0,0.0,0.0,0.0,0.0 +p23025,h2,0.0,0.0,0.0,0.0,0.0 +p23025,hydro,0.0,0.0,0.0,0.0,0.0 +p23025,nuclear,0.0,0.0,0.0,0.0,0.0 +p23025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p23025,pv,91.34999847412071,182.69999694824142,182.69999694824142,182.69999694824142,182.69999694824142 +p23025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p23025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p23027,csp,0.0,0.0,0.0,0.0,0.0 +p23029,csp,0.0,0.0,0.0,0.0,0.0 +p23031,battery,0.0,0.0,0.0,0.0,0.0 +p23031,biomass,0.0,0.0,0.0,0.0,0.0 +p23031,coal,0.0,0.0,0.0,0.0,0.0 +p23031,csp,0.0,0.0,0.0,0.0,0.0 +p23031,gas,0.0,0.0,0.0,0.0,0.0 +p23031,geothermal,0.0,0.0,0.0,0.0,0.0 +p23031,h2,0.0,0.0,0.0,0.0,0.0 +p23031,hydro,0.0,0.0,0.0,0.0,0.0 +p23031,nuclear,0.0,0.0,0.0,0.0,0.0 +p23031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p23031,pv,18.212499618530252,36.424999237060504,96.42499923706055,156.42499923706055,216.4249992370605 +p23031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p23031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24001,battery,0.0,0.0,0.0,0.0,0.0 +p24001,biomass,0.0,0.0,0.0,0.0,0.0 +p24001,coal,0.0,0.0,0.0,0.0,0.0 +p24001,csp,0.0,0.0,0.0,0.0,0.0 +p24001,gas,0.0,0.0,0.0,0.0,0.0 +p24001,geothermal,0.0,0.0,0.0,0.0,0.0 +p24001,h2,0.0,0.0,0.0,0.0,0.0 +p24001,hydro,0.0,0.0,0.0,0.0,0.0 +p24001,nuclear,0.0,0.0,0.0,0.0,0.0 +p24001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24001,pv,0.0,0.0,0.6600000000000819,1.3199999999999363,1.98 +p24001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24001,wind-ons,40.0,80.0,80.0,80.0,80.0 +p24003,battery,0.0,0.0,0.0,0.0,0.0 +p24003,biomass,0.0,0.0,0.0,0.0,0.0 +p24003,coal,0.0,0.0,0.0,0.0,0.0 +p24003,csp,0.0,0.0,0.0,0.0,0.0 +p24003,gas,0.0,0.0,0.0,0.0,0.0 +p24003,geothermal,0.0,0.0,0.0,0.0,0.0 +p24003,h2,0.0,0.0,0.0,0.0,0.0 +p24003,hydro,0.0,0.0,0.0,0.0,0.0 +p24003,nuclear,0.0,0.0,0.0,0.0,0.0 +p24003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24003,pv,10.0,20.0,38.33333333332848,56.66666666666424,75.0 +p24003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24005,battery,0.0,0.0,131.66666666662786,263.33333333331393,395.0 +p24005,biomass,0.0,0.0,0.0,0.0,0.0 +p24005,coal,0.0,0.0,0.0,0.0,0.0 +p24005,csp,0.0,0.0,0.0,0.0,0.0 +p24005,gas,0.0,0.0,0.0,0.0,0.0 +p24005,geothermal,0.0,0.0,0.0,0.0,0.0 +p24005,h2,0.0,0.0,0.0,0.0,0.0 +p24005,hydro,0.0,0.0,0.0,0.0,0.0 +p24005,nuclear,0.0,0.0,0.0,0.0,0.0 +p24005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24005,pv,0.0,0.0,0.0,0.0,0.0 +p24005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24009,battery,0.0,0.0,60.0,120.0,180.0 +p24009,biomass,0.0,0.0,0.0,0.0,0.0 +p24009,coal,0.0,0.0,0.0,0.0,0.0 +p24009,csp,0.0,0.0,0.0,0.0,0.0 +p24009,gas,0.0,0.0,0.0,0.0,0.0 +p24009,geothermal,0.0,0.0,0.0,0.0,0.0 +p24009,h2,0.0,0.0,0.0,0.0,0.0 +p24009,hydro,0.0,0.0,0.0,0.0,0.0 +p24009,nuclear,0.0,0.0,0.0,0.0,0.0 +p24009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24009,pv,0.0,0.0,0.0,0.0,0.0 +p24009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24011,battery,0.0,0.0,0.0,0.0,0.0 +p24011,biomass,0.0,0.0,0.0,0.0,0.0 +p24011,coal,0.0,0.0,0.0,0.0,0.0 +p24011,csp,0.0,0.0,0.0,0.0,0.0 +p24011,gas,0.0,0.0,0.0,0.0,0.0 +p24011,geothermal,0.0,0.0,0.0,0.0,0.0 +p24011,h2,0.0,0.0,0.0,0.0,0.0 +p24011,hydro,0.0,0.0,0.0,0.0,0.0 +p24011,nuclear,0.0,0.0,0.0,0.0,0.0 +p24011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24011,pv,101.0,202.0,202.0,202.0,202.0 +p24011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24015,battery,0.0,0.0,20.160000000003492,40.320000000006985,60.48 +p24015,biomass,0.0,0.0,0.0,0.0,0.0 +p24015,coal,0.0,0.0,0.0,0.0,0.0 +p24015,csp,0.0,0.0,0.0,0.0,0.0 +p24015,gas,0.0,0.0,0.0,0.0,0.0 +p24015,geothermal,0.0,0.0,0.0,0.0,0.0 +p24015,h2,0.0,0.0,0.0,0.0,0.0 +p24015,hydro,0.0,0.0,0.0,0.0,0.0 +p24015,nuclear,0.0,0.0,0.0,0.0,0.0 +p24015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24015,pv,0.0,0.0,0.0,0.0,0.0 +p24015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24017,battery,0.0,0.0,440.6666666667443,881.3333333333721,1322.0 +p24017,biomass,0.0,0.0,0.0,0.0,0.0 +p24017,coal,0.0,0.0,0.0,0.0,0.0 +p24017,csp,0.0,0.0,0.0,0.0,0.0 +p24017,gas,0.0,0.0,0.0,0.0,0.0 +p24017,geothermal,0.0,0.0,0.0,0.0,0.0 +p24017,h2,0.0,0.0,0.0,0.0,0.0 +p24017,hydro,0.0,0.0,0.0,0.0,0.0 +p24017,nuclear,0.0,0.0,0.0,0.0,0.0 +p24017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24017,pv,0.0,0.0,45.0,90.0,135.0 +p24017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24019,battery,0.0,0.0,0.0,0.0,0.0 +p24019,biomass,0.0,0.0,0.0,0.0,0.0 +p24019,coal,0.0,0.0,0.0,0.0,0.0 +p24019,csp,0.0,0.0,0.0,0.0,0.0 +p24019,gas,0.0,0.0,0.0,0.0,0.0 +p24019,geothermal,0.0,0.0,0.0,0.0,0.0 +p24019,h2,0.0,0.0,0.0,0.0,0.0 +p24019,hydro,0.0,0.0,0.0,0.0,0.0 +p24019,nuclear,0.0,0.0,0.0,0.0,0.0 +p24019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24019,pv,31.875,63.75,70.25,76.75,83.25 +p24019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24021,battery,0.0,0.0,0.0,0.0,0.0 +p24021,biomass,0.0,0.0,0.0,0.0,0.0 +p24021,coal,0.0,0.0,0.0,0.0,0.0 +p24021,csp,0.0,0.0,0.0,0.0,0.0 +p24021,gas,0.0,0.0,0.0,0.0,0.0 +p24021,geothermal,0.0,0.0,0.0,0.0,0.0 +p24021,h2,0.0,0.0,0.0,0.0,0.0 +p24021,hydro,0.0,0.0,0.0,0.0,0.0 +p24021,nuclear,0.0,0.0,0.0,0.0,0.0 +p24021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24021,pv,0.0,0.0,5.666666666667879,11.33333333333394,17.0 +p24021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24023,battery,0.0,0.0,0.0,0.0,0.0 +p24023,biomass,0.0,0.0,0.0,0.0,0.0 +p24023,coal,0.0,0.0,0.0,0.0,0.0 +p24023,csp,0.0,0.0,0.0,0.0,0.0 +p24023,gas,0.0,0.0,0.0,0.0,0.0 +p24023,geothermal,0.0,0.0,0.0,0.0,0.0 +p24023,h2,0.0,0.0,0.0,0.0,0.0 +p24023,hydro,0.0,0.0,0.0,0.0,0.0 +p24023,nuclear,0.0,0.0,0.0,0.0,0.0 +p24023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24023,pv,237.5,475.0,541.6666666666861,608.333333333343,675.0 +p24023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24025,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p24025,biomass,0.0,0.0,0.0,0.0,0.0 +p24025,coal,0.0,0.0,0.0,0.0,0.0 +p24025,csp,0.0,0.0,0.0,0.0,0.0 +p24025,gas,0.0,0.0,0.0,0.0,0.0 +p24025,geothermal,0.0,0.0,0.0,0.0,0.0 +p24025,h2,0.0,0.0,0.0,0.0,0.0 +p24025,hydro,0.0,0.0,0.0,0.0,0.0 +p24025,nuclear,0.0,0.0,0.0,0.0,0.0 +p24025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24025,pv,0.0,0.0,0.0,0.0,0.0 +p24025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24029,battery,0.0,0.0,0.0,0.0,0.0 +p24029,biomass,0.0,0.0,0.0,0.0,0.0 +p24029,coal,0.0,0.0,0.0,0.0,0.0 +p24029,csp,0.0,0.0,0.0,0.0,0.0 +p24029,gas,0.0,0.0,0.0,0.0,0.0 +p24029,geothermal,0.0,0.0,0.0,0.0,0.0 +p24029,h2,0.0,0.0,0.0,0.0,0.0 +p24029,hydro,0.0,0.0,0.0,0.0,0.0 +p24029,nuclear,0.0,0.0,0.0,0.0,0.0 +p24029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24029,pv,27.9,55.8,55.8,55.8,55.8 +p24029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24031,battery,250.0,500.0,500.0,500.0,500.0 +p24031,biomass,0.0,0.0,0.0,0.0,0.0 +p24031,coal,0.0,0.0,0.0,0.0,0.0 +p24031,csp,0.0,0.0,0.0,0.0,0.0 +p24031,gas,0.0,0.0,0.0,0.0,0.0 +p24031,geothermal,0.0,0.0,0.0,0.0,0.0 +p24031,h2,0.0,0.0,0.0,0.0,0.0 +p24031,hydro,0.0,0.0,0.0,0.0,0.0 +p24031,nuclear,0.0,0.0,0.0,0.0,0.0 +p24031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24031,pv,0.0,0.0,0.0,0.0,0.0 +p24031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24033,battery,0.0,0.0,38.333333333343035,76.66666666667152,115.0 +p24033,biomass,0.0,0.0,0.0,0.0,0.0 +p24033,coal,0.0,0.0,0.0,0.0,0.0 +p24033,csp,0.0,0.0,0.0,0.0,0.0 +p24033,gas,0.0,0.0,32.833333333343035,65.66666666667152,98.5 +p24033,geothermal,0.0,0.0,0.0,0.0,0.0 +p24033,h2,0.0,0.0,0.0,0.0,0.0 +p24033,hydro,0.0,0.0,0.0,0.0,0.0 +p24033,nuclear,0.0,0.0,0.0,0.0,0.0 +p24033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24033,pv,0.0,0.0,224.06399999995483,448.12799999996787,672.192 +p24033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24035,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p24035,biomass,0.0,0.0,0.0,0.0,0.0 +p24035,coal,0.0,0.0,0.0,0.0,0.0 +p24035,csp,0.0,0.0,0.0,0.0,0.0 +p24035,gas,0.0,0.0,0.0,0.0,0.0 +p24035,geothermal,0.0,0.0,0.0,0.0,0.0 +p24035,h2,0.0,0.0,0.0,0.0,0.0 +p24035,hydro,0.0,0.0,0.0,0.0,0.0 +p24035,nuclear,0.0,0.0,0.0,0.0,0.0 +p24035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24035,pv,2.0,4.0,7.966666666666242,11.933333333333394,15.9 +p24035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24039,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p24039,biomass,0.0,0.0,0.0,0.0,0.0 +p24039,coal,0.0,0.0,0.0,0.0,0.0 +p24039,csp,0.0,0.0,0.0,0.0,0.0 +p24039,gas,0.0,0.0,0.0,0.0,0.0 +p24039,geothermal,0.0,0.0,0.0,0.0,0.0 +p24039,h2,0.0,0.0,0.0,0.0,0.0 +p24039,hydro,0.0,0.0,0.0,0.0,0.0 +p24039,nuclear,0.0,0.0,0.0,0.0,0.0 +p24039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24039,pv,1.95,3.9,3.9,3.9,3.9 +p24039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24041,csp,0.0,0.0,0.0,0.0,0.0 +p24043,battery,0.0,0.0,10.0,20.0,30.0 +p24043,biomass,0.0,0.0,0.0,0.0,0.0 +p24043,coal,0.0,0.0,0.0,0.0,0.0 +p24043,csp,0.0,0.0,0.0,0.0,0.0 +p24043,gas,0.0,0.0,0.0,0.0,0.0 +p24043,geothermal,0.0,0.0,0.0,0.0,0.0 +p24043,h2,0.0,0.0,0.0,0.0,0.0 +p24043,hydro,0.0,0.0,0.0,0.0,0.0 +p24043,nuclear,0.0,0.0,0.0,0.0,0.0 +p24043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24043,pv,5.9,11.8,11.8,11.8,11.8 +p24043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24045,battery,0.0,0.0,0.0,0.0,0.0 +p24045,biomass,0.0,0.0,0.0,0.0,0.0 +p24045,coal,0.0,0.0,0.0,0.0,0.0 +p24045,csp,0.0,0.0,0.0,0.0,0.0 +p24045,gas,0.0,0.0,0.0,0.0,0.0 +p24045,geothermal,0.0,0.0,0.0,0.0,0.0 +p24045,h2,0.0,0.0,0.0,0.0,0.0 +p24045,hydro,0.0,0.0,0.0,0.0,0.0 +p24045,nuclear,0.0,0.0,0.0,0.0,0.0 +p24045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24045,pv,22.9,45.8,75.74500000000262,105.69000000000233,135.635 +p24045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p24047,battery,0.0,0.0,0.0,0.0,0.0 +p24047,biomass,0.0,0.0,0.0,0.0,0.0 +p24047,coal,0.0,0.0,0.0,0.0,0.0 +p24047,csp,0.0,0.0,0.0,0.0,0.0 +p24047,gas,0.0,0.0,0.0,0.0,0.0 +p24047,geothermal,0.0,0.0,0.0,0.0,0.0 +p24047,h2,0.0,0.0,0.0,0.0,0.0 +p24047,hydro,0.0,0.0,0.0,0.0,0.0 +p24047,nuclear,0.0,0.0,0.0,0.0,0.0 +p24047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p24047,pv,0.0,0.0,55.76666666667734,111.53333333334012,167.3 +p24047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p24047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p25001,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p25001,biomass,0.0,0.0,0.0,0.0,0.0 +p25001,coal,0.0,0.0,0.0,0.0,0.0 +p25001,csp,0.0,0.0,0.0,0.0,0.0 +p25001,gas,0.0,0.0,0.0,0.0,0.0 +p25001,geothermal,0.0,0.0,0.0,0.0,0.0 +p25001,h2,0.0,0.0,0.0,0.0,0.0 +p25001,hydro,0.0,0.0,0.0,0.0,0.0 +p25001,nuclear,0.0,0.0,0.0,0.0,0.0 +p25001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p25001,pv,0.0,0.0,0.0,0.0,0.0 +p25001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p25001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p25003,battery,0.0,0.0,198.66666666662786,397.33333333331393,596.0 +p25003,biomass,0.0,0.0,0.0,0.0,0.0 +p25003,coal,0.0,0.0,0.0,0.0,0.0 +p25003,csp,0.0,0.0,0.0,0.0,0.0 +p25003,gas,0.0,0.0,0.0,0.0,0.0 +p25003,geothermal,0.0,0.0,0.0,0.0,0.0 +p25003,h2,0.0,0.0,0.0,0.0,0.0 +p25003,hydro,0.0,0.0,0.0,0.0,0.0 +p25003,nuclear,0.0,0.0,0.0,0.0,0.0 +p25003,pumped-hydro,33.0,66.0,66.0,66.0,66.0 +p25003,pv,0.0,0.0,0.0,0.0,0.0 +p25003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p25003,wind-ons,2.29999995231628,4.59999990463256,4.59999990463256,4.59999990463256,4.59999990463256 +p25005,battery,0.0,0.0,172.66666666662786,345.33333333331393,518.0 +p25005,biomass,0.0,0.0,0.0,0.0,0.0 +p25005,coal,0.0,0.0,0.0,0.0,0.0 +p25005,csp,0.0,0.0,0.0,0.0,0.0 +p25005,gas,0.0,0.0,0.0,0.0,0.0 +p25005,geothermal,0.0,0.0,0.0,0.0,0.0 +p25005,h2,0.0,0.0,0.0,0.0,0.0 +p25005,hydro,0.0,0.0,0.0,0.0,0.0 +p25005,nuclear,0.0,0.0,0.0,0.0,0.0 +p25005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p25005,pv,0.0,0.0,0.0,0.0,0.0 +p25005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p25005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p25009,battery,0.0,0.0,141.66666666662786,283.33333333331393,425.0 +p25009,biomass,0.0,0.0,0.0,0.0,0.0 +p25009,coal,0.0,0.0,0.0,0.0,0.0 +p25009,csp,0.0,0.0,0.0,0.0,0.0 +p25009,gas,0.0,0.0,0.0,0.0,0.0 +p25009,geothermal,0.0,0.0,0.0,0.0,0.0 +p25009,h2,0.0,0.0,0.0,0.0,0.0 +p25009,hydro,0.0,0.0,0.0,0.0,0.0 +p25009,nuclear,0.0,0.0,0.0,0.0,0.0 +p25009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p25009,pv,0.0,0.0,0.0,0.0,0.0 +p25009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p25009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p25011,battery,0.0,0.0,0.0,0.0,0.0 +p25011,biomass,0.0,0.0,0.0,0.0,0.0 +p25011,coal,0.0,0.0,0.0,0.0,0.0 +p25011,csp,0.0,0.0,0.0,0.0,0.0 +p25011,gas,0.0,0.0,0.0,0.0,0.0 +p25011,geothermal,0.0,0.0,0.0,0.0,0.0 +p25011,h2,0.0,0.0,0.0,0.0,0.0 +p25011,hydro,3.349999904632565,6.69999980926513,6.69999980926513,6.69999980926513,6.69999980926513 +p25011,nuclear,0.0,0.0,0.0,0.0,0.0 +p25011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p25011,pv,0.0,0.0,0.0,0.0,0.0 +p25011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p25011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p25013,battery,22.5,45.0,185.0,325.0,465.0 +p25013,biomass,0.0,0.0,0.0,0.0,0.0 +p25013,coal,0.0,0.0,0.0,0.0,0.0 +p25013,csp,0.0,0.0,0.0,0.0,0.0 +p25013,gas,0.0,0.0,0.0,0.0,0.0 +p25013,geothermal,0.0,0.0,0.0,0.0,0.0 +p25013,h2,0.0,0.0,0.0,0.0,0.0 +p25013,hydro,0.0,0.0,0.0,0.0,0.0 +p25013,nuclear,0.0,0.0,0.0,0.0,0.0 +p25013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p25013,pv,0.0,0.0,0.0,0.0,0.0 +p25013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p25013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p25015,csp,0.0,0.0,0.0,0.0,0.0 +p25017,battery,356.12399291992153,712.2479858398431,920.5813191732159,1128.9146525065298,1337.247985839843 +p25017,biomass,0.0,0.0,0.0,0.0,0.0 +p25017,coal,0.0,0.0,0.0,0.0,0.0 +p25017,csp,0.0,0.0,0.0,0.0,0.0 +p25017,gas,0.0,0.0,0.0,0.0,0.0 +p25017,geothermal,0.0,0.0,0.0,0.0,0.0 +p25017,h2,0.0,0.0,0.0,0.0,0.0 +p25017,hydro,0.0,0.0,0.0,0.0,0.0 +p25017,nuclear,0.0,0.0,0.0,0.0,0.0 +p25017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p25017,pv,0.0,0.0,0.0,0.0,0.0 +p25017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p25017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p25021,battery,210.0,420.0,520.0,620.0,720.0 +p25021,biomass,0.0,0.0,0.0,0.0,0.0 +p25021,coal,0.0,0.0,0.0,0.0,0.0 +p25021,csp,0.0,0.0,0.0,0.0,0.0 +p25021,gas,0.69650000333786,1.39300000667572,1.39300000667572,1.39300000667572,1.39300000667572 +p25021,geothermal,0.0,0.0,0.0,0.0,0.0 +p25021,h2,0.0,0.0,0.0,0.0,0.0 +p25021,hydro,0.0,0.0,0.0,0.0,0.0 +p25021,nuclear,0.0,0.0,0.0,0.0,0.0 +p25021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p25021,pv,0.0,0.0,0.0,0.0,0.0 +p25021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p25021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p25023,battery,0.0,0.0,0.0,0.0,0.0 +p25023,biomass,0.0,0.0,0.0,0.0,0.0 +p25023,coal,0.0,0.0,0.0,0.0,0.0 +p25023,csp,0.0,0.0,0.0,0.0,0.0 +p25023,gas,0.0,0.0,0.0,0.0,0.0 +p25023,geothermal,0.0,0.0,0.0,0.0,0.0 +p25023,h2,0.0,0.0,0.0,0.0,0.0 +p25023,hydro,0.0,0.0,0.0,0.0,0.0 +p25023,nuclear,0.0,0.0,0.0,0.0,0.0 +p25023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p25023,pv,3.375,6.75,6.75,6.75,6.75 +p25023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p25023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p25025,battery,277.8119964599605,555.623992919921,555.623992919921,555.623992919921,555.623992919921 +p25025,biomass,0.0,0.0,0.0,0.0,0.0 +p25025,coal,0.0,0.0,0.0,0.0,0.0 +p25025,csp,0.0,0.0,0.0,0.0,0.0 +p25025,gas,0.0,0.0,0.0,0.0,0.0 +p25025,geothermal,0.0,0.0,0.0,0.0,0.0 +p25025,h2,0.0,0.0,0.0,0.0,0.0 +p25025,hydro,0.0,0.0,0.0,0.0,0.0 +p25025,nuclear,0.0,0.0,0.0,0.0,0.0 +p25025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p25025,pv,0.0,0.0,0.0,0.0,0.0 +p25025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p25025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p25027,battery,101.974998474121,203.949996948242,363.9499969482422,523.9499969482422,683.949996948242 +p25027,biomass,0.0,0.0,0.0,0.0,0.0 +p25027,coal,0.0,0.0,0.0,0.0,0.0 +p25027,csp,0.0,0.0,0.0,0.0,0.0 +p25027,gas,0.0,0.0,0.0,0.0,0.0 +p25027,geothermal,0.0,0.0,0.0,0.0,0.0 +p25027,h2,0.0,0.0,0.0,0.0,0.0 +p25027,hydro,0.0,0.0,0.0,0.0,0.0 +p25027,nuclear,0.0,0.0,0.0,0.0,0.0 +p25027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p25027,pv,0.0,0.0,0.0,0.0,0.0 +p25027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p25027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26001,battery,0.0,0.0,0.0,0.0,0.0 +p26001,biomass,0.0,0.0,0.0,0.0,0.0 +p26001,coal,0.0,0.0,0.0,0.0,0.0 +p26001,csp,0.0,0.0,0.0,0.0,0.0 +p26001,gas,0.0,0.0,0.0,0.0,0.0 +p26001,geothermal,0.0,0.0,0.0,0.0,0.0 +p26001,h2,0.0,0.0,0.0,0.0,0.0 +p26001,hydro,0.0,0.0,0.0,0.0,0.0 +p26001,nuclear,0.0,0.0,0.0,0.0,0.0 +p26001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26001,pv,0.0,0.0,150.6333333333605,301.2666666666628,451.9 +p26001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26005,battery,0.0,0.0,216.6333333333605,433.2666666666628,649.9 +p26005,biomass,0.0,0.0,0.0,0.0,0.0 +p26005,coal,0.0,0.0,0.0,0.0,0.0 +p26005,csp,0.0,0.0,0.0,0.0,0.0 +p26005,gas,0.0,0.0,0.0,0.0,0.0 +p26005,geothermal,0.0,0.0,0.0,0.0,0.0 +p26005,h2,0.0,0.0,0.0,0.0,0.0 +p26005,hydro,0.0,0.0,0.0,0.0,0.0 +p26005,nuclear,0.0,0.0,0.0,0.0,0.0 +p26005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26005,pv,0.0,0.0,56.666666666656965,113.33333333332848,170.0 +p26005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26011,battery,0.0,0.0,0.0,0.0,0.0 +p26011,biomass,0.0,0.0,0.0,0.0,0.0 +p26011,coal,0.0,0.0,0.0,0.0,0.0 +p26011,csp,0.0,0.0,0.0,0.0,0.0 +p26011,gas,0.0,0.0,0.0,0.0,0.0 +p26011,geothermal,0.0,0.0,0.0,0.0,0.0 +p26011,h2,0.0,0.0,0.0,0.0,0.0 +p26011,hydro,0.0,0.0,0.0,0.0,0.0 +p26011,nuclear,0.0,0.0,0.0,0.0,0.0 +p26011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26011,pv,0.0,0.0,118.17333333331044,236.34666666664998,354.52 +p26011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26013,battery,0.0,0.0,0.0,0.0,0.0 +p26013,biomass,0.0,0.0,0.0,0.0,0.0 +p26013,coal,0.0,0.0,0.0,0.0,0.0 +p26013,csp,0.0,0.0,0.0,0.0,0.0 +p26013,gas,0.0,0.0,0.599999999999909,1.2000000000000455,1.8 +p26013,geothermal,0.0,0.0,0.0,0.0,0.0 +p26013,h2,0.0,0.0,0.0,0.0,0.0 +p26013,hydro,0.0,0.0,0.0,0.0,0.0 +p26013,nuclear,0.0,0.0,0.0,0.0,0.0 +p26013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26013,pv,0.0,0.0,0.0,0.0,0.0 +p26013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26015,battery,0.0,0.0,0.0,0.0,0.0 +p26015,biomass,0.0,0.0,0.0,0.0,0.0 +p26015,coal,0.0,0.0,0.0,0.0,0.0 +p26015,gas,0.0,0.0,0.0,0.0,0.0 +p26015,geothermal,0.0,0.0,0.0,0.0,0.0 +p26015,h2,0.0,0.0,0.0,0.0,0.0 +p26015,hydro,0.0,0.0,0.0,0.0,0.0 +p26015,nuclear,0.0,0.0,0.0,0.0,0.0 +p26015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26015,pv,0.0,0.0,50.0,100.0,150.0 +p26015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26017,battery,0.0,0.0,0.0,0.0,0.0 +p26017,biomass,0.0,0.0,0.0,0.0,0.0 +p26017,coal,0.0,0.0,0.0,0.0,0.0 +p26017,csp,0.0,0.0,0.0,0.0,0.0 +p26017,gas,0.0,0.0,0.0,0.0,0.0 +p26017,geothermal,0.0,0.0,0.0,0.0,0.0 +p26017,h2,0.0,0.0,0.0,0.0,0.0 +p26017,hydro,0.0,0.0,0.0,0.0,0.0 +p26017,nuclear,0.0,0.0,0.0,0.0,0.0 +p26017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26017,pv,0.0,0.0,128.33333333331393,256.66666666665697,385.0 +p26017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26017,wind-ons,0.0,0.0,223.0,446.0,669.0 +p26021,battery,0.0,0.0,0.0,0.0,0.0 +p26021,biomass,0.0,0.0,0.0,0.0,0.0 +p26021,coal,0.0,0.0,0.0,0.0,0.0 +p26021,csp,0.0,0.0,0.0,0.0,0.0 +p26021,gas,0.0,0.0,0.0,0.0,0.0 +p26021,geothermal,0.0,0.0,0.0,0.0,0.0 +p26021,h2,0.0,0.0,0.0,0.0,0.0 +p26021,hydro,0.0,0.0,0.0,0.0,0.0 +p26021,nuclear,0.0,0.0,0.0,0.0,0.0 +p26021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26021,pv,0.0,0.0,93.33333333331393,186.66666666665697,280.0 +p26021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26023,battery,50.0,100.0,260.0,420.0,580.0 +p26023,biomass,0.0,0.0,0.0,0.0,0.0 +p26023,coal,0.0,0.0,0.0,0.0,0.0 +p26023,csp,0.0,0.0,0.0,0.0,0.0 +p26023,gas,0.0,0.0,481.6666666667443,963.3333333333721,1445.0 +p26023,geothermal,0.0,0.0,0.0,0.0,0.0 +p26023,h2,0.0,0.0,0.0,0.0,0.0 +p26023,hydro,0.0,0.0,0.0,0.0,0.0 +p26023,nuclear,0.0,0.0,0.0,0.0,0.0 +p26023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26023,pv,175.0,350.0,500.0,650.0,800.0 +p26023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26025,battery,0.0,0.0,100.0,200.0,300.0 +p26025,biomass,0.0,0.0,0.0,0.0,0.0 +p26025,coal,0.0,0.0,0.0,0.0,0.0 +p26025,csp,0.0,0.0,0.0,0.0,0.0 +p26025,gas,0.0,0.0,0.0,0.0,0.0 +p26025,geothermal,0.0,0.0,0.0,0.0,0.0 +p26025,h2,0.0,0.0,0.0,0.0,0.0 +p26025,hydro,0.0,0.0,0.0,0.0,0.0 +p26025,nuclear,0.0,0.0,0.0,0.0,0.0 +p26025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26025,pv,349.5,699.0,1058.6500000000233,1418.3000000000466,1777.95 +p26025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26027,battery,0.0,0.0,50.0,100.0,150.0 +p26027,biomass,0.0,0.0,0.0,0.0,0.0 +p26027,coal,0.0,0.0,0.0,0.0,0.0 +p26027,csp,0.0,0.0,0.0,0.0,0.0 +p26027,gas,0.0,0.0,0.0,0.0,0.0 +p26027,geothermal,0.0,0.0,0.0,0.0,0.0 +p26027,h2,0.0,0.0,0.0,0.0,0.0 +p26027,hydro,0.0,0.0,0.0,0.0,0.0 +p26027,nuclear,0.0,0.0,0.0,0.0,0.0 +p26027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26027,pv,75.0,150.0,410.3666666665813,670.733333333279,931.1 +p26027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26031,battery,0.0,0.0,0.0,0.0,0.0 +p26031,biomass,0.0,0.0,0.0,0.0,0.0 +p26031,coal,0.0,0.0,0.0,0.0,0.0 +p26031,csp,0.0,0.0,0.0,0.0,0.0 +p26031,gas,0.0,0.0,0.0,0.0,0.0 +p26031,geothermal,0.0,0.0,0.0,0.0,0.0 +p26031,h2,0.0,0.0,0.0,0.0,0.0 +p26031,hydro,0.0,0.0,0.0,0.0,0.0 +p26031,nuclear,0.0,0.0,0.0,0.0,0.0 +p26031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26031,pv,0.0,0.0,67.26666666663368,134.53333333332557,201.8 +p26031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26035,battery,0.0,0.0,0.0,0.0,0.0 +p26035,biomass,0.0,0.0,0.0,0.0,0.0 +p26035,coal,0.0,0.0,0.0,0.0,0.0 +p26035,csp,0.0,0.0,0.0,0.0,0.0 +p26035,gas,0.0,0.0,0.0,0.0,0.0 +p26035,geothermal,0.0,0.0,0.0,0.0,0.0 +p26035,h2,0.0,0.0,0.0,0.0,0.0 +p26035,hydro,0.0,0.0,0.0,0.0,0.0 +p26035,nuclear,0.0,0.0,0.0,0.0,0.0 +p26035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26035,pv,0.0,0.0,75.0,150.0,225.0 +p26035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26037,battery,0.0,0.0,0.0,0.0,0.0 +p26037,biomass,0.0,0.0,0.0,0.0,0.0 +p26037,coal,0.0,0.0,0.0,0.0,0.0 +p26037,csp,0.0,0.0,0.0,0.0,0.0 +p26037,gas,0.0,0.0,0.0,0.0,0.0 +p26037,geothermal,0.0,0.0,0.0,0.0,0.0 +p26037,h2,0.0,0.0,0.0,0.0,0.0 +p26037,hydro,0.0,0.0,0.0,0.0,0.0 +p26037,nuclear,0.0,0.0,0.0,0.0,0.0 +p26037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26037,pv,75.0,150.0,150.0,150.0,150.0 +p26037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26037,wind-ons,0.0,0.0,100.0,200.0,300.0 +p26041,battery,0.0,0.0,0.0,0.0,0.0 +p26041,biomass,0.0,0.0,0.0,0.0,0.0 +p26041,coal,0.0,0.0,0.0,0.0,0.0 +p26041,csp,0.0,0.0,0.0,0.0,0.0 +p26041,gas,0.0,0.0,0.0,0.0,0.0 +p26041,geothermal,0.0,0.0,0.0,0.0,0.0 +p26041,h2,0.0,0.0,0.0,0.0,0.0 +p26041,hydro,0.0,0.0,0.0,0.0,0.0 +p26041,nuclear,0.0,0.0,0.0,0.0,0.0 +p26041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26041,pv,0.0,0.0,68.33333333331393,136.66666666665697,205.0 +p26041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26043,battery,0.0,0.0,0.0,0.0,0.0 +p26043,biomass,0.0,0.0,0.0,0.0,0.0 +p26043,coal,0.0,0.0,0.0,0.0,0.0 +p26043,csp,0.0,0.0,0.0,0.0,0.0 +p26043,gas,0.0,0.0,0.0,0.0,0.0 +p26043,geothermal,0.0,0.0,0.0,0.0,0.0 +p26043,h2,0.0,0.0,0.0,0.0,0.0 +p26043,hydro,0.0,0.0,0.0,0.0,0.0 +p26043,nuclear,0.0,0.0,0.0,0.0,0.0 +p26043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26043,pv,11.25,22.5,64.33000000000175,106.16000000000349,147.99 +p26043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26045,battery,0.0,0.0,250.0,500.0,750.0 +p26045,biomass,0.0,0.0,0.0,0.0,0.0 +p26045,coal,0.0,0.0,0.0,0.0,0.0 +p26045,csp,0.0,0.0,0.0,0.0,0.0 +p26045,gas,0.0,0.0,0.0,0.0,0.0 +p26045,geothermal,0.0,0.0,0.0,0.0,0.0 +p26045,h2,0.0,0.0,0.0,0.0,0.0 +p26045,hydro,0.0,0.0,0.0,0.0,0.0 +p26045,nuclear,0.0,0.0,0.0,0.0,0.0 +p26045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26045,pv,0.0,0.0,59.333333333343035,118.66666666667152,178.0 +p26045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26049,battery,0.0,0.0,150.0,300.0,450.0 +p26049,biomass,0.0,0.0,0.0,0.0,0.0 +p26049,coal,0.0,0.0,0.0,0.0,0.0 +p26049,csp,0.0,0.0,0.0,0.0,0.0 +p26049,gas,0.0,0.0,422.6333333334187,845.266666666721,1267.9 +p26049,geothermal,0.0,0.0,0.0,0.0,0.0 +p26049,h2,0.0,0.0,0.0,0.0,0.0 +p26049,hydro,0.0,0.0,0.0,0.0,0.0 +p26049,nuclear,0.0,0.0,0.0,0.0,0.0 +p26049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26049,pv,0.0,0.0,58.333333333343035,116.66666666667152,175.0 +p26049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26051,battery,0.0,0.0,8.333333333335759,16.66666666666788,25.0 +p26051,biomass,0.0,0.0,0.0,0.0,0.0 +p26051,coal,0.0,0.0,0.0,0.0,0.0 +p26051,csp,0.0,0.0,0.0,0.0,0.0 +p26051,gas,0.0,0.0,0.0,0.0,0.0 +p26051,geothermal,0.0,0.0,0.0,0.0,0.0 +p26051,h2,0.0,0.0,0.0,0.0,0.0 +p26051,hydro,0.0,0.0,0.0,0.0,0.0 +p26051,nuclear,0.0,0.0,0.0,0.0,0.0 +p26051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26051,pv,0.0,0.0,90.0,180.0,270.0 +p26051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26055,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p26055,biomass,0.0,0.0,0.0,0.0,0.0 +p26055,coal,0.0,0.0,0.0,0.0,0.0 +p26055,gas,0.0,0.0,0.0,0.0,0.0 +p26055,geothermal,0.0,0.0,0.0,0.0,0.0 +p26055,h2,0.0,0.0,0.0,0.0,0.0 +p26055,hydro,0.0,0.0,0.0,0.0,0.0 +p26055,nuclear,0.0,0.0,0.0,0.0,0.0 +p26055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26055,pv,0.0,0.0,45.0,90.0,135.0 +p26055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26057,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p26057,biomass,0.0,0.0,0.0,0.0,0.0 +p26057,coal,0.0,0.0,0.0,0.0,0.0 +p26057,csp,0.0,0.0,0.0,0.0,0.0 +p26057,gas,0.0,0.0,0.0,0.0,0.0 +p26057,geothermal,0.0,0.0,0.0,0.0,0.0 +p26057,h2,0.0,0.0,0.0,0.0,0.0 +p26057,hydro,0.0,0.0,0.0,0.0,0.0 +p26057,nuclear,0.0,0.0,0.0,0.0,0.0 +p26057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26057,pv,90.0,180.0,221.66666666665697,263.3333333333285,305.0 +p26057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26057,wind-ons,0.0,0.0,125.0,250.0,375.0 +p26059,battery,0.0,0.0,0.0,0.0,0.0 +p26059,biomass,0.0,0.0,0.0,0.0,0.0 +p26059,coal,0.0,0.0,0.0,0.0,0.0 +p26059,csp,0.0,0.0,0.0,0.0,0.0 +p26059,gas,0.0,0.0,0.0,0.0,0.0 +p26059,geothermal,0.0,0.0,0.0,0.0,0.0 +p26059,h2,0.0,0.0,0.0,0.0,0.0 +p26059,hydro,0.0,0.0,0.0,0.0,0.0 +p26059,nuclear,0.0,0.0,0.0,0.0,0.0 +p26059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26059,pv,90.0,180.0,276.66666666668607,373.33333333334303,470.0 +p26059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26059,wind-ons,0.0,0.0,5.366666666666788,10.733333333333576,16.1 +p26063,battery,15.0,30.0,630.0,1230.0,1830.0 +p26063,biomass,0.0,0.0,0.0,0.0,0.0 +p26063,coal,0.0,0.0,0.0,0.0,0.0 +p26063,csp,0.0,0.0,0.0,0.0,0.0 +p26063,gas,0.0,0.0,0.0,0.0,0.0 +p26063,geothermal,0.0,0.0,0.0,0.0,0.0 +p26063,h2,0.0,0.0,0.0,0.0,0.0 +p26063,hydro,0.0,0.0,0.0,0.0,0.0 +p26063,nuclear,0.0,0.0,0.0,0.0,0.0 +p26063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26063,pv,100.0,200.0,316.66666666668607,433.33333333334303,550.0 +p26063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26063,wind-ons,0.0,0.0,491.6666666667443,983.3333333333721,1475.0 +p26065,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p26065,biomass,0.0,0.0,0.0,0.0,0.0 +p26065,coal,0.0,0.0,0.0,0.0,0.0 +p26065,csp,0.0,0.0,0.0,0.0,0.0 +p26065,gas,0.0,0.0,0.0,0.0,0.0 +p26065,geothermal,0.0,0.0,0.0,0.0,0.0 +p26065,h2,0.0,0.0,0.0,0.0,0.0 +p26065,hydro,0.0,0.0,0.0,0.0,0.0 +p26065,nuclear,0.0,0.0,0.0,0.0,0.0 +p26065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26065,pv,45.0,90.0,165.0,240.0,315.0 +p26065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26067,battery,0.0,0.0,0.0,0.0,0.0 +p26067,biomass,0.0,0.0,0.0,0.0,0.0 +p26067,coal,0.0,0.0,0.0,0.0,0.0 +p26067,csp,0.0,0.0,0.0,0.0,0.0 +p26067,gas,0.0,0.0,0.0,0.0,0.0 +p26067,geothermal,0.0,0.0,0.0,0.0,0.0 +p26067,h2,0.0,0.0,0.0,0.0,0.0 +p26067,hydro,0.0,0.0,0.0,0.0,0.0 +p26067,nuclear,0.0,0.0,0.0,0.0,0.0 +p26067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26067,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p26067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26067,wind-ons,99.0,198.0,264.0,330.0,396.0 +p26069,battery,0.0,0.0,0.0,0.0,0.0 +p26069,biomass,0.0,0.0,0.0,0.0,0.0 +p26069,coal,0.0,0.0,0.0,0.0,0.0 +p26069,csp,0.0,0.0,0.0,0.0,0.0 +p26069,gas,0.0,0.0,0.0,0.0,0.0 +p26069,geothermal,0.0,0.0,0.0,0.0,0.0 +p26069,h2,0.0,0.0,0.0,0.0,0.0 +p26069,hydro,0.0,0.0,0.0,0.0,0.0 +p26069,nuclear,0.0,0.0,0.0,0.0,0.0 +p26069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26069,pv,25.0,50.0,85.0,120.0,155.0 +p26069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26073,battery,0.0,0.0,0.0,0.0,0.0 +p26073,biomass,0.0,0.0,0.0,0.0,0.0 +p26073,coal,0.0,0.0,0.0,0.0,0.0 +p26073,gas,0.0,0.0,0.0,0.0,0.0 +p26073,geothermal,0.0,0.0,0.0,0.0,0.0 +p26073,h2,0.0,0.0,0.0,0.0,0.0 +p26073,hydro,0.0,0.0,0.0,0.0,0.0 +p26073,nuclear,0.0,0.0,0.0,0.0,0.0 +p26073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26073,pv,0.0,0.0,214.66666666662786,429.33333333331393,644.0 +p26073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26075,battery,0.0,0.0,123.33333333331393,246.66666666665697,370.0 +p26075,biomass,0.0,0.0,0.0,0.0,0.0 +p26075,coal,0.0,0.0,0.0,0.0,0.0 +p26075,csp,0.0,0.0,0.0,0.0,0.0 +p26075,gas,0.0,0.0,0.0,0.0,0.0 +p26075,geothermal,0.0,0.0,0.0,0.0,0.0 +p26075,h2,0.0,0.0,0.0,0.0,0.0 +p26075,hydro,0.0,0.0,0.0,0.0,0.0 +p26075,nuclear,0.0,0.0,0.0,0.0,0.0 +p26075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26075,pv,50.0,100.0,141.66666666665697,183.33333333332848,225.0 +p26075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26075,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26077,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p26077,biomass,0.0,0.0,0.0,0.0,0.0 +p26077,coal,0.0,0.0,0.0,0.0,0.0 +p26077,csp,0.0,0.0,0.0,0.0,0.0 +p26077,gas,3.2,6.4,6.4,6.4,6.4 +p26077,geothermal,0.0,0.0,0.0,0.0,0.0 +p26077,h2,0.0,0.0,0.0,0.0,0.0 +p26077,hydro,0.0,0.0,0.0,0.0,0.0 +p26077,nuclear,0.0,0.0,0.0,0.0,0.0 +p26077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26077,pv,0.0,0.0,73.33333333331393,146.66666666665697,220.0 +p26077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26079,battery,0.0,0.0,0.0,0.0,0.0 +p26079,biomass,0.0,0.0,0.0,0.0,0.0 +p26079,coal,0.0,0.0,0.0,0.0,0.0 +p26079,csp,0.0,0.0,0.0,0.0,0.0 +p26079,gas,0.0,0.0,4.466666666665333,8.933333333332484,13.4 +p26079,geothermal,0.0,0.0,0.0,0.0,0.0 +p26079,h2,0.0,0.0,0.0,0.0,0.0 +p26079,hydro,0.0,0.0,0.0,0.0,0.0 +p26079,nuclear,0.0,0.0,0.0,0.0,0.0 +p26079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26079,pv,0.0,0.0,0.0,0.0,0.0 +p26079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26081,csp,0.0,0.0,0.0,0.0,0.0 +p26087,battery,0.0,0.0,0.0,0.0,0.0 +p26087,biomass,0.0,0.0,0.0,0.0,0.0 +p26087,coal,0.0,0.0,0.0,0.0,0.0 +p26087,gas,0.0,0.0,0.0,0.0,0.0 +p26087,geothermal,0.0,0.0,0.0,0.0,0.0 +p26087,h2,0.0,0.0,0.0,0.0,0.0 +p26087,hydro,0.0,0.0,0.0,0.0,0.0 +p26087,nuclear,0.0,0.0,0.0,0.0,0.0 +p26087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26087,pv,0.0,0.0,100.0,200.0,300.0 +p26087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26087,wind-ons,0.0,0.0,100.0,200.0,300.0 +p26091,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p26091,biomass,0.0,0.0,0.0,0.0,0.0 +p26091,coal,0.0,0.0,0.0,0.0,0.0 +p26091,csp,0.0,0.0,0.0,0.0,0.0 +p26091,gas,0.0,0.0,0.0,0.0,0.0 +p26091,geothermal,0.0,0.0,0.0,0.0,0.0 +p26091,h2,0.0,0.0,0.0,0.0,0.0 +p26091,hydro,0.0,0.0,0.0,0.0,0.0 +p26091,nuclear,0.0,0.0,0.0,0.0,0.0 +p26091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26091,pv,100.0,200.0,456.66666666662786,713.3333333333139,970.0 +p26091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26091,wind-ons,0.0,0.0,191.66666666662786,383.33333333331393,575.0 +p26093,battery,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p26093,biomass,0.0,0.0,0.0,0.0,0.0 +p26093,coal,0.0,0.0,0.0,0.0,0.0 +p26093,csp,0.0,0.0,0.0,0.0,0.0 +p26093,gas,0.0,0.0,484.0,968.0,1452.0 +p26093,geothermal,0.0,0.0,0.0,0.0,0.0 +p26093,h2,0.0,0.0,0.0,0.0,0.0 +p26093,hydro,0.0,0.0,0.0,0.0,0.0 +p26093,nuclear,0.0,0.0,0.0,0.0,0.0 +p26093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26093,pv,0.0,0.0,275.0,550.0,825.0 +p26093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26097,battery,0.0,0.0,0.0,0.0,0.0 +p26097,biomass,0.0,0.0,0.0,0.0,0.0 +p26097,coal,0.0,0.0,0.0,0.0,0.0 +p26097,gas,0.0,0.0,0.0,0.0,0.0 +p26097,geothermal,0.0,0.0,0.0,0.0,0.0 +p26097,h2,0.0,0.0,0.0,0.0,0.0 +p26097,hydro,0.0,0.0,0.0,0.0,0.0 +p26097,nuclear,0.0,0.0,0.0,0.0,0.0 +p26097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26097,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p26097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26099,battery,0.0,0.0,84.0,168.0,252.0 +p26099,biomass,0.0,0.0,0.0,0.0,0.0 +p26099,coal,0.0,0.0,0.0,0.0,0.0 +p26099,csp,0.0,0.0,0.0,0.0,0.0 +p26099,gas,0.0,0.0,0.0,0.0,0.0 +p26099,geothermal,0.0,0.0,0.0,0.0,0.0 +p26099,h2,0.0,0.0,0.0,0.0,0.0 +p26099,hydro,0.0,0.0,0.0,0.0,0.0 +p26099,nuclear,0.0,0.0,0.0,0.0,0.0 +p26099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26099,pv,0.0,0.0,0.0,0.0,0.0 +p26099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26103,battery,0.0,0.0,0.0,0.0,0.0 +p26103,biomass,0.0,0.0,0.0,0.0,0.0 +p26103,coal,0.0,0.0,0.0,0.0,0.0 +p26103,csp,0.0,0.0,0.0,0.0,0.0 +p26103,gas,0.0,0.0,1.400000000000091,2.800000000000182,4.2 +p26103,geothermal,0.0,0.0,0.0,0.0,0.0 +p26103,h2,0.0,0.0,0.0,0.0,0.0 +p26103,hydro,0.0,0.0,0.0,0.0,0.0 +p26103,nuclear,0.0,0.0,0.0,0.0,0.0 +p26103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26103,pv,0.0,0.0,104.06666666668025,208.1333333333314,312.2 +p26103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26105,battery,0.0,0.0,200.0,400.0,600.0 +p26105,biomass,0.0,0.0,0.0,0.0,0.0 +p26105,coal,0.0,0.0,0.0,0.0,0.0 +p26105,csp,0.0,0.0,0.0,0.0,0.0 +p26105,gas,0.0,0.0,0.0,0.0,0.0 +p26105,geothermal,0.0,0.0,0.0,0.0,0.0 +p26105,h2,0.0,0.0,0.0,0.0,0.0 +p26105,hydro,0.0,0.0,0.0,0.0,0.0 +p26105,nuclear,0.0,0.0,0.0,0.0,0.0 +p26105,pumped-hydro,35.0,70.0,70.0,70.0,70.0 +p26105,pv,0.0,0.0,295.0,590.0,885.0 +p26105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26111,battery,0.0,0.0,50.0,100.0,150.0 +p26111,biomass,0.0,0.0,0.0,0.0,0.0 +p26111,coal,0.0,0.0,0.0,0.0,0.0 +p26111,csp,0.0,0.0,0.0,0.0,0.0 +p26111,gas,0.0,0.0,0.0,0.0,0.0 +p26111,geothermal,0.0,0.0,0.0,0.0,0.0 +p26111,h2,0.0,0.0,0.0,0.0,0.0 +p26111,hydro,0.0,0.0,0.0,0.0,0.0 +p26111,nuclear,0.0,0.0,0.0,0.0,0.0 +p26111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26111,pv,0.0,0.0,125.0,250.0,375.0 +p26111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26115,battery,0.0,0.0,496.6666666667443,993.3333333333721,1490.0 +p26115,biomass,0.0,0.0,0.0,0.0,0.0 +p26115,coal,0.0,0.0,0.0,0.0,0.0 +p26115,csp,0.0,0.0,0.0,0.0,0.0 +p26115,gas,0.0,0.0,999.3333333334886,1998.6666666667443,2998.0 +p26115,geothermal,0.0,0.0,0.0,0.0,0.0 +p26115,h2,0.0,0.0,0.0,0.0,0.0 +p26115,hydro,0.0,0.0,0.0,0.0,0.0 +p26115,nuclear,0.0,0.0,0.0,0.0,0.0 +p26115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26115,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p26115,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26115,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26117,battery,0.0,0.0,125.0,250.0,375.0 +p26117,biomass,0.0,0.0,0.0,0.0,0.0 +p26117,coal,0.0,0.0,0.0,0.0,0.0 +p26117,csp,0.0,0.0,0.0,0.0,0.0 +p26117,gas,0.0,0.0,0.0,0.0,0.0 +p26117,geothermal,0.0,0.0,0.0,0.0,0.0 +p26117,h2,0.0,0.0,0.0,0.0,0.0 +p26117,hydro,0.0,0.0,0.0,0.0,0.0 +p26117,nuclear,0.0,0.0,0.0,0.0,0.0 +p26117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26117,pv,100.0,200.0,357.33333333337214,514.6666666666861,672.0 +p26117,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26117,wind-ons,0.0,0.0,100.0,200.0,300.0 +p26121,battery,0.0,0.0,50.0,100.0,150.0 +p26121,biomass,0.0,0.0,0.0,0.0,0.0 +p26121,coal,0.0,0.0,0.0,0.0,0.0 +p26121,csp,0.0,0.0,0.0,0.0,0.0 +p26121,gas,0.0,0.0,0.0,0.0,0.0 +p26121,geothermal,0.0,0.0,0.0,0.0,0.0 +p26121,h2,0.0,0.0,0.0,0.0,0.0 +p26121,hydro,0.0,0.0,0.0,0.0,0.0 +p26121,nuclear,0.0,0.0,0.0,0.0,0.0 +p26121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26121,pv,175.0,350.0,433.33333333331393,516.666666666657,600.0 +p26121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26121,wind-ons,0.0,0.0,66.57333333333372,133.14666666666744,199.72 +p26123,battery,0.0,0.0,0.0,0.0,0.0 +p26123,biomass,0.0,0.0,0.0,0.0,0.0 +p26123,coal,0.0,0.0,0.0,0.0,0.0 +p26123,csp,0.0,0.0,0.0,0.0,0.0 +p26123,gas,0.0,0.0,0.0,0.0,0.0 +p26123,geothermal,0.0,0.0,0.0,0.0,0.0 +p26123,h2,0.0,0.0,0.0,0.0,0.0 +p26123,hydro,0.0,0.0,0.0,0.0,0.0 +p26123,nuclear,0.0,0.0,0.0,0.0,0.0 +p26123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26123,pv,0.0,0.0,73.33333333331393,146.66666666665697,220.0 +p26123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26127,battery,0.0,0.0,80.0,160.0,240.0 +p26127,biomass,0.0,0.0,0.0,0.0,0.0 +p26127,coal,0.0,0.0,0.0,0.0,0.0 +p26127,csp,0.0,0.0,0.0,0.0,0.0 +p26127,gas,0.0,0.0,0.0,0.0,0.0 +p26127,geothermal,0.0,0.0,0.0,0.0,0.0 +p26127,h2,0.0,0.0,0.0,0.0,0.0 +p26127,hydro,0.0,0.0,0.0,0.0,0.0 +p26127,nuclear,0.0,0.0,0.0,0.0,0.0 +p26127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26127,pv,0.0,0.0,76.66666666668607,153.33333333334303,230.0 +p26127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26129,battery,0.0,0.0,0.0,0.0,0.0 +p26129,biomass,0.0,0.0,0.0,0.0,0.0 +p26129,coal,0.0,0.0,0.0,0.0,0.0 +p26129,csp,0.0,0.0,0.0,0.0,0.0 +p26129,gas,0.0,0.0,0.0,0.0,0.0 +p26129,geothermal,0.0,0.0,0.0,0.0,0.0 +p26129,h2,0.0,0.0,0.0,0.0,0.0 +p26129,hydro,0.0,0.0,0.0,0.0,0.0 +p26129,nuclear,0.0,0.0,0.0,0.0,0.0 +p26129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26129,pv,0.0,0.0,145.2666666666628,290.5333333333256,435.8 +p26129,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26129,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26133,battery,0.0,0.0,0.0,0.0,0.0 +p26133,biomass,0.0,0.0,0.0,0.0,0.0 +p26133,coal,0.0,0.0,0.0,0.0,0.0 +p26133,csp,0.0,0.0,0.0,0.0,0.0 +p26133,gas,0.0,0.0,0.0,0.0,0.0 +p26133,geothermal,0.0,0.0,0.0,0.0,0.0 +p26133,h2,0.0,0.0,0.0,0.0,0.0 +p26133,hydro,0.0,0.0,0.0,0.0,0.0 +p26133,nuclear,0.0,0.0,0.0,0.0,0.0 +p26133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26133,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p26133,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26133,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26137,battery,0.0,0.0,20.0,40.0,60.0 +p26137,biomass,0.0,0.0,0.0,0.0,0.0 +p26137,coal,0.0,0.0,0.0,0.0,0.0 +p26137,csp,0.0,0.0,0.0,0.0,0.0 +p26137,gas,0.0,0.0,0.0,0.0,0.0 +p26137,geothermal,0.0,0.0,0.0,0.0,0.0 +p26137,h2,0.0,0.0,0.0,0.0,0.0 +p26137,hydro,0.0,0.0,0.0,0.0,0.0 +p26137,nuclear,0.0,0.0,0.0,0.0,0.0 +p26137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26137,pv,100.0,200.0,250.0,300.0,350.0 +p26137,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26137,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26139,battery,0.0,0.0,70.0,140.0,210.0 +p26139,biomass,0.0,0.0,0.0,0.0,0.0 +p26139,coal,0.0,0.0,0.0,0.0,0.0 +p26139,csp,0.0,0.0,0.0,0.0,0.0 +p26139,gas,0.0,0.0,363.0,726.0,1089.0 +p26139,geothermal,0.0,0.0,0.0,0.0,0.0 +p26139,h2,0.0,0.0,0.0,0.0,0.0 +p26139,hydro,0.0,0.0,0.0,0.0,0.0 +p26139,nuclear,0.0,0.0,0.0,0.0,0.0 +p26139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26139,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p26139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26141,battery,0.0,0.0,0.0,0.0,0.0 +p26141,biomass,0.0,0.0,0.0,0.0,0.0 +p26141,coal,0.0,0.0,0.0,0.0,0.0 +p26141,csp,0.0,0.0,0.0,0.0,0.0 +p26141,gas,0.0,0.0,0.0,0.0,0.0 +p26141,geothermal,0.0,0.0,0.0,0.0,0.0 +p26141,h2,0.0,0.0,0.0,0.0,0.0 +p26141,hydro,0.0,0.0,0.0,0.0,0.0 +p26141,nuclear,0.0,0.0,0.0,0.0,0.0 +p26141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26141,pv,0.0,0.0,100.0,200.0,300.0 +p26141,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26141,wind-ons,0.0,0.0,83.83333333331393,167.66666666665697,251.5 +p26143,csp,0.0,0.0,0.0,0.0,0.0 +p26145,battery,0.0,0.0,301.4399999999441,602.8799999998882,904.3199999999999 +p26145,biomass,0.0,0.0,0.0,0.0,0.0 +p26145,coal,0.0,0.0,0.0,0.0,0.0 +p26145,csp,0.0,0.0,0.0,0.0,0.0 +p26145,gas,0.0,0.0,0.0,0.0,0.0 +p26145,geothermal,0.0,0.0,0.0,0.0,0.0 +p26145,h2,0.0,0.0,0.0,0.0,0.0 +p26145,hydro,0.0,0.0,0.0,0.0,0.0 +p26145,nuclear,0.0,0.0,0.0,0.0,0.0 +p26145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26145,pv,60.0,120.0,411.6666666667443,703.3333333333721,995.0 +p26145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26145,wind-ons,0.0,0.0,48.666666666656965,97.33333333332848,146.0 +p26147,battery,0.0,0.0,140.0,280.0,420.0 +p26147,biomass,0.0,0.0,0.0,0.0,0.0 +p26147,coal,0.0,0.0,0.0,0.0,0.0 +p26147,csp,0.0,0.0,0.0,0.0,0.0 +p26147,gas,0.0,0.0,0.0,0.0,0.0 +p26147,geothermal,0.0,0.0,0.0,0.0,0.0 +p26147,h2,0.0,0.0,0.0,0.0,0.0 +p26147,hydro,0.0,0.0,0.0,0.0,0.0 +p26147,nuclear,0.0,0.0,0.0,0.0,0.0 +p26147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26147,pv,150.0,300.0,366.66666666668607,433.33333333334303,500.0 +p26147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26147,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26149,battery,0.0,0.0,0.0,0.0,0.0 +p26149,biomass,0.0,0.0,0.0,0.0,0.0 +p26149,coal,0.0,0.0,0.0,0.0,0.0 +p26149,csp,0.0,0.0,0.0,0.0,0.0 +p26149,gas,0.0,0.0,0.0,0.0,0.0 +p26149,geothermal,0.0,0.0,0.0,0.0,0.0 +p26149,h2,0.0,0.0,0.0,0.0,0.0 +p26149,hydro,0.0,0.0,0.0,0.0,0.0 +p26149,nuclear,0.0,0.0,0.0,0.0,0.0 +p26149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26149,pv,0.0,0.0,227.33333333337214,454.66666666668607,682.0 +p26149,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26151,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p26151,biomass,0.0,0.0,0.0,0.0,0.0 +p26151,coal,0.0,0.0,0.0,0.0,0.0 +p26151,csp,0.0,0.0,0.0,0.0,0.0 +p26151,gas,0.0,0.0,0.0,0.0,0.0 +p26151,geothermal,0.0,0.0,0.0,0.0,0.0 +p26151,h2,0.0,0.0,0.0,0.0,0.0 +p26151,hydro,0.0,0.0,0.0,0.0,0.0 +p26151,nuclear,0.0,0.0,0.0,0.0,0.0 +p26151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26151,pv,100.0,200.0,666.0600000000559,1132.1200000001118,1598.18 +p26151,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26151,wind-ons,146.5,293.0,366.33333333331393,439.66666666665697,513.0 +p26155,battery,0.0,0.0,50.0,100.0,150.0 +p26155,biomass,0.0,0.0,0.0,0.0,0.0 +p26155,coal,0.0,0.0,0.0,0.0,0.0 +p26155,csp,0.0,0.0,0.0,0.0,0.0 +p26155,gas,0.0,0.0,0.0,0.0,0.0 +p26155,geothermal,0.0,0.0,0.0,0.0,0.0 +p26155,h2,0.0,0.0,0.0,0.0,0.0 +p26155,hydro,0.0,0.0,0.0,0.0,0.0 +p26155,nuclear,0.0,0.0,0.0,0.0,0.0 +p26155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26155,pv,0.0,0.0,180.0,360.0,540.0 +p26155,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26155,wind-ons,0.0,0.0,160.0,320.0,480.0 +p26157,battery,0.0,0.0,150.0,300.0,450.0 +p26157,biomass,0.0,0.0,0.0,0.0,0.0 +p26157,coal,0.0,0.0,0.0,0.0,0.0 +p26157,csp,0.0,0.0,0.0,0.0,0.0 +p26157,gas,0.0,0.0,0.0,0.0,0.0 +p26157,geothermal,0.0,0.0,0.0,0.0,0.0 +p26157,h2,0.0,0.0,0.0,0.0,0.0 +p26157,hydro,0.0,0.0,0.0,0.0,0.0 +p26157,nuclear,0.0,0.0,0.0,0.0,0.0 +p26157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26157,pv,0.0,0.0,255.0,510.0,765.0 +p26157,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26157,wind-ons,0.0,0.0,72.43333333331975,144.8666666666686,217.3 +p26159,battery,37.5,75.0,291.66666666662786,508.33333333331393,725.0 +p26159,biomass,0.0,0.0,0.0,0.0,0.0 +p26159,coal,0.0,0.0,0.0,0.0,0.0 +p26159,csp,0.0,0.0,0.0,0.0,0.0 +p26159,gas,0.0,0.0,0.0,0.0,0.0 +p26159,geothermal,0.0,0.0,0.0,0.0,0.0 +p26159,h2,0.0,0.0,0.0,0.0,0.0 +p26159,hydro,0.0,0.0,0.0,0.0,0.0 +p26159,nuclear,0.0,0.0,245.0,490.0,735.0 +p26159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26159,pv,92.5,185.0,467.69999999995343,750.4000000000233,1033.1 +p26159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26159,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26161,battery,0.0,0.0,173.33333333337214,346.66666666668607,520.0 +p26161,biomass,0.0,0.0,0.0,0.0,0.0 +p26161,coal,0.0,0.0,0.0,0.0,0.0 +p26161,csp,0.0,0.0,0.0,0.0,0.0 +p26161,gas,0.0,0.0,471.3333333332557,942.6666666666279,1414.0 +p26161,geothermal,0.0,0.0,0.0,0.0,0.0 +p26161,h2,0.0,0.0,0.0,0.0,0.0 +p26161,hydro,0.0,0.0,0.0,0.0,0.0 +p26161,nuclear,0.0,0.0,0.0,0.0,0.0 +p26161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26161,pv,100.0,200.0,428.0,656.0,884.0 +p26161,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26161,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26163,battery,0.0,0.0,316.6666666667443,633.3333333333721,950.0 +p26163,biomass,0.0,0.0,0.0,0.0,0.0 +p26163,coal,0.0,0.0,0.0,0.0,0.0 +p26163,csp,0.0,0.0,0.0,0.0,0.0 +p26163,gas,25.0,50.0,50.0,50.0,50.0 +p26163,geothermal,0.0,0.0,0.0,0.0,0.0 +p26163,h2,0.0,0.0,0.0,0.0,0.0 +p26163,hydro,0.0,0.0,0.0,0.0,0.0 +p26163,nuclear,0.0,0.0,0.0,0.0,0.0 +p26163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26163,pv,0.0,0.0,0.0,0.0,0.0 +p26163,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p26165,battery,0.0,0.0,0.0,0.0,0.0 +p26165,biomass,0.0,0.0,0.0,0.0,0.0 +p26165,coal,0.0,0.0,0.0,0.0,0.0 +p26165,gas,0.0,0.0,0.0,0.0,0.0 +p26165,geothermal,0.0,0.0,0.0,0.0,0.0 +p26165,h2,0.0,0.0,0.0,0.0,0.0 +p26165,hydro,0.0,0.0,0.0,0.0,0.0 +p26165,nuclear,0.0,0.0,0.0,0.0,0.0 +p26165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p26165,pv,0.0,0.0,100.0,200.0,300.0 +p26165,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p26165,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27003,csp,0.0,0.0,0.0,0.0,0.0 +p27009,battery,0.0,0.0,219.98666666669305,439.9733333333279,659.96 +p27009,biomass,0.0,0.0,0.0,0.0,0.0 +p27009,coal,0.0,0.0,0.0,0.0,0.0 +p27009,csp,0.0,0.0,0.0,0.0,0.0 +p27009,gas,0.0,0.0,0.0,0.0,0.0 +p27009,geothermal,0.0,0.0,0.0,0.0,0.0 +p27009,h2,0.0,0.0,0.0,0.0,0.0 +p27009,hydro,0.0,0.0,0.0,0.0,0.0 +p27009,nuclear,0.0,0.0,0.0,0.0,0.0 +p27009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27009,pv,0.0,0.0,336.5466666666325,673.0933333333815,1009.6400000000001 +p27009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27009,wind-ons,0.0,0.0,83.0,166.0,249.0 +p27011,battery,0.0,0.0,0.0,0.0,0.0 +p27011,biomass,0.0,0.0,0.0,0.0,0.0 +p27011,coal,0.0,0.0,0.0,0.0,0.0 +p27011,gas,0.0,0.0,0.0,0.0,0.0 +p27011,geothermal,0.0,0.0,0.0,0.0,0.0 +p27011,h2,0.0,0.0,0.0,0.0,0.0 +p27011,hydro,0.0,0.0,0.0,0.0,0.0 +p27011,nuclear,0.0,0.0,0.0,0.0,0.0 +p27011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27011,pv,0.0,0.0,0.0,0.0,0.0 +p27011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27011,wind-ons,0.0,0.0,283.3333333332557,566.6666666666279,850.0 +p27013,battery,0.0,0.0,61.0,122.0,183.0 +p27013,biomass,0.0,0.0,0.0,0.0,0.0 +p27013,coal,0.0,0.0,0.0,0.0,0.0 +p27013,gas,0.0,0.0,0.0,0.0,0.0 +p27013,geothermal,0.0,0.0,0.0,0.0,0.0 +p27013,h2,0.0,0.0,0.0,0.0,0.0 +p27013,hydro,0.0,0.0,0.0,0.0,0.0 +p27013,nuclear,0.0,0.0,0.0,0.0,0.0 +p27013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27013,pv,0.0,0.0,99.66666666668607,199.33333333334303,299.0 +p27013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27023,battery,0.0,0.0,0.0,0.0,0.0 +p27023,biomass,0.0,0.0,0.0,0.0,0.0 +p27023,coal,0.0,0.0,0.0,0.0,0.0 +p27023,gas,0.0,0.0,79.0,158.0,237.0 +p27023,geothermal,0.0,0.0,0.0,0.0,0.0 +p27023,h2,0.0,0.0,0.0,0.0,0.0 +p27023,hydro,0.0,0.0,0.0,0.0,0.0 +p27023,nuclear,0.0,0.0,0.0,0.0,0.0 +p27023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27023,pv,0.0,0.0,0.0,0.0,0.0 +p27023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27025,battery,0.0,0.0,100.0,200.0,300.0 +p27025,biomass,0.0,0.0,0.0,0.0,0.0 +p27025,coal,0.0,0.0,0.0,0.0,0.0 +p27025,csp,0.0,0.0,0.0,0.0,0.0 +p27025,gas,0.0,0.0,0.0,0.0,0.0 +p27025,geothermal,0.0,0.0,0.0,0.0,0.0 +p27025,h2,0.0,0.0,0.0,0.0,0.0 +p27025,hydro,0.0,0.0,0.0,0.0,0.0 +p27025,nuclear,0.0,0.0,0.0,0.0,0.0 +p27025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27025,pv,0.0,0.0,50.0,100.0,150.0 +p27025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27027,battery,0.0,0.0,0.0,0.0,0.0 +p27027,biomass,0.0,0.0,0.0,0.0,0.0 +p27027,coal,0.0,0.0,0.0,0.0,0.0 +p27027,csp,0.0,0.0,0.0,0.0,0.0 +p27027,gas,0.0,0.0,0.0,0.0,0.0 +p27027,geothermal,0.0,0.0,0.0,0.0,0.0 +p27027,h2,0.0,0.0,0.0,0.0,0.0 +p27027,hydro,0.0,0.0,0.0,0.0,0.0 +p27027,nuclear,0.0,0.0,0.0,0.0,0.0 +p27027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27027,pv,0.0,0.0,306.6666666667443,613.3333333333721,920.0 +p27027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27027,wind-ons,0.0,0.0,0.6666666666665151,1.3333333333332575,2.0 +p27029,csp,0.0,0.0,0.0,0.0,0.0 +p27031,battery,0.0,0.0,0.0,0.0,0.0 +p27031,biomass,0.0,0.0,0.0,0.0,0.0 +p27031,coal,0.0,0.0,0.0,0.0,0.0 +p27031,gas,0.0,0.0,0.0,0.0,0.0 +p27031,geothermal,0.0,0.0,0.0,0.0,0.0 +p27031,h2,0.0,0.0,0.0,0.0,0.0 +p27031,hydro,0.0,0.0,0.0,0.0,0.0 +p27031,nuclear,0.0,0.0,0.0,0.0,0.0 +p27031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27031,pv,0.0,0.0,0.0,0.0,0.0 +p27031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27033,battery,0.0,0.0,0.0,0.0,0.0 +p27033,biomass,0.0,0.0,0.0,0.0,0.0 +p27033,coal,0.0,0.0,0.0,0.0,0.0 +p27033,csp,0.0,0.0,0.0,0.0,0.0 +p27033,gas,0.0,0.0,0.0,0.0,0.0 +p27033,geothermal,0.0,0.0,0.0,0.0,0.0 +p27033,h2,0.0,0.0,0.0,0.0,0.0 +p27033,hydro,0.0,0.0,0.0,0.0,0.0 +p27033,nuclear,0.0,0.0,0.0,0.0,0.0 +p27033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27033,pv,0.0,0.0,0.0,0.0,0.0 +p27033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27033,wind-ons,0.0,0.0,316.6666666667443,633.3333333333721,950.0 +p27037,battery,0.0,0.0,250.0,500.0,750.0 +p27037,biomass,0.0,0.0,0.0,0.0,0.0 +p27037,coal,0.0,0.0,0.0,0.0,0.0 +p27037,csp,0.0,0.0,0.0,0.0,0.0 +p27037,gas,0.0,0.0,0.0,0.0,0.0 +p27037,geothermal,0.0,0.0,0.0,0.0,0.0 +p27037,h2,0.0,0.0,0.0,0.0,0.0 +p27037,hydro,0.0,0.0,2.3333333333339397,4.66666666666697,7.0 +p27037,nuclear,0.0,0.0,0.0,0.0,0.0 +p27037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27037,pv,0.0,0.0,50.0,100.0,150.0 +p27037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27041,battery,0.0,0.0,0.0,0.0,0.0 +p27041,biomass,0.0,0.0,0.0,0.0,0.0 +p27041,coal,0.0,0.0,0.0,0.0,0.0 +p27041,csp,0.0,0.0,0.0,0.0,0.0 +p27041,gas,0.0,0.0,0.0,0.0,0.0 +p27041,geothermal,0.0,0.0,0.0,0.0,0.0 +p27041,h2,0.0,0.0,0.0,0.0,0.0 +p27041,hydro,0.0,0.0,0.0,0.0,0.0 +p27041,nuclear,0.0,0.0,0.0,0.0,0.0 +p27041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27041,pv,0.0,0.0,13.166666666664241,26.33333333333212,39.5 +p27041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27043,battery,0.0,0.0,0.0,0.0,0.0 +p27043,biomass,0.0,0.0,0.0,0.0,0.0 +p27043,coal,0.0,0.0,0.0,0.0,0.0 +p27043,csp,0.0,0.0,0.0,0.0,0.0 +p27043,gas,0.0,0.0,0.0,0.0,0.0 +p27043,geothermal,0.0,0.0,0.0,0.0,0.0 +p27043,h2,0.0,0.0,0.0,0.0,0.0 +p27043,hydro,0.0,0.0,0.0,0.0,0.0 +p27043,nuclear,0.0,0.0,0.0,0.0,0.0 +p27043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27043,pv,0.0,0.0,150.0,300.0,450.0 +p27043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27045,battery,0.0,0.0,0.0,0.0,0.0 +p27045,biomass,0.0,0.0,0.0,0.0,0.0 +p27045,coal,0.0,0.0,0.0,0.0,0.0 +p27045,csp,0.0,0.0,0.0,0.0,0.0 +p27045,gas,0.0,0.0,0.0,0.0,0.0 +p27045,geothermal,0.0,0.0,0.0,0.0,0.0 +p27045,h2,0.0,0.0,0.0,0.0,0.0 +p27045,hydro,0.0,0.0,0.0,0.0,0.0 +p27045,nuclear,0.0,0.0,0.0,0.0,0.0 +p27045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27045,pv,0.0,0.0,16.660000000003492,33.320000000006985,49.98 +p27045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27047,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p27047,biomass,0.0,0.0,0.0,0.0,0.0 +p27047,coal,0.0,0.0,0.0,0.0,0.0 +p27047,csp,0.0,0.0,0.0,0.0,0.0 +p27047,gas,0.0,0.0,0.0,0.0,0.0 +p27047,geothermal,0.0,0.0,0.0,0.0,0.0 +p27047,h2,0.0,0.0,0.0,0.0,0.0 +p27047,hydro,0.0,0.0,0.0,0.0,0.0 +p27047,nuclear,0.0,0.0,0.0,0.0,0.0 +p27047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27047,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p27047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27047,wind-ons,0.0,0.0,54.0,108.0,162.0 +p27049,battery,0.0,0.0,190.0,380.0,570.0 +p27049,biomass,0.0,0.0,0.0,0.0,0.0 +p27049,coal,0.0,0.0,0.0,0.0,0.0 +p27049,csp,0.0,0.0,0.0,0.0,0.0 +p27049,gas,0.0,0.0,142.66666666662786,285.33333333331393,428.0 +p27049,geothermal,0.0,0.0,0.0,0.0,0.0 +p27049,h2,0.0,0.0,0.0,0.0,0.0 +p27049,hydro,0.0,0.0,0.0,0.0,0.0 +p27049,nuclear,0.0,0.0,0.0,0.0,0.0 +p27049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27049,pv,0.0,0.0,150.0,300.0,450.0 +p27049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27049,wind-ons,0.0,0.0,40.0,80.0,120.0 +p27053,battery,0.0,0.0,0.0,0.0,0.0 +p27053,biomass,0.0,0.0,0.0,0.0,0.0 +p27053,coal,0.0,0.0,0.0,0.0,0.0 +p27053,csp,0.0,0.0,0.0,0.0,0.0 +p27053,gas,0.0,0.0,17.0,34.0,51.0 +p27053,geothermal,0.0,0.0,0.0,0.0,0.0 +p27053,h2,0.0,0.0,0.0,0.0,0.0 +p27053,hydro,0.0,0.0,0.0,0.0,0.0 +p27053,nuclear,0.0,0.0,0.0,0.0,0.0 +p27053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27053,pv,0.0,0.0,0.0,0.0,0.0 +p27053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27057,csp,0.0,0.0,0.0,0.0,0.0 +p27059,battery,0.0,0.0,0.0,0.0,0.0 +p27059,biomass,0.0,0.0,0.0,0.0,0.0 +p27059,coal,0.0,0.0,0.0,0.0,0.0 +p27059,csp,0.0,0.0,0.0,0.0,0.0 +p27059,gas,0.0,0.0,70.33333333331393,140.66666666665697,211.0 +p27059,geothermal,0.0,0.0,0.0,0.0,0.0 +p27059,h2,0.0,0.0,0.0,0.0,0.0 +p27059,hydro,0.0,0.0,0.0,0.0,0.0 +p27059,nuclear,0.0,0.0,0.0,0.0,0.0 +p27059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27059,pv,0.0,0.0,0.0,0.0,0.0 +p27059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27059,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27061,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p27061,biomass,0.0,0.0,0.0,0.0,0.0 +p27061,coal,0.0,0.0,0.0,0.0,0.0 +p27061,gas,0.0,0.0,0.0,0.0,0.0 +p27061,geothermal,0.0,0.0,0.0,0.0,0.0 +p27061,h2,0.0,0.0,0.0,0.0,0.0 +p27061,hydro,0.0,0.0,0.0,0.0,0.0 +p27061,nuclear,0.0,0.0,0.0,0.0,0.0 +p27061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27061,pv,0.0,0.0,28.93333333334158,57.86666666666861,86.8 +p27061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27063,battery,0.0,0.0,50.0,100.0,150.0 +p27063,biomass,0.0,0.0,0.0,0.0,0.0 +p27063,coal,0.0,0.0,0.0,0.0,0.0 +p27063,csp,0.0,0.0,0.0,0.0,0.0 +p27063,gas,0.0,0.0,0.0,0.0,0.0 +p27063,geothermal,0.0,0.0,0.0,0.0,0.0 +p27063,h2,0.0,0.0,0.0,0.0,0.0 +p27063,hydro,0.0,0.0,0.0,0.0,0.0 +p27063,nuclear,0.0,0.0,0.0,0.0,0.0 +p27063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27063,pv,0.0,0.0,0.0,0.0,0.0 +p27063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27063,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p27067,battery,0.0,0.0,0.0,0.0,0.0 +p27067,biomass,0.0,0.0,0.0,0.0,0.0 +p27067,coal,0.0,0.0,0.0,0.0,0.0 +p27067,gas,0.0,0.0,0.0,0.0,0.0 +p27067,geothermal,0.0,0.0,0.0,0.0,0.0 +p27067,h2,0.0,0.0,0.0,0.0,0.0 +p27067,hydro,0.0,0.0,0.0,0.0,0.0 +p27067,nuclear,0.0,0.0,0.0,0.0,0.0 +p27067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27067,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p27067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27073,battery,0.0,0.0,0.0,0.0,0.0 +p27073,biomass,0.0,0.0,0.0,0.0,0.0 +p27073,coal,0.0,0.0,0.0,0.0,0.0 +p27073,gas,0.0,0.0,0.0,0.0,0.0 +p27073,geothermal,0.0,0.0,0.0,0.0,0.0 +p27073,h2,0.0,0.0,0.0,0.0,0.0 +p27073,hydro,0.0,0.0,0.0,0.0,0.0 +p27073,nuclear,0.0,0.0,0.0,0.0,0.0 +p27073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27073,pv,0.0,0.0,0.0,0.0,0.0 +p27073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27073,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p27081,battery,0.0,0.0,0.0,0.0,0.0 +p27081,biomass,0.0,0.0,0.0,0.0,0.0 +p27081,coal,0.0,0.0,0.0,0.0,0.0 +p27081,csp,0.0,0.0,0.0,0.0,0.0 +p27081,gas,0.0,0.0,9.666666666664241,19.33333333333212,29.0 +p27081,geothermal,0.0,0.0,0.0,0.0,0.0 +p27081,h2,0.0,0.0,0.0,0.0,0.0 +p27081,hydro,0.0,0.0,0.0,0.0,0.0 +p27081,nuclear,0.0,0.0,0.0,0.0,0.0 +p27081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27081,pv,0.0,0.0,81.66666666668607,163.33333333334303,245.0 +p27081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27083,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p27083,biomass,0.0,0.0,0.0,0.0,0.0 +p27083,coal,0.0,0.0,0.0,0.0,0.0 +p27083,csp,0.0,0.0,0.0,0.0,0.0 +p27083,gas,0.0,0.0,0.0,0.0,0.0 +p27083,geothermal,0.0,0.0,0.0,0.0,0.0 +p27083,h2,0.0,0.0,0.0,0.0,0.0 +p27083,hydro,0.0,0.0,0.0,0.0,0.0 +p27083,nuclear,0.0,0.0,0.0,0.0,0.0 +p27083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27083,pv,0.0,0.0,78.33333333331393,156.66666666665697,235.0 +p27083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27083,wind-ons,0.0,0.0,150.0,300.0,450.0 +p27085,battery,0.0,0.0,0.0,0.0,0.0 +p27085,biomass,0.0,0.0,0.0,0.0,0.0 +p27085,coal,0.0,0.0,0.0,0.0,0.0 +p27085,gas,0.0,0.0,0.0,0.0,0.0 +p27085,geothermal,0.0,0.0,0.0,0.0,0.0 +p27085,h2,0.0,0.0,0.0,0.0,0.0 +p27085,hydro,0.0,0.0,0.0,0.0,0.0 +p27085,nuclear,0.0,0.0,0.0,0.0,0.0 +p27085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27085,pv,0.0,0.0,80.33333333331393,160.66666666665697,241.0 +p27085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27087,battery,0.0,0.0,0.0,0.0,0.0 +p27087,biomass,0.0,0.0,0.0,0.0,0.0 +p27087,coal,0.0,0.0,0.0,0.0,0.0 +p27087,gas,0.0,0.0,0.0,0.0,0.0 +p27087,geothermal,0.0,0.0,0.0,0.0,0.0 +p27087,h2,0.0,0.0,0.0,0.0,0.0 +p27087,hydro,0.0,0.0,0.0,0.0,0.0 +p27087,nuclear,0.0,0.0,0.0,0.0,0.0 +p27087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27087,pv,0.0,0.0,21.333333333328483,42.66666666666424,64.0 +p27087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27089,battery,0.0,0.0,0.0,0.0,0.0 +p27089,biomass,0.0,0.0,0.0,0.0,0.0 +p27089,coal,0.0,0.0,0.0,0.0,0.0 +p27089,csp,0.0,0.0,0.0,0.0,0.0 +p27089,gas,0.0,0.0,0.0,0.0,0.0 +p27089,geothermal,0.0,0.0,0.0,0.0,0.0 +p27089,h2,0.0,0.0,0.0,0.0,0.0 +p27089,hydro,0.0,0.0,0.0,0.0,0.0 +p27089,nuclear,0.0,0.0,0.0,0.0,0.0 +p27089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27089,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p27089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27089,wind-ons,0.0,0.0,23.333333333328483,46.66666666666424,70.0 +p27091,battery,0.0,0.0,50.0,100.0,150.0 +p27091,biomass,0.0,0.0,0.0,0.0,0.0 +p27091,coal,0.0,0.0,0.0,0.0,0.0 +p27091,csp,0.0,0.0,0.0,0.0,0.0 +p27091,gas,0.0,0.0,0.0,0.0,0.0 +p27091,geothermal,0.0,0.0,0.0,0.0,0.0 +p27091,h2,0.0,0.0,0.0,0.0,0.0 +p27091,hydro,0.0,0.0,0.0,0.0,0.0 +p27091,nuclear,0.0,0.0,0.0,0.0,0.0 +p27091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27091,pv,0.0,0.0,50.0,100.0,150.0 +p27091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27093,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p27093,biomass,0.0,0.0,0.0,0.0,0.0 +p27093,coal,0.0,0.0,0.0,0.0,0.0 +p27093,gas,0.0,0.0,0.0,0.0,0.0 +p27093,geothermal,0.0,0.0,0.0,0.0,0.0 +p27093,h2,0.0,0.0,0.0,0.0,0.0 +p27093,hydro,0.0,0.0,0.0,0.0,0.0 +p27093,nuclear,0.0,0.0,0.0,0.0,0.0 +p27093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27093,pv,0.0,0.0,0.0,0.0,0.0 +p27093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27093,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p27097,battery,0.0,0.0,0.0,0.0,0.0 +p27097,biomass,0.0,0.0,0.0,0.0,0.0 +p27097,coal,0.0,0.0,0.0,0.0,0.0 +p27097,csp,0.0,0.0,0.0,0.0,0.0 +p27097,gas,0.0,0.0,0.0,0.0,0.0 +p27097,geothermal,0.0,0.0,0.0,0.0,0.0 +p27097,h2,0.0,0.0,0.0,0.0,0.0 +p27097,hydro,0.0,0.0,0.0,0.0,0.0 +p27097,nuclear,0.0,0.0,0.0,0.0,0.0 +p27097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27097,pv,0.0,0.0,58.0,116.0,174.0 +p27097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27097,wind-ons,0.0,0.0,50.0,100.0,150.0 +p27099,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p27099,biomass,0.0,0.0,0.0,0.0,0.0 +p27099,coal,0.0,0.0,0.0,0.0,0.0 +p27099,csp,0.0,0.0,0.0,0.0,0.0 +p27099,gas,0.0,0.0,0.0,0.0,0.0 +p27099,geothermal,0.0,0.0,0.0,0.0,0.0 +p27099,h2,0.0,0.0,0.0,0.0,0.0 +p27099,hydro,0.0,0.0,0.0,0.0,0.0 +p27099,nuclear,0.0,0.0,0.0,0.0,0.0 +p27099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27099,pv,25.0,50.0,253.1333333333605,456.2666666666628,659.4 +p27099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27099,wind-ons,0.0,0.0,50.0,100.0,150.0 +p27101,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p27101,biomass,0.0,0.0,0.0,0.0,0.0 +p27101,coal,0.0,0.0,0.0,0.0,0.0 +p27101,csp,0.0,0.0,0.0,0.0,0.0 +p27101,gas,0.0,0.0,0.0,0.0,0.0 +p27101,geothermal,0.0,0.0,0.0,0.0,0.0 +p27101,h2,0.0,0.0,0.0,0.0,0.0 +p27101,hydro,0.0,0.0,0.0,0.0,0.0 +p27101,nuclear,0.0,0.0,0.0,0.0,0.0 +p27101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27101,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p27101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27101,wind-ons,0.0,0.0,210.0,420.0,630.0 +p27105,battery,0.0,0.0,171.30666666664183,342.61333333328366,513.9200000000001 +p27105,biomass,0.0,0.0,0.0,0.0,0.0 +p27105,coal,0.0,0.0,0.0,0.0,0.0 +p27105,csp,0.0,0.0,0.0,0.0,0.0 +p27105,gas,0.0,0.0,0.0,0.0,0.0 +p27105,geothermal,0.0,0.0,0.0,0.0,0.0 +p27105,h2,0.0,0.0,0.0,0.0,0.0 +p27105,hydro,0.0,0.0,0.0,0.0,0.0 +p27105,nuclear,0.0,0.0,0.0,0.0,0.0 +p27105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27105,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p27105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27109,battery,0.0,0.0,254.50666666671168,509.01333333336515,763.52 +p27109,biomass,0.0,0.0,0.0,0.0,0.0 +p27109,coal,0.0,0.0,0.0,0.0,0.0 +p27109,csp,0.0,0.0,0.0,0.0,0.0 +p27109,gas,23.425,46.85,63.359999999993306,79.86999999999534,96.38 +p27109,geothermal,0.0,0.0,0.0,0.0,0.0 +p27109,h2,0.0,0.0,0.0,0.0,0.0 +p27109,hydro,0.0,0.0,0.0,0.0,0.0 +p27109,nuclear,0.0,0.0,0.0,0.0,0.0 +p27109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27109,pv,0.0,0.0,260.0,520.0,780.0 +p27109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27111,battery,0.0,0.0,30.24000000000524,60.4800000000032,90.72 +p27111,biomass,0.0,0.0,0.0,0.0,0.0 +p27111,coal,0.0,0.0,0.0,0.0,0.0 +p27111,gas,0.0,0.0,0.0,0.0,0.0 +p27111,geothermal,0.0,0.0,0.0,0.0,0.0 +p27111,h2,0.0,0.0,0.0,0.0,0.0 +p27111,hydro,0.0,0.0,0.0,0.0,0.0 +p27111,nuclear,0.0,0.0,0.0,0.0,0.0 +p27111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27111,pv,0.0,0.0,168.29999999998836,336.5999999999767,504.9 +p27111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27111,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p27115,battery,0.0,0.0,0.0,0.0,0.0 +p27115,biomass,0.0,0.0,0.0,0.0,0.0 +p27115,coal,0.0,0.0,0.0,0.0,0.0 +p27115,gas,0.0,0.0,0.0,0.0,0.0 +p27115,geothermal,0.0,0.0,0.0,0.0,0.0 +p27115,h2,0.0,0.0,0.0,0.0,0.0 +p27115,hydro,0.0,0.0,0.0,0.0,0.0 +p27115,nuclear,0.0,0.0,0.0,0.0,0.0 +p27115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27115,pv,0.0,0.0,146.0,292.0,438.0 +p27115,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27115,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27117,battery,0.0,0.0,0.0,0.0,0.0 +p27117,biomass,0.0,0.0,0.0,0.0,0.0 +p27117,coal,0.0,0.0,0.0,0.0,0.0 +p27117,csp,0.0,0.0,0.0,0.0,0.0 +p27117,gas,0.0,0.0,0.0,0.0,0.0 +p27117,geothermal,0.0,0.0,0.0,0.0,0.0 +p27117,h2,0.0,0.0,0.0,0.0,0.0 +p27117,hydro,0.0,0.0,0.0,0.0,0.0 +p27117,nuclear,0.0,0.0,0.0,0.0,0.0 +p27117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27117,pv,0.0,0.0,41.666666666656965,83.33333333332848,125.0 +p27117,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27117,wind-ons,10.5,21.0,21.0,21.0,21.0 +p27119,battery,0.0,0.0,0.0,0.0,0.0 +p27119,biomass,0.0,0.0,0.0,0.0,0.0 +p27119,coal,0.0,0.0,0.0,0.0,0.0 +p27119,csp,0.0,0.0,0.0,0.0,0.0 +p27119,gas,0.0,0.0,0.0,0.0,0.0 +p27119,geothermal,0.0,0.0,0.0,0.0,0.0 +p27119,h2,0.0,0.0,0.0,0.0,0.0 +p27119,hydro,0.0,0.0,0.0,0.0,0.0 +p27119,nuclear,0.0,0.0,0.0,0.0,0.0 +p27119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27119,pv,0.0,0.0,50.0,100.0,150.0 +p27119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27123,battery,0.0,0.0,0.0,0.0,0.0 +p27123,biomass,0.0,0.0,0.0,0.0,0.0 +p27123,coal,0.0,0.0,0.0,0.0,0.0 +p27123,gas,0.0,0.0,0.0,0.0,0.0 +p27123,geothermal,0.0,0.0,0.0,0.0,0.0 +p27123,h2,0.0,0.0,0.0,0.0,0.0 +p27123,hydro,0.0,0.0,5.333333333332121,10.66666666666606,16.0 +p27123,nuclear,0.0,0.0,0.0,0.0,0.0 +p27123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27123,pv,0.0,0.0,0.0,0.0,0.0 +p27123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27125,battery,0.0,0.0,0.0,0.0,0.0 +p27125,biomass,0.0,0.0,0.0,0.0,0.0 +p27125,coal,0.0,0.0,0.0,0.0,0.0 +p27125,csp,0.0,0.0,0.0,0.0,0.0 +p27125,gas,0.0,0.0,0.0,0.0,0.0 +p27125,geothermal,0.0,0.0,0.0,0.0,0.0 +p27125,h2,0.0,0.0,0.0,0.0,0.0 +p27125,hydro,0.0,0.0,0.0,0.0,0.0 +p27125,nuclear,0.0,0.0,0.0,0.0,0.0 +p27125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27125,pv,0.0,0.0,43.333333333343035,86.66666666667152,130.0 +p27125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27125,wind-ons,2.3,4.6,4.6,4.6,4.6 +p27127,battery,0.0,0.0,233.33333333337214,466.66666666668607,700.0 +p27127,biomass,0.0,0.0,0.0,0.0,0.0 +p27127,coal,0.0,0.0,0.0,0.0,0.0 +p27127,csp,0.0,0.0,0.0,0.0,0.0 +p27127,gas,0.0,0.0,0.0,0.0,0.0 +p27127,geothermal,0.0,0.0,0.0,0.0,0.0 +p27127,h2,0.0,0.0,0.0,0.0,0.0 +p27127,hydro,0.0,0.0,0.0,0.0,0.0 +p27127,nuclear,0.0,0.0,0.0,0.0,0.0 +p27127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27127,pv,0.0,0.0,230.33333333337214,460.66666666668607,691.0 +p27127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27127,wind-ons,0.0,0.0,50.49000000000524,100.97999999999593,151.47 +p27129,battery,0.0,0.0,0.0,0.0,0.0 +p27129,biomass,0.0,0.0,0.0,0.0,0.0 +p27129,coal,0.0,0.0,0.0,0.0,0.0 +p27129,csp,0.0,0.0,0.0,0.0,0.0 +p27129,gas,0.0,0.0,0.0,0.0,0.0 +p27129,geothermal,0.0,0.0,0.0,0.0,0.0 +p27129,h2,0.0,0.0,0.0,0.0,0.0 +p27129,hydro,0.0,0.0,0.0,0.0,0.0 +p27129,nuclear,0.0,0.0,0.0,0.0,0.0 +p27129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27129,pv,0.0,0.0,108.33333333331393,216.66666666665697,325.0 +p27129,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27129,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27131,battery,0.0,0.0,0.0,0.0,0.0 +p27131,biomass,0.0,0.0,0.0,0.0,0.0 +p27131,coal,0.0,0.0,0.0,0.0,0.0 +p27131,gas,0.0,0.0,131.20000000001164,262.4000000000233,393.6 +p27131,geothermal,0.0,0.0,0.0,0.0,0.0 +p27131,h2,0.0,0.0,0.0,0.0,0.0 +p27131,hydro,0.0,0.0,0.0,0.0,0.0 +p27131,nuclear,0.0,0.0,0.0,0.0,0.0 +p27131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27131,pv,0.0,0.0,0.0,0.0,0.0 +p27131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27131,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27133,battery,0.0,0.0,24.0,48.0,72.0 +p27133,biomass,0.0,0.0,0.0,0.0,0.0 +p27133,coal,0.0,0.0,0.0,0.0,0.0 +p27133,csp,0.0,0.0,0.0,0.0,0.0 +p27133,gas,0.0,0.0,0.0,0.0,0.0 +p27133,geothermal,0.0,0.0,0.0,0.0,0.0 +p27133,h2,0.0,0.0,0.0,0.0,0.0 +p27133,hydro,0.0,0.0,0.0,0.0,0.0 +p27133,nuclear,0.0,0.0,0.0,0.0,0.0 +p27133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27133,pv,40.0,80.0,146.66666666668607,213.33333333334303,280.0 +p27133,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27133,wind-ons,50.0,100.0,100.0,100.0,100.0 +p27135,battery,0.0,0.0,0.0,0.0,0.0 +p27135,biomass,0.0,0.0,0.0,0.0,0.0 +p27135,coal,0.0,0.0,0.0,0.0,0.0 +p27135,gas,0.0,0.0,0.0,0.0,0.0 +p27135,geothermal,0.0,0.0,0.0,0.0,0.0 +p27135,h2,0.0,0.0,0.0,0.0,0.0 +p27135,hydro,0.0,0.0,0.0,0.0,0.0 +p27135,nuclear,0.0,0.0,0.0,0.0,0.0 +p27135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27135,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p27135,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27137,csp,0.0,0.0,0.0,0.0,0.0 +p27139,battery,0.0,0.0,0.0,0.0,0.0 +p27139,biomass,0.0,0.0,0.0,0.0,0.0 +p27139,coal,0.0,0.0,0.0,0.0,0.0 +p27139,csp,0.0,0.0,0.0,0.0,0.0 +p27139,gas,0.0,0.0,18.333333333328483,36.66666666666424,55.0 +p27139,geothermal,0.0,0.0,0.0,0.0,0.0 +p27139,h2,0.0,0.0,0.0,0.0,0.0 +p27139,hydro,0.0,0.0,0.0,0.0,0.0 +p27139,nuclear,0.0,0.0,0.0,0.0,0.0 +p27139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27139,pv,0.0,0.0,0.0,0.0,0.0 +p27139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27141,battery,0.0,0.0,104.64000000001397,209.28000000002794,313.92 +p27141,biomass,0.0,0.0,0.0,0.0,0.0 +p27141,coal,0.0,0.0,0.0,0.0,0.0 +p27141,csp,0.0,0.0,0.0,0.0,0.0 +p27141,gas,0.0,0.0,78.33333333331393,156.66666666665697,235.0 +p27141,geothermal,0.0,0.0,0.0,0.0,0.0 +p27141,h2,0.0,0.0,0.0,0.0,0.0 +p27141,hydro,0.0,0.0,0.0,0.0,0.0 +p27141,nuclear,0.0,0.0,0.0,0.0,0.0 +p27141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27141,pv,0.0,0.0,336.6666666667443,673.3333333333721,1010.0 +p27141,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27141,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27145,battery,0.0,0.0,0.0,0.0,0.0 +p27145,biomass,0.0,0.0,0.0,0.0,0.0 +p27145,coal,0.0,0.0,0.0,0.0,0.0 +p27145,gas,0.0,0.0,0.0,0.0,0.0 +p27145,geothermal,0.0,0.0,0.0,0.0,0.0 +p27145,h2,0.0,0.0,0.0,0.0,0.0 +p27145,hydro,0.0,0.0,0.0,0.0,0.0 +p27145,nuclear,0.0,0.0,0.0,0.0,0.0 +p27145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27145,pv,0.0,0.0,0.0,0.0,0.0 +p27145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27145,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27149,battery,0.0,0.0,0.0,0.0,0.0 +p27149,biomass,0.0,0.0,0.0,0.0,0.0 +p27149,coal,0.0,0.0,0.0,0.0,0.0 +p27149,csp,0.0,0.0,0.0,0.0,0.0 +p27149,gas,0.0,0.0,0.0,0.0,0.0 +p27149,geothermal,0.0,0.0,0.0,0.0,0.0 +p27149,h2,0.0,0.0,0.0,0.0,0.0 +p27149,hydro,0.0,0.0,0.0,0.0,0.0 +p27149,nuclear,0.0,0.0,0.0,0.0,0.0 +p27149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27149,pv,0.0,0.0,153.33333333337214,306.66666666668607,460.0 +p27149,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27151,battery,0.0,0.0,0.0,0.0,0.0 +p27151,biomass,0.0,0.0,0.0,0.0,0.0 +p27151,coal,0.0,0.0,0.0,0.0,0.0 +p27151,gas,0.0,0.0,0.0,0.0,0.0 +p27151,geothermal,0.0,0.0,0.0,0.0,0.0 +p27151,h2,0.0,0.0,0.0,0.0,0.0 +p27151,hydro,0.0,0.0,0.0,0.0,0.0 +p27151,nuclear,0.0,0.0,0.0,0.0,0.0 +p27151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27151,pv,0.0,0.0,0.0,0.0,0.0 +p27151,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27151,wind-ons,0.0,0.0,100.0,200.0,300.0 +p27157,battery,0.0,0.0,150.0,300.0,450.0 +p27157,biomass,0.0,0.0,0.0,0.0,0.0 +p27157,coal,0.0,0.0,0.0,0.0,0.0 +p27157,csp,0.0,0.0,0.0,0.0,0.0 +p27157,gas,0.0,0.0,0.0,0.0,0.0 +p27157,geothermal,0.0,0.0,0.0,0.0,0.0 +p27157,h2,0.0,0.0,0.0,0.0,0.0 +p27157,hydro,0.0,0.0,0.0,0.0,0.0 +p27157,nuclear,0.0,0.0,0.0,0.0,0.0 +p27157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27157,pv,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p27157,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27157,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27159,battery,0.0,0.0,0.0,0.0,0.0 +p27159,biomass,0.0,0.0,0.0,0.0,0.0 +p27159,coal,0.0,0.0,0.0,0.0,0.0 +p27159,csp,0.0,0.0,0.0,0.0,0.0 +p27159,gas,0.0,0.0,0.0,0.0,0.0 +p27159,geothermal,0.0,0.0,0.0,0.0,0.0 +p27159,h2,0.0,0.0,0.0,0.0,0.0 +p27159,hydro,0.0,0.0,0.0,0.0,0.0 +p27159,nuclear,0.0,0.0,0.0,0.0,0.0 +p27159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27159,pv,0.0,0.0,50.0,100.0,150.0 +p27159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27159,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27163,battery,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p27163,biomass,0.0,0.0,0.0,0.0,0.0 +p27163,coal,0.0,0.0,0.0,0.0,0.0 +p27163,csp,0.0,0.0,0.0,0.0,0.0 +p27163,gas,0.0,0.0,0.0,0.0,0.0 +p27163,geothermal,0.0,0.0,0.0,0.0,0.0 +p27163,h2,0.0,0.0,0.0,0.0,0.0 +p27163,hydro,0.0,0.0,0.0,0.0,0.0 +p27163,nuclear,0.0,0.0,0.0,0.0,0.0 +p27163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27163,pv,0.0,0.0,0.0,0.0,0.0 +p27163,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27165,battery,0.0,0.0,0.0,0.0,0.0 +p27165,biomass,0.0,0.0,0.0,0.0,0.0 +p27165,coal,0.0,0.0,0.0,0.0,0.0 +p27165,csp,0.0,0.0,0.0,0.0,0.0 +p27165,gas,0.0,0.0,0.0,0.0,0.0 +p27165,geothermal,0.0,0.0,0.0,0.0,0.0 +p27165,h2,0.0,0.0,0.0,0.0,0.0 +p27165,hydro,0.0,0.0,0.0,0.0,0.0 +p27165,nuclear,0.0,0.0,0.0,0.0,0.0 +p27165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27165,pv,0.0,0.0,333.3333333332557,666.6666666666279,1000.0 +p27165,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27165,wind-ons,0.0,0.0,0.0,0.0,0.0 +p27167,csp,0.0,0.0,0.0,0.0,0.0 +p27173,battery,0.0,0.0,25.0,50.0,75.0 +p27173,biomass,0.0,0.0,0.0,0.0,0.0 +p27173,coal,0.0,0.0,0.0,0.0,0.0 +p27173,csp,0.0,0.0,0.0,0.0,0.0 +p27173,gas,0.0,0.0,0.0,0.0,0.0 +p27173,geothermal,0.0,0.0,0.0,0.0,0.0 +p27173,h2,0.0,0.0,0.0,0.0,0.0 +p27173,hydro,0.0,0.0,0.0,0.0,0.0 +p27173,nuclear,0.0,0.0,0.0,0.0,0.0 +p27173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p27173,pv,0.0,0.0,97.66666666668607,195.33333333334303,293.0 +p27173,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p27173,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28003,csp,0.0,0.0,0.0,0.0,0.0 +p28005,battery,0.0,0.0,0.0,0.0,0.0 +p28005,biomass,0.0,0.0,0.0,0.0,0.0 +p28005,coal,0.0,0.0,0.0,0.0,0.0 +p28005,csp,0.0,0.0,0.0,0.0,0.0 +p28005,gas,0.0,0.0,0.0,0.0,0.0 +p28005,geothermal,0.0,0.0,0.0,0.0,0.0 +p28005,h2,0.0,0.0,0.0,0.0,0.0 +p28005,hydro,0.0,0.0,0.0,0.0,0.0 +p28005,nuclear,0.0,0.0,0.0,0.0,0.0 +p28005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28005,pv,0.0,0.0,135.0,270.0,405.0 +p28005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28007,battery,0.0,0.0,0.0,0.0,0.0 +p28007,biomass,0.0,0.0,0.0,0.0,0.0 +p28007,coal,0.0,0.0,0.0,0.0,0.0 +p28007,csp,0.0,0.0,0.0,0.0,0.0 +p28007,gas,0.0,0.0,0.0,0.0,0.0 +p28007,geothermal,0.0,0.0,0.0,0.0,0.0 +p28007,h2,0.0,0.0,0.0,0.0,0.0 +p28007,hydro,0.0,0.0,0.0,0.0,0.0 +p28007,nuclear,0.0,0.0,0.0,0.0,0.0 +p28007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28007,pv,0.0,0.0,100.0,200.0,300.0 +p28007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28009,battery,0.0,0.0,0.0,0.0,0.0 +p28009,biomass,0.0,0.0,0.0,0.0,0.0 +p28009,coal,0.0,0.0,0.0,0.0,0.0 +p28009,gas,0.0,0.0,18.0,36.0,54.0 +p28009,geothermal,0.0,0.0,0.0,0.0,0.0 +p28009,h2,0.0,0.0,0.0,0.0,0.0 +p28009,hydro,0.0,0.0,0.0,0.0,0.0 +p28009,nuclear,0.0,0.0,0.0,0.0,0.0 +p28009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28009,pv,0.0,0.0,0.0,0.0,0.0 +p28009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28011,battery,0.0,0.0,0.0,0.0,0.0 +p28011,biomass,0.0,0.0,0.0,0.0,0.0 +p28011,coal,0.0,0.0,0.0,0.0,0.0 +p28011,csp,0.0,0.0,0.0,0.0,0.0 +p28011,gas,0.0,0.0,0.0,0.0,0.0 +p28011,geothermal,0.0,0.0,0.0,0.0,0.0 +p28011,h2,0.0,0.0,0.0,0.0,0.0 +p28011,hydro,0.0,0.0,0.0,0.0,0.0 +p28011,nuclear,0.0,0.0,0.0,0.0,0.0 +p28011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28011,pv,0.0,0.0,120.0,240.0,360.0 +p28011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28013,csp,0.0,0.0,0.0,0.0,0.0 +p28015,csp,0.0,0.0,0.0,0.0,0.0 +p28017,battery,0.0,0.0,0.0,0.0,0.0 +p28017,biomass,0.0,0.0,0.0,0.0,0.0 +p28017,coal,0.0,0.0,0.0,0.0,0.0 +p28017,csp,0.0,0.0,0.0,0.0,0.0 +p28017,gas,0.0,0.0,0.0,0.0,0.0 +p28017,geothermal,0.0,0.0,0.0,0.0,0.0 +p28017,h2,0.0,0.0,0.0,0.0,0.0 +p28017,hydro,0.0,0.0,0.0,0.0,0.0 +p28017,nuclear,0.0,0.0,0.0,0.0,0.0 +p28017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28017,pv,147.5,295.0,295.0,295.0,295.0 +p28017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28019,battery,0.0,0.0,0.0,0.0,0.0 +p28019,biomass,0.0,0.0,0.0,0.0,0.0 +p28019,coal,0.0,0.0,0.0,0.0,0.0 +p28019,csp,0.0,0.0,0.0,0.0,0.0 +p28019,gas,0.0,0.0,0.0,0.0,0.0 +p28019,geothermal,0.0,0.0,0.0,0.0,0.0 +p28019,h2,0.0,0.0,0.0,0.0,0.0 +p28019,hydro,0.0,0.0,0.0,0.0,0.0 +p28019,nuclear,0.0,0.0,0.0,0.0,0.0 +p28019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28019,pv,0.0,0.0,22.333333333328483,44.66666666666424,67.0 +p28019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28023,csp,0.0,0.0,0.0,0.0,0.0 +p28025,battery,125.0,250.0,316.66666666668607,383.33333333334303,450.0 +p28025,biomass,0.0,0.0,0.0,0.0,0.0 +p28025,coal,0.0,0.0,0.0,0.0,0.0 +p28025,csp,0.0,0.0,0.0,0.0,0.0 +p28025,gas,0.0,0.0,0.0,0.0,0.0 +p28025,geothermal,0.0,0.0,0.0,0.0,0.0 +p28025,h2,0.0,0.0,0.0,0.0,0.0 +p28025,hydro,0.0,0.0,0.0,0.0,0.0 +p28025,nuclear,0.0,0.0,0.0,0.0,0.0 +p28025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28025,pv,200.0,400.0,400.0,400.0,400.0 +p28025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28027,battery,0.0,0.0,0.0,0.0,0.0 +p28027,biomass,0.0,0.0,0.0,0.0,0.0 +p28027,coal,0.0,0.0,0.0,0.0,0.0 +p28027,csp,0.0,0.0,0.0,0.0,0.0 +p28027,gas,0.0,0.0,0.0,0.0,0.0 +p28027,geothermal,0.0,0.0,0.0,0.0,0.0 +p28027,h2,0.0,0.0,0.0,0.0,0.0 +p28027,hydro,0.0,0.0,0.0,0.0,0.0 +p28027,nuclear,0.0,0.0,0.0,0.0,0.0 +p28027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28027,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p28027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28031,battery,0.0,0.0,0.0,0.0,0.0 +p28031,biomass,0.0,0.0,0.0,0.0,0.0 +p28031,coal,0.0,0.0,0.0,0.0,0.0 +p28031,csp,0.0,0.0,0.0,0.0,0.0 +p28031,gas,0.0,0.0,0.0,0.0,0.0 +p28031,geothermal,0.0,0.0,0.0,0.0,0.0 +p28031,h2,0.0,0.0,0.0,0.0,0.0 +p28031,hydro,0.0,0.0,0.0,0.0,0.0 +p28031,nuclear,0.0,0.0,0.0,0.0,0.0 +p28031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28031,pv,0.0,0.0,32.0,64.0,96.0 +p28031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28033,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p28033,biomass,0.0,0.0,0.0,0.0,0.0 +p28033,coal,0.0,0.0,0.0,0.0,0.0 +p28033,csp,0.0,0.0,0.0,0.0,0.0 +p28033,gas,0.0,0.0,335.0,670.0,1005.0 +p28033,geothermal,0.0,0.0,0.0,0.0,0.0 +p28033,h2,0.0,0.0,0.0,0.0,0.0 +p28033,hydro,0.0,0.0,0.0,0.0,0.0 +p28033,nuclear,0.0,0.0,0.0,0.0,0.0 +p28033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28033,pv,50.0,100.0,283.0,466.0,649.0 +p28033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28035,csp,0.0,0.0,0.0,0.0,0.0 +p28037,csp,0.0,0.0,0.0,0.0,0.0 +p28045,csp,0.0,0.0,0.0,0.0,0.0 +p28049,battery,0.0,0.0,0.0,0.0,0.0 +p28049,biomass,0.0,0.0,0.0,0.0,0.0 +p28049,coal,0.0,0.0,0.0,0.0,0.0 +p28049,csp,0.0,0.0,0.0,0.0,0.0 +p28049,gas,0.0,0.0,273.3333333332557,546.6666666666279,820.0 +p28049,geothermal,0.0,0.0,0.0,0.0,0.0 +p28049,h2,0.0,0.0,0.0,0.0,0.0 +p28049,hydro,0.0,0.0,0.0,0.0,0.0 +p28049,nuclear,0.0,0.0,0.0,0.0,0.0 +p28049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28049,pv,75.0,150.0,282.0,414.0,546.0 +p28049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28051,battery,0.0,0.0,0.0,0.0,0.0 +p28051,biomass,0.0,0.0,0.0,0.0,0.0 +p28051,coal,0.0,0.0,0.0,0.0,0.0 +p28051,csp,0.0,0.0,0.0,0.0,0.0 +p28051,gas,0.0,0.0,0.0,0.0,0.0 +p28051,geothermal,0.0,0.0,0.0,0.0,0.0 +p28051,h2,0.0,0.0,0.0,0.0,0.0 +p28051,hydro,0.0,0.0,0.0,0.0,0.0 +p28051,nuclear,0.0,0.0,0.0,0.0,0.0 +p28051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28051,pv,0.0,0.0,141.66666666662786,283.33333333331393,425.0 +p28051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28053,battery,0.0,0.0,0.0,0.0,0.0 +p28053,biomass,0.0,0.0,0.0,0.0,0.0 +p28053,coal,0.0,0.0,0.0,0.0,0.0 +p28053,csp,0.0,0.0,0.0,0.0,0.0 +p28053,gas,0.0,0.0,0.0,0.0,0.0 +p28053,geothermal,0.0,0.0,0.0,0.0,0.0 +p28053,h2,0.0,0.0,0.0,0.0,0.0 +p28053,hydro,0.0,0.0,0.0,0.0,0.0 +p28053,nuclear,0.0,0.0,0.0,0.0,0.0 +p28053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28053,pv,0.0,0.0,25.0,50.0,75.0 +p28053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28061,battery,0.0,0.0,0.0,0.0,0.0 +p28061,biomass,0.0,0.0,0.0,0.0,0.0 +p28061,coal,0.0,0.0,0.0,0.0,0.0 +p28061,csp,0.0,0.0,0.0,0.0,0.0 +p28061,gas,0.0,0.0,0.0,0.0,0.0 +p28061,geothermal,0.0,0.0,0.0,0.0,0.0 +p28061,h2,0.0,0.0,0.0,0.0,0.0 +p28061,hydro,0.0,0.0,0.0,0.0,0.0 +p28061,nuclear,0.0,0.0,0.0,0.0,0.0 +p28061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28061,pv,100.0,200.0,371.66666666662786,543.3333333333139,715.0 +p28061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28063,csp,0.0,0.0,0.0,0.0,0.0 +p28065,battery,0.0,0.0,0.0,0.0,0.0 +p28065,biomass,0.0,0.0,0.0,0.0,0.0 +p28065,coal,0.0,0.0,0.0,0.0,0.0 +p28065,csp,0.0,0.0,0.0,0.0,0.0 +p28065,gas,0.0,0.0,0.0,0.0,0.0 +p28065,geothermal,0.0,0.0,0.0,0.0,0.0 +p28065,h2,0.0,0.0,0.0,0.0,0.0 +p28065,hydro,0.0,0.0,0.0,0.0,0.0 +p28065,nuclear,0.0,0.0,0.0,0.0,0.0 +p28065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28065,pv,0.0,0.0,57.5,115.0,172.5 +p28065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28067,csp,0.0,0.0,0.0,0.0,0.0 +p28069,battery,0.0,0.0,0.0,0.0,0.0 +p28069,biomass,0.0,0.0,0.0,0.0,0.0 +p28069,coal,0.0,0.0,0.0,0.0,0.0 +p28069,gas,0.0,0.0,8.333333333335759,16.66666666666788,25.0 +p28069,geothermal,0.0,0.0,0.0,0.0,0.0 +p28069,h2,0.0,0.0,0.0,0.0,0.0 +p28069,hydro,0.0,0.0,0.0,0.0,0.0 +p28069,nuclear,0.0,0.0,0.0,0.0,0.0 +p28069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28069,pv,0.0,0.0,0.0,0.0,0.0 +p28069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28073,battery,0.0,0.0,0.0,0.0,0.0 +p28073,biomass,0.0,0.0,0.0,0.0,0.0 +p28073,coal,0.0,0.0,0.0,0.0,0.0 +p28073,csp,0.0,0.0,0.0,0.0,0.0 +p28073,gas,0.0,0.0,0.0,0.0,0.0 +p28073,geothermal,0.0,0.0,0.0,0.0,0.0 +p28073,h2,0.0,0.0,0.0,0.0,0.0 +p28073,hydro,0.0,0.0,0.0,0.0,0.0 +p28073,nuclear,0.0,0.0,0.0,0.0,0.0 +p28073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28073,pv,26.0,52.0,52.0,52.0,52.0 +p28073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28081,battery,0.0,0.0,0.0,0.0,0.0 +p28081,biomass,0.0,0.0,0.0,0.0,0.0 +p28081,coal,0.0,0.0,0.0,0.0,0.0 +p28081,csp,0.0,0.0,0.0,0.0,0.0 +p28081,gas,0.0,0.0,0.0,0.0,0.0 +p28081,geothermal,0.0,0.0,0.0,0.0,0.0 +p28081,h2,0.0,0.0,0.0,0.0,0.0 +p28081,hydro,0.0,0.0,0.0,0.0,0.0 +p28081,nuclear,0.0,0.0,0.0,0.0,0.0 +p28081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28081,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p28081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28083,battery,0.0,0.0,0.0,0.0,0.0 +p28083,biomass,0.0,0.0,0.0,0.0,0.0 +p28083,coal,0.0,0.0,0.0,0.0,0.0 +p28083,csp,0.0,0.0,0.0,0.0,0.0 +p28083,gas,0.0,0.0,0.0,0.0,0.0 +p28083,geothermal,0.0,0.0,0.0,0.0,0.0 +p28083,h2,0.0,0.0,0.0,0.0,0.0 +p28083,hydro,0.0,0.0,0.0,0.0,0.0 +p28083,nuclear,0.0,0.0,0.0,0.0,0.0 +p28083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28083,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p28083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28085,csp,0.0,0.0,0.0,0.0,0.0 +p28087,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p28087,biomass,0.0,0.0,0.0,0.0,0.0 +p28087,coal,0.0,0.0,0.0,0.0,0.0 +p28087,csp,0.0,0.0,0.0,0.0,0.0 +p28087,gas,0.0,0.0,206.66666666662786,413.33333333331393,620.0 +p28087,geothermal,0.0,0.0,0.0,0.0,0.0 +p28087,h2,0.0,0.0,0.0,0.0,0.0 +p28087,hydro,0.0,0.0,0.0,0.0,0.0 +p28087,nuclear,0.0,0.0,0.0,0.0,0.0 +p28087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28087,pv,0.0,0.0,0.0,0.0,0.0 +p28087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28089,battery,0.0,0.0,100.0,200.0,300.0 +p28089,biomass,0.0,0.0,0.0,0.0,0.0 +p28089,coal,0.0,0.0,0.0,0.0,0.0 +p28089,csp,0.0,0.0,0.0,0.0,0.0 +p28089,gas,0.0,0.0,0.0,0.0,0.0 +p28089,geothermal,0.0,0.0,0.0,0.0,0.0 +p28089,h2,0.0,0.0,0.0,0.0,0.0 +p28089,hydro,0.0,0.0,0.0,0.0,0.0 +p28089,nuclear,0.0,0.0,0.0,0.0,0.0 +p28089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28089,pv,0.0,0.0,192.33333333337214,384.66666666668607,577.0 +p28089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28091,battery,0.0,0.0,0.0,0.0,0.0 +p28091,biomass,0.0,0.0,0.0,0.0,0.0 +p28091,coal,0.0,0.0,0.0,0.0,0.0 +p28091,csp,0.0,0.0,0.0,0.0,0.0 +p28091,gas,0.0,0.0,0.0,0.0,0.0 +p28091,geothermal,0.0,0.0,0.0,0.0,0.0 +p28091,h2,0.0,0.0,0.0,0.0,0.0 +p28091,hydro,0.0,0.0,0.0,0.0,0.0 +p28091,nuclear,0.0,0.0,0.0,0.0,0.0 +p28091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28091,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p28091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28093,battery,0.0,0.0,0.0,0.0,0.0 +p28093,biomass,0.0,0.0,0.0,0.0,0.0 +p28093,coal,0.0,0.0,0.0,0.0,0.0 +p28093,csp,0.0,0.0,0.0,0.0,0.0 +p28093,gas,0.0,0.0,0.0,0.0,0.0 +p28093,geothermal,0.0,0.0,0.0,0.0,0.0 +p28093,h2,0.0,0.0,0.0,0.0,0.0 +p28093,hydro,0.0,0.0,0.0,0.0,0.0 +p28093,nuclear,0.0,0.0,0.0,0.0,0.0 +p28093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28093,pv,25.0,50.0,50.0,50.0,50.0 +p28093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28095,battery,0.0,0.0,0.0,0.0,0.0 +p28095,biomass,0.0,0.0,0.0,0.0,0.0 +p28095,coal,0.0,0.0,0.0,0.0,0.0 +p28095,csp,0.0,0.0,0.0,0.0,0.0 +p28095,gas,0.0,0.0,0.0,0.0,0.0 +p28095,geothermal,0.0,0.0,0.0,0.0,0.0 +p28095,h2,0.0,0.0,0.0,0.0,0.0 +p28095,hydro,0.0,0.0,0.0,0.0,0.0 +p28095,nuclear,0.0,0.0,0.0,0.0,0.0 +p28095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28095,pv,80.0,160.0,185.0,210.0,235.0 +p28095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28097,battery,0.0,0.0,0.0,0.0,0.0 +p28097,biomass,0.0,0.0,0.0,0.0,0.0 +p28097,coal,0.0,0.0,0.0,0.0,0.0 +p28097,csp,0.0,0.0,0.0,0.0,0.0 +p28097,gas,0.0,0.0,0.0,0.0,0.0 +p28097,geothermal,0.0,0.0,0.0,0.0,0.0 +p28097,h2,0.0,0.0,0.0,0.0,0.0 +p28097,hydro,0.0,0.0,0.0,0.0,0.0 +p28097,nuclear,0.0,0.0,0.0,0.0,0.0 +p28097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28097,pv,0.0,0.0,36.666666666656965,73.33333333332848,110.0 +p28097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28101,csp,0.0,0.0,0.0,0.0,0.0 +p28105,csp,0.0,0.0,0.0,0.0,0.0 +p28107,battery,0.0,0.0,0.0,0.0,0.0 +p28107,biomass,0.0,0.0,0.0,0.0,0.0 +p28107,coal,0.0,0.0,0.0,0.0,0.0 +p28107,csp,0.0,0.0,0.0,0.0,0.0 +p28107,gas,0.0,0.0,0.0,0.0,0.0 +p28107,geothermal,0.0,0.0,0.0,0.0,0.0 +p28107,h2,0.0,0.0,0.0,0.0,0.0 +p28107,hydro,0.0,0.0,0.0,0.0,0.0 +p28107,nuclear,0.0,0.0,0.0,0.0,0.0 +p28107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28107,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p28107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28109,csp,0.0,0.0,0.0,0.0,0.0 +p28111,battery,0.0,0.0,50.0,100.0,150.0 +p28111,biomass,0.0,0.0,0.0,0.0,0.0 +p28111,coal,0.0,0.0,0.0,0.0,0.0 +p28111,csp,0.0,0.0,0.0,0.0,0.0 +p28111,gas,0.0,0.0,0.0,0.0,0.0 +p28111,geothermal,0.0,0.0,0.0,0.0,0.0 +p28111,h2,0.0,0.0,0.0,0.0,0.0 +p28111,hydro,0.0,0.0,0.0,0.0,0.0 +p28111,nuclear,0.0,0.0,0.0,0.0,0.0 +p28111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28111,pv,0.0,0.0,116.66666666668607,233.33333333334303,350.0 +p28111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28115,csp,0.0,0.0,0.0,0.0,0.0 +p28119,battery,0.0,0.0,0.0,0.0,0.0 +p28119,biomass,0.0,0.0,0.0,0.0,0.0 +p28119,coal,0.0,0.0,0.0,0.0,0.0 +p28119,csp,0.0,0.0,0.0,0.0,0.0 +p28119,gas,0.0,0.0,0.0,0.0,0.0 +p28119,geothermal,0.0,0.0,0.0,0.0,0.0 +p28119,h2,0.0,0.0,0.0,0.0,0.0 +p28119,hydro,0.0,0.0,0.0,0.0,0.0 +p28119,nuclear,0.0,0.0,0.0,0.0,0.0 +p28119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28119,pv,0.0,0.0,150.0,300.0,450.0 +p28119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28121,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p28121,biomass,0.0,0.0,0.0,0.0,0.0 +p28121,coal,0.0,0.0,0.0,0.0,0.0 +p28121,csp,0.0,0.0,0.0,0.0,0.0 +p28121,gas,0.0,0.0,0.0,0.0,0.0 +p28121,geothermal,0.0,0.0,0.0,0.0,0.0 +p28121,h2,0.0,0.0,0.0,0.0,0.0 +p28121,hydro,0.0,0.0,0.0,0.0,0.0 +p28121,nuclear,0.0,0.0,0.0,0.0,0.0 +p28121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28121,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 +p28121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28123,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p28123,biomass,0.0,0.0,0.0,0.0,0.0 +p28123,coal,0.0,0.0,0.0,0.0,0.0 +p28123,csp,0.0,0.0,0.0,0.0,0.0 +p28123,gas,0.0,0.0,0.0,0.0,0.0 +p28123,geothermal,0.0,0.0,0.0,0.0,0.0 +p28123,h2,0.0,0.0,0.0,0.0,0.0 +p28123,hydro,0.0,0.0,0.0,0.0,0.0 +p28123,nuclear,0.0,0.0,0.0,0.0,0.0 +p28123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28123,pv,0.0,0.0,0.0,0.0,0.0 +p28123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28125,battery,0.0,0.0,0.0,0.0,0.0 +p28125,biomass,0.0,0.0,0.0,0.0,0.0 +p28125,coal,0.0,0.0,0.0,0.0,0.0 +p28125,csp,0.0,0.0,0.0,0.0,0.0 +p28125,gas,0.0,0.0,0.0,0.0,0.0 +p28125,geothermal,0.0,0.0,0.0,0.0,0.0 +p28125,h2,0.0,0.0,0.0,0.0,0.0 +p28125,hydro,0.0,0.0,0.0,0.0,0.0 +p28125,nuclear,0.0,0.0,0.0,0.0,0.0 +p28125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28125,pv,0.0,0.0,40.0,80.0,120.0 +p28125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28125,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28127,battery,0.0,0.0,0.0,0.0,0.0 +p28127,biomass,0.0,0.0,0.0,0.0,0.0 +p28127,coal,0.0,0.0,0.0,0.0,0.0 +p28127,csp,0.0,0.0,0.0,0.0,0.0 +p28127,gas,0.0,0.0,0.0,0.0,0.0 +p28127,geothermal,0.0,0.0,0.0,0.0,0.0 +p28127,h2,0.0,0.0,0.0,0.0,0.0 +p28127,hydro,0.0,0.0,0.0,0.0,0.0 +p28127,nuclear,0.0,0.0,0.0,0.0,0.0 +p28127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28127,pv,45.0,90.0,145.0,200.0,255.0 +p28127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28131,csp,0.0,0.0,0.0,0.0,0.0 +p28133,battery,0.0,0.0,0.0,0.0,0.0 +p28133,biomass,0.0,0.0,0.0,0.0,0.0 +p28133,coal,0.0,0.0,0.0,0.0,0.0 +p28133,csp,0.0,0.0,0.0,0.0,0.0 +p28133,gas,0.0,0.0,0.0,0.0,0.0 +p28133,geothermal,0.0,0.0,0.0,0.0,0.0 +p28133,h2,0.0,0.0,0.0,0.0,0.0 +p28133,hydro,0.0,0.0,0.0,0.0,0.0 +p28133,nuclear,0.0,0.0,0.0,0.0,0.0 +p28133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28133,pv,49.98,99.96,432.95999999996275,765.9599999999627,1098.96 +p28133,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28133,wind-ons,0.0,0.0,190.0,380.0,570.0 +p28135,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p28135,biomass,0.0,0.0,0.0,0.0,0.0 +p28135,coal,0.0,0.0,0.0,0.0,0.0 +p28135,csp,0.0,0.0,0.0,0.0,0.0 +p28135,gas,0.0,0.0,0.0,0.0,0.0 +p28135,geothermal,0.0,0.0,0.0,0.0,0.0 +p28135,h2,0.0,0.0,0.0,0.0,0.0 +p28135,hydro,0.0,0.0,0.0,0.0,0.0 +p28135,nuclear,0.0,0.0,0.0,0.0,0.0 +p28135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28135,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p28135,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28137,csp,0.0,0.0,0.0,0.0,0.0 +p28143,battery,0.0,0.0,0.0,0.0,0.0 +p28143,biomass,0.0,0.0,0.0,0.0,0.0 +p28143,coal,0.0,0.0,0.0,0.0,0.0 +p28143,csp,0.0,0.0,0.0,0.0,0.0 +p28143,gas,0.0,0.0,0.0,0.0,0.0 +p28143,geothermal,0.0,0.0,0.0,0.0,0.0 +p28143,h2,0.0,0.0,0.0,0.0,0.0 +p28143,hydro,0.0,0.0,0.0,0.0,0.0 +p28143,nuclear,0.0,0.0,0.0,0.0,0.0 +p28143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28143,pv,0.0,0.0,106.66666666668607,213.33333333334303,320.0 +p28143,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28143,wind-ons,0.0,0.0,125.53333333335468,251.06666666668025,376.6 +p28147,csp,0.0,0.0,0.0,0.0,0.0 +p28149,battery,0.0,0.0,0.0,0.0,0.0 +p28149,biomass,0.0,0.0,0.0,0.0,0.0 +p28149,coal,0.0,0.0,0.0,0.0,0.0 +p28149,gas,0.0,0.0,273.3333333332557,546.6666666666279,820.0 +p28149,geothermal,0.0,0.0,0.0,0.0,0.0 +p28149,h2,0.0,0.0,0.0,0.0,0.0 +p28149,hydro,0.0,0.0,0.0,0.0,0.0 +p28149,nuclear,0.0,0.0,0.0,0.0,0.0 +p28149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28149,pv,0.0,0.0,0.0,0.0,0.0 +p28149,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28151,battery,0.0,0.0,56.666666666656965,113.33333333332848,170.0 +p28151,biomass,0.0,0.0,0.0,0.0,0.0 +p28151,coal,0.0,0.0,0.0,0.0,0.0 +p28151,csp,0.0,0.0,0.0,0.0,0.0 +p28151,gas,0.0,0.0,0.0,0.0,0.0 +p28151,geothermal,0.0,0.0,0.0,0.0,0.0 +p28151,h2,0.0,0.0,0.0,0.0,0.0 +p28151,hydro,0.0,0.0,0.0,0.0,0.0 +p28151,nuclear,0.0,0.0,0.0,0.0,0.0 +p28151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28151,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p28151,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28151,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28153,battery,0.0,0.0,0.0,0.0,0.0 +p28153,biomass,0.0,0.0,0.0,0.0,0.0 +p28153,coal,0.0,0.0,0.0,0.0,0.0 +p28153,csp,0.0,0.0,0.0,0.0,0.0 +p28153,gas,0.0,0.0,0.0,0.0,0.0 +p28153,geothermal,0.0,0.0,0.0,0.0,0.0 +p28153,h2,0.0,0.0,0.0,0.0,0.0 +p28153,hydro,0.0,0.0,0.0,0.0,0.0 +p28153,nuclear,0.0,0.0,0.0,0.0,0.0 +p28153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28153,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p28153,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28153,wind-ons,0.0,0.0,0.0,0.0,0.0 +p28157,csp,0.0,0.0,0.0,0.0,0.0 +p28163,battery,0.0,0.0,0.0,0.0,0.0 +p28163,biomass,0.0,0.0,0.0,0.0,0.0 +p28163,coal,0.0,0.0,0.0,0.0,0.0 +p28163,csp,0.0,0.0,0.0,0.0,0.0 +p28163,gas,0.0,0.0,0.0,0.0,0.0 +p28163,geothermal,0.0,0.0,0.0,0.0,0.0 +p28163,h2,0.0,0.0,0.0,0.0,0.0 +p28163,hydro,0.0,0.0,0.0,0.0,0.0 +p28163,nuclear,0.0,0.0,0.0,0.0,0.0 +p28163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p28163,pv,0.0,0.0,50.0,100.0,150.0 +p28163,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p28163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29001,battery,0.0,0.0,0.0,0.0,0.0 +p29001,biomass,0.0,0.0,0.0,0.0,0.0 +p29001,coal,0.0,0.0,0.0,0.0,0.0 +p29001,csp,0.0,0.0,0.0,0.0,0.0 +p29001,gas,0.0,0.0,0.0,0.0,0.0 +p29001,geothermal,0.0,0.0,0.0,0.0,0.0 +p29001,h2,0.0,0.0,0.0,0.0,0.0 +p29001,hydro,0.0,0.0,0.0,0.0,0.0 +p29001,nuclear,0.0,0.0,0.0,0.0,0.0 +p29001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29001,pv,0.0,0.0,150.0,300.0,450.0 +p29001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29003,csp,0.0,0.0,0.0,0.0,0.0 +p29005,battery,0.0,0.0,0.0,0.0,0.0 +p29005,biomass,0.0,0.0,0.0,0.0,0.0 +p29005,coal,0.0,0.0,0.0,0.0,0.0 +p29005,csp,0.0,0.0,0.0,0.0,0.0 +p29005,gas,0.0,0.0,0.0,0.0,0.0 +p29005,geothermal,0.0,0.0,0.0,0.0,0.0 +p29005,h2,0.0,0.0,0.0,0.0,0.0 +p29005,hydro,0.0,0.0,0.0,0.0,0.0 +p29005,nuclear,0.0,0.0,0.0,0.0,0.0 +p29005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29005,pv,0.0,0.0,0.0,0.0,0.0 +p29005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29005,wind-ons,123.0,246.0,246.0,246.0,246.0 +p29007,battery,0.0,0.0,0.0,0.0,0.0 +p29007,biomass,0.0,0.0,0.0,0.0,0.0 +p29007,coal,0.0,0.0,0.0,0.0,0.0 +p29007,csp,0.0,0.0,0.0,0.0,0.0 +p29007,gas,0.0,0.0,0.0,0.0,0.0 +p29007,geothermal,0.0,0.0,0.0,0.0,0.0 +p29007,h2,0.0,0.0,0.0,0.0,0.0 +p29007,hydro,0.0,0.0,0.0,0.0,0.0 +p29007,nuclear,0.0,0.0,0.0,0.0,0.0 +p29007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29007,pv,0.0,0.0,0.0,0.0,0.0 +p29007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29007,wind-ons,200.0,400.0,483.33333333331393,566.666666666657,650.0 +p29009,battery,0.0,0.0,0.0,0.0,0.0 +p29009,biomass,0.0,0.0,0.0,0.0,0.0 +p29009,coal,0.0,0.0,0.0,0.0,0.0 +p29009,csp,0.0,0.0,0.0,0.0,0.0 +p29009,gas,0.0,0.0,0.0,0.0,0.0 +p29009,geothermal,0.0,0.0,0.0,0.0,0.0 +p29009,h2,0.0,0.0,0.0,0.0,0.0 +p29009,hydro,0.0,0.0,0.0,0.0,0.0 +p29009,nuclear,0.0,0.0,0.0,0.0,0.0 +p29009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29009,pv,65.0,130.0,130.0,130.0,130.0 +p29009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29011,battery,0.0,0.0,0.0,0.0,0.0 +p29011,biomass,0.0,0.0,0.0,0.0,0.0 +p29011,coal,0.0,0.0,0.0,0.0,0.0 +p29011,csp,0.0,0.0,0.0,0.0,0.0 +p29011,gas,0.0,0.0,0.0,0.0,0.0 +p29011,geothermal,0.0,0.0,0.0,0.0,0.0 +p29011,h2,0.0,0.0,0.0,0.0,0.0 +p29011,hydro,0.0,0.0,0.0,0.0,0.0 +p29011,nuclear,0.0,0.0,0.0,0.0,0.0 +p29011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29011,pv,0.0,0.0,66.60000000000582,133.20000000001164,199.8 +p29011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29017,battery,0.0,0.0,50.0,100.0,150.0 +p29017,biomass,0.0,0.0,0.0,0.0,0.0 +p29017,coal,0.0,0.0,0.0,0.0,0.0 +p29017,csp,0.0,0.0,0.0,0.0,0.0 +p29017,gas,0.0,0.0,0.0,0.0,0.0 +p29017,geothermal,0.0,0.0,0.0,0.0,0.0 +p29017,h2,0.0,0.0,0.0,0.0,0.0 +p29017,hydro,0.0,0.0,0.0,0.0,0.0 +p29017,nuclear,0.0,0.0,0.0,0.0,0.0 +p29017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29017,pv,0.0,0.0,216.66666666662786,433.33333333331393,650.0 +p29017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29019,csp,0.0,0.0,0.0,0.0,0.0 +p29021,battery,0.0,0.0,66.60000000000582,133.20000000001164,199.8 +p29021,biomass,0.0,0.0,0.0,0.0,0.0 +p29021,coal,0.0,0.0,0.0,0.0,0.0 +p29021,gas,0.0,0.0,0.0,0.0,0.0 +p29021,geothermal,0.0,0.0,0.0,0.0,0.0 +p29021,h2,0.0,0.0,0.0,0.0,0.0 +p29021,hydro,0.0,0.0,0.0,0.0,0.0 +p29021,nuclear,0.0,0.0,0.0,0.0,0.0 +p29021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29021,pv,0.0,0.0,0.0,0.0,0.0 +p29021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29023,battery,0.0,0.0,0.0,0.0,0.0 +p29023,biomass,0.0,0.0,0.0,0.0,0.0 +p29023,coal,0.0,0.0,0.0,0.0,0.0 +p29023,csp,0.0,0.0,0.0,0.0,0.0 +p29023,gas,0.0,0.0,153.33333333337214,306.66666666668607,460.0 +p29023,geothermal,0.0,0.0,0.0,0.0,0.0 +p29023,h2,0.0,0.0,0.0,0.0,0.0 +p29023,hydro,0.0,0.0,0.0,0.0,0.0 +p29023,nuclear,0.0,0.0,0.0,0.0,0.0 +p29023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29023,pv,0.0,0.0,0.0,0.0,0.0 +p29023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29025,csp,0.0,0.0,0.0,0.0,0.0 +p29027,battery,0.0,0.0,0.0,0.0,0.0 +p29027,biomass,0.0,0.0,0.0,0.0,0.0 +p29027,coal,0.0,0.0,0.0,0.0,0.0 +p29027,csp,0.0,0.0,0.0,0.0,0.0 +p29027,gas,0.0,0.0,0.0,0.0,0.0 +p29027,geothermal,0.0,0.0,0.0,0.0,0.0 +p29027,h2,0.0,0.0,0.0,0.0,0.0 +p29027,hydro,0.0,0.0,0.0,0.0,0.0 +p29027,nuclear,0.0,0.0,0.0,0.0,0.0 +p29027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29027,pv,125.0,250.0,450.0,650.0,850.0 +p29027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29031,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p29031,biomass,0.0,0.0,0.0,0.0,0.0 +p29031,coal,0.0,0.0,0.0,0.0,0.0 +p29031,csp,0.0,0.0,0.0,0.0,0.0 +p29031,gas,0.0,0.0,0.0,0.0,0.0 +p29031,geothermal,0.0,0.0,0.0,0.0,0.0 +p29031,h2,0.0,0.0,0.0,0.0,0.0 +p29031,hydro,0.0,0.0,0.0,0.0,0.0 +p29031,nuclear,0.0,0.0,0.0,0.0,0.0 +p29031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29031,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p29031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29033,battery,0.0,0.0,0.0,0.0,0.0 +p29033,biomass,0.0,0.0,0.0,0.0,0.0 +p29033,coal,0.0,0.0,0.0,0.0,0.0 +p29033,csp,0.0,0.0,0.0,0.0,0.0 +p29033,gas,0.0,0.0,0.0,0.0,0.0 +p29033,geothermal,0.0,0.0,0.0,0.0,0.0 +p29033,h2,0.0,0.0,0.0,0.0,0.0 +p29033,hydro,0.0,0.0,0.0,0.0,0.0 +p29033,nuclear,0.0,0.0,0.0,0.0,0.0 +p29033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29033,pv,48.0,96.0,96.0,96.0,96.0 +p29033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29037,battery,0.0,0.0,93.33333333331393,186.66666666665697,280.0 +p29037,biomass,0.0,0.0,0.0,0.0,0.0 +p29037,coal,0.0,0.0,0.0,0.0,0.0 +p29037,csp,0.0,0.0,0.0,0.0,0.0 +p29037,gas,14.5,29.0,29.0,29.0,29.0 +p29037,geothermal,0.0,0.0,0.0,0.0,0.0 +p29037,h2,0.0,0.0,0.0,0.0,0.0 +p29037,hydro,0.0,0.0,0.0,0.0,0.0 +p29037,nuclear,0.0,0.0,0.0,0.0,0.0 +p29037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29037,pv,0.0,0.0,0.0,0.0,0.0 +p29037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29039,csp,0.0,0.0,0.0,0.0,0.0 +p29041,battery,0.0,0.0,50.0,100.0,150.0 +p29041,biomass,0.0,0.0,0.0,0.0,0.0 +p29041,coal,0.0,0.0,0.0,0.0,0.0 +p29041,csp,0.0,0.0,0.0,0.0,0.0 +p29041,gas,0.0,0.0,0.0,0.0,0.0 +p29041,geothermal,0.0,0.0,0.0,0.0,0.0 +p29041,h2,0.0,0.0,0.0,0.0,0.0 +p29041,hydro,0.0,0.0,0.0,0.0,0.0 +p29041,nuclear,0.0,0.0,0.0,0.0,0.0 +p29041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29041,pv,0.0,0.0,0.0,0.0,0.0 +p29041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29043,csp,0.0,0.0,0.0,0.0,0.0 +p29045,csp,0.0,0.0,0.0,0.0,0.0 +p29047,battery,0.0,0.0,383.3333333332557,766.6666666666279,1150.0 +p29047,biomass,0.0,0.0,0.0,0.0,0.0 +p29047,coal,0.0,0.0,0.0,0.0,0.0 +p29047,csp,0.0,0.0,0.0,0.0,0.0 +p29047,gas,0.0,0.0,0.0,0.0,0.0 +p29047,geothermal,0.0,0.0,0.0,0.0,0.0 +p29047,h2,0.0,0.0,0.0,0.0,0.0 +p29047,hydro,0.0,0.0,0.0,0.0,0.0 +p29047,nuclear,0.0,0.0,0.0,0.0,0.0 +p29047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29047,pv,0.0,0.0,0.0,0.0,0.0 +p29047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29049,battery,0.0,0.0,0.0,0.0,0.0 +p29049,biomass,0.0,0.0,0.0,0.0,0.0 +p29049,coal,0.0,0.0,0.0,0.0,0.0 +p29049,csp,0.0,0.0,0.0,0.0,0.0 +p29049,gas,267.5,535.0,688.3333333333721,841.6666666666861,995.0 +p29049,geothermal,0.0,0.0,0.0,0.0,0.0 +p29049,h2,0.0,0.0,0.0,0.0,0.0 +p29049,hydro,0.0,0.0,0.0,0.0,0.0 +p29049,nuclear,0.0,0.0,0.0,0.0,0.0 +p29049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29049,pv,0.0,0.0,0.0,0.0,0.0 +p29049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29053,battery,0.0,0.0,0.0,0.0,0.0 +p29053,biomass,0.0,0.0,0.0,0.0,0.0 +p29053,coal,0.0,0.0,0.0,0.0,0.0 +p29053,csp,0.0,0.0,0.0,0.0,0.0 +p29053,gas,0.0,0.0,0.0,0.0,0.0 +p29053,geothermal,0.0,0.0,0.0,0.0,0.0 +p29053,h2,0.0,0.0,0.0,0.0,0.0 +p29053,hydro,0.0,0.0,0.0,0.0,0.0 +p29053,nuclear,0.0,0.0,0.0,0.0,0.0 +p29053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29053,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p29053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29057,battery,0.0,0.0,0.0,0.0,0.0 +p29057,biomass,0.0,0.0,0.0,0.0,0.0 +p29057,coal,0.0,0.0,0.0,0.0,0.0 +p29057,csp,0.0,0.0,0.0,0.0,0.0 +p29057,gas,0.0,0.0,0.0,0.0,0.0 +p29057,geothermal,0.0,0.0,0.0,0.0,0.0 +p29057,h2,0.0,0.0,0.0,0.0,0.0 +p29057,hydro,0.0,0.0,0.0,0.0,0.0 +p29057,nuclear,0.0,0.0,0.0,0.0,0.0 +p29057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29057,pv,0.0,0.0,0.0,0.0,0.0 +p29057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29057,wind-ons,123.5,247.0,247.0,247.0,247.0 +p29061,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p29061,biomass,0.0,0.0,0.0,0.0,0.0 +p29061,coal,0.0,0.0,0.0,0.0,0.0 +p29061,gas,0.0,0.0,0.0,0.0,0.0 +p29061,geothermal,0.0,0.0,0.0,0.0,0.0 +p29061,h2,0.0,0.0,0.0,0.0,0.0 +p29061,hydro,0.0,0.0,0.0,0.0,0.0 +p29061,nuclear,0.0,0.0,0.0,0.0,0.0 +p29061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29061,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p29061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29067,csp,0.0,0.0,0.0,0.0,0.0 +p29073,battery,0.0,0.0,100.0,200.0,300.0 +p29073,biomass,0.0,0.0,0.0,0.0,0.0 +p29073,coal,0.0,0.0,0.0,0.0,0.0 +p29073,csp,0.0,0.0,0.0,0.0,0.0 +p29073,gas,0.0,0.0,0.0,0.0,0.0 +p29073,geothermal,0.0,0.0,0.0,0.0,0.0 +p29073,h2,0.0,0.0,0.0,0.0,0.0 +p29073,hydro,0.0,0.0,0.0,0.0,0.0 +p29073,nuclear,0.0,0.0,0.0,0.0,0.0 +p29073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29073,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 +p29073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29075,battery,0.0,0.0,0.0,0.0,0.0 +p29075,biomass,0.0,0.0,0.0,0.0,0.0 +p29075,coal,0.0,0.0,0.0,0.0,0.0 +p29075,csp,0.0,0.0,0.0,0.0,0.0 +p29075,gas,0.0,0.0,0.0,0.0,0.0 +p29075,geothermal,0.0,0.0,0.0,0.0,0.0 +p29075,h2,0.0,0.0,0.0,0.0,0.0 +p29075,hydro,0.0,0.0,0.0,0.0,0.0 +p29075,nuclear,0.0,0.0,0.0,0.0,0.0 +p29075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29075,pv,0.0,0.0,0.0,0.0,0.0 +p29075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29075,wind-ons,9.0,18.0,18.0,18.0,18.0 +p29077,battery,0.0,0.0,133.0,266.0,399.0 +p29077,biomass,0.0,0.0,0.0,0.0,0.0 +p29077,coal,0.0,0.0,0.0,0.0,0.0 +p29077,csp,0.0,0.0,0.0,0.0,0.0 +p29077,gas,0.0,0.0,48.333333333343035,96.66666666667152,145.0 +p29077,geothermal,0.0,0.0,0.0,0.0,0.0 +p29077,h2,0.0,0.0,0.0,0.0,0.0 +p29077,hydro,0.0,0.0,0.0,0.0,0.0 +p29077,nuclear,0.0,0.0,0.0,0.0,0.0 +p29077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29077,pv,0.0,0.0,0.0,0.0,0.0 +p29077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29079,battery,0.0,0.0,0.0,0.0,0.0 +p29079,biomass,0.0,0.0,0.0,0.0,0.0 +p29079,coal,0.0,0.0,0.0,0.0,0.0 +p29079,gas,0.0,0.0,0.0,0.0,0.0 +p29079,geothermal,0.0,0.0,0.0,0.0,0.0 +p29079,h2,0.0,0.0,0.0,0.0,0.0 +p29079,hydro,0.0,0.0,0.0,0.0,0.0 +p29079,nuclear,0.0,0.0,0.0,0.0,0.0 +p29079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29079,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p29079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29083,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p29083,biomass,0.0,0.0,0.0,0.0,0.0 +p29083,coal,0.0,0.0,0.0,0.0,0.0 +p29083,csp,0.0,0.0,0.0,0.0,0.0 +p29083,gas,0.0,0.0,0.0,0.0,0.0 +p29083,geothermal,0.0,0.0,0.0,0.0,0.0 +p29083,h2,0.0,0.0,0.0,0.0,0.0 +p29083,hydro,0.0,0.0,0.0,0.0,0.0 +p29083,nuclear,0.0,0.0,0.0,0.0,0.0 +p29083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29083,pv,275.0,550.0,666.6666666666861,783.333333333343,900.0 +p29083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29093,battery,0.0,0.0,0.0,0.0,0.0 +p29093,biomass,0.0,0.0,0.0,0.0,0.0 +p29093,coal,0.0,0.0,0.0,0.0,0.0 +p29093,csp,0.0,0.0,0.0,0.0,0.0 +p29093,gas,0.0,0.0,0.0,0.0,0.0 +p29093,geothermal,0.0,0.0,0.0,0.0,0.0 +p29093,h2,0.0,0.0,0.0,0.0,0.0 +p29093,hydro,30.0,60.0,60.0,60.0,60.0 +p29093,nuclear,0.0,0.0,0.0,0.0,0.0 +p29093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29093,pv,0.0,0.0,0.0,0.0,0.0 +p29093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29095,battery,50.0,100.0,433.0,766.0,1099.0 +p29095,biomass,0.0,0.0,0.0,0.0,0.0 +p29095,coal,0.0,0.0,0.0,0.0,0.0 +p29095,csp,0.0,0.0,0.0,0.0,0.0 +p29095,gas,0.0,0.0,334.9666666666744,669.9333333333489,1004.9000000000001 +p29095,geothermal,0.0,0.0,0.0,0.0,0.0 +p29095,h2,0.0,0.0,0.0,0.0,0.0 +p29095,hydro,0.0,0.0,0.0,0.0,0.0 +p29095,nuclear,0.0,0.0,0.0,0.0,0.0 +p29095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29095,pv,0.0,0.0,0.0,0.0,0.0 +p29095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29097,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p29097,biomass,0.0,0.0,0.0,0.0,0.0 +p29097,coal,0.0,0.0,0.0,0.0,0.0 +p29097,csp,0.0,0.0,0.0,0.0,0.0 +p29097,gas,32.0,64.0,147.33333333331393,230.66666666665697,314.0 +p29097,geothermal,0.0,0.0,0.0,0.0,0.0 +p29097,h2,0.0,0.0,0.0,0.0,0.0 +p29097,hydro,0.0,0.0,0.0,0.0,0.0 +p29097,nuclear,0.0,0.0,0.0,0.0,0.0 +p29097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29097,pv,75.0,150.0,150.0,150.0,150.0 +p29097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29099,csp,0.0,0.0,0.0,0.0,0.0 +p29101,csp,0.0,0.0,0.0,0.0,0.0 +p29103,battery,0.0,0.0,0.0,0.0,0.0 +p29103,biomass,0.0,0.0,0.0,0.0,0.0 +p29103,coal,0.0,0.0,0.0,0.0,0.0 +p29103,csp,0.0,0.0,0.0,0.0,0.0 +p29103,gas,0.0,0.0,0.0,0.0,0.0 +p29103,geothermal,0.0,0.0,0.0,0.0,0.0 +p29103,h2,0.0,0.0,0.0,0.0,0.0 +p29103,hydro,0.0,0.0,0.0,0.0,0.0 +p29103,nuclear,0.0,0.0,0.0,0.0,0.0 +p29103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29103,pv,0.0,0.0,0.0,0.0,0.0 +p29103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29103,wind-ons,150.0,300.0,300.0,300.0,300.0 +p29107,csp,0.0,0.0,0.0,0.0,0.0 +p29109,battery,0.0,0.0,55.666666666656965,111.33333333332848,167.0 +p29109,biomass,0.0,0.0,0.0,0.0,0.0 +p29109,coal,0.0,0.0,0.0,0.0,0.0 +p29109,gas,0.0,0.0,0.0,0.0,0.0 +p29109,geothermal,0.0,0.0,0.0,0.0,0.0 +p29109,h2,0.0,0.0,0.0,0.0,0.0 +p29109,hydro,0.0,0.0,0.0,0.0,0.0 +p29109,nuclear,0.0,0.0,0.0,0.0,0.0 +p29109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29109,pv,0.0,0.0,0.0,0.0,0.0 +p29109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29113,battery,0.0,0.0,85.96000000002095,171.9200000000128,257.88 +p29113,biomass,0.0,0.0,0.0,0.0,0.0 +p29113,coal,0.0,0.0,0.0,0.0,0.0 +p29113,csp,0.0,0.0,0.0,0.0,0.0 +p29113,gas,0.0,0.0,0.0,0.0,0.0 +p29113,geothermal,0.0,0.0,0.0,0.0,0.0 +p29113,h2,0.0,0.0,0.0,0.0,0.0 +p29113,hydro,0.0,0.0,0.0,0.0,0.0 +p29113,nuclear,0.0,0.0,0.0,0.0,0.0 +p29113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29113,pv,75.0,150.0,216.66666666668607,283.33333333334303,350.0 +p29113,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29113,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29119,csp,0.0,0.0,0.0,0.0,0.0 +p29121,battery,0.0,0.0,0.0,0.0,0.0 +p29121,biomass,0.0,0.0,0.0,0.0,0.0 +p29121,coal,0.0,0.0,0.0,0.0,0.0 +p29121,csp,0.0,0.0,0.0,0.0,0.0 +p29121,gas,0.0,0.0,0.0,0.0,0.0 +p29121,geothermal,0.0,0.0,0.0,0.0,0.0 +p29121,h2,0.0,0.0,0.0,0.0,0.0 +p29121,hydro,0.0,0.0,0.0,0.0,0.0 +p29121,nuclear,0.0,0.0,0.0,0.0,0.0 +p29121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29121,pv,50.0,100.0,269.47666666668374,438.9533333333093,608.4300000000001 +p29121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29123,csp,0.0,0.0,0.0,0.0,0.0 +p29125,battery,0.0,0.0,0.0,0.0,0.0 +p29125,biomass,0.0,0.0,0.0,0.0,0.0 +p29125,coal,0.0,0.0,0.0,0.0,0.0 +p29125,csp,0.0,0.0,0.0,0.0,0.0 +p29125,gas,0.0,0.0,0.0,0.0,0.0 +p29125,geothermal,0.0,0.0,0.0,0.0,0.0 +p29125,h2,0.0,0.0,0.0,0.0,0.0 +p29125,hydro,0.0,0.0,0.0,0.0,0.0 +p29125,nuclear,0.0,0.0,0.0,0.0,0.0 +p29125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29125,pv,0.0,0.0,113.33333333331393,226.66666666665697,340.0 +p29125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29125,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29127,battery,0.0,0.0,0.0,0.0,0.0 +p29127,biomass,0.0,0.0,0.0,0.0,0.0 +p29127,coal,0.0,0.0,0.0,0.0,0.0 +p29127,csp,0.0,0.0,0.0,0.0,0.0 +p29127,gas,0.0,0.0,0.0,0.0,0.0 +p29127,geothermal,0.0,0.0,0.0,0.0,0.0 +p29127,h2,0.0,0.0,0.0,0.0,0.0 +p29127,hydro,0.0,0.0,0.0,0.0,0.0 +p29127,nuclear,0.0,0.0,0.0,0.0,0.0 +p29127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29127,pv,0.0,0.0,146.66666666662786,293.33333333331393,440.0 +p29127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29133,csp,0.0,0.0,0.0,0.0,0.0 +p29139,battery,0.0,0.0,0.0,0.0,0.0 +p29139,biomass,0.0,0.0,0.0,0.0,0.0 +p29139,coal,0.0,0.0,0.0,0.0,0.0 +p29139,csp,0.0,0.0,0.0,0.0,0.0 +p29139,gas,0.0,0.0,0.0,0.0,0.0 +p29139,geothermal,0.0,0.0,0.0,0.0,0.0 +p29139,h2,0.0,0.0,0.0,0.0,0.0 +p29139,hydro,0.0,0.0,0.0,0.0,0.0 +p29139,nuclear,0.0,0.0,0.0,0.0,0.0 +p29139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29139,pv,50.0,100.0,133.33333333334303,166.66666666667152,200.0 +p29139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29143,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p29143,biomass,0.0,0.0,0.0,0.0,0.0 +p29143,coal,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p29143,csp,0.0,0.0,0.0,0.0,0.0 +p29143,gas,36.0,72.0,72.0,72.0,72.0 +p29143,geothermal,0.0,0.0,0.0,0.0,0.0 +p29143,h2,0.0,0.0,0.0,0.0,0.0 +p29143,hydro,0.0,0.0,0.0,0.0,0.0 +p29143,nuclear,0.0,0.0,0.0,0.0,0.0 +p29143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29143,pv,0.0,0.0,50.0,100.0,150.0 +p29143,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29143,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29145,csp,0.0,0.0,0.0,0.0,0.0 +p29147,battery,0.0,0.0,0.0,0.0,0.0 +p29147,biomass,0.0,0.0,0.0,0.0,0.0 +p29147,coal,0.0,0.0,0.0,0.0,0.0 +p29147,csp,0.0,0.0,0.0,0.0,0.0 +p29147,gas,0.0,0.0,300.4000000000233,600.8000000000466,901.2 +p29147,geothermal,0.0,0.0,0.0,0.0,0.0 +p29147,h2,0.0,0.0,0.0,0.0,0.0 +p29147,hydro,0.0,0.0,0.0,0.0,0.0 +p29147,nuclear,0.0,0.0,0.0,0.0,0.0 +p29147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29147,pv,0.0,0.0,0.0,0.0,0.0 +p29147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29147,wind-ons,234.0,468.0,468.0,468.0,468.0 +p29151,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p29151,biomass,0.0,0.0,0.0,0.0,0.0 +p29151,coal,0.0,0.0,0.0,0.0,0.0 +p29151,gas,0.0,0.0,0.0,0.0,0.0 +p29151,geothermal,0.0,0.0,0.0,0.0,0.0 +p29151,h2,0.0,0.0,0.0,0.0,0.0 +p29151,hydro,0.0,0.0,0.0,0.0,0.0 +p29151,nuclear,0.0,0.0,0.0,0.0,0.0 +p29151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29151,pv,0.0,0.0,0.0,0.0,0.0 +p29151,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29151,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29159,battery,0.0,0.0,0.0,0.0,0.0 +p29159,biomass,0.0,0.0,0.0,0.0,0.0 +p29159,coal,0.0,0.0,0.0,0.0,0.0 +p29159,csp,0.0,0.0,0.0,0.0,0.0 +p29159,gas,0.0,0.0,0.0,0.0,0.0 +p29159,geothermal,0.0,0.0,0.0,0.0,0.0 +p29159,h2,0.0,0.0,0.0,0.0,0.0 +p29159,hydro,0.0,0.0,0.0,0.0,0.0 +p29159,nuclear,0.0,0.0,0.0,0.0,0.0 +p29159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29159,pv,0.0,0.0,31.666666666671517,63.33333333333576,95.0 +p29159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29159,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29163,csp,0.0,0.0,0.0,0.0,0.0 +p29167,battery,0.0,0.0,0.0,0.0,0.0 +p29167,biomass,0.0,0.0,0.0,0.0,0.0 +p29167,coal,0.0,0.0,0.0,0.0,0.0 +p29167,csp,0.0,0.0,0.0,0.0,0.0 +p29167,gas,0.0,0.0,0.0,0.0,0.0 +p29167,geothermal,0.0,0.0,0.0,0.0,0.0 +p29167,h2,0.0,0.0,0.0,0.0,0.0 +p29167,hydro,0.0,0.0,0.0,0.0,0.0 +p29167,nuclear,0.0,0.0,0.0,0.0,0.0 +p29167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29167,pv,100.0,200.0,200.0,200.0,200.0 +p29167,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29167,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29173,battery,0.0,0.0,0.0,0.0,0.0 +p29173,biomass,0.0,0.0,0.0,0.0,0.0 +p29173,coal,0.0,0.0,0.0,0.0,0.0 +p29173,csp,0.0,0.0,0.0,0.0,0.0 +p29173,gas,0.0,0.0,0.0,0.0,0.0 +p29173,geothermal,0.0,0.0,0.0,0.0,0.0 +p29173,h2,0.0,0.0,0.0,0.0,0.0 +p29173,hydro,0.0,0.0,0.0,0.0,0.0 +p29173,nuclear,0.0,0.0,0.0,0.0,0.0 +p29173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29173,pv,100.0,200.0,285.0,370.0,455.0 +p29173,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29173,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29175,battery,0.0,0.0,0.0,0.0,0.0 +p29175,biomass,0.0,0.0,0.0,0.0,0.0 +p29175,coal,0.0,0.0,26.63333333333867,53.26666666667006,79.9 +p29175,csp,0.0,0.0,0.0,0.0,0.0 +p29175,gas,230.0,460.0,766.6666666667443,1073.3333333333721,1380.0 +p29175,geothermal,0.0,0.0,0.0,0.0,0.0 +p29175,h2,0.0,0.0,0.0,0.0,0.0 +p29175,hydro,0.0,0.0,0.0,0.0,0.0 +p29175,nuclear,0.0,0.0,0.0,0.0,0.0 +p29175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29175,pv,222.5,445.0,483.33333333334303,521.6666666666715,560.0 +p29175,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29175,wind-ons,509.0,1018.0,1184.6666666666279,1351.333333333314,1518.0 +p29177,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p29177,biomass,0.0,0.0,0.0,0.0,0.0 +p29177,coal,0.0,0.0,0.0,0.0,0.0 +p29177,gas,0.0,0.0,0.0,0.0,0.0 +p29177,geothermal,0.0,0.0,0.0,0.0,0.0 +p29177,h2,0.0,0.0,0.0,0.0,0.0 +p29177,hydro,0.0,0.0,0.0,0.0,0.0 +p29177,nuclear,0.0,0.0,0.0,0.0,0.0 +p29177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29177,pv,0.0,0.0,0.0,0.0,0.0 +p29177,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29177,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29183,battery,0.0,0.0,0.0,0.0,0.0 +p29183,biomass,0.0,0.0,0.0,0.0,0.0 +p29183,coal,0.0,0.0,0.0,0.0,0.0 +p29183,csp,0.0,0.0,0.0,0.0,0.0 +p29183,gas,0.0,0.0,740.0,1480.0,2220.0 +p29183,geothermal,0.0,0.0,0.0,0.0,0.0 +p29183,h2,0.0,0.0,0.0,0.0,0.0 +p29183,hydro,0.0,0.0,0.0,0.0,0.0 +p29183,nuclear,0.0,0.0,0.0,0.0,0.0 +p29183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29183,pv,0.0,0.0,0.0,0.0,0.0 +p29183,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29183,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29187,csp,0.0,0.0,0.0,0.0,0.0 +p29189,battery,0.0,0.0,0.0,0.0,0.0 +p29189,biomass,0.0,0.0,0.0,0.0,0.0 +p29189,coal,0.0,0.0,0.0,0.0,0.0 +p29189,gas,0.0,0.0,274.6666666667443,549.3333333333721,824.0 +p29189,geothermal,0.0,0.0,0.0,0.0,0.0 +p29189,h2,0.0,0.0,0.0,0.0,0.0 +p29189,hydro,0.0,0.0,0.0,0.0,0.0 +p29189,nuclear,0.0,0.0,0.0,0.0,0.0 +p29189,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29189,pv,0.0,0.0,0.0,0.0,0.0 +p29189,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29189,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29195,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p29195,biomass,0.0,0.0,0.0,0.0,0.0 +p29195,coal,0.0,0.0,0.0,0.0,0.0 +p29195,gas,0.0,0.0,0.0,0.0,0.0 +p29195,geothermal,0.0,0.0,0.0,0.0,0.0 +p29195,h2,0.0,0.0,0.0,0.0,0.0 +p29195,hydro,0.0,0.0,0.0,0.0,0.0 +p29195,nuclear,0.0,0.0,0.0,0.0,0.0 +p29195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29195,pv,0.0,0.0,0.0,0.0,0.0 +p29195,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29195,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29197,battery,0.0,0.0,0.0,0.0,0.0 +p29197,biomass,0.0,0.0,0.0,0.0,0.0 +p29197,coal,0.0,0.0,0.0,0.0,0.0 +p29197,gas,0.0,0.0,0.0,0.0,0.0 +p29197,geothermal,0.0,0.0,0.0,0.0,0.0 +p29197,h2,0.0,0.0,0.0,0.0,0.0 +p29197,hydro,0.0,0.0,0.0,0.0,0.0 +p29197,nuclear,0.0,0.0,0.0,0.0,0.0 +p29197,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29197,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p29197,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29197,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29201,battery,0.0,0.0,0.0,0.0,0.0 +p29201,biomass,0.0,0.0,0.0,0.0,0.0 +p29201,coal,0.0,0.0,0.0,0.0,0.0 +p29201,csp,0.0,0.0,0.0,0.0,0.0 +p29201,gas,0.0,0.0,0.0,0.0,0.0 +p29201,geothermal,0.0,0.0,0.0,0.0,0.0 +p29201,h2,0.0,0.0,0.0,0.0,0.0 +p29201,hydro,0.0,0.0,0.0,0.0,0.0 +p29201,nuclear,0.0,0.0,0.0,0.0,0.0 +p29201,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29201,pv,0.0,0.0,185.33333333337214,370.66666666668607,556.0 +p29201,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29201,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29207,battery,0.0,0.0,0.0,0.0,0.0 +p29207,biomass,0.0,0.0,0.0,0.0,0.0 +p29207,coal,0.0,0.0,0.0,0.0,0.0 +p29207,csp,0.0,0.0,0.0,0.0,0.0 +p29207,gas,0.0,0.0,0.0,0.0,0.0 +p29207,geothermal,0.0,0.0,0.0,0.0,0.0 +p29207,h2,0.0,0.0,0.0,0.0,0.0 +p29207,hydro,0.0,0.0,0.0,0.0,0.0 +p29207,nuclear,0.0,0.0,0.0,0.0,0.0 +p29207,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29207,pv,0.0,0.0,141.66666666662786,283.33333333331393,425.0 +p29207,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29207,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29211,battery,0.0,0.0,0.0,0.0,0.0 +p29211,biomass,0.0,0.0,0.0,0.0,0.0 +p29211,coal,0.0,0.0,0.0,0.0,0.0 +p29211,gas,0.0,0.0,0.0,0.0,0.0 +p29211,geothermal,0.0,0.0,0.0,0.0,0.0 +p29211,h2,0.0,0.0,0.0,0.0,0.0 +p29211,hydro,0.0,0.0,0.0,0.0,0.0 +p29211,nuclear,0.0,0.0,0.0,0.0,0.0 +p29211,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29211,pv,0.0,0.0,203.41666666662786,406.83333333331393,610.25 +p29211,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29211,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29217,battery,0.0,0.0,0.0,0.0,0.0 +p29217,biomass,0.0,0.0,0.0,0.0,0.0 +p29217,coal,0.0,0.0,0.0,0.0,0.0 +p29217,gas,0.0,0.0,0.0,0.0,0.0 +p29217,geothermal,0.0,0.0,0.0,0.0,0.0 +p29217,h2,0.0,0.0,0.0,0.0,0.0 +p29217,hydro,0.0,0.0,0.0,0.0,0.0 +p29217,nuclear,0.0,0.0,0.0,0.0,0.0 +p29217,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29217,pv,0.0,0.0,58.333333333343035,116.66666666667152,175.0 +p29217,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29217,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29219,battery,0.0,0.0,0.0,0.0,0.0 +p29219,biomass,0.0,0.0,0.0,0.0,0.0 +p29219,coal,0.0,0.0,0.0,0.0,0.0 +p29219,csp,0.0,0.0,0.0,0.0,0.0 +p29219,gas,0.0,0.0,0.0,0.0,0.0 +p29219,geothermal,0.0,0.0,0.0,0.0,0.0 +p29219,h2,0.0,0.0,0.0,0.0,0.0 +p29219,hydro,0.0,0.0,0.0,0.0,0.0 +p29219,nuclear,0.0,0.0,0.0,0.0,0.0 +p29219,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p29219,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p29219,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p29219,wind-ons,0.0,0.0,0.0,0.0,0.0 +p29221,csp,0.0,0.0,0.0,0.0,0.0 +p30003,battery,0.0,0.0,0.0,0.0,0.0 +p30003,biomass,0.0,0.0,0.0,0.0,0.0 +p30003,coal,0.0,0.0,0.0,0.0,0.0 +p30003,csp,0.0,0.0,0.0,0.0,0.0 +p30003,gas,0.0,0.0,0.0,0.0,0.0 +p30003,geothermal,0.0,0.0,0.0,0.0,0.0 +p30003,h2,0.0,0.0,0.0,0.0,0.0 +p30003,hydro,0.0,0.0,2.6666666666660603,5.33333333333303,8.0 +p30003,nuclear,0.0,0.0,0.0,0.0,0.0 +p30003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30003,pv,0.0,0.0,100.0,200.0,300.0 +p30003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p30007,battery,0.0,0.0,0.0,0.0,0.0 +p30007,biomass,0.0,0.0,0.0,0.0,0.0 +p30007,coal,0.0,0.0,0.0,0.0,0.0 +p30007,csp,0.0,0.0,0.0,0.0,0.0 +p30007,gas,0.0,0.0,50.0,100.0,150.0 +p30007,geothermal,0.0,0.0,0.0,0.0,0.0 +p30007,h2,0.0,0.0,0.0,0.0,0.0 +p30007,hydro,0.0,0.0,3.4666666666662422,6.933333333333394,10.4 +p30007,nuclear,0.0,0.0,0.0,0.0,0.0 +p30007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30007,pv,0.0,0.0,0.0,0.0,0.0 +p30007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p30013,battery,0.0,0.0,0.0,0.0,0.0 +p30013,biomass,0.0,0.0,0.0,0.0,0.0 +p30013,coal,0.0,0.0,0.0,0.0,0.0 +p30013,csp,0.0,0.0,0.0,0.0,0.0 +p30013,gas,0.0,0.0,0.0,0.0,0.0 +p30013,geothermal,0.0,0.0,0.0,0.0,0.0 +p30013,h2,0.0,0.0,0.0,0.0,0.0 +p30013,hydro,0.0,0.0,23.333333333328483,46.66666666666424,70.0 +p30013,nuclear,0.0,0.0,0.0,0.0,0.0 +p30013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30013,pv,0.0,0.0,0.0,0.0,0.0 +p30013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p30017,battery,0.0,0.0,0.0,0.0,0.0 +p30017,biomass,0.0,0.0,0.0,0.0,0.0 +p30017,coal,0.0,0.0,0.0,0.0,0.0 +p30017,gas,0.0,0.0,0.0,0.0,0.0 +p30017,geothermal,0.0,0.0,0.0,0.0,0.0 +p30017,h2,0.0,0.0,0.0,0.0,0.0 +p30017,hydro,0.0,0.0,0.0,0.0,0.0 +p30017,nuclear,0.0,0.0,0.0,0.0,0.0 +p30017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30017,pv,0.0,0.0,0.0,0.0,0.0 +p30017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30017,wind-ons,0.0,0.0,75.0,150.0,225.0 +p30021,csp,0.0,0.0,0.0,0.0,0.0 +p30029,battery,0.0,0.0,0.09999999999999432,0.19999999999998863,0.3 +p30029,biomass,0.0,0.0,0.5333333333330756,1.066666666666606,1.6 +p30029,coal,0.0,0.0,0.0,0.0,0.0 +p30029,csp,0.0,0.0,0.0,0.0,0.0 +p30029,gas,0.0,0.0,0.0,0.0,0.0 +p30029,geothermal,0.0,0.0,0.0,0.0,0.0 +p30029,h2,0.0,0.0,0.0,0.0,0.0 +p30029,hydro,0.0,0.0,0.0,0.0,0.0 +p30029,nuclear,0.0,0.0,0.0,0.0,0.0 +p30029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30029,pv,0.0,0.0,0.0,0.0,0.0 +p30029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p30031,battery,0.0,0.0,0.0,0.0,0.0 +p30031,biomass,0.0,0.0,0.0,0.0,0.0 +p30031,coal,0.0,0.0,0.0,0.0,0.0 +p30031,csp,0.0,0.0,0.0,0.0,0.0 +p30031,gas,0.0,0.0,0.0,0.0,0.0 +p30031,geothermal,0.0,0.0,0.0,0.0,0.0 +p30031,h2,0.0,0.0,0.0,0.0,0.0 +p30031,hydro,0.0,0.0,0.0,0.0,0.0 +p30031,nuclear,0.0,0.0,0.0,0.0,0.0 +p30031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30031,pv,0.0,0.0,0.6666666666665151,1.3333333333332575,2.0 +p30031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p30049,battery,0.0,0.0,0.0,0.0,0.0 +p30049,biomass,0.0,0.0,0.0,0.0,0.0 +p30049,coal,0.0,0.0,0.0,0.0,0.0 +p30049,gas,0.0,0.0,4.0,8.0,12.0 +p30049,geothermal,0.0,0.0,0.0,0.0,0.0 +p30049,h2,0.0,0.0,0.0,0.0,0.0 +p30049,hydro,0.0,0.0,0.7333333333333485,1.466666666666697,2.2 +p30049,nuclear,0.0,0.0,0.0,0.0,0.0 +p30049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30049,pv,0.0,0.0,1.5266666666666424,3.053333333333285,4.58 +p30049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p30053,battery,0.0,0.0,0.0,0.0,0.0 +p30053,biomass,0.0,0.0,0.0,0.0,0.0 +p30053,coal,0.0,0.0,0.0,0.0,0.0 +p30053,csp,0.0,0.0,0.0,0.0,0.0 +p30053,gas,0.0,0.0,0.0,0.0,0.0 +p30053,geothermal,0.0,0.0,0.0,0.0,0.0 +p30053,h2,0.0,0.0,0.0,0.0,0.0 +p30053,hydro,0.0,0.0,215.33333333337214,430.66666666668607,646.0 +p30053,nuclear,0.0,0.0,0.0,0.0,0.0 +p30053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30053,pv,0.0,0.0,0.0,0.0,0.0 +p30053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p30057,csp,0.0,0.0,0.0,0.0,0.0 +p30059,battery,0.0,0.0,0.0,0.0,0.0 +p30059,biomass,0.0,0.0,0.0,0.0,0.0 +p30059,coal,0.0,0.0,0.0,0.0,0.0 +p30059,csp,0.0,0.0,0.0,0.0,0.0 +p30059,gas,0.0,0.0,0.0,0.0,0.0 +p30059,geothermal,0.0,0.0,0.0,0.0,0.0 +p30059,h2,0.0,0.0,0.0,0.0,0.0 +p30059,hydro,0.0,0.0,0.0,0.0,0.0 +p30059,nuclear,0.0,0.0,0.0,0.0,0.0 +p30059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30059,pv,0.0,0.0,0.0,0.0,0.0 +p30059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30059,wind-ons,450.075,900.15,1108.9499999999534,1317.7499999999418,1526.55 +p30065,battery,0.0,0.0,0.0,0.0,0.0 +p30065,biomass,0.0,0.0,0.0,0.0,0.0 +p30065,coal,0.0,0.0,0.0,0.0,0.0 +p30065,csp,0.0,0.0,0.0,0.0,0.0 +p30065,gas,0.0,0.0,0.0,0.0,0.0 +p30065,geothermal,0.0,0.0,0.0,0.0,0.0 +p30065,h2,0.0,0.0,0.0,0.0,0.0 +p30065,hydro,0.0,0.0,0.0,0.0,0.0 +p30065,nuclear,0.0,0.0,0.0,0.0,0.0 +p30065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30065,pv,0.0,0.0,0.0,0.0,0.0 +p30065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30065,wind-ons,0.0,0.0,23.333333333328483,46.66666666666424,70.0 +p30077,csp,0.0,0.0,0.0,0.0,0.0 +p30083,battery,0.0,0.0,0.0,0.0,0.0 +p30083,biomass,0.0,0.0,0.0,0.0,0.0 +p30083,coal,0.0,0.0,0.0,0.0,0.0 +p30083,gas,0.0,0.0,0.0,0.0,0.0 +p30083,geothermal,0.0,0.0,0.0,0.0,0.0 +p30083,h2,0.0,0.0,0.0,0.0,0.0 +p30083,hydro,0.0,0.0,0.0,0.0,0.0 +p30083,nuclear,0.0,0.0,0.0,0.0,0.0 +p30083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30083,pv,37.25,74.5,74.5,74.5,74.5 +p30083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p30087,battery,0.0,0.0,0.0,0.0,0.0 +p30087,biomass,0.0,0.0,0.0,0.0,0.0 +p30087,coal,0.0,0.0,0.0,0.0,0.0 +p30087,csp,0.0,0.0,0.0,0.0,0.0 +p30087,gas,0.0,0.0,0.0,0.0,0.0 +p30087,geothermal,0.0,0.0,0.0,0.0,0.0 +p30087,h2,0.0,0.0,0.0,0.0,0.0 +p30087,hydro,0.0,0.0,0.0,0.0,0.0 +p30087,nuclear,0.0,0.0,0.0,0.0,0.0 +p30087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30087,pv,0.0,0.0,266.6666666667443,533.3333333333721,800.0 +p30087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30087,wind-ons,0.0,0.0,700.0,1400.0,2100.0 +p30093,csp,0.0,0.0,0.0,0.0,0.0 +p30095,battery,0.0,0.0,0.0,0.0,0.0 +p30095,biomass,0.0,0.0,0.0,0.0,0.0 +p30095,coal,0.0,0.0,0.0,0.0,0.0 +p30095,csp,0.0,0.0,0.0,0.0,0.0 +p30095,gas,0.0,0.0,50.0,100.0,150.0 +p30095,geothermal,0.0,0.0,0.0,0.0,0.0 +p30095,h2,0.0,0.0,0.0,0.0,0.0 +p30095,hydro,0.0,0.0,0.0,0.0,0.0 +p30095,nuclear,0.0,0.0,0.0,0.0,0.0 +p30095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30095,pv,0.0,0.0,43.333333333343035,86.66666666667152,130.0 +p30095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30095,wind-ons,0.0,0.0,105.0,210.0,315.0 +p30099,csp,0.0,0.0,0.0,0.0,0.0 +p30107,battery,0.0,0.0,0.0,0.0,0.0 +p30107,biomass,0.0,0.0,0.0,0.0,0.0 +p30107,coal,0.0,0.0,0.0,0.0,0.0 +p30107,csp,0.0,0.0,0.0,0.0,0.0 +p30107,gas,0.0,0.0,0.0,0.0,0.0 +p30107,geothermal,0.0,0.0,0.0,0.0,0.0 +p30107,h2,0.0,0.0,0.0,0.0,0.0 +p30107,hydro,0.0,0.0,0.0,0.0,0.0 +p30107,nuclear,0.0,0.0,0.0,0.0,0.0 +p30107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30107,pv,0.0,0.0,50.0,100.0,150.0 +p30107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30107,wind-ons,0.0,0.0,1008.75,2017.5,3026.25 +p30109,battery,0.0,0.0,0.0,0.0,0.0 +p30109,biomass,0.0,0.0,0.0,0.0,0.0 +p30109,coal,0.0,0.0,0.0,0.0,0.0 +p30109,csp,0.0,0.0,0.0,0.0,0.0 +p30109,gas,0.0,0.0,0.0,0.0,0.0 +p30109,geothermal,0.0,0.0,0.0,0.0,0.0 +p30109,h2,0.0,0.0,0.0,0.0,0.0 +p30109,hydro,0.0,0.0,0.0,0.0,0.0 +p30109,nuclear,0.0,0.0,0.0,0.0,0.0 +p30109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30109,pv,0.0,0.0,0.0,0.0,0.0 +p30109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30109,wind-ons,117.5,235.0,268.33333333334303,301.6666666666715,335.0 +p30111,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p30111,biomass,0.0,0.0,0.0,0.0,0.0 +p30111,coal,0.0,0.0,0.0,0.0,0.0 +p30111,csp,0.0,0.0,0.0,0.0,0.0 +p30111,gas,0.0,0.0,58.333333333343035,116.66666666667152,175.0 +p30111,geothermal,0.0,0.0,0.0,0.0,0.0 +p30111,h2,0.0,0.0,0.0,0.0,0.0 +p30111,hydro,0.0,0.0,0.0,0.0,0.0 +p30111,nuclear,0.0,0.0,0.0,0.0,0.0 +p30111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p30111,pv,0.0,0.0,300.0,600.0,900.0 +p30111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p30111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31003,battery,0.0,0.0,0.0,0.0,0.0 +p31003,biomass,0.0,0.0,0.0,0.0,0.0 +p31003,coal,0.0,0.0,0.0,0.0,0.0 +p31003,csp,0.0,0.0,0.0,0.0,0.0 +p31003,gas,0.0,0.0,0.0,0.0,0.0 +p31003,geothermal,0.0,0.0,0.0,0.0,0.0 +p31003,h2,0.0,0.0,0.0,0.0,0.0 +p31003,hydro,0.0,0.0,0.0,0.0,0.0 +p31003,nuclear,0.0,0.0,0.0,0.0,0.0 +p31003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31003,pv,0.0,0.0,0.0,0.0,0.0 +p31003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31003,wind-ons,0.0,0.0,100.0,200.0,300.0 +p31007,csp,0.0,0.0,0.0,0.0,0.0 +p31017,battery,0.0,0.0,0.0,0.0,0.0 +p31017,biomass,0.0,0.0,0.0,0.0,0.0 +p31017,coal,0.0,0.0,0.0,0.0,0.0 +p31017,csp,0.0,0.0,0.0,0.0,0.0 +p31017,gas,0.0,0.0,0.0,0.0,0.0 +p31017,geothermal,0.0,0.0,0.0,0.0,0.0 +p31017,h2,0.0,0.0,0.0,0.0,0.0 +p31017,hydro,0.0,0.0,0.0,0.0,0.0 +p31017,nuclear,0.0,0.0,0.0,0.0,0.0 +p31017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31017,pv,0.0,0.0,0.0,0.0,0.0 +p31017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31021,battery,0.0,0.0,0.0,0.0,0.0 +p31021,biomass,0.0,0.0,0.0,0.0,0.0 +p31021,coal,0.0,0.0,0.0,0.0,0.0 +p31021,csp,0.0,0.0,0.0,0.0,0.0 +p31021,gas,0.0,0.0,0.0,0.0,0.0 +p31021,geothermal,0.0,0.0,0.0,0.0,0.0 +p31021,h2,0.0,0.0,0.0,0.0,0.0 +p31021,hydro,0.0,0.0,0.0,0.0,0.0 +p31021,nuclear,0.0,0.0,0.0,0.0,0.0 +p31021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31021,pv,425.0,850.0,916.6666666666861,983.333333333343,1050.0 +p31021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31021,wind-ons,37.5,75.0,75.0,75.0,75.0 +p31023,battery,0.0,0.0,0.0,0.0,0.0 +p31023,biomass,0.0,0.0,0.0,0.0,0.0 +p31023,coal,0.0,0.0,0.0,0.0,0.0 +p31023,csp,0.0,0.0,0.0,0.0,0.0 +p31023,gas,0.0,0.0,0.0,0.0,0.0 +p31023,geothermal,0.0,0.0,0.0,0.0,0.0 +p31023,h2,0.0,0.0,0.0,0.0,0.0 +p31023,hydro,0.0,0.0,0.0,0.0,0.0 +p31023,nuclear,0.0,0.0,0.0,0.0,0.0 +p31023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31023,pv,87.25,174.5,174.5,174.5,174.5 +p31023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31025,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p31025,biomass,0.0,0.0,0.0,0.0,0.0 +p31025,coal,0.0,0.0,0.0,0.0,0.0 +p31025,csp,0.0,0.0,0.0,0.0,0.0 +p31025,gas,136.35,272.7,855.5999999998603,1438.5,2021.4 +p31025,geothermal,0.0,0.0,0.0,0.0,0.0 +p31025,h2,0.0,0.0,0.0,0.0,0.0 +p31025,hydro,0.0,0.0,0.0,0.0,0.0 +p31025,nuclear,0.0,0.0,0.0,0.0,0.0 +p31025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31025,pv,0.0,0.0,60.75,121.5,182.25 +p31025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31027,csp,0.0,0.0,0.0,0.0,0.0 +p31029,csp,0.0,0.0,0.0,0.0,0.0 +p31031,battery,0.0,0.0,0.0,0.0,0.0 +p31031,biomass,0.0,0.0,0.0,0.0,0.0 +p31031,coal,0.0,0.0,0.0,0.0,0.0 +p31031,csp,0.0,0.0,0.0,0.0,0.0 +p31031,gas,0.0,0.0,0.0,0.0,0.0 +p31031,geothermal,0.0,0.0,0.0,0.0,0.0 +p31031,h2,0.0,0.0,0.0,0.0,0.0 +p31031,hydro,0.0,0.0,0.0,0.0,0.0 +p31031,nuclear,0.0,0.0,0.0,0.0,0.0 +p31031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31031,pv,0.0,0.0,0.0,0.0,0.0 +p31031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31031,wind-ons,0.0,0.0,17.61666666666133,35.23333333332994,52.85 +p31033,battery,0.0,0.0,0.0,0.0,0.0 +p31033,biomass,0.0,0.0,0.0,0.0,0.0 +p31033,coal,0.0,0.0,0.0,0.0,0.0 +p31033,csp,0.0,0.0,0.0,0.0,0.0 +p31033,gas,0.0,0.0,0.0,0.0,0.0 +p31033,geothermal,0.0,0.0,0.0,0.0,0.0 +p31033,h2,0.0,0.0,0.0,0.0,0.0 +p31033,hydro,0.0,0.0,0.0,0.0,0.0 +p31033,nuclear,0.0,0.0,0.0,0.0,0.0 +p31033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31033,pv,20.0,40.0,40.0,40.0,40.0 +p31033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31041,battery,0.0,0.0,0.0,0.0,0.0 +p31041,biomass,0.0,0.0,0.0,0.0,0.0 +p31041,coal,0.0,0.0,0.0,0.0,0.0 +p31041,csp,0.0,0.0,0.0,0.0,0.0 +p31041,gas,0.0,0.0,0.0,0.0,0.0 +p31041,geothermal,0.0,0.0,0.0,0.0,0.0 +p31041,h2,0.0,0.0,0.0,0.0,0.0 +p31041,hydro,0.0,0.0,0.0,0.0,0.0 +p31041,nuclear,0.0,0.0,0.0,0.0,0.0 +p31041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31041,pv,0.0,0.0,0.0,0.0,0.0 +p31041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31041,wind-ons,250.0,500.0,500.0,500.0,500.0 +p31043,battery,0.0,0.0,0.0,0.0,0.0 +p31043,biomass,0.0,0.0,0.0,0.0,0.0 +p31043,coal,0.0,0.0,0.0,0.0,0.0 +p31043,csp,0.0,0.0,0.0,0.0,0.0 +p31043,gas,0.0,0.0,0.0,0.0,0.0 +p31043,geothermal,0.0,0.0,0.0,0.0,0.0 +p31043,h2,0.0,0.0,0.0,0.0,0.0 +p31043,hydro,0.0,0.0,0.0,0.0,0.0 +p31043,nuclear,0.0,0.0,0.0,0.0,0.0 +p31043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31043,pv,0.0,0.0,120.0,240.0,360.0 +p31043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31045,battery,0.0,0.0,0.0,0.0,0.0 +p31045,biomass,0.0,0.0,0.0,0.0,0.0 +p31045,coal,0.0,0.0,0.0,0.0,0.0 +p31045,gas,0.0,0.0,0.0,0.0,0.0 +p31045,geothermal,0.0,0.0,0.0,0.0,0.0 +p31045,h2,0.0,0.0,0.0,0.0,0.0 +p31045,hydro,0.0,0.0,0.0,0.0,0.0 +p31045,nuclear,0.0,0.0,0.0,0.0,0.0 +p31045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31045,pv,125.0,250.0,250.0,250.0,250.0 +p31045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31053,battery,0.0,0.0,50.0,100.0,150.0 +p31053,biomass,0.0,0.0,0.0,0.0,0.0 +p31053,coal,0.0,0.0,0.0,0.0,0.0 +p31053,gas,0.0,0.0,0.0,0.0,0.0 +p31053,geothermal,0.0,0.0,0.0,0.0,0.0 +p31053,h2,0.0,0.0,0.0,0.0,0.0 +p31053,hydro,0.0,0.0,0.0,0.0,0.0 +p31053,nuclear,0.0,0.0,0.0,0.0,0.0 +p31053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31053,pv,0.0,0.0,0.0,0.0,0.0 +p31053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31055,battery,5.82,11.64,128.30666666670004,244.973333333357,361.64 +p31055,biomass,0.0,0.0,0.0,0.0,0.0 +p31055,coal,0.0,0.0,0.0,0.0,0.0 +p31055,csp,0.0,0.0,0.0,0.0,0.0 +p31055,gas,0.0,0.0,0.0,0.0,0.0 +p31055,geothermal,0.0,0.0,0.0,0.0,0.0 +p31055,h2,0.0,0.0,0.0,0.0,0.0 +p31055,hydro,0.0,0.0,0.0,0.0,0.0 +p31055,nuclear,0.0,0.0,0.0,0.0,0.0 +p31055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31055,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p31055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31059,battery,0.0,0.0,0.0,0.0,0.0 +p31059,biomass,0.0,0.0,0.0,0.0,0.0 +p31059,coal,0.0,0.0,0.0,0.0,0.0 +p31059,gas,0.0,0.0,0.0,0.0,0.0 +p31059,geothermal,0.0,0.0,0.0,0.0,0.0 +p31059,h2,0.0,0.0,0.0,0.0,0.0 +p31059,hydro,0.0,0.0,0.0,0.0,0.0 +p31059,nuclear,0.0,0.0,0.0,0.0,0.0 +p31059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31059,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p31059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31059,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31067,battery,0.0,0.0,0.0,0.0,0.0 +p31067,biomass,0.0,0.0,0.0,0.0,0.0 +p31067,coal,0.0,0.0,0.0,0.0,0.0 +p31067,csp,0.0,0.0,0.0,0.0,0.0 +p31067,gas,0.0,0.0,490.0,980.0,1470.0 +p31067,geothermal,0.0,0.0,0.0,0.0,0.0 +p31067,h2,0.0,0.0,0.0,0.0,0.0 +p31067,hydro,0.0,0.0,0.0,0.0,0.0 +p31067,nuclear,0.0,0.0,0.0,0.0,0.0 +p31067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31067,pv,0.0,0.0,0.0,0.0,0.0 +p31067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31077,battery,0.0,0.0,23.333333333328483,46.66666666666424,70.0 +p31077,biomass,0.0,0.0,0.0,0.0,0.0 +p31077,coal,0.0,0.0,0.0,0.0,0.0 +p31077,csp,0.0,0.0,0.0,0.0,0.0 +p31077,gas,0.0,0.0,0.0,0.0,0.0 +p31077,geothermal,0.0,0.0,0.0,0.0,0.0 +p31077,h2,0.0,0.0,0.0,0.0,0.0 +p31077,hydro,0.0,0.0,0.0,0.0,0.0 +p31077,nuclear,0.0,0.0,0.0,0.0,0.0 +p31077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31077,pv,0.0,0.0,0.0,0.0,0.0 +p31077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31077,wind-ons,57.5,115.0,115.0,115.0,115.0 +p31083,battery,0.0,0.0,0.0,0.0,0.0 +p31083,biomass,0.0,0.0,0.0,0.0,0.0 +p31083,coal,0.0,0.0,0.0,0.0,0.0 +p31083,gas,0.0,0.0,0.0,0.0,0.0 +p31083,geothermal,0.0,0.0,0.0,0.0,0.0 +p31083,h2,0.0,0.0,0.0,0.0,0.0 +p31083,hydro,0.0,0.0,0.0,0.0,0.0 +p31083,nuclear,0.0,0.0,0.0,0.0,0.0 +p31083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31083,pv,0.0,0.0,71.66666666668607,143.33333333334303,215.0 +p31083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31089,battery,0.0,0.0,0.0,0.0,0.0 +p31089,biomass,0.0,0.0,0.0,0.0,0.0 +p31089,coal,0.0,0.0,0.0,0.0,0.0 +p31089,csp,0.0,0.0,0.0,0.0,0.0 +p31089,gas,0.0,0.0,0.0,0.0,0.0 +p31089,geothermal,0.0,0.0,0.0,0.0,0.0 +p31089,h2,0.0,0.0,0.0,0.0,0.0 +p31089,hydro,0.0,0.0,0.0,0.0,0.0 +p31089,nuclear,0.0,0.0,0.0,0.0,0.0 +p31089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31089,pv,0.0,0.0,0.0,0.0,0.0 +p31089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31089,wind-ons,125.0,250.0,250.0,250.0,250.0 +p31095,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p31095,biomass,0.0,0.0,0.0,0.0,0.0 +p31095,coal,0.0,0.0,0.0,0.0,0.0 +p31095,csp,0.0,0.0,0.0,0.0,0.0 +p31095,gas,0.0,0.0,0.0,0.0,0.0 +p31095,geothermal,0.0,0.0,0.0,0.0,0.0 +p31095,h2,0.0,0.0,0.0,0.0,0.0 +p31095,hydro,0.0,0.0,0.0,0.0,0.0 +p31095,nuclear,0.0,0.0,0.0,0.0,0.0 +p31095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31095,pv,0.0,0.0,0.0,0.0,0.0 +p31095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31101,csp,0.0,0.0,0.0,0.0,0.0 +p31107,csp,0.0,0.0,0.0,0.0,0.0 +p31109,battery,162.5,325.0,488.33333333337214,651.6666666666861,815.0 +p31109,biomass,0.0,0.0,0.0,0.0,0.0 +p31109,coal,0.0,0.0,0.0,0.0,0.0 +p31109,csp,0.0,0.0,0.0,0.0,0.0 +p31109,gas,0.0,0.0,597.0,1194.0,1791.0 +p31109,geothermal,0.0,0.0,0.0,0.0,0.0 +p31109,h2,0.0,0.0,0.0,0.0,0.0 +p31109,hydro,0.0,0.0,0.0,0.0,0.0 +p31109,nuclear,0.0,0.0,0.0,0.0,0.0 +p31109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31109,pv,231.1,462.2,496.2199999999866,530.2399999999907,564.26 +p31109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31109,wind-ons,329.5,659.0,659.0,659.0,659.0 +p31111,csp,0.0,0.0,0.0,0.0,0.0 +p31119,battery,0.0,0.0,56.666666666656965,113.33333333332848,170.0 +p31119,biomass,0.0,0.0,0.0,0.0,0.0 +p31119,coal,0.0,0.0,0.0,0.0,0.0 +p31119,csp,0.0,0.0,0.0,0.0,0.0 +p31119,gas,0.0,0.0,0.0,0.0,0.0 +p31119,geothermal,0.0,0.0,0.0,0.0,0.0 +p31119,h2,0.0,0.0,0.0,0.0,0.0 +p31119,hydro,0.0,0.0,0.0,0.0,0.0 +p31119,nuclear,0.0,0.0,0.0,0.0,0.0 +p31119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31119,pv,0.0,0.0,0.0,0.0,0.0 +p31119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31127,battery,0.0,0.0,0.0,0.0,0.0 +p31127,biomass,0.0,0.0,0.0,0.0,0.0 +p31127,coal,0.0,0.0,0.0,0.0,0.0 +p31127,csp,0.0,0.0,0.0,0.0,0.0 +p31127,gas,0.0,0.0,0.0,0.0,0.0 +p31127,geothermal,0.0,0.0,0.0,0.0,0.0 +p31127,h2,0.0,0.0,0.0,0.0,0.0 +p31127,hydro,0.0,0.0,0.0,0.0,0.0 +p31127,nuclear,0.0,0.0,0.0,0.0,0.0 +p31127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31127,pv,0.0,0.0,241.33333333337214,482.66666666668607,724.0 +p31127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31131,battery,0.0,0.0,0.0,0.0,0.0 +p31131,biomass,0.0,0.0,0.0,0.0,0.0 +p31131,coal,0.0,0.0,0.0,0.0,0.0 +p31131,gas,0.0,0.0,0.0,0.0,0.0 +p31131,geothermal,0.0,0.0,0.0,0.0,0.0 +p31131,h2,0.0,0.0,0.0,0.0,0.0 +p31131,hydro,0.0,0.0,0.0,0.0,0.0 +p31131,nuclear,0.0,0.0,0.0,0.0,0.0 +p31131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31131,pv,125.0,250.0,250.0,250.0,250.0 +p31131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31131,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31135,battery,0.0,0.0,0.0,0.0,0.0 +p31135,biomass,0.0,0.0,0.0,0.0,0.0 +p31135,coal,0.0,0.0,0.0,0.0,0.0 +p31135,csp,0.0,0.0,0.0,0.0,0.0 +p31135,gas,0.0,0.0,0.0,0.0,0.0 +p31135,geothermal,0.0,0.0,0.0,0.0,0.0 +p31135,h2,0.0,0.0,0.0,0.0,0.0 +p31135,hydro,0.0,0.0,0.0,0.0,0.0 +p31135,nuclear,0.0,0.0,0.0,0.0,0.0 +p31135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31135,pv,0.0,0.0,40.0,80.0,120.0 +p31135,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31137,battery,0.0,0.0,0.0,0.0,0.0 +p31137,biomass,0.0,0.0,0.0,0.0,0.0 +p31137,coal,0.0,0.0,0.0,0.0,0.0 +p31137,gas,0.0,0.0,0.0,0.0,0.0 +p31137,geothermal,0.0,0.0,0.0,0.0,0.0 +p31137,h2,0.0,0.0,0.0,0.0,0.0 +p31137,hydro,0.0,0.0,0.0,0.0,0.0 +p31137,nuclear,0.0,0.0,0.0,0.0,0.0 +p31137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31137,pv,0.0,0.0,106.66666666668607,213.33333333334303,320.0 +p31137,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31137,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31139,battery,0.0,0.0,0.0,0.0,0.0 +p31139,biomass,0.0,0.0,0.0,0.0,0.0 +p31139,coal,0.0,0.0,0.0,0.0,0.0 +p31139,csp,0.0,0.0,0.0,0.0,0.0 +p31139,gas,0.0,0.0,0.0,0.0,0.0 +p31139,geothermal,0.0,0.0,0.0,0.0,0.0 +p31139,h2,0.0,0.0,0.0,0.0,0.0 +p31139,hydro,0.0,0.0,0.0,0.0,0.0 +p31139,nuclear,0.0,0.0,0.0,0.0,0.0 +p31139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31139,pv,211.5,423.0,423.0,423.0,423.0 +p31139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31147,battery,0.0,0.0,0.0,0.0,0.0 +p31147,biomass,0.0,0.0,0.0,0.0,0.0 +p31147,coal,0.0,0.0,0.0,0.0,0.0 +p31147,csp,0.0,0.0,0.0,0.0,0.0 +p31147,gas,0.0,0.0,0.0,0.0,0.0 +p31147,geothermal,0.0,0.0,0.0,0.0,0.0 +p31147,h2,0.0,0.0,0.0,0.0,0.0 +p31147,hydro,0.0,0.0,0.0,0.0,0.0 +p31147,nuclear,0.0,0.0,0.0,0.0,0.0 +p31147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31147,pv,0.0,0.0,21.666666666671517,43.33333333333576,65.0 +p31147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31147,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31151,csp,0.0,0.0,0.0,0.0,0.0 +p31153,battery,0.0,0.0,0.0,0.0,0.0 +p31153,biomass,0.0,0.0,0.0,0.0,0.0 +p31153,coal,0.0,0.0,0.0,0.0,0.0 +p31153,csp,0.0,0.0,0.0,0.0,0.0 +p31153,gas,136.35,272.7,272.7,272.7,272.7 +p31153,geothermal,0.0,0.0,0.0,0.0,0.0 +p31153,h2,0.0,0.0,0.0,0.0,0.0 +p31153,hydro,0.0,0.0,0.0,0.0,0.0 +p31153,nuclear,0.0,0.0,0.0,0.0,0.0 +p31153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31153,pv,0.0,0.0,0.0,0.0,0.0 +p31153,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31153,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31157,battery,0.0,0.0,0.0,0.0,0.0 +p31157,biomass,0.0,0.0,0.0,0.0,0.0 +p31157,coal,0.0,0.0,0.0,0.0,0.0 +p31157,gas,0.0,0.0,0.0,0.0,0.0 +p31157,geothermal,0.0,0.0,0.0,0.0,0.0 +p31157,h2,0.0,0.0,0.0,0.0,0.0 +p31157,hydro,0.0,0.0,0.0,0.0,0.0 +p31157,nuclear,0.0,0.0,0.0,0.0,0.0 +p31157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31157,pv,0.0,0.0,75.0,150.0,225.0 +p31157,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31157,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31159,csp,0.0,0.0,0.0,0.0,0.0 +p31165,csp,0.0,0.0,0.0,0.0,0.0 +p31169,csp,0.0,0.0,0.0,0.0,0.0 +p31177,battery,0.0,0.0,0.0,0.0,0.0 +p31177,biomass,0.0,0.0,0.0,0.0,0.0 +p31177,coal,0.0,0.0,0.0,0.0,0.0 +p31177,csp,0.0,0.0,0.0,0.0,0.0 +p31177,gas,0.0,0.0,0.0,0.0,0.0 +p31177,geothermal,0.0,0.0,0.0,0.0,0.0 +p31177,h2,0.0,0.0,0.0,0.0,0.0 +p31177,hydro,0.0,0.0,0.0,0.0,0.0 +p31177,nuclear,0.0,0.0,0.0,0.0,0.0 +p31177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31177,pv,50.0,100.0,100.0,100.0,100.0 +p31177,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31177,wind-ons,0.0,0.0,0.0,0.0,0.0 +p31179,battery,0.0,0.0,45.0,90.0,135.0 +p31179,biomass,0.0,0.0,0.0,0.0,0.0 +p31179,coal,0.0,0.0,0.0,0.0,0.0 +p31179,csp,0.0,0.0,0.0,0.0,0.0 +p31179,gas,0.0,0.0,0.0,0.0,0.0 +p31179,geothermal,0.0,0.0,0.0,0.0,0.0 +p31179,h2,0.0,0.0,0.0,0.0,0.0 +p31179,hydro,0.0,0.0,0.0,0.0,0.0 +p31179,nuclear,0.0,0.0,0.0,0.0,0.0 +p31179,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31179,pv,0.0,0.0,0.0,0.0,0.0 +p31179,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31179,wind-ons,125.0,250.0,250.0,250.0,250.0 +p31181,battery,0.0,0.0,0.0,0.0,0.0 +p31181,biomass,0.0,0.0,0.0,0.0,0.0 +p31181,coal,0.0,0.0,0.0,0.0,0.0 +p31181,csp,0.0,0.0,0.0,0.0,0.0 +p31181,gas,0.0,0.0,0.0,0.0,0.0 +p31181,geothermal,0.0,0.0,0.0,0.0,0.0 +p31181,h2,0.0,0.0,0.0,0.0,0.0 +p31181,hydro,0.0,0.0,0.0,0.0,0.0 +p31181,nuclear,0.0,0.0,0.0,0.0,0.0 +p31181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p31181,pv,0.0,0.0,0.0,0.0,0.0 +p31181,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p31181,wind-ons,25.0,50.0,50.0,50.0,50.0 +p32001,battery,0.0,0.0,0.0,0.0,0.0 +p32001,biomass,0.0,0.0,0.0,0.0,0.0 +p32001,coal,0.0,0.0,0.0,0.0,0.0 +p32001,csp,0.0,0.0,0.0,0.0,0.0 +p32001,gas,0.0,0.0,0.0,0.0,0.0 +p32001,geothermal,57.75,115.5,805.4866666668095,1495.473333333386,2185.46 +p32001,h2,0.0,0.0,0.0,0.0,0.0 +p32001,hydro,0.0,0.0,0.0,0.0,0.0 +p32001,nuclear,0.0,0.0,0.0,0.0,0.0 +p32001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32001,pv,812.5,1625.0,1705.0,1785.0,1865.0 +p32001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32003,battery,2206.65835,4413.3167,6580.413366666995,8747.510033333674,10914.6067 +p32003,biomass,0.0,0.0,0.0,0.0,0.0 +p32003,coal,0.0,0.0,0.0,0.0,0.0 +p32003,csp,0.0,0.0,0.0,0.0,0.0 +p32003,gas,222.0,444.0,560.6666666666861,677.333333333343,794.0 +p32003,geothermal,0.0,0.0,0.0,0.0,0.0 +p32003,h2,0.0,0.0,0.0,0.0,0.0 +p32003,hydro,0.0,0.0,0.0,0.0,0.0 +p32003,nuclear,0.0,0.0,0.0,0.0,0.0 +p32003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32003,pv,2287.065,4574.13,6172.796666666865,7771.463333333377,9370.130000000001 +p32003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32007,csp,0.0,0.0,0.0,0.0,0.0 +p32009,battery,0.0,0.0,0.0,0.0,0.0 +p32009,biomass,0.0,0.0,0.0,0.0,0.0 +p32009,coal,0.0,0.0,0.0,0.0,0.0 +p32009,csp,0.0,0.0,0.0,0.0,0.0 +p32009,gas,0.0,0.0,0.0,0.0,0.0 +p32009,geothermal,48.4,96.8,96.8,96.8,96.8 +p32009,h2,0.0,0.0,0.0,0.0,0.0 +p32009,hydro,0.0,0.0,0.0,0.0,0.0 +p32009,nuclear,0.0,0.0,0.0,0.0,0.0 +p32009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32009,pv,0.0,0.0,860.0,1720.0,2580.0 +p32009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32011,battery,0.0,0.0,0.0,0.0,0.0 +p32011,biomass,0.0,0.0,0.0,0.0,0.0 +p32011,coal,0.0,0.0,0.0,0.0,0.0 +p32011,csp,0.0,0.0,0.0,0.0,0.0 +p32011,gas,0.0,0.0,0.0,0.0,0.0 +p32011,geothermal,19.25,38.5,38.5,38.5,38.5 +p32011,h2,0.0,0.0,0.0,0.0,0.0 +p32011,hydro,0.0,0.0,0.0,0.0,0.0 +p32011,nuclear,0.0,0.0,0.0,0.0,0.0 +p32011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32011,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 +p32011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32013,battery,0.0,0.0,0.0,0.0,0.0 +p32013,biomass,0.0,0.0,0.0,0.0,0.0 +p32013,coal,0.0,0.0,0.0,0.0,0.0 +p32013,csp,0.0,0.0,0.0,0.0,0.0 +p32013,gas,0.0,0.0,145.53333333326736,291.06666666665114,436.6 +p32013,geothermal,0.0,0.0,346.6599999999162,693.3199999999488,1039.98 +p32013,h2,0.0,0.0,0.0,0.0,0.0 +p32013,hydro,0.0,0.0,0.0,0.0,0.0 +p32013,nuclear,0.0,0.0,0.0,0.0,0.0 +p32013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32013,pv,460.0,920.0,1120.0,1320.0,1520.0 +p32013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32015,battery,0.0,0.0,0.0,0.0,0.0 +p32015,biomass,0.0,0.0,0.0,0.0,0.0 +p32015,coal,0.0,0.0,0.0,0.0,0.0 +p32015,csp,0.0,0.0,0.0,0.0,0.0 +p32015,gas,0.0,0.0,0.0,0.0,0.0 +p32015,geothermal,34.5,69.0,82.33333333333576,95.66666666666788,109.0 +p32015,h2,0.0,0.0,0.0,0.0,0.0 +p32015,hydro,0.0,0.0,0.0,0.0,0.0 +p32015,nuclear,0.0,0.0,0.0,0.0,0.0 +p32015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32015,pv,124.5,249.0,249.0,249.0,249.0 +p32015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32017,battery,0.0,0.0,0.0,0.0,0.0 +p32017,biomass,0.0,0.0,0.0,0.0,0.0 +p32017,coal,0.0,0.0,0.0,0.0,0.0 +p32017,gas,0.0,0.0,400.0,800.0,1200.0 +p32017,geothermal,0.0,0.0,0.0,0.0,0.0 +p32017,h2,0.0,0.0,0.0,0.0,0.0 +p32017,hydro,0.0,0.0,0.0,0.0,0.0 +p32017,nuclear,0.0,0.0,0.0,0.0,0.0 +p32017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32017,pv,0.0,0.0,0.0,0.0,0.0 +p32017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32019,battery,0.0,0.0,0.0,0.0,0.0 +p32019,biomass,0.0,0.0,0.0,0.0,0.0 +p32019,coal,0.0,0.0,0.0,0.0,0.0 +p32019,csp,0.0,0.0,0.0,0.0,0.0 +p32019,gas,0.0,0.0,0.0,0.0,0.0 +p32019,geothermal,136.65,273.3,273.3,273.3,273.3 +p32019,h2,0.0,0.0,0.0,0.0,0.0 +p32019,hydro,0.0,0.0,0.0,0.0,0.0 +p32019,nuclear,0.0,0.0,0.0,0.0,0.0 +p32019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32019,pv,600.65,1201.3,1674.6166666665813,2147.933333333349,2621.25 +p32019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32021,battery,0.0,0.0,0.0,0.0,0.0 +p32021,biomass,0.0,0.0,0.0,0.0,0.0 +p32021,coal,0.0,0.0,0.0,0.0,0.0 +p32021,csp,0.0,0.0,0.0,0.0,0.0 +p32021,gas,0.0,0.0,0.0,0.0,0.0 +p32021,geothermal,0.0,0.0,12.833333333335759,25.66666666666788,38.5 +p32021,h2,0.0,0.0,0.0,0.0,0.0 +p32021,hydro,0.0,0.0,0.0,0.0,0.0 +p32021,nuclear,0.0,0.0,0.0,0.0,0.0 +p32021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32021,pv,350.0,700.0,700.0,700.0,700.0 +p32021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32023,battery,735.9219,1471.8438,1834.435066666687,2197.0263333333423,2559.6176 +p32023,biomass,0.0,0.0,0.0,0.0,0.0 +p32023,coal,0.0,0.0,0.0,0.0,0.0 +p32023,csp,0.0,0.0,0.0,0.0,0.0 +p32023,gas,0.0,0.0,0.0,0.0,0.0 +p32023,geothermal,0.0,0.0,5.333333333332121,10.66666666666606,16.0 +p32023,h2,0.0,0.0,0.0,0.0,0.0 +p32023,hydro,0.0,0.0,0.0,0.0,0.0 +p32023,nuclear,0.0,0.0,0.0,0.0,0.0 +p32023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32023,pv,739.6619,1479.3238,3304.899899999611,5130.475999999791,6956.0521 +p32023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32027,battery,0.0,0.0,0.0,0.0,0.0 +p32027,biomass,0.0,0.0,0.0,0.0,0.0 +p32027,coal,0.0,0.0,0.0,0.0,0.0 +p32027,csp,0.0,0.0,0.0,0.0,0.0 +p32027,gas,0.0,0.0,0.0,0.0,0.0 +p32027,geothermal,57.5,115.0,158.0666666666657,201.1333333333314,244.2 +p32027,h2,0.0,0.0,0.0,0.0,0.0 +p32027,hydro,0.0,0.0,0.0,0.0,0.0 +p32027,nuclear,0.0,0.0,0.0,0.0,0.0 +p32027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32027,pv,40.0,80.0,146.66666666668607,213.33333333334303,280.0 +p32027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32029,battery,100.0,200.0,466.6666666667443,733.3333333333721,1000.0 +p32029,biomass,0.0,0.0,0.0,0.0,0.0 +p32029,coal,0.0,0.0,0.0,0.0,0.0 +p32029,csp,0.0,0.0,0.0,0.0,0.0 +p32029,gas,0.0,0.0,656.6666666665114,1313.3333333332557,1970.0 +p32029,geothermal,0.0,0.0,0.0,0.0,0.0 +p32029,h2,0.0,0.0,0.0,0.0,0.0 +p32029,hydro,0.0,0.0,0.0,0.0,0.0 +p32029,nuclear,0.0,0.0,0.0,0.0,0.0 +p32029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32029,pv,0.0,0.0,0.0,0.0,0.0 +p32029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32031,battery,162.5,325.0,491.66666666662786,658.3333333333139,825.0 +p32031,biomass,0.0,0.0,0.0,0.0,0.0 +p32031,coal,0.0,0.0,0.0,0.0,0.0 +p32031,csp,0.0,0.0,0.0,0.0,0.0 +p32031,gas,0.0,0.0,200.0,400.0,600.0 +p32031,geothermal,61.0,122.0,122.0,122.0,122.0 +p32031,h2,0.0,0.0,0.0,0.0,0.0 +p32031,hydro,0.0,0.0,0.0,0.0,0.0 +p32031,nuclear,0.0,0.0,0.0,0.0,0.0 +p32031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32031,pv,360.0,720.0,920.0,1120.0,1320.0 +p32031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32033,battery,0.0,0.0,66.6333333333314,133.2666666666628,199.9 +p32033,biomass,0.0,0.0,0.0,0.0,0.0 +p32033,coal,0.0,0.0,0.0,0.0,0.0 +p32033,csp,0.0,0.0,0.0,0.0,0.0 +p32033,gas,0.0,0.0,0.0,0.0,0.0 +p32033,geothermal,0.0,0.0,0.0,0.0,0.0 +p32033,h2,0.0,0.0,0.0,0.0,0.0 +p32033,hydro,0.0,0.0,0.0,0.0,0.0 +p32033,nuclear,0.0,0.0,0.0,0.0,0.0 +p32033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32033,pv,800.0,1600.0,1600.0,1600.0,1600.0 +p32033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p32510,battery,25.0,50.0,50.0,50.0,50.0 +p32510,biomass,0.0,0.0,0.0,0.0,0.0 +p32510,coal,0.0,0.0,0.0,0.0,0.0 +p32510,csp,0.0,0.0,0.0,0.0,0.0 +p32510,gas,0.0,0.0,0.0,0.0,0.0 +p32510,geothermal,0.0,0.0,0.0,0.0,0.0 +p32510,h2,0.0,0.0,0.0,0.0,0.0 +p32510,hydro,0.0,0.0,0.0,0.0,0.0 +p32510,nuclear,0.0,0.0,0.0,0.0,0.0 +p32510,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p32510,pv,0.0,0.0,0.0,0.0,0.0 +p32510,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p32510,wind-ons,0.0,0.0,0.0,0.0,0.0 +p33001,csp,0.0,0.0,0.0,0.0,0.0 +p33005,csp,0.0,0.0,0.0,0.0,0.0 +p33011,csp,0.0,0.0,0.0,0.0,0.0 +p33013,csp,0.0,0.0,0.0,0.0,0.0 +p33015,battery,0.0,0.0,0.0,0.0,0.0 +p33015,biomass,0.0,0.0,0.0,0.0,0.0 +p33015,coal,0.0,0.0,0.0,0.0,0.0 +p33015,csp,0.0,0.0,0.0,0.0,0.0 +p33015,gas,0.0,0.0,0.0,0.0,0.0 +p33015,geothermal,0.0,0.0,0.0,0.0,0.0 +p33015,h2,0.0,0.0,0.0,0.0,0.0 +p33015,hydro,0.0,0.0,0.0,0.0,0.0 +p33015,nuclear,0.0,0.0,0.0,0.0,0.0 +p33015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p33015,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p33015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p33015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p33017,battery,0.0,0.0,0.0,0.0,0.0 +p33017,biomass,0.0,0.0,0.0,0.0,0.0 +p33017,coal,0.0,0.0,0.0,0.0,0.0 +p33017,csp,0.0,0.0,0.0,0.0,0.0 +p33017,gas,0.0,0.0,0.0,0.0,0.0 +p33017,geothermal,0.0,0.0,0.0,0.0,0.0 +p33017,h2,0.0,0.0,0.0,0.0,0.0 +p33017,hydro,0.0,0.0,0.0,0.0,0.0 +p33017,nuclear,0.0,0.0,0.0,0.0,0.0 +p33017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p33017,pv,10.0,20.0,20.0,20.0,20.0 +p33017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p33017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p33019,battery,0.0,0.0,0.0,0.0,0.0 +p33019,biomass,0.0,0.0,0.0,0.0,0.0 +p33019,coal,0.0,0.0,0.0,0.0,0.0 +p33019,csp,0.0,0.0,0.0,0.0,0.0 +p33019,gas,0.0,0.0,0.0,0.0,0.0 +p33019,geothermal,0.0,0.0,0.0,0.0,0.0 +p33019,h2,0.0,0.0,0.0,0.0,0.0 +p33019,hydro,0.0,0.0,0.0,0.0,0.0 +p33019,nuclear,0.0,0.0,0.0,0.0,0.0 +p33019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p33019,pv,2.49499988555908,4.98999977111816,4.98999977111816,4.98999977111816,4.98999977111816 +p33019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p33019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34001,battery,135.0,270.0,370.0,470.0,570.0 +p34001,biomass,0.0,0.0,0.0,0.0,0.0 +p34001,coal,0.0,0.0,0.0,0.0,0.0 +p34001,csp,0.0,0.0,0.0,0.0,0.0 +p34001,gas,0.0,0.0,0.0,0.0,0.0 +p34001,geothermal,0.0,0.0,0.0,0.0,0.0 +p34001,h2,0.0,0.0,0.0,0.0,0.0 +p34001,hydro,0.0,0.0,0.0,0.0,0.0 +p34001,nuclear,0.0,0.0,0.0,0.0,0.0 +p34001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34001,pv,19.0,38.0,38.0,38.0,38.0 +p34001,wind-ofs,0.0,0.0,712.9499999999534,1425.8999999999069,2138.85 +p34001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34003,battery,0.0,0.0,0.0,0.0,0.0 +p34003,biomass,0.0,0.0,0.0,0.0,0.0 +p34003,coal,0.0,0.0,0.0,0.0,0.0 +p34003,csp,0.0,0.0,0.0,0.0,0.0 +p34003,gas,25.55,51.1,68.18466666666791,85.26933333333727,102.354 +p34003,geothermal,0.0,0.0,0.0,0.0,0.0 +p34003,h2,0.0,0.0,0.0,0.0,0.0 +p34003,hydro,0.0,0.0,0.0,0.0,0.0 +p34003,nuclear,0.0,0.0,0.0,0.0,0.0 +p34003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34003,pv,0.0,0.0,0.0,0.0,0.0 +p34003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34005,battery,2.5,5.0,11.0,17.0,23.0 +p34005,biomass,0.0,0.0,0.0,0.0,0.0 +p34005,coal,0.0,0.0,0.0,0.0,0.0 +p34005,csp,0.0,0.0,0.0,0.0,0.0 +p34005,gas,0.0,0.0,0.0,0.0,0.0 +p34005,geothermal,0.0,0.0,0.0,0.0,0.0 +p34005,h2,0.0,0.0,0.0,0.0,0.0 +p34005,hydro,0.0,0.0,0.0,0.0,0.0 +p34005,nuclear,0.0,0.0,0.0,0.0,0.0 +p34005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34005,pv,0.0,0.0,0.0,0.0,0.0 +p34005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34007,battery,0.0,0.0,200.0,400.0,600.0 +p34007,biomass,0.0,0.0,0.0,0.0,0.0 +p34007,coal,0.0,0.0,0.0,0.0,0.0 +p34007,csp,0.0,0.0,0.0,0.0,0.0 +p34007,gas,0.0,0.0,0.0,0.0,0.0 +p34007,geothermal,0.0,0.0,0.0,0.0,0.0 +p34007,h2,0.0,0.0,0.0,0.0,0.0 +p34007,hydro,0.0,0.0,0.0,0.0,0.0 +p34007,nuclear,0.0,0.0,0.0,0.0,0.0 +p34007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34007,pv,0.0,0.0,0.0,0.0,0.0 +p34007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34009,battery,10.0,20.0,20.0,20.0,20.0 +p34009,biomass,0.0,0.0,0.0,0.0,0.0 +p34009,coal,0.0,0.0,0.0,0.0,0.0 +p34009,csp,0.0,0.0,0.0,0.0,0.0 +p34009,gas,0.0,0.0,0.0,0.0,0.0 +p34009,geothermal,0.0,0.0,0.0,0.0,0.0 +p34009,h2,0.0,0.0,0.0,0.0,0.0 +p34009,hydro,0.0,0.0,0.0,0.0,0.0 +p34009,nuclear,0.0,0.0,0.0,0.0,0.0 +p34009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34009,pv,0.0,0.0,0.0,0.0,0.0 +p34009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34011,battery,40.0,80.0,80.0,80.0,80.0 +p34011,biomass,0.0,0.0,0.0,0.0,0.0 +p34011,coal,0.0,0.0,0.0,0.0,0.0 +p34011,csp,0.0,0.0,0.0,0.0,0.0 +p34011,gas,0.0,0.0,0.0,0.0,0.0 +p34011,geothermal,0.0,0.0,0.0,0.0,0.0 +p34011,h2,0.0,0.0,0.0,0.0,0.0 +p34011,hydro,0.0,0.0,0.0,0.0,0.0 +p34011,nuclear,0.0,0.0,0.0,0.0,0.0 +p34011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34011,pv,0.0,0.0,8.78333333332921,17.566666666665697,26.35 +p34011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34013,csp,0.0,0.0,0.0,0.0,0.0 +p34015,battery,0.0,0.0,101.23333333336632,202.46666666667443,303.7 +p34015,biomass,0.0,0.0,0.0,0.0,0.0 +p34015,coal,0.0,0.0,0.0,0.0,0.0 +p34015,csp,0.0,0.0,0.0,0.0,0.0 +p34015,gas,0.0,0.0,0.0,0.0,0.0 +p34015,geothermal,0.0,0.0,0.0,0.0,0.0 +p34015,h2,0.0,0.0,0.0,0.0,0.0 +p34015,hydro,0.0,0.0,0.0,0.0,0.0 +p34015,nuclear,0.0,0.0,0.0,0.0,0.0 +p34015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34015,pv,8.81,17.62,17.62,17.62,17.62 +p34015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34017,battery,175.0,350.0,350.0,350.0,350.0 +p34017,biomass,0.0,0.0,0.0,0.0,0.0 +p34017,coal,0.0,0.0,0.0,0.0,0.0 +p34017,csp,0.0,0.0,0.0,0.0,0.0 +p34017,gas,0.0,0.0,0.0,0.0,0.0 +p34017,geothermal,0.0,0.0,0.0,0.0,0.0 +p34017,h2,0.0,0.0,0.0,0.0,0.0 +p34017,hydro,0.0,0.0,0.0,0.0,0.0 +p34017,nuclear,0.0,0.0,0.0,0.0,0.0 +p34017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34017,pv,0.0,0.0,0.0,0.0,0.0 +p34017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34019,battery,0.0,0.0,93.33333333331393,186.66666666665697,280.0 +p34019,biomass,0.0,0.0,0.0,0.0,0.0 +p34019,coal,0.0,0.0,0.0,0.0,0.0 +p34019,csp,0.0,0.0,0.0,0.0,0.0 +p34019,gas,0.0,0.0,0.0,0.0,0.0 +p34019,geothermal,0.0,0.0,0.0,0.0,0.0 +p34019,h2,0.0,0.0,0.0,0.0,0.0 +p34019,hydro,0.0,0.0,0.0,0.0,0.0 +p34019,nuclear,0.0,0.0,0.0,0.0,0.0 +p34019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34019,pv,9.9,19.8,19.8,19.8,19.8 +p34019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34021,battery,85.0,170.0,170.0,170.0,170.0 +p34021,biomass,0.0,0.0,0.0,0.0,0.0 +p34021,coal,0.0,0.0,0.0,0.0,0.0 +p34021,csp,0.0,0.0,0.0,0.0,0.0 +p34021,gas,0.0,0.0,0.0,0.0,0.0 +p34021,geothermal,0.0,0.0,0.0,0.0,0.0 +p34021,h2,0.0,0.0,0.0,0.0,0.0 +p34021,hydro,0.0,0.0,0.0,0.0,0.0 +p34021,nuclear,0.0,0.0,0.0,0.0,0.0 +p34021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34021,pv,0.0,0.0,0.0,0.0,0.0 +p34021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34023,battery,0.0,0.0,0.0,0.0,0.0 +p34023,biomass,0.0,0.0,0.0,0.0,0.0 +p34023,coal,0.0,0.0,0.0,0.0,0.0 +p34023,csp,0.0,0.0,0.0,0.0,0.0 +p34023,gas,0.0,0.0,0.0,0.0,0.0 +p34023,geothermal,0.0,0.0,0.0,0.0,0.0 +p34023,h2,0.0,0.0,0.0,0.0,0.0 +p34023,hydro,0.0,0.0,0.0,0.0,0.0 +p34023,nuclear,0.0,0.0,0.0,0.0,0.0 +p34023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34023,pv,0.0,0.0,0.0,0.0,0.0 +p34023,wind-ofs,0.0,0.0,873.3333333334886,1746.6666666667443,2620.0 +p34023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34025,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p34025,biomass,0.0,0.0,0.0,0.0,0.0 +p34025,coal,0.0,0.0,0.0,0.0,0.0 +p34025,csp,0.0,0.0,0.0,0.0,0.0 +p34025,gas,0.0,0.0,0.0,0.0,0.0 +p34025,geothermal,0.0,0.0,0.0,0.0,0.0 +p34025,h2,0.0,0.0,0.0,0.0,0.0 +p34025,hydro,0.0,0.0,0.0,0.0,0.0 +p34025,nuclear,0.0,0.0,0.0,0.0,0.0 +p34025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34025,pv,7.7,15.4,21.816666666667516,28.233333333333576,34.65 +p34025,wind-ofs,0.0,0.0,1584.0,3168.0,4752.0 +p34025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34027,battery,0.0,0.0,0.0,0.0,0.0 +p34027,biomass,0.0,0.0,0.0,0.0,0.0 +p34027,coal,0.0,0.0,0.0,0.0,0.0 +p34027,csp,0.0,0.0,0.0,0.0,0.0 +p34027,gas,0.0,0.0,0.0,0.0,0.0 +p34027,geothermal,0.0,0.0,0.0,0.0,0.0 +p34027,h2,0.0,0.0,0.0,0.0,0.0 +p34027,hydro,0.0,0.0,0.0,0.0,0.0 +p34027,nuclear,0.0,0.0,0.0,0.0,0.0 +p34027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34027,pv,7.7,15.4,15.4,15.4,15.4 +p34027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34029,battery,0.0,0.0,56.666666666656965,113.33333333332848,170.0 +p34029,biomass,0.0,0.0,0.0,0.0,0.0 +p34029,coal,0.0,0.0,0.0,0.0,0.0 +p34029,csp,0.0,0.0,0.0,0.0,0.0 +p34029,gas,0.0,0.0,0.0,0.0,0.0 +p34029,geothermal,0.0,0.0,0.0,0.0,0.0 +p34029,h2,0.0,0.0,0.0,0.0,0.0 +p34029,hydro,0.0,0.0,0.0,0.0,0.0 +p34029,nuclear,0.0,0.0,0.0,0.0,0.0 +p34029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34029,pv,15.9,31.8,47.5666666666657,63.33333333333212,79.1 +p34029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34033,battery,0.0,0.0,177.33333333337214,354.66666666668607,532.0 +p34033,biomass,0.0,0.0,0.0,0.0,0.0 +p34033,coal,0.0,0.0,0.0,0.0,0.0 +p34033,csp,0.0,0.0,0.0,0.0,0.0 +p34033,gas,0.0,0.0,0.0,0.0,0.0 +p34033,geothermal,0.0,0.0,0.0,0.0,0.0 +p34033,h2,0.0,0.0,0.0,0.0,0.0 +p34033,hydro,0.0,0.0,0.0,0.0,0.0 +p34033,nuclear,0.0,0.0,85.60000000000582,171.20000000001164,256.8 +p34033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34033,pv,0.0,0.0,21.666666666671517,43.33333333333576,65.0 +p34033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34035,battery,0.0,0.0,0.0,0.0,0.0 +p34035,biomass,0.0,0.0,0.0,0.0,0.0 +p34035,coal,0.0,0.0,0.0,0.0,0.0 +p34035,csp,0.0,0.0,0.0,0.0,0.0 +p34035,gas,0.0,0.0,0.0,0.0,0.0 +p34035,geothermal,0.0,0.0,0.0,0.0,0.0 +p34035,h2,0.0,0.0,0.0,0.0,0.0 +p34035,hydro,0.0,0.0,0.0,0.0,0.0 +p34035,nuclear,0.0,0.0,0.0,0.0,0.0 +p34035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34035,pv,0.0,0.0,2.6666666666660603,5.33333333333303,8.0 +p34035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34037,battery,10.0,20.0,20.0,20.0,20.0 +p34037,biomass,0.0,0.0,0.0,0.0,0.0 +p34037,coal,0.0,0.0,0.0,0.0,0.0 +p34037,csp,0.0,0.0,0.0,0.0,0.0 +p34037,gas,0.0,0.0,0.0,0.0,0.0 +p34037,geothermal,0.0,0.0,0.0,0.0,0.0 +p34037,h2,0.0,0.0,0.0,0.0,0.0 +p34037,hydro,0.0,0.0,0.0,0.0,0.0 +p34037,nuclear,0.0,0.0,0.0,0.0,0.0 +p34037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34037,pv,0.0,0.0,1.949999999999818,3.900000000000091,5.85 +p34037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34039,battery,0.0,0.0,0.0,0.0,0.0 +p34039,biomass,0.0,0.0,0.0,0.0,0.0 +p34039,coal,0.0,0.0,0.0,0.0,0.0 +p34039,gas,0.0,0.0,102.48966666666092,204.97933333332185,307.469 +p34039,geothermal,0.0,0.0,0.0,0.0,0.0 +p34039,h2,0.0,0.0,0.0,0.0,0.0 +p34039,hydro,0.0,0.0,0.0,0.0,0.0 +p34039,nuclear,0.0,0.0,0.0,0.0,0.0 +p34039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34039,pv,0.0,0.0,0.0,0.0,0.0 +p34039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p34041,battery,20.0,40.0,40.0,40.0,40.0 +p34041,biomass,0.0,0.0,0.0,0.0,0.0 +p34041,coal,0.0,0.0,0.0,0.0,0.0 +p34041,csp,0.0,0.0,0.0,0.0,0.0 +p34041,gas,0.0,0.0,0.0,0.0,0.0 +p34041,geothermal,0.0,0.0,0.0,0.0,0.0 +p34041,h2,0.0,0.0,0.0,0.0,0.0 +p34041,hydro,0.0,0.0,0.0,0.0,0.0 +p34041,nuclear,0.0,0.0,0.0,0.0,0.0 +p34041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p34041,pv,40.5,81.0,186.18333333331975,291.3666666666686,396.55 +p34041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p34041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p35001,battery,476.25,952.5,1277.5,1602.5,1927.5 +p35001,biomass,0.0,0.0,0.0,0.0,0.0 +p35001,coal,0.0,0.0,0.0,0.0,0.0 +p35001,csp,0.0,0.0,0.0,0.0,0.0 +p35001,gas,0.0,0.0,0.0,0.0,0.0 +p35001,geothermal,0.0,0.0,0.0,0.0,0.0 +p35001,h2,0.0,0.0,0.0,0.0,0.0 +p35001,hydro,0.0,0.0,0.0,0.0,0.0 +p35001,nuclear,0.0,0.0,0.0,0.0,0.0 +p35001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35001,pv,425.0,850.0,1400.0,1950.0,2500.0 +p35001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p35005,battery,0.0,0.0,228.0,456.0,684.0 +p35005,biomass,0.0,0.0,0.0,0.0,0.0 +p35005,coal,0.0,0.0,0.0,0.0,0.0 +p35005,csp,0.0,0.0,0.0,0.0,0.0 +p35005,gas,0.0,0.0,0.0,0.0,0.0 +p35005,geothermal,0.0,0.0,0.0,0.0,0.0 +p35005,h2,0.0,0.0,0.0,0.0,0.0 +p35005,hydro,0.0,0.0,0.0,0.0,0.0 +p35005,nuclear,0.0,0.0,0.0,0.0,0.0 +p35005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35005,pv,0.0,0.0,275.0,550.0,825.0 +p35005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35005,wind-ons,123.5,247.0,247.0,247.0,247.0 +p35006,battery,0.0,0.0,38.333333333343035,76.66666666667152,115.0 +p35006,biomass,0.0,0.0,0.0,0.0,0.0 +p35006,coal,0.0,0.0,0.0,0.0,0.0 +p35006,csp,0.0,0.0,0.0,0.0,0.0 +p35006,gas,0.0,0.0,0.0,0.0,0.0 +p35006,geothermal,0.0,0.0,0.0,0.0,0.0 +p35006,h2,0.0,0.0,0.0,0.0,0.0 +p35006,hydro,0.0,0.0,0.0,0.0,0.0 +p35006,nuclear,0.0,0.0,0.0,0.0,0.0 +p35006,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35006,pv,5.0,10.0,10.0,10.0,10.0 +p35006,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35006,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p35009,battery,0.0,0.0,0.0,0.0,0.0 +p35009,biomass,0.0,0.0,0.0,0.0,0.0 +p35009,coal,0.0,0.0,0.0,0.0,0.0 +p35009,csp,0.0,0.0,0.0,0.0,0.0 +p35009,gas,0.0,0.0,0.0,0.0,0.0 +p35009,geothermal,0.0,0.0,0.0,0.0,0.0 +p35009,h2,0.0,0.0,0.0,0.0,0.0 +p35009,hydro,0.0,0.0,0.0,0.0,0.0 +p35009,nuclear,0.0,0.0,0.0,0.0,0.0 +p35009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35009,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p35009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35009,wind-ons,0.0,0.0,65.0,130.0,195.0 +p35011,csp,0.0,0.0,0.0,0.0,0.0 +p35013,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p35013,biomass,0.0,0.0,0.0,0.0,0.0 +p35013,coal,0.0,0.0,0.0,0.0,0.0 +p35013,csp,0.0,0.0,0.0,0.0,0.0 +p35013,gas,0.0,0.0,0.0,0.0,0.0 +p35013,geothermal,14.5,29.0,38.66666666666424,48.33333333333212,58.0 +p35013,h2,0.0,0.0,0.0,0.0,0.0 +p35013,hydro,0.0,0.0,0.0,0.0,0.0 +p35013,nuclear,0.0,0.0,0.0,0.0,0.0 +p35013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35013,pv,75.0,150.0,265.0,380.0,495.0 +p35013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p35015,battery,0.0,0.0,146.33333333337214,292.66666666668607,439.0 +p35015,biomass,0.0,0.0,0.0,0.0,0.0 +p35015,coal,0.0,0.0,0.0,0.0,0.0 +p35015,csp,0.0,0.0,0.0,0.0,0.0 +p35015,gas,0.0,0.0,0.0,0.0,0.0 +p35015,geothermal,0.0,0.0,0.0,0.0,0.0 +p35015,h2,0.0,0.0,0.0,0.0,0.0 +p35015,hydro,0.0,0.0,0.0,0.0,0.0 +p35015,nuclear,0.0,0.0,0.0,0.0,0.0 +p35015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35015,pv,0.0,0.0,0.0,0.0,0.0 +p35015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p35017,battery,0.0,0.0,0.0,0.0,0.0 +p35017,biomass,0.0,0.0,0.0,0.0,0.0 +p35017,coal,0.0,0.0,0.0,0.0,0.0 +p35017,csp,0.0,0.0,0.0,0.0,0.0 +p35017,gas,0.0,0.0,0.0,0.0,0.0 +p35017,geothermal,0.0,0.0,0.0,0.0,0.0 +p35017,h2,0.0,0.0,0.0,0.0,0.0 +p35017,hydro,0.0,0.0,0.0,0.0,0.0 +p35017,nuclear,0.0,0.0,0.0,0.0,0.0 +p35017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35017,pv,0.0,0.0,0.0,0.0,0.0 +p35017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35017,wind-ons,126.0,252.0,252.0,252.0,252.0 +p35019,battery,0.0,0.0,0.0,0.0,0.0 +p35019,biomass,0.0,0.0,0.0,0.0,0.0 +p35019,coal,0.0,0.0,0.0,0.0,0.0 +p35019,csp,0.0,0.0,0.0,0.0,0.0 +p35019,gas,0.0,0.0,0.0,0.0,0.0 +p35019,geothermal,0.0,0.0,0.0,0.0,0.0 +p35019,h2,0.0,0.0,0.0,0.0,0.0 +p35019,hydro,0.0,0.0,0.0,0.0,0.0 +p35019,nuclear,0.0,0.0,0.0,0.0,0.0 +p35019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35019,pv,120.0,240.0,240.0,240.0,240.0 +p35019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35019,wind-ons,72.5,145.0,310.93333333329065,476.8666666666395,642.8 +p35021,csp,0.0,0.0,0.0,0.0,0.0 +p35023,csp,0.0,0.0,0.0,0.0,0.0 +p35025,battery,53.0,106.0,264.3299999999581,422.6599999999744,580.99 +p35025,biomass,0.0,0.0,0.0,0.0,0.0 +p35025,coal,0.0,0.0,0.0,0.0,0.0 +p35025,csp,0.0,0.0,0.0,0.0,0.0 +p35025,gas,0.0,0.0,53.166666666656965,106.33333333332848,159.5 +p35025,geothermal,0.0,0.0,0.0,0.0,0.0 +p35025,h2,0.0,0.0,0.0,0.0,0.0 +p35025,hydro,0.0,0.0,0.0,0.0,0.0 +p35025,nuclear,0.0,0.0,0.0,0.0,0.0 +p35025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35025,pv,128.495,256.99,1019.0613333331421,1781.1326666665263,2543.2039999999997 +p35025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35025,wind-ons,0.0,0.0,221.43333333329065,442.8666666666395,664.3 +p35027,csp,0.0,0.0,0.0,0.0,0.0 +p35029,battery,25.0,50.0,50.0,50.0,50.0 +p35029,biomass,0.0,0.0,0.0,0.0,0.0 +p35029,coal,0.0,0.0,0.0,0.0,0.0 +p35029,csp,0.0,0.0,0.0,0.0,0.0 +p35029,gas,0.0,0.0,0.0,0.0,0.0 +p35029,geothermal,0.0,0.0,0.0,0.0,0.0 +p35029,h2,0.0,0.0,0.0,0.0,0.0 +p35029,hydro,0.0,0.0,0.0,0.0,0.0 +p35029,nuclear,0.0,0.0,0.0,0.0,0.0 +p35029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35029,pv,59.625,119.25,360.58333333337214,601.9166666666861,843.25 +p35029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p35031,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p35031,biomass,0.0,0.0,0.0,0.0,0.0 +p35031,coal,0.0,0.0,0.0,0.0,0.0 +p35031,csp,0.0,0.0,0.0,0.0,0.0 +p35031,gas,0.0,0.0,0.0,0.0,0.0 +p35031,geothermal,0.0,0.0,0.0,0.0,0.0 +p35031,h2,0.0,0.0,70.0,140.0,210.0 +p35031,hydro,0.0,0.0,0.0,0.0,0.0 +p35031,nuclear,0.0,0.0,0.0,0.0,0.0 +p35031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35031,pv,0.0,0.0,96.33333333331393,192.66666666665697,289.0 +p35031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35031,wind-ons,0.0,0.0,63.333333333343035,126.66666666667152,190.0 +p35035,battery,25.0,50.0,150.0,250.0,350.0 +p35035,biomass,0.0,0.0,0.0,0.0,0.0 +p35035,coal,0.0,0.0,0.0,0.0,0.0 +p35035,csp,0.0,0.0,0.0,0.0,0.0 +p35035,gas,0.0,0.0,0.0,0.0,0.0 +p35035,geothermal,0.0,0.0,0.0,0.0,0.0 +p35035,h2,0.0,0.0,0.0,0.0,0.0 +p35035,hydro,0.0,0.0,0.0,0.0,0.0 +p35035,nuclear,0.0,0.0,0.0,0.0,0.0 +p35035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35035,pv,198.0,396.0,396.0,396.0,396.0 +p35035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p35037,csp,0.0,0.0,0.0,0.0,0.0 +p35041,battery,0.0,0.0,99.83333333331393,199.66666666665697,299.5 +p35041,biomass,0.0,0.0,0.0,0.0,0.0 +p35041,coal,0.0,0.0,0.0,0.0,0.0 +p35041,csp,0.0,0.0,0.0,0.0,0.0 +p35041,gas,0.0,0.0,0.0,0.0,0.0 +p35041,geothermal,0.0,0.0,0.0,0.0,0.0 +p35041,h2,0.0,0.0,0.0,0.0,0.0 +p35041,hydro,0.0,0.0,0.0,0.0,0.0 +p35041,nuclear,0.0,0.0,0.0,0.0,0.0 +p35041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35041,pv,100.0,200.0,785.0,1370.0,1955.0 +p35041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35041,wind-ons,0.0,0.0,256.66666666662786,513.3333333333139,770.0 +p35043,battery,75.0,150.0,233.33333333331393,316.66666666665697,400.0 +p35043,biomass,0.0,0.0,0.0,0.0,0.0 +p35043,coal,0.0,0.0,0.0,0.0,0.0 +p35043,csp,0.0,0.0,0.0,0.0,0.0 +p35043,gas,0.0,0.0,0.0,0.0,0.0 +p35043,geothermal,0.0,0.0,0.0,0.0,0.0 +p35043,h2,0.0,0.0,0.0,0.0,0.0 +p35043,hydro,0.0,0.0,0.0,0.0,0.0 +p35043,nuclear,0.0,0.0,0.0,0.0,0.0 +p35043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35043,pv,120.0,240.0,240.0,240.0,240.0 +p35043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p35045,battery,50.0,100.0,100.0,100.0,100.0 +p35045,biomass,0.0,0.0,0.0,0.0,0.0 +p35045,coal,0.0,0.0,0.0,0.0,0.0 +p35045,csp,0.0,0.0,0.0,0.0,0.0 +p35045,gas,198.15,396.3,396.3,396.3,396.3 +p35045,geothermal,0.0,0.0,0.0,0.0,0.0 +p35045,h2,0.0,0.0,0.0,0.0,0.0 +p35045,hydro,0.0,0.0,0.0,0.0,0.0 +p35045,nuclear,0.0,0.0,0.0,0.0,0.0 +p35045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35045,pv,497.8,995.6,1028.9333333333489,1062.2666666666773,1095.6 +p35045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p35049,battery,0.0,0.0,0.0,0.0,0.0 +p35049,biomass,0.0,0.0,0.0,0.0,0.0 +p35049,coal,0.0,0.0,0.0,0.0,0.0 +p35049,csp,0.0,0.0,0.0,0.0,0.0 +p35049,gas,0.0,0.0,0.0,0.0,0.0 +p35049,geothermal,0.0,0.0,0.0,0.0,0.0 +p35049,h2,0.0,0.0,0.0,0.0,0.0 +p35049,hydro,0.0,0.0,0.0,0.0,0.0 +p35049,nuclear,0.0,0.0,0.0,0.0,0.0 +p35049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35049,pv,247.5,495.0,855.0,1215.0,1575.0 +p35049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p35051,battery,0.0,0.0,0.0,0.0,0.0 +p35051,biomass,0.0,0.0,0.0,0.0,0.0 +p35051,coal,0.0,0.0,0.0,0.0,0.0 +p35051,gas,0.0,0.0,0.0,0.0,0.0 +p35051,geothermal,0.0,0.0,0.0,0.0,0.0 +p35051,h2,0.0,0.0,0.0,0.0,0.0 +p35051,hydro,0.0,0.0,0.0,0.0,0.0 +p35051,nuclear,0.0,0.0,0.0,0.0,0.0 +p35051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35051,pv,150.0,300.0,400.0,500.0,600.0 +p35051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p35053,csp,0.0,0.0,0.0,0.0,0.0 +p35057,battery,0.0,0.0,8.333333333335759,16.66666666666788,25.0 +p35057,biomass,0.0,0.0,0.0,0.0,0.0 +p35057,coal,0.0,0.0,0.0,0.0,0.0 +p35057,csp,0.0,0.0,0.0,0.0,0.0 +p35057,gas,0.0,0.0,0.0,0.0,0.0 +p35057,geothermal,0.0,0.0,0.0,0.0,0.0 +p35057,h2,0.0,0.0,0.0,0.0,0.0 +p35057,hydro,0.0,0.0,0.0,0.0,0.0 +p35057,nuclear,0.0,0.0,0.0,0.0,0.0 +p35057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35057,pv,0.0,0.0,16.63333333333867,33.26666666667006,49.9 +p35057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35057,wind-ons,201.0,402.0,428.6666666666715,455.33333333333576,482.0 +p35059,battery,0.0,0.0,0.0,0.0,0.0 +p35059,biomass,0.0,0.0,0.0,0.0,0.0 +p35059,coal,0.0,0.0,0.0,0.0,0.0 +p35059,csp,0.0,0.0,0.0,0.0,0.0 +p35059,gas,0.0,0.0,0.0,0.0,0.0 +p35059,geothermal,0.0,0.0,0.0,0.0,0.0 +p35059,h2,0.0,0.0,0.0,0.0,0.0 +p35059,hydro,0.0,0.0,0.0,0.0,0.0 +p35059,nuclear,0.0,0.0,0.0,0.0,0.0 +p35059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35059,pv,0.0,0.0,0.0,0.0,0.0 +p35059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35059,wind-ons,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p35061,battery,0.0,0.0,449.8333333332557,899.6666666666279,1349.5 +p35061,biomass,0.0,0.0,0.0,0.0,0.0 +p35061,coal,0.0,0.0,0.0,0.0,0.0 +p35061,csp,0.0,0.0,0.0,0.0,0.0 +p35061,gas,21.15,42.3,42.3,42.3,42.3 +p35061,geothermal,0.0,0.0,0.0,0.0,0.0 +p35061,h2,0.0,0.0,0.0,0.0,0.0 +p35061,hydro,0.0,0.0,0.0,0.0,0.0 +p35061,nuclear,0.0,0.0,0.0,0.0,0.0 +p35061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p35061,pv,50.0,100.0,340.0,580.0,820.0 +p35061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p35061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36001,battery,0.0,0.0,40.0,80.0,120.0 +p36001,biomass,0.0,0.0,0.0,0.0,0.0 +p36001,coal,0.0,0.0,0.0,0.0,0.0 +p36001,csp,0.0,0.0,0.0,0.0,0.0 +p36001,gas,0.0,0.0,0.0,0.0,0.0 +p36001,geothermal,0.0,0.0,0.0,0.0,0.0 +p36001,h2,0.0,0.0,0.0,0.0,0.0 +p36001,hydro,0.0,0.0,0.0,0.0,0.0 +p36001,nuclear,0.0,0.0,0.0,0.0,0.0 +p36001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36001,pv,0.0,0.0,0.0,0.0,0.0 +p36001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36003,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p36003,biomass,0.0,0.0,0.0,0.0,0.0 +p36003,coal,0.0,0.0,0.0,0.0,0.0 +p36003,csp,0.0,0.0,0.0,0.0,0.0 +p36003,gas,0.0,0.0,0.0,0.0,0.0 +p36003,geothermal,0.0,0.0,0.0,0.0,0.0 +p36003,h2,0.0,0.0,0.0,0.0,0.0 +p36003,hydro,0.0,0.0,0.0,0.0,0.0 +p36003,nuclear,0.0,0.0,0.0,0.0,0.0 +p36003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36003,pv,0.0,0.0,31.166666666671517,62.33333333333576,93.5 +p36003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36005,battery,0.0,0.0,253.33333333337214,506.66666666668607,760.0 +p36005,biomass,0.0,0.0,0.0,0.0,0.0 +p36005,coal,0.0,0.0,0.0,0.0,0.0 +p36005,csp,0.0,0.0,0.0,0.0,0.0 +p36005,gas,0.0,0.0,0.0,0.0,0.0 +p36005,geothermal,0.0,0.0,0.0,0.0,0.0 +p36005,h2,0.0,0.0,0.0,0.0,0.0 +p36005,hydro,0.0,0.0,0.0,0.0,0.0 +p36005,nuclear,0.0,0.0,0.0,0.0,0.0 +p36005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36005,pv,0.0,0.0,0.0,0.0,0.0 +p36005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36007,battery,0.0,0.0,50.0,100.0,150.0 +p36007,biomass,0.0,0.0,0.0,0.0,0.0 +p36007,coal,0.0,0.0,0.0,0.0,0.0 +p36007,csp,0.0,0.0,0.0,0.0,0.0 +p36007,gas,0.0,0.0,0.0,0.0,0.0 +p36007,geothermal,0.0,0.0,0.0,0.0,0.0 +p36007,h2,0.0,0.0,0.0,0.0,0.0 +p36007,hydro,0.0,0.0,0.0,0.0,0.0 +p36007,nuclear,0.0,0.0,0.0,0.0,0.0 +p36007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36007,pv,0.0,0.0,0.0,0.0,0.0 +p36007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36009,battery,0.0,0.0,0.0,0.0,0.0 +p36009,biomass,0.0,0.0,0.0,0.0,0.0 +p36009,coal,0.0,0.0,0.0,0.0,0.0 +p36009,csp,0.0,0.0,0.0,0.0,0.0 +p36009,gas,0.0,0.0,0.0,0.0,0.0 +p36009,geothermal,0.0,0.0,0.0,0.0,0.0 +p36009,h2,0.0,0.0,0.0,0.0,0.0 +p36009,hydro,0.0,0.0,0.0,0.0,0.0 +p36009,nuclear,0.0,0.0,0.0,0.0,0.0 +p36009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36009,pv,0.0,0.0,0.0,0.0,0.0 +p36009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36009,wind-ons,0.0,0.0,144.70000000001164,289.4000000000233,434.1 +p36011,battery,0.0,0.0,0.0,0.0,0.0 +p36011,biomass,0.0,0.0,0.0,0.0,0.0 +p36011,coal,0.0,0.0,0.0,0.0,0.0 +p36011,csp,0.0,0.0,0.0,0.0,0.0 +p36011,gas,0.0,0.0,0.0,0.0,0.0 +p36011,geothermal,0.0,0.0,0.0,0.0,0.0 +p36011,h2,0.0,0.0,0.0,0.0,0.0 +p36011,hydro,0.0,0.0,0.0,0.0,0.0 +p36011,nuclear,0.0,0.0,0.0,0.0,0.0 +p36011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36011,pv,0.0,0.0,79.33333333331393,158.66666666665697,238.0 +p36011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36011,wind-ons,0.0,0.0,32.333333333343035,64.66666666667152,97.0 +p36013,battery,0.0,0.0,140.0,280.0,420.0 +p36013,biomass,0.0,0.0,0.0,0.0,0.0 +p36013,coal,0.0,0.0,0.0,0.0,0.0 +p36013,csp,0.0,0.0,0.0,0.0,0.0 +p36013,gas,0.0,0.0,0.0,0.0,0.0 +p36013,geothermal,0.0,0.0,0.0,0.0,0.0 +p36013,h2,0.0,0.0,0.0,0.0,0.0 +p36013,hydro,0.0,0.0,0.0,0.0,0.0 +p36013,nuclear,0.0,0.0,0.0,0.0,0.0 +p36013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36013,pv,0.0,0.0,120.0,240.0,360.0 +p36013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36013,wind-ons,0.0,0.0,50.30000000000291,100.60000000000582,150.9 +p36015,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p36015,biomass,0.0,0.0,0.0,0.0,0.0 +p36015,coal,0.0,0.0,0.0,0.0,0.0 +p36015,csp,0.0,0.0,0.0,0.0,0.0 +p36015,gas,0.0,0.0,0.0,0.0,0.0 +p36015,geothermal,0.0,0.0,0.0,0.0,0.0 +p36015,h2,0.0,0.0,0.0,0.0,0.0 +p36015,hydro,0.0,0.0,0.0,0.0,0.0 +p36015,nuclear,0.0,0.0,0.0,0.0,0.0 +p36015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36015,pv,0.0,0.0,0.0,0.0,0.0 +p36015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36017,battery,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p36017,biomass,0.0,0.0,0.0,0.0,0.0 +p36017,coal,0.0,0.0,0.0,0.0,0.0 +p36017,csp,0.0,0.0,0.0,0.0,0.0 +p36017,gas,0.0,0.0,0.0,0.0,0.0 +p36017,geothermal,0.0,0.0,0.0,0.0,0.0 +p36017,h2,0.0,0.0,0.0,0.0,0.0 +p36017,hydro,0.0,0.0,0.0,0.0,0.0 +p36017,nuclear,0.0,0.0,0.0,0.0,0.0 +p36017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36017,pv,0.0,0.0,0.0,0.0,0.0 +p36017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36017,wind-ons,0.0,0.0,33.60000000000582,67.19999999999709,100.8 +p36019,battery,0.0,0.0,75.0,150.0,225.0 +p36019,biomass,0.0,0.0,0.0,0.0,0.0 +p36019,coal,0.0,0.0,0.0,0.0,0.0 +p36019,csp,0.0,0.0,0.0,0.0,0.0 +p36019,gas,0.0,0.0,0.0,0.0,0.0 +p36019,geothermal,0.0,0.0,0.0,0.0,0.0 +p36019,h2,0.0,0.0,0.0,0.0,0.0 +p36019,hydro,0.0,0.0,0.0,0.0,0.0 +p36019,nuclear,0.0,0.0,0.0,0.0,0.0 +p36019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36019,pv,0.0,0.0,0.0,0.0,0.0 +p36019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36019,wind-ons,0.0,0.0,149.66666666662786,299.33333333331393,449.0 +p36021,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p36021,biomass,0.0,0.0,0.0,0.0,0.0 +p36021,coal,0.0,0.0,0.0,0.0,0.0 +p36021,csp,0.0,0.0,0.0,0.0,0.0 +p36021,gas,0.0,0.0,0.0,0.0,0.0 +p36021,geothermal,0.0,0.0,0.0,0.0,0.0 +p36021,h2,0.0,0.0,0.0,0.0,0.0 +p36021,hydro,0.0,0.0,0.0,0.0,0.0 +p36021,nuclear,0.0,0.0,0.0,0.0,0.0 +p36021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36021,pv,0.0,0.0,20.0,40.0,60.0 +p36021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36023,battery,0.0,0.0,0.0,0.0,0.0 +p36023,biomass,0.0,0.0,0.0,0.0,0.0 +p36023,coal,0.0,0.0,0.0,0.0,0.0 +p36023,csp,0.0,0.0,0.0,0.0,0.0 +p36023,gas,0.0,0.0,0.0,0.0,0.0 +p36023,geothermal,0.0,0.0,0.0,0.0,0.0 +p36023,h2,0.0,0.0,0.0,0.0,0.0 +p36023,hydro,0.0,0.0,0.0,0.0,0.0 +p36023,nuclear,0.0,0.0,0.0,0.0,0.0 +p36023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36023,pv,0.0,0.0,30.0,60.0,90.0 +p36023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36025,battery,0.0,0.0,45.0,90.0,135.0 +p36025,biomass,0.0,0.0,0.0,0.0,0.0 +p36025,coal,0.0,0.0,0.0,0.0,0.0 +p36025,csp,0.0,0.0,0.0,0.0,0.0 +p36025,gas,0.0,0.0,0.0,0.0,0.0 +p36025,geothermal,0.0,0.0,0.0,0.0,0.0 +p36025,h2,0.0,0.0,0.0,0.0,0.0 +p36025,hydro,0.0,0.0,0.0,0.0,0.0 +p36025,nuclear,0.0,0.0,0.0,0.0,0.0 +p36025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36025,pv,0.0,0.0,0.0,0.0,0.0 +p36025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36027,battery,0.0,0.0,284.6666666667443,569.3333333333721,854.0 +p36027,biomass,0.0,0.0,0.0,0.0,0.0 +p36027,coal,0.0,0.0,0.0,0.0,0.0 +p36027,csp,0.0,0.0,0.0,0.0,0.0 +p36027,gas,0.0,0.0,0.0,0.0,0.0 +p36027,geothermal,0.0,0.0,0.0,0.0,0.0 +p36027,h2,0.0,0.0,0.0,0.0,0.0 +p36027,hydro,0.0,0.0,0.0,0.0,0.0 +p36027,nuclear,0.0,0.0,0.0,0.0,0.0 +p36027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36027,pv,0.0,0.0,0.0,0.0,0.0 +p36027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36029,battery,0.0,0.0,56.666666666656965,113.33333333332848,170.0 +p36029,biomass,0.0,0.0,0.0,0.0,0.0 +p36029,coal,0.0,0.0,0.0,0.0,0.0 +p36029,csp,0.0,0.0,0.0,0.0,0.0 +p36029,gas,0.0,0.0,0.0,0.0,0.0 +p36029,geothermal,0.0,0.0,0.0,0.0,0.0 +p36029,h2,0.0,0.0,0.0,0.0,0.0 +p36029,hydro,0.0,0.0,0.0,0.0,0.0 +p36029,nuclear,0.0,0.0,0.0,0.0,0.0 +p36029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36029,pv,0.0,0.0,0.0,0.0,0.0 +p36029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36031,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p36031,biomass,0.0,0.0,0.0,0.0,0.0 +p36031,coal,0.0,0.0,0.0,0.0,0.0 +p36031,csp,0.0,0.0,0.0,0.0,0.0 +p36031,gas,0.0,0.0,0.0,0.0,0.0 +p36031,geothermal,0.0,0.0,0.0,0.0,0.0 +p36031,h2,0.0,0.0,0.0,0.0,0.0 +p36031,hydro,0.0,0.0,0.0,0.0,0.0 +p36031,nuclear,0.0,0.0,0.0,0.0,0.0 +p36031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36031,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p36031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36033,battery,0.0,0.0,100.0,200.0,300.0 +p36033,biomass,0.0,0.0,0.0,0.0,0.0 +p36033,coal,0.0,0.0,0.0,0.0,0.0 +p36033,csp,0.0,0.0,0.0,0.0,0.0 +p36033,gas,0.0,0.0,0.0,0.0,0.0 +p36033,geothermal,0.0,0.0,0.0,0.0,0.0 +p36033,h2,0.0,0.0,0.0,0.0,0.0 +p36033,hydro,0.0,0.0,0.0,0.0,0.0 +p36033,nuclear,0.0,0.0,0.0,0.0,0.0 +p36033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36033,pv,0.0,0.0,216.66666666662786,433.33333333331393,650.0 +p36033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36033,wind-ons,0.0,0.0,253.33333333337214,506.66666666668607,760.0 +p36035,csp,0.0,0.0,0.0,0.0,0.0 +p36037,battery,0.0,0.0,0.0,0.0,0.0 +p36037,biomass,0.0,0.0,0.0,0.0,0.0 +p36037,coal,0.0,0.0,0.0,0.0,0.0 +p36037,csp,0.0,0.0,0.0,0.0,0.0 +p36037,gas,0.0,0.0,0.0,0.0,0.0 +p36037,geothermal,0.0,0.0,0.0,0.0,0.0 +p36037,h2,0.0,0.0,0.0,0.0,0.0 +p36037,hydro,0.0,0.0,0.0,0.0,0.0 +p36037,nuclear,0.0,0.0,0.0,0.0,0.0 +p36037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36037,pv,0.0,0.0,366.6666666667443,733.3333333333721,1100.0 +p36037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36037,wind-ons,0.0,0.0,42.0,84.0,126.0 +p36039,battery,0.0,0.0,0.0,0.0,0.0 +p36039,biomass,0.0,0.0,0.0,0.0,0.0 +p36039,coal,0.0,0.0,0.0,0.0,0.0 +p36039,csp,0.0,0.0,0.0,0.0,0.0 +p36039,gas,0.0,0.0,0.0,0.0,0.0 +p36039,geothermal,0.0,0.0,0.0,0.0,0.0 +p36039,h2,0.0,0.0,0.0,0.0,0.0 +p36039,hydro,0.0,0.0,0.0,0.0,0.0 +p36039,nuclear,0.0,0.0,0.0,0.0,0.0 +p36039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36039,pv,0.0,0.0,43.333333333343035,86.66666666667152,130.0 +p36039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36041,csp,0.0,0.0,0.0,0.0,0.0 +p36043,battery,0.0,0.0,0.0,0.0,0.0 +p36043,biomass,0.0,0.0,0.0,0.0,0.0 +p36043,coal,0.0,0.0,0.0,0.0,0.0 +p36043,csp,0.0,0.0,0.0,0.0,0.0 +p36043,gas,0.0,0.0,0.0,0.0,0.0 +p36043,geothermal,0.0,0.0,0.0,0.0,0.0 +p36043,h2,0.0,0.0,0.0,0.0,0.0 +p36043,hydro,0.0,0.0,0.0,0.0,0.0 +p36043,nuclear,0.0,0.0,0.0,0.0,0.0 +p36043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36043,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p36043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36045,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p36045,biomass,0.0,0.0,0.0,0.0,0.0 +p36045,coal,0.0,0.0,0.0,0.0,0.0 +p36045,csp,0.0,0.0,0.0,0.0,0.0 +p36045,gas,0.0,0.0,0.0,0.0,0.0 +p36045,geothermal,0.0,0.0,0.0,0.0,0.0 +p36045,h2,0.0,0.0,0.0,0.0,0.0 +p36045,hydro,0.0,0.0,0.0,0.0,0.0 +p36045,nuclear,0.0,0.0,0.0,0.0,0.0 +p36045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36045,pv,0.0,0.0,169.66666666662786,339.33333333331393,509.0 +p36045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36047,battery,0.0,0.0,245.6333333333605,491.2666666666628,736.9 +p36047,biomass,0.0,0.0,0.0,0.0,0.0 +p36047,coal,0.0,0.0,0.0,0.0,0.0 +p36047,csp,0.0,0.0,0.0,0.0,0.0 +p36047,gas,0.0,0.0,0.0,0.0,0.0 +p36047,geothermal,0.0,0.0,0.0,0.0,0.0 +p36047,h2,0.0,0.0,0.0,0.0,0.0 +p36047,hydro,0.0,0.0,0.0,0.0,0.0 +p36047,nuclear,0.0,0.0,0.0,0.0,0.0 +p36047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36047,pv,0.0,0.0,0.0,0.0,0.0 +p36047,wind-ofs,0.0,0.0,708.6666666665114,1417.3333333332557,2126.0 +p36047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36049,battery,0.0,0.0,0.0,0.0,0.0 +p36049,biomass,0.0,0.0,0.0,0.0,0.0 +p36049,coal,0.0,0.0,0.0,0.0,0.0 +p36049,csp,0.0,0.0,0.0,0.0,0.0 +p36049,gas,0.0,0.0,0.0,0.0,0.0 +p36049,geothermal,0.0,0.0,0.0,0.0,0.0 +p36049,h2,0.0,0.0,0.0,0.0,0.0 +p36049,hydro,0.0,0.0,0.0,0.0,0.0 +p36049,nuclear,0.0,0.0,0.0,0.0,0.0 +p36049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36049,pv,0.0,0.0,41.666666666656965,83.33333333332848,125.0 +p36049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36051,battery,0.0,0.0,0.0,0.0,0.0 +p36051,biomass,0.0,0.0,0.0,0.0,0.0 +p36051,coal,0.0,0.0,0.0,0.0,0.0 +p36051,csp,0.0,0.0,0.0,0.0,0.0 +p36051,gas,0.0,0.0,0.0,0.0,0.0 +p36051,geothermal,0.0,0.0,0.0,0.0,0.0 +p36051,h2,0.0,0.0,0.0,0.0,0.0 +p36051,hydro,0.0,0.0,0.0,0.0,0.0 +p36051,nuclear,0.0,0.0,0.0,0.0,0.0 +p36051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36051,pv,0.0,0.0,115.83333333331393,231.66666666665697,347.5 +p36051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36053,battery,0.0,0.0,0.0,0.0,0.0 +p36053,biomass,0.0,0.0,0.0,0.0,0.0 +p36053,coal,0.0,0.0,0.0,0.0,0.0 +p36053,csp,0.0,0.0,0.0,0.0,0.0 +p36053,gas,0.0,0.0,0.0,0.0,0.0 +p36053,geothermal,0.0,0.0,0.0,0.0,0.0 +p36053,h2,0.0,0.0,0.0,0.0,0.0 +p36053,hydro,0.0,0.0,0.0,0.0,0.0 +p36053,nuclear,0.0,0.0,0.0,0.0,0.0 +p36053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36053,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 +p36053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36053,wind-ons,0.0,0.0,33.9333333333343,67.8666666666686,101.8 +p36055,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p36055,biomass,0.0,0.0,0.0,0.0,0.0 +p36055,coal,0.0,0.0,0.0,0.0,0.0 +p36055,csp,0.0,0.0,0.0,0.0,0.0 +p36055,gas,0.0,0.0,0.0,0.0,0.0 +p36055,geothermal,0.0,0.0,0.0,0.0,0.0 +p36055,h2,0.0,0.0,0.0,0.0,0.0 +p36055,hydro,0.0,0.0,0.0,0.0,0.0 +p36055,nuclear,0.0,0.0,0.0,0.0,0.0 +p36055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36055,pv,0.0,0.0,0.0,0.0,0.0 +p36055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36057,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p36057,biomass,0.0,0.0,0.0,0.0,0.0 +p36057,coal,0.0,0.0,0.0,0.0,0.0 +p36057,csp,0.0,0.0,0.0,0.0,0.0 +p36057,gas,0.0,0.0,0.0,0.0,0.0 +p36057,geothermal,0.0,0.0,0.0,0.0,0.0 +p36057,h2,0.0,0.0,0.0,0.0,0.0 +p36057,hydro,0.0,0.0,0.0,0.0,0.0 +p36057,nuclear,0.0,0.0,0.0,0.0,0.0 +p36057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36057,pv,0.0,0.0,296.8333333332557,593.6666666666279,890.5 +p36057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36059,battery,0.0,0.0,0.0,0.0,0.0 +p36059,biomass,0.0,0.0,0.0,0.0,0.0 +p36059,coal,0.0,0.0,0.0,0.0,0.0 +p36059,csp,0.0,0.0,0.0,0.0,0.0 +p36059,gas,0.0,0.0,0.0,0.0,0.0 +p36059,geothermal,0.0,0.0,0.0,0.0,0.0 +p36059,h2,0.0,0.0,0.0,0.0,0.0 +p36059,hydro,0.0,0.0,0.0,0.0,0.0 +p36059,nuclear,0.0,0.0,0.0,0.0,0.0 +p36059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36059,pv,0.0,0.0,0.0,0.0,0.0 +p36059,wind-ofs,0.0,0.0,440.3333333332557,880.6666666666279,1321.0 +p36059,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36061,csp,0.0,0.0,0.0,0.0,0.0 +p36063,battery,0.0,0.0,170.0,340.0,510.0 +p36063,biomass,0.0,0.0,0.0,0.0,0.0 +p36063,coal,0.0,0.0,0.0,0.0,0.0 +p36063,csp,0.0,0.0,0.0,0.0,0.0 +p36063,gas,0.0,0.0,0.0,0.0,0.0 +p36063,geothermal,0.0,0.0,0.0,0.0,0.0 +p36063,h2,0.0,0.0,0.0,0.0,0.0 +p36063,hydro,0.0,0.0,0.0,0.0,0.0 +p36063,nuclear,0.0,0.0,0.0,0.0,0.0 +p36063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36063,pv,0.0,0.0,75.0,150.0,225.0 +p36063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36065,battery,0.0,0.0,0.0,0.0,0.0 +p36065,biomass,0.0,0.0,0.0,0.0,0.0 +p36065,coal,0.0,0.0,0.0,0.0,0.0 +p36065,csp,0.0,0.0,0.0,0.0,0.0 +p36065,gas,0.0,0.0,0.0,0.0,0.0 +p36065,geothermal,0.0,0.0,0.0,0.0,0.0 +p36065,h2,0.0,0.0,0.0,0.0,0.0 +p36065,hydro,0.0,0.0,0.0,0.0,0.0 +p36065,nuclear,0.0,0.0,0.0,0.0,0.0 +p36065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36065,pv,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p36065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36067,battery,0.0,0.0,0.0,0.0,0.0 +p36067,biomass,0.0,0.0,0.0,0.0,0.0 +p36067,coal,0.0,0.0,0.0,0.0,0.0 +p36067,csp,0.0,0.0,0.0,0.0,0.0 +p36067,gas,0.0,0.0,0.0,0.0,0.0 +p36067,geothermal,0.0,0.0,0.0,0.0,0.0 +p36067,h2,0.0,0.0,0.0,0.0,0.0 +p36067,hydro,0.0,0.0,0.0,0.0,0.0 +p36067,nuclear,0.0,0.0,0.0,0.0,0.0 +p36067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36067,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p36067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36067,wind-ons,0.0,0.0,54.0,108.0,162.0 +p36069,csp,0.0,0.0,0.0,0.0,0.0 +p36071,battery,0.0,0.0,233.33333333337214,466.66666666668607,700.0 +p36071,biomass,0.0,0.0,0.0,0.0,0.0 +p36071,coal,0.0,0.0,0.0,0.0,0.0 +p36071,csp,0.0,0.0,0.0,0.0,0.0 +p36071,gas,0.0,0.0,0.0,0.0,0.0 +p36071,geothermal,0.0,0.0,0.0,0.0,0.0 +p36071,h2,0.0,0.0,0.0,0.0,0.0 +p36071,hydro,0.0,0.0,0.0,0.0,0.0 +p36071,nuclear,0.0,0.0,0.0,0.0,0.0 +p36071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36071,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p36071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36073,battery,0.0,0.0,0.0,0.0,0.0 +p36073,biomass,0.0,0.0,0.0,0.0,0.0 +p36073,coal,0.0,0.0,0.0,0.0,0.0 +p36073,csp,0.0,0.0,0.0,0.0,0.0 +p36073,gas,0.0,0.0,0.0,0.0,0.0 +p36073,geothermal,0.0,0.0,0.0,0.0,0.0 +p36073,h2,0.0,0.0,0.0,0.0,0.0 +p36073,hydro,0.0,0.0,0.0,0.0,0.0 +p36073,nuclear,0.0,0.0,0.0,0.0,0.0 +p36073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36073,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p36073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36075,battery,0.0,0.0,0.0,0.0,0.0 +p36075,biomass,0.0,0.0,0.0,0.0,0.0 +p36075,coal,0.0,0.0,0.0,0.0,0.0 +p36075,csp,0.0,0.0,0.0,0.0,0.0 +p36075,gas,0.0,0.0,0.0,0.0,0.0 +p36075,geothermal,0.0,0.0,0.0,0.0,0.0 +p36075,h2,0.0,0.0,0.0,0.0,0.0 +p36075,hydro,0.0,0.0,0.0,0.0,0.0 +p36075,nuclear,0.0,0.0,0.0,0.0,0.0 +p36075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36075,pv,0.0,0.0,14.96666666667079,29.933333333334303,44.9 +p36075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36075,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36077,csp,0.0,0.0,0.0,0.0,0.0 +p36079,csp,0.0,0.0,0.0,0.0,0.0 +p36081,battery,0.0,0.0,110.39999999999418,220.79999999998836,331.2 +p36081,biomass,0.0,0.0,0.0,0.0,0.0 +p36081,coal,0.0,0.0,0.0,0.0,0.0 +p36081,csp,0.0,0.0,0.0,0.0,0.0 +p36081,gas,0.0,0.0,0.0,0.0,0.0 +p36081,geothermal,0.0,0.0,0.0,0.0,0.0 +p36081,h2,0.0,0.0,0.0,0.0,0.0 +p36081,hydro,0.0,0.0,0.0,0.0,0.0 +p36081,nuclear,0.0,0.0,0.0,0.0,0.0 +p36081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36081,pv,0.0,0.0,0.0,0.0,0.0 +p36081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36083,battery,0.0,0.0,200.0,400.0,600.0 +p36083,biomass,0.0,0.0,0.0,0.0,0.0 +p36083,coal,0.0,0.0,0.0,0.0,0.0 +p36083,csp,0.0,0.0,0.0,0.0,0.0 +p36083,gas,0.0,0.0,0.0,0.0,0.0 +p36083,geothermal,0.0,0.0,0.0,0.0,0.0 +p36083,h2,0.0,0.0,0.0,0.0,0.0 +p36083,hydro,0.0,0.0,0.0,0.0,0.0 +p36083,nuclear,0.0,0.0,0.0,0.0,0.0 +p36083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36083,pv,0.0,0.0,20.0,40.0,60.0 +p36083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36085,battery,0.0,0.0,181.33333333337214,362.66666666668607,544.0 +p36085,biomass,0.0,0.0,0.0,0.0,0.0 +p36085,coal,0.0,0.0,0.0,0.0,0.0 +p36085,csp,0.0,0.0,0.0,0.0,0.0 +p36085,gas,0.0,0.0,0.0,0.0,0.0 +p36085,geothermal,0.0,0.0,0.0,0.0,0.0 +p36085,h2,0.0,0.0,0.0,0.0,0.0 +p36085,hydro,0.0,0.0,0.0,0.0,0.0 +p36085,nuclear,0.0,0.0,0.0,0.0,0.0 +p36085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36085,pv,0.0,0.0,0.0,0.0,0.0 +p36085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36087,csp,0.0,0.0,0.0,0.0,0.0 +p36089,battery,0.0,0.0,0.0,0.0,0.0 +p36089,biomass,0.0,0.0,0.0,0.0,0.0 +p36089,coal,0.0,0.0,0.0,0.0,0.0 +p36089,csp,0.0,0.0,0.0,0.0,0.0 +p36089,gas,0.0,0.0,0.0,0.0,0.0 +p36089,geothermal,0.0,0.0,0.0,0.0,0.0 +p36089,h2,0.0,0.0,0.0,0.0,0.0 +p36089,hydro,0.0,0.0,0.0,0.0,0.0 +p36089,nuclear,0.0,0.0,0.0,0.0,0.0 +p36089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36089,pv,0.0,0.0,224.03333333326736,448.06666666665114,672.1 +p36089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36091,csp,0.0,0.0,0.0,0.0,0.0 +p36093,csp,0.0,0.0,0.0,0.0,0.0 +p36095,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p36095,biomass,0.0,0.0,0.0,0.0,0.0 +p36095,coal,0.0,0.0,0.0,0.0,0.0 +p36095,csp,0.0,0.0,0.0,0.0,0.0 +p36095,gas,0.0,0.0,0.0,0.0,0.0 +p36095,geothermal,0.0,0.0,0.0,0.0,0.0 +p36095,h2,0.0,0.0,0.0,0.0,0.0 +p36095,hydro,0.0,0.0,0.0,0.0,0.0 +p36095,nuclear,0.0,0.0,0.0,0.0,0.0 +p36095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36095,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p36095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36097,battery,0.0,0.0,0.0,0.0,0.0 +p36097,biomass,0.0,0.0,0.0,0.0,0.0 +p36097,coal,0.0,0.0,0.0,0.0,0.0 +p36097,csp,0.0,0.0,0.0,0.0,0.0 +p36097,gas,0.0,0.0,0.0,0.0,0.0 +p36097,geothermal,0.0,0.0,0.0,0.0,0.0 +p36097,h2,0.0,0.0,0.0,0.0,0.0 +p36097,hydro,0.0,0.0,0.0,0.0,0.0 +p36097,nuclear,0.0,0.0,0.0,0.0,0.0 +p36097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36097,pv,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p36097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36097,wind-ons,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p36099,battery,0.0,0.0,40.0,80.0,120.0 +p36099,biomass,0.0,0.0,0.0,0.0,0.0 +p36099,coal,0.0,0.0,0.0,0.0,0.0 +p36099,csp,0.0,0.0,0.0,0.0,0.0 +p36099,gas,0.0,0.0,0.0,0.0,0.0 +p36099,geothermal,0.0,0.0,0.0,0.0,0.0 +p36099,h2,0.0,0.0,0.0,0.0,0.0 +p36099,hydro,0.0,0.0,0.0,0.0,0.0 +p36099,nuclear,0.0,0.0,0.0,0.0,0.0 +p36099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36099,pv,0.0,0.0,56.60000000000582,113.19999999999709,169.8 +p36099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36101,battery,0.0,0.0,93.29999999998836,186.60000000000582,279.9 +p36101,biomass,0.0,0.0,0.0,0.0,0.0 +p36101,coal,0.0,0.0,0.0,0.0,0.0 +p36101,csp,0.0,0.0,0.0,0.0,0.0 +p36101,gas,0.0,0.0,0.0,0.0,0.0 +p36101,geothermal,0.0,0.0,0.0,0.0,0.0 +p36101,h2,0.0,0.0,0.0,0.0,0.0 +p36101,hydro,0.0,0.0,0.0,0.0,0.0 +p36101,nuclear,0.0,0.0,0.0,0.0,0.0 +p36101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36101,pv,0.0,0.0,50.0,100.0,150.0 +p36101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36101,wind-ons,0.0,0.0,145.90000000002328,291.79999999998836,437.7 +p36103,battery,0.0,0.0,550.3333333334886,1100.6666666667443,1651.0 +p36103,biomass,0.0,0.0,0.0,0.0,0.0 +p36103,coal,0.0,0.0,0.0,0.0,0.0 +p36103,csp,0.0,0.0,0.0,0.0,0.0 +p36103,gas,0.0,0.0,0.0,0.0,0.0 +p36103,geothermal,0.0,0.0,0.0,0.0,0.0 +p36103,h2,0.0,0.0,0.0,0.0,0.0 +p36103,hydro,0.0,0.0,0.0,0.0,0.0 +p36103,nuclear,0.0,0.0,0.0,0.0,0.0 +p36103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36103,pv,0.0,0.0,12.0,24.0,36.0 +p36103,wind-ofs,0.0,0.0,308.0,616.0,924.0 +p36103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36105,battery,0.0,0.0,0.0,0.0,0.0 +p36105,biomass,0.0,0.0,0.0,0.0,0.0 +p36105,coal,0.0,0.0,0.0,0.0,0.0 +p36105,csp,0.0,0.0,0.0,0.0,0.0 +p36105,gas,0.0,0.0,0.0,0.0,0.0 +p36105,geothermal,0.0,0.0,0.0,0.0,0.0 +p36105,h2,0.0,0.0,0.0,0.0,0.0 +p36105,hydro,0.0,0.0,0.0,0.0,0.0 +p36105,nuclear,0.0,0.0,0.0,0.0,0.0 +p36105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36105,pv,0.0,0.0,100.0,200.0,300.0 +p36105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36107,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p36107,biomass,0.0,0.0,0.0,0.0,0.0 +p36107,coal,0.0,0.0,0.0,0.0,0.0 +p36107,csp,0.0,0.0,0.0,0.0,0.0 +p36107,gas,0.0,0.0,0.0,0.0,0.0 +p36107,geothermal,0.0,0.0,0.0,0.0,0.0 +p36107,h2,0.0,0.0,0.0,0.0,0.0 +p36107,hydro,0.0,0.0,0.0,0.0,0.0 +p36107,nuclear,0.0,0.0,0.0,0.0,0.0 +p36107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36107,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p36107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36109,battery,0.0,0.0,80.0,160.0,240.0 +p36109,biomass,0.0,0.0,0.0,0.0,0.0 +p36109,coal,0.0,0.0,0.0,0.0,0.0 +p36109,csp,0.0,0.0,0.0,0.0,0.0 +p36109,gas,0.0,0.0,0.0,0.0,0.0 +p36109,geothermal,0.0,0.0,0.0,0.0,0.0 +p36109,h2,0.0,0.0,0.0,0.0,0.0 +p36109,hydro,0.0,0.0,0.0,0.0,0.0 +p36109,nuclear,0.0,0.0,0.0,0.0,0.0 +p36109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36109,pv,0.0,0.0,73.33333333331393,146.66666666665697,220.0 +p36109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36111,battery,0.0,0.0,238.0,476.0,714.0 +p36111,biomass,0.0,0.0,0.0,0.0,0.0 +p36111,coal,0.0,0.0,0.0,0.0,0.0 +p36111,csp,0.0,0.0,0.0,0.0,0.0 +p36111,gas,0.0,0.0,0.0,0.0,0.0 +p36111,geothermal,0.0,0.0,0.0,0.0,0.0 +p36111,h2,0.0,0.0,0.0,0.0,0.0 +p36111,hydro,0.0,0.0,0.0,0.0,0.0 +p36111,nuclear,0.0,0.0,0.0,0.0,0.0 +p36111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36111,pv,0.0,0.0,0.0,0.0,0.0 +p36111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36113,csp,0.0,0.0,0.0,0.0,0.0 +p36115,battery,0.0,0.0,0.0,0.0,0.0 +p36115,biomass,0.0,0.0,0.0,0.0,0.0 +p36115,coal,0.0,0.0,0.0,0.0,0.0 +p36115,csp,0.0,0.0,0.0,0.0,0.0 +p36115,gas,0.0,0.0,0.0,0.0,0.0 +p36115,geothermal,0.0,0.0,0.0,0.0,0.0 +p36115,h2,0.0,0.0,0.0,0.0,0.0 +p36115,hydro,0.0,0.0,0.0,0.0,0.0 +p36115,nuclear,0.0,0.0,0.0,0.0,0.0 +p36115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36115,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p36115,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36115,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36119,csp,0.0,0.0,0.0,0.0,0.0 +p36121,battery,0.0,0.0,100.0,200.0,300.0 +p36121,biomass,0.0,0.0,0.0,0.0,0.0 +p36121,coal,0.0,0.0,0.0,0.0,0.0 +p36121,csp,0.0,0.0,0.0,0.0,0.0 +p36121,gas,0.0,0.0,0.0,0.0,0.0 +p36121,geothermal,0.0,0.0,0.0,0.0,0.0 +p36121,h2,0.0,0.0,0.0,0.0,0.0 +p36121,hydro,0.0,0.0,0.0,0.0,0.0 +p36121,nuclear,0.0,0.0,0.0,0.0,0.0 +p36121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p36121,pv,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p36121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p36121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p36123,csp,0.0,0.0,0.0,0.0,0.0 +p37001,battery,0.0,0.0,0.0,0.0,0.0 +p37001,biomass,0.0,0.0,0.0,0.0,0.0 +p37001,coal,0.0,0.0,0.0,0.0,0.0 +p37001,csp,0.0,0.0,0.0,0.0,0.0 +p37001,gas,0.0,0.0,0.0,0.0,0.0 +p37001,geothermal,0.0,0.0,0.0,0.0,0.0 +p37001,h2,0.0,0.0,0.0,0.0,0.0 +p37001,hydro,0.0,0.0,0.0,0.0,0.0 +p37001,nuclear,0.0,0.0,0.0,0.0,0.0 +p37001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37001,pv,17.5,35.0,35.0,35.0,35.0 +p37001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37007,battery,0.0,0.0,0.0,0.0,0.0 +p37007,biomass,0.0,0.0,0.0,0.0,0.0 +p37007,coal,0.0,0.0,0.0,0.0,0.0 +p37007,gas,0.0,0.0,495.0,990.0,1485.0 +p37007,geothermal,0.0,0.0,0.0,0.0,0.0 +p37007,h2,0.0,0.0,0.0,0.0,0.0 +p37007,hydro,0.0,0.0,0.5,1.0,1.5 +p37007,nuclear,0.0,0.0,0.0,0.0,0.0 +p37007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37007,pv,0.0,0.0,0.0,0.0,0.0 +p37007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37013,csp,0.0,0.0,0.0,0.0,0.0 +p37015,battery,0.0,0.0,0.0,0.0,0.0 +p37015,biomass,0.0,0.0,0.0,0.0,0.0 +p37015,coal,0.0,0.0,0.0,0.0,0.0 +p37015,csp,0.0,0.0,0.0,0.0,0.0 +p37015,gas,0.0,0.0,0.0,0.0,0.0 +p37015,geothermal,0.0,0.0,0.0,0.0,0.0 +p37015,h2,0.0,0.0,0.0,0.0,0.0 +p37015,hydro,0.0,0.0,0.0,0.0,0.0 +p37015,nuclear,0.0,0.0,0.0,0.0,0.0 +p37015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37015,pv,40.0,80.0,116.66666666665697,153.33333333332848,190.0 +p37015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37017,battery,0.0,0.0,0.0,0.0,0.0 +p37017,biomass,0.0,0.0,0.0,0.0,0.0 +p37017,coal,0.0,0.0,0.0,0.0,0.0 +p37017,csp,0.0,0.0,0.0,0.0,0.0 +p37017,gas,0.0,0.0,0.0,0.0,0.0 +p37017,geothermal,0.0,0.0,0.0,0.0,0.0 +p37017,h2,0.0,0.0,0.0,0.0,0.0 +p37017,hydro,0.0,0.0,0.0,0.0,0.0 +p37017,nuclear,0.0,0.0,0.0,0.0,0.0 +p37017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37017,pv,40.0,80.0,80.0,80.0,80.0 +p37017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37019,battery,0.0,0.0,0.0,0.0,0.0 +p37019,biomass,0.0,0.0,0.0,0.0,0.0 +p37019,coal,0.0,0.0,0.0,0.0,0.0 +p37019,gas,0.0,0.0,0.0,0.0,0.0 +p37019,geothermal,0.0,0.0,0.0,0.0,0.0 +p37019,h2,0.0,0.0,0.0,0.0,0.0 +p37019,hydro,0.0,0.0,0.0,0.0,0.0 +p37019,nuclear,0.0,0.0,8.666666666664241,17.33333333333212,26.0 +p37019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37019,pv,0.0,0.0,0.0,0.0,0.0 +p37019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37021,battery,8.625,17.25,27.41666666666424,37.58333333333212,47.75 +p37021,biomass,0.0,0.0,0.0,0.0,0.0 +p37021,coal,0.0,0.0,0.0,0.0,0.0 +p37021,csp,0.0,0.0,0.0,0.0,0.0 +p37021,gas,0.0,0.0,19.93333333334158,39.86666666666861,59.8 +p37021,geothermal,0.0,0.0,0.0,0.0,0.0 +p37021,h2,0.0,0.0,0.0,0.0,0.0 +p37021,hydro,0.0,0.0,0.0,0.0,0.0 +p37021,nuclear,0.0,0.0,0.0,0.0,0.0 +p37021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37021,pv,4.75,9.5,9.5,9.5,9.5 +p37021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37023,battery,0.0,0.0,0.8889999999998963,1.77800000000002,2.667 +p37023,biomass,0.0,0.0,0.0,0.0,0.0 +p37023,coal,0.0,0.0,0.0,0.0,0.0 +p37023,csp,0.0,0.0,0.0,0.0,0.0 +p37023,gas,0.0,0.0,0.0,0.0,0.0 +p37023,geothermal,0.0,0.0,0.0,0.0,0.0 +p37023,h2,0.0,0.0,0.0,0.0,0.0 +p37023,hydro,0.0,0.0,0.0,0.0,0.0 +p37023,nuclear,0.0,0.0,0.0,0.0,0.0 +p37023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37023,pv,0.0,0.0,0.0,0.0,0.0 +p37023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37035,battery,0.0,0.0,0.0,0.0,0.0 +p37035,biomass,0.0,0.0,0.0,0.0,0.0 +p37035,coal,0.0,0.0,0.0,0.0,0.0 +p37035,csp,0.0,0.0,0.0,0.0,0.0 +p37035,gas,68.0,136.0,136.0,136.0,136.0 +p37035,geothermal,0.0,0.0,0.0,0.0,0.0 +p37035,h2,0.0,0.0,0.0,0.0,0.0 +p37035,hydro,0.0,0.0,0.0,0.0,0.0 +p37035,nuclear,0.0,0.0,0.0,0.0,0.0 +p37035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37035,pv,0.0,0.0,0.0,0.0,0.0 +p37035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37037,csp,0.0,0.0,0.0,0.0,0.0 +p37041,csp,0.0,0.0,0.0,0.0,0.0 +p37045,battery,0.0,0.0,0.0,0.0,0.0 +p37045,biomass,0.0,0.0,0.9333333333331666,1.8666666666665606,2.8 +p37045,coal,0.0,0.0,0.0,0.0,0.0 +p37045,csp,0.0,0.0,0.0,0.0,0.0 +p37045,gas,0.0,0.0,299.4666666666744,598.9333333333489,898.4 +p37045,geothermal,0.0,0.0,0.0,0.0,0.0 +p37045,h2,0.0,0.0,0.0,0.0,0.0 +p37045,hydro,0.0,0.0,0.0,0.0,0.0 +p37045,nuclear,0.0,0.0,0.0,0.0,0.0 +p37045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37045,pv,0.0,0.0,1.3333333333330302,2.666666666666515,4.0 +p37045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37047,battery,0.0,0.0,0.0,0.0,0.0 +p37047,biomass,0.0,0.0,7.333333333332121,14.66666666666606,22.0 +p37047,coal,0.0,0.0,0.0,0.0,0.0 +p37047,csp,0.0,0.0,0.0,0.0,0.0 +p37047,gas,0.0,0.0,0.0,0.0,0.0 +p37047,geothermal,0.0,0.0,0.0,0.0,0.0 +p37047,h2,0.0,0.0,0.0,0.0,0.0 +p37047,hydro,0.0,0.0,0.0,0.0,0.0 +p37047,nuclear,0.0,0.0,0.0,0.0,0.0 +p37047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37047,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p37047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37051,battery,0.0,0.0,0.0,0.0,0.0 +p37051,biomass,0.0,0.0,0.0,0.0,0.0 +p37051,coal,0.0,0.0,0.0,0.0,0.0 +p37051,csp,0.0,0.0,0.0,0.0,0.0 +p37051,gas,0.0,0.0,0.0,0.0,0.0 +p37051,geothermal,0.0,0.0,0.0,0.0,0.0 +p37051,h2,0.0,0.0,0.0,0.0,0.0 +p37051,hydro,0.0,0.0,0.0,0.0,0.0 +p37051,nuclear,0.0,0.0,0.0,0.0,0.0 +p37051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37051,pv,0.0,0.0,46.63333333331684,93.26666666666279,139.9 +p37051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37053,battery,0.0,0.0,0.0,0.0,0.0 +p37053,biomass,0.0,0.0,0.0,0.0,0.0 +p37053,coal,0.0,0.0,0.0,0.0,0.0 +p37053,csp,0.0,0.0,0.0,0.0,0.0 +p37053,gas,0.0,0.0,0.0,0.0,0.0 +p37053,geothermal,0.0,0.0,0.0,0.0,0.0 +p37053,h2,0.0,0.0,0.0,0.0,0.0 +p37053,hydro,0.0,0.0,0.0,0.0,0.0 +p37053,nuclear,0.0,0.0,0.0,0.0,0.0 +p37053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37053,pv,115.0,230.0,236.5,243.0,249.5 +p37053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37057,battery,0.0,0.0,0.0,0.0,0.0 +p37057,biomass,0.0,0.0,0.0,0.0,0.0 +p37057,coal,0.0,0.0,0.0,0.0,0.0 +p37057,csp,0.0,0.0,0.0,0.0,0.0 +p37057,gas,0.0,0.0,464.97566666663624,929.9513333332725,1394.927 +p37057,geothermal,0.0,0.0,0.0,0.0,0.0 +p37057,h2,0.0,0.0,0.0,0.0,0.0 +p37057,hydro,0.0,0.0,0.0,0.0,0.0 +p37057,nuclear,0.0,0.0,0.0,0.0,0.0 +p37057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37057,pv,40.0,80.0,80.0,80.0,80.0 +p37057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37061,battery,0.0,0.0,0.0,0.0,0.0 +p37061,biomass,0.0,0.0,0.0,0.0,0.0 +p37061,coal,0.0,0.0,0.0,0.0,0.0 +p37061,csp,0.0,0.0,0.0,0.0,0.0 +p37061,gas,0.0,0.0,0.0,0.0,0.0 +p37061,geothermal,0.0,0.0,0.0,0.0,0.0 +p37061,h2,0.0,0.0,0.0,0.0,0.0 +p37061,hydro,0.0,0.0,0.0,0.0,0.0 +p37061,nuclear,0.0,0.0,0.0,0.0,0.0 +p37061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37061,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p37061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37063,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p37063,biomass,0.0,0.0,0.0,0.0,0.0 +p37063,coal,0.0,0.0,0.0,0.0,0.0 +p37063,csp,0.0,0.0,0.0,0.0,0.0 +p37063,gas,0.0,0.0,0.0,0.0,0.0 +p37063,geothermal,0.0,0.0,0.0,0.0,0.0 +p37063,h2,0.0,0.0,0.0,0.0,0.0 +p37063,hydro,0.0,0.0,0.0,0.0,0.0 +p37063,nuclear,0.0,0.0,0.0,0.0,0.0 +p37063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37063,pv,0.0,0.0,1.6633333333329574,3.3266666666663696,4.99 +p37063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37065,battery,0.0,0.0,0.0,0.0,0.0 +p37065,biomass,0.0,0.0,0.0,0.0,0.0 +p37065,coal,0.0,0.0,0.0,0.0,0.0 +p37065,csp,0.0,0.0,0.0,0.0,0.0 +p37065,gas,0.0,0.0,0.0,0.0,0.0 +p37065,geothermal,0.0,0.0,0.0,0.0,0.0 +p37065,h2,0.0,0.0,0.0,0.0,0.0 +p37065,hydro,0.0,0.0,0.0,0.0,0.0 +p37065,nuclear,0.0,0.0,0.0,0.0,0.0 +p37065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37065,pv,54.7,109.4,109.4,109.4,109.4 +p37065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37067,battery,0.0,0.0,0.0,0.0,0.0 +p37067,biomass,0.0,0.0,0.0,0.0,0.0 +p37067,coal,0.0,0.0,20.0,40.0,60.0 +p37067,gas,0.0,0.0,0.0,0.0,0.0 +p37067,geothermal,0.0,0.0,0.0,0.0,0.0 +p37067,h2,0.0,0.0,0.0,0.0,0.0 +p37067,hydro,0.0,0.0,0.0,0.0,0.0 +p37067,nuclear,0.0,0.0,0.0,0.0,0.0 +p37067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37067,pv,0.0,0.0,0.0,0.0,0.0 +p37067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37071,battery,0.0,0.0,271.0,542.0,813.0 +p37071,biomass,0.0,0.0,0.0,0.0,0.0 +p37071,coal,0.0,0.0,0.0,0.0,0.0 +p37071,csp,0.0,0.0,0.0,0.0,0.0 +p37071,gas,0.0,0.0,0.0,0.0,0.0 +p37071,geothermal,0.0,0.0,0.0,0.0,0.0 +p37071,h2,0.0,0.0,0.0,0.0,0.0 +p37071,hydro,0.0,0.0,0.0,0.0,0.0 +p37071,nuclear,0.0,0.0,0.0,0.0,0.0 +p37071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37071,pv,0.0,0.0,0.0,0.0,0.0 +p37071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37077,battery,0.0,0.0,0.0,0.0,0.0 +p37077,biomass,0.0,0.0,0.0,0.0,0.0 +p37077,coal,0.0,0.0,0.0,0.0,0.0 +p37077,csp,0.0,0.0,0.0,0.0,0.0 +p37077,gas,0.0,0.0,0.0,0.0,0.0 +p37077,geothermal,0.0,0.0,0.0,0.0,0.0 +p37077,h2,0.0,0.0,0.0,0.0,0.0 +p37077,hydro,0.0,0.0,0.0,0.0,0.0 +p37077,nuclear,0.0,0.0,0.0,0.0,0.0 +p37077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37077,pv,0.0,0.0,51.63333333331684,103.26666666666279,154.9 +p37077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37079,csp,0.0,0.0,0.0,0.0,0.0 +p37081,csp,0.0,0.0,0.0,0.0,0.0 +p37083,battery,0.0,0.0,0.0,0.0,0.0 +p37083,biomass,0.0,0.0,0.0,0.0,0.0 +p37083,coal,0.0,0.0,0.0,0.0,0.0 +p37083,csp,0.0,0.0,0.0,0.0,0.0 +p37083,gas,0.0,0.0,0.0,0.0,0.0 +p37083,geothermal,0.0,0.0,0.0,0.0,0.0 +p37083,h2,0.0,0.0,0.0,0.0,0.0 +p37083,hydro,0.0,0.0,0.0,0.0,0.0 +p37083,nuclear,0.0,0.0,0.0,0.0,0.0 +p37083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37083,pv,40.0,80.0,80.0,80.0,80.0 +p37083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37085,csp,0.0,0.0,0.0,0.0,0.0 +p37091,battery,0.0,0.0,0.0,0.0,0.0 +p37091,biomass,0.0,0.0,0.0,0.0,0.0 +p37091,coal,0.0,0.0,0.0,0.0,0.0 +p37091,csp,0.0,0.0,0.0,0.0,0.0 +p37091,gas,0.0,0.0,0.0,0.0,0.0 +p37091,geothermal,0.0,0.0,0.0,0.0,0.0 +p37091,h2,0.0,0.0,0.0,0.0,0.0 +p37091,hydro,0.0,0.0,0.0,0.0,0.0 +p37091,nuclear,0.0,0.0,0.0,0.0,0.0 +p37091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37091,pv,2.5,5.0,5.0,5.0,5.0 +p37091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37093,battery,0.0,0.0,0.0,0.0,0.0 +p37093,biomass,0.0,0.0,0.0,0.0,0.0 +p37093,coal,0.0,0.0,0.0,0.0,0.0 +p37093,csp,0.0,0.0,0.0,0.0,0.0 +p37093,gas,0.0,0.0,0.0,0.0,0.0 +p37093,geothermal,0.0,0.0,0.0,0.0,0.0 +p37093,h2,0.0,0.0,0.0,0.0,0.0 +p37093,hydro,0.0,0.0,0.0,0.0,0.0 +p37093,nuclear,0.0,0.0,0.0,0.0,0.0 +p37093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37093,pv,0.0,0.0,16.63333333333867,33.26666666667006,49.9 +p37093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37097,battery,0.0,0.0,33.0,66.0,99.0 +p37097,biomass,0.0,0.0,0.0,0.0,0.0 +p37097,coal,0.0,0.0,0.0,0.0,0.0 +p37097,gas,0.0,0.0,0.0,0.0,0.0 +p37097,geothermal,0.0,0.0,0.0,0.0,0.0 +p37097,h2,0.0,0.0,0.0,0.0,0.0 +p37097,hydro,0.0,0.0,0.0,0.0,0.0 +p37097,nuclear,0.0,0.0,0.0,0.0,0.0 +p37097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37097,pv,0.0,0.0,0.0,0.0,0.0 +p37097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37099,battery,0.0,0.0,0.0,0.0,0.0 +p37099,biomass,0.0,0.0,0.0,0.0,0.0 +p37099,coal,0.0,0.0,0.0,0.0,0.0 +p37099,csp,0.0,0.0,0.0,0.0,0.0 +p37099,gas,0.0,0.0,0.0,0.0,0.0 +p37099,geothermal,0.0,0.0,0.0,0.0,0.0 +p37099,h2,0.0,0.0,0.0,0.0,0.0 +p37099,hydro,1.65,3.3,6.600000000000364,9.900000000000546,13.2 +p37099,nuclear,0.0,0.0,0.0,0.0,0.0 +p37099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37099,pv,0.0,0.0,0.0,0.0,0.0 +p37099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37101,battery,0.0,0.0,0.0,0.0,0.0 +p37101,biomass,0.0,0.0,0.0,0.0,0.0 +p37101,coal,0.0,0.0,0.0,0.0,0.0 +p37101,csp,0.0,0.0,0.0,0.0,0.0 +p37101,gas,0.0,0.0,0.0,0.0,0.0 +p37101,geothermal,0.0,0.0,0.0,0.0,0.0 +p37101,h2,0.0,0.0,0.0,0.0,0.0 +p37101,hydro,0.0,0.0,0.0,0.0,0.0 +p37101,nuclear,0.0,0.0,0.0,0.0,0.0 +p37101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37101,pv,0.0,0.0,25.53333333333285,51.0666666666657,76.6 +p37101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37103,battery,0.0,0.0,0.0,0.0,0.0 +p37103,biomass,0.0,0.0,0.0,0.0,0.0 +p37103,coal,0.0,0.0,0.0,0.0,0.0 +p37103,csp,0.0,0.0,0.0,0.0,0.0 +p37103,gas,0.0,0.0,0.0,0.0,0.0 +p37103,geothermal,0.0,0.0,0.0,0.0,0.0 +p37103,h2,0.0,0.0,0.0,0.0,0.0 +p37103,hydro,0.0,0.0,0.0,0.0,0.0 +p37103,nuclear,0.0,0.0,0.0,0.0,0.0 +p37103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37103,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p37103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37107,battery,0.0,0.0,0.0,0.0,0.0 +p37107,biomass,0.0,0.0,0.0,0.0,0.0 +p37107,coal,0.0,0.0,0.0,0.0,0.0 +p37107,csp,0.0,0.0,0.0,0.0,0.0 +p37107,gas,0.0,0.0,0.0,0.0,0.0 +p37107,geothermal,0.0,0.0,0.0,0.0,0.0 +p37107,h2,0.0,0.0,0.0,0.0,0.0 +p37107,hydro,0.0,0.0,0.0,0.0,0.0 +p37107,nuclear,0.0,0.0,0.0,0.0,0.0 +p37107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37107,pv,0.0,0.0,23.333333333328483,46.66666666666424,70.0 +p37107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37109,battery,0.0,0.0,0.0,0.0,0.0 +p37109,biomass,0.0,0.0,0.0,0.0,0.0 +p37109,coal,0.0,0.0,0.0,0.0,0.0 +p37109,csp,0.0,0.0,0.0,0.0,0.0 +p37109,gas,0.0,0.0,0.0,0.0,0.0 +p37109,geothermal,0.0,0.0,0.0,0.0,0.0 +p37109,h2,0.0,0.0,0.0,0.0,0.0 +p37109,hydro,0.0,0.0,0.0,0.0,0.0 +p37109,nuclear,0.0,0.0,0.0,0.0,0.0 +p37109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37109,pv,20.0,40.0,40.0,40.0,40.0 +p37109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37111,battery,0.0,0.0,0.0,0.0,0.0 +p37111,biomass,0.0,0.0,0.0,0.0,0.0 +p37111,coal,0.0,0.0,0.0,0.0,0.0 +p37111,gas,0.0,0.0,0.0,0.0,0.0 +p37111,geothermal,0.0,0.0,0.0,0.0,0.0 +p37111,h2,0.0,0.0,0.0,0.0,0.0 +p37111,hydro,0.0,0.0,0.0,0.0,0.0 +p37111,nuclear,0.0,0.0,0.0,0.0,0.0 +p37111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37111,pv,0.0,0.0,0.6333333333334394,1.2666666666666515,1.9 +p37111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37113,battery,0.0,0.0,0.0,0.0,0.0 +p37113,biomass,0.0,0.0,0.0,0.0,0.0 +p37113,coal,0.0,0.0,0.0,0.0,0.0 +p37113,csp,0.0,0.0,0.0,0.0,0.0 +p37113,gas,0.0,0.0,0.0,0.0,0.0 +p37113,geothermal,0.0,0.0,0.0,0.0,0.0 +p37113,h2,0.0,0.0,0.0,0.0,0.0 +p37113,hydro,0.0,0.0,0.6666666666665151,1.3333333333332575,2.0 +p37113,nuclear,0.0,0.0,0.0,0.0,0.0 +p37113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37113,pv,0.0,0.0,0.0,0.0,0.0 +p37113,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37113,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37117,battery,0.0,0.0,0.0,0.0,0.0 +p37117,biomass,0.0,0.0,0.0,0.0,0.0 +p37117,coal,0.0,0.0,0.0,0.0,0.0 +p37117,csp,0.0,0.0,0.0,0.0,0.0 +p37117,gas,0.0,0.0,0.0,0.0,0.0 +p37117,geothermal,0.0,0.0,0.0,0.0,0.0 +p37117,h2,0.0,0.0,0.0,0.0,0.0 +p37117,hydro,0.0,0.0,0.0,0.0,0.0 +p37117,nuclear,0.0,0.0,0.0,0.0,0.0 +p37117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37117,pv,0.0,0.0,3.3333333333339397,6.66666666666697,10.0 +p37117,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37117,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37119,battery,0.0,0.0,67.03166666667676,134.0633333333244,201.095 +p37119,biomass,0.0,0.0,0.0,0.0,0.0 +p37119,coal,0.0,0.0,0.0,0.0,0.0 +p37119,csp,0.0,0.0,0.0,0.0,0.0 +p37119,gas,0.0,0.0,0.0,0.0,0.0 +p37119,geothermal,0.0,0.0,0.0,0.0,0.0 +p37119,h2,0.0,0.0,0.0,0.0,0.0 +p37119,hydro,0.0,0.0,0.0,0.0,0.0 +p37119,nuclear,0.0,0.0,24.333333333328483,48.66666666666424,73.0 +p37119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37119,pv,0.0,0.0,0.0,0.0,0.0 +p37119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37123,battery,0.0,0.0,0.0,0.0,0.0 +p37123,biomass,0.0,0.0,0.0,0.0,0.0 +p37123,coal,0.0,0.0,0.0,0.0,0.0 +p37123,csp,0.0,0.0,0.0,0.0,0.0 +p37123,gas,0.0,0.0,0.0,0.0,0.0 +p37123,geothermal,0.0,0.0,0.0,0.0,0.0 +p37123,h2,0.0,0.0,0.0,0.0,0.0 +p37123,hydro,0.0,0.0,6.273333333334449,12.546666666667079,18.82 +p37123,nuclear,0.0,0.0,0.0,0.0,0.0 +p37123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37123,pv,0.0,0.0,0.0,0.0,0.0 +p37123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37127,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p37127,biomass,0.0,0.0,0.0,0.0,0.0 +p37127,coal,0.0,0.0,0.0,0.0,0.0 +p37127,csp,0.0,0.0,0.0,0.0,0.0 +p37127,gas,0.0,0.0,0.0,0.0,0.0 +p37127,geothermal,0.0,0.0,0.0,0.0,0.0 +p37127,h2,0.0,0.0,0.0,0.0,0.0 +p37127,hydro,0.0,0.0,0.0,0.0,0.0 +p37127,nuclear,0.0,0.0,0.0,0.0,0.0 +p37127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37127,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p37127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37129,battery,0.0,0.0,0.0,0.0,0.0 +p37129,biomass,0.0,0.0,0.0,0.0,0.0 +p37129,coal,0.0,0.0,0.0,0.0,0.0 +p37129,gas,0.0,0.0,27.333333333328483,54.66666666666424,82.0 +p37129,geothermal,0.0,0.0,0.0,0.0,0.0 +p37129,h2,0.0,0.0,0.0,0.0,0.0 +p37129,hydro,0.0,0.0,0.0,0.0,0.0 +p37129,nuclear,0.0,0.0,0.0,0.0,0.0 +p37129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37129,pv,0.0,0.0,0.0,0.0,0.0 +p37129,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37129,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37131,battery,0.0,0.0,0.0,0.0,0.0 +p37131,biomass,0.0,0.0,0.0,0.0,0.0 +p37131,coal,0.0,0.0,0.0,0.0,0.0 +p37131,gas,0.0,0.0,0.0,0.0,0.0 +p37131,geothermal,0.0,0.0,0.0,0.0,0.0 +p37131,h2,0.0,0.0,0.0,0.0,0.0 +p37131,hydro,0.0,0.0,0.0,0.0,0.0 +p37131,nuclear,0.0,0.0,0.0,0.0,0.0 +p37131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37131,pv,90.0,180.0,180.0,180.0,180.0 +p37131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37131,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37133,battery,0.0,0.0,132.66666666662786,265.33333333331393,398.0 +p37133,biomass,0.0,0.0,0.0,0.0,0.0 +p37133,coal,0.0,0.0,0.0,0.0,0.0 +p37133,gas,0.0,0.0,0.0,0.0,0.0 +p37133,geothermal,0.0,0.0,0.0,0.0,0.0 +p37133,h2,0.0,0.0,0.0,0.0,0.0 +p37133,hydro,0.0,0.0,0.0,0.0,0.0 +p37133,nuclear,0.0,0.0,0.0,0.0,0.0 +p37133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37133,pv,0.0,0.0,0.0,0.0,0.0 +p37133,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37133,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37139,csp,0.0,0.0,0.0,0.0,0.0 +p37141,battery,0.0,0.0,1.033333333333303,2.066666666666606,3.1 +p37141,biomass,0.0,0.0,0.0,0.0,0.0 +p37141,coal,0.0,0.0,0.0,0.0,0.0 +p37141,gas,0.0,0.0,0.0,0.0,0.0 +p37141,geothermal,0.0,0.0,0.0,0.0,0.0 +p37141,h2,0.0,0.0,0.0,0.0,0.0 +p37141,hydro,0.0,0.0,0.0,0.0,0.0 +p37141,nuclear,0.0,0.0,0.0,0.0,0.0 +p37141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37141,pv,0.0,0.0,0.0,0.0,0.0 +p37141,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37141,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37143,csp,0.0,0.0,0.0,0.0,0.0 +p37145,battery,0.0,0.0,0.0,0.0,0.0 +p37145,biomass,0.0,0.0,0.0,0.0,0.0 +p37145,coal,0.0,0.0,0.0,0.0,0.0 +p37145,csp,0.0,0.0,0.0,0.0,0.0 +p37145,gas,0.0,0.0,619.0,1238.0,1857.0 +p37145,geothermal,0.0,0.0,0.0,0.0,0.0 +p37145,h2,0.0,0.0,0.0,0.0,0.0 +p37145,hydro,0.0,0.0,0.0,0.0,0.0 +p37145,nuclear,0.0,0.0,0.0,0.0,0.0 +p37145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37145,pv,40.0,80.0,80.0,80.0,80.0 +p37145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37145,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37147,battery,0.0,0.0,0.0,0.0,0.0 +p37147,biomass,0.0,0.0,0.0,0.0,0.0 +p37147,coal,0.0,0.0,0.0,0.0,0.0 +p37147,csp,0.0,0.0,0.0,0.0,0.0 +p37147,gas,0.0,0.0,0.0,0.0,0.0 +p37147,geothermal,0.0,0.0,0.0,0.0,0.0 +p37147,h2,0.0,0.0,0.0,0.0,0.0 +p37147,hydro,0.0,0.0,0.0,0.0,0.0 +p37147,nuclear,0.0,0.0,0.0,0.0,0.0 +p37147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37147,pv,40.0,80.0,80.0,80.0,80.0 +p37147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37147,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37151,battery,0.0,0.0,0.0,0.0,0.0 +p37151,biomass,0.0,0.0,0.0,0.0,0.0 +p37151,coal,0.0,0.0,0.0,0.0,0.0 +p37151,csp,0.0,0.0,0.0,0.0,0.0 +p37151,gas,0.0,0.0,0.0,0.0,0.0 +p37151,geothermal,0.0,0.0,0.0,0.0,0.0 +p37151,h2,0.0,0.0,0.0,0.0,0.0 +p37151,hydro,0.0,0.0,0.0,0.0,0.0 +p37151,nuclear,0.0,0.0,0.0,0.0,0.0 +p37151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37151,pv,0.0,0.0,14.666666666664241,29.33333333333212,44.0 +p37151,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37151,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37153,battery,0.0,0.0,0.0,0.0,0.0 +p37153,biomass,0.0,0.0,0.0,0.0,0.0 +p37153,coal,0.0,0.0,0.0,0.0,0.0 +p37153,csp,0.0,0.0,0.0,0.0,0.0 +p37153,gas,46.775,93.55,203.54999999998836,313.54999999998836,423.55 +p37153,geothermal,0.0,0.0,0.0,0.0,0.0 +p37153,h2,0.0,0.0,0.0,0.0,0.0 +p37153,hydro,0.0,0.0,0.0,0.0,0.0 +p37153,nuclear,0.0,0.0,0.0,0.0,0.0 +p37153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37153,pv,0.0,0.0,91.66666666668607,183.33333333334303,275.0 +p37153,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37153,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37155,battery,99.95,199.9,265.8999999999942,331.8999999999942,397.9 +p37155,biomass,0.0,0.0,0.0,0.0,0.0 +p37155,coal,0.0,0.0,0.0,0.0,0.0 +p37155,csp,0.0,0.0,0.0,0.0,0.0 +p37155,gas,0.0,0.0,0.0,0.0,0.0 +p37155,geothermal,0.0,0.0,0.0,0.0,0.0 +p37155,h2,0.0,0.0,0.0,0.0,0.0 +p37155,hydro,0.0,0.0,0.0,0.0,0.0 +p37155,nuclear,0.0,0.0,0.0,0.0,0.0 +p37155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37155,pv,0.0,0.0,26.660000000003492,53.320000000006985,79.98 +p37155,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37155,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37157,battery,0.0,0.0,38.333333333343035,76.66666666667152,115.0 +p37157,biomass,0.0,0.0,0.0,0.0,0.0 +p37157,coal,0.0,0.0,0.0,0.0,0.0 +p37157,gas,0.0,0.0,64.33333333334303,128.66666666667152,193.0 +p37157,geothermal,0.0,0.0,0.0,0.0,0.0 +p37157,h2,0.0,0.0,0.0,0.0,0.0 +p37157,hydro,0.0,0.0,0.0,0.0,0.0 +p37157,nuclear,0.0,0.0,0.0,0.0,0.0 +p37157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37157,pv,0.0,0.0,1.6633333333329574,3.3266666666663696,4.99 +p37157,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37157,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37159,battery,0.0,0.0,0.0,0.0,0.0 +p37159,biomass,0.0,0.0,0.0,0.0,0.0 +p37159,coal,0.0,0.0,0.0,0.0,0.0 +p37159,gas,0.0,0.0,852.6666666665114,1705.3333333332557,2558.0 +p37159,geothermal,0.0,0.0,0.0,0.0,0.0 +p37159,h2,0.0,0.0,0.0,0.0,0.0 +p37159,hydro,0.0,0.0,0.0,0.0,0.0 +p37159,nuclear,0.0,0.0,0.0,0.0,0.0 +p37159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37159,pv,0.0,0.0,0.0,0.0,0.0 +p37159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37159,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37161,battery,0.0,0.0,99.6333333333314,199.2666666666628,298.9 +p37161,biomass,0.0,0.0,0.0,0.0,0.0 +p37161,coal,0.0,0.0,0.0,0.0,0.0 +p37161,csp,0.0,0.0,0.0,0.0,0.0 +p37161,gas,0.0,0.0,0.0,0.0,0.0 +p37161,geothermal,0.0,0.0,0.0,0.0,0.0 +p37161,h2,0.0,0.0,0.0,0.0,0.0 +p37161,hydro,0.0,0.0,0.0,0.0,0.0 +p37161,nuclear,0.0,0.0,0.0,0.0,0.0 +p37161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37161,pv,0.0,0.0,0.0,0.0,0.0 +p37161,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37161,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37163,csp,0.0,0.0,0.0,0.0,0.0 +p37165,battery,0.0,0.0,0.0,0.0,0.0 +p37165,biomass,0.0,0.0,0.0,0.0,0.0 +p37165,coal,0.0,0.0,0.0,0.0,0.0 +p37165,csp,0.0,0.0,0.0,0.0,0.0 +p37165,gas,0.0,0.0,0.0,0.0,0.0 +p37165,geothermal,0.0,0.0,0.0,0.0,0.0 +p37165,h2,0.0,0.0,0.0,0.0,0.0 +p37165,hydro,0.0,0.0,0.0,0.0,0.0 +p37165,nuclear,0.0,0.0,0.0,0.0,0.0 +p37165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37165,pv,40.0,80.0,108.33000000000175,136.65999999999622,164.99 +p37165,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37165,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37169,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p37169,biomass,0.0,0.0,0.0,0.0,0.0 +p37169,coal,0.0,0.0,0.0,0.0,0.0 +p37169,gas,0.0,0.0,303.3333333332557,606.6666666666279,910.0 +p37169,geothermal,0.0,0.0,0.0,0.0,0.0 +p37169,h2,0.0,0.0,0.0,0.0,0.0 +p37169,hydro,0.0,0.0,0.0,0.0,0.0 +p37169,nuclear,0.0,0.0,0.0,0.0,0.0 +p37169,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37169,pv,0.0,0.0,0.0,0.0,0.0 +p37169,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37169,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37171,csp,0.0,0.0,0.0,0.0,0.0 +p37179,csp,0.0,0.0,0.0,0.0,0.0 +p37181,battery,0.0,0.0,1.1833333333338487,2.366666666666788,3.55 +p37181,biomass,0.0,0.0,0.0,0.0,0.0 +p37181,coal,0.0,0.0,0.0,0.0,0.0 +p37181,csp,0.0,0.0,0.0,0.0,0.0 +p37181,gas,0.0,0.0,0.0,0.0,0.0 +p37181,geothermal,0.0,0.0,0.0,0.0,0.0 +p37181,h2,0.0,0.0,0.0,0.0,0.0 +p37181,hydro,0.0,0.0,0.0,0.0,0.0 +p37181,nuclear,0.0,0.0,0.0,0.0,0.0 +p37181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37181,pv,0.0,0.0,0.0,0.0,0.0 +p37181,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37181,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37183,battery,78.0,156.0,156.0,156.0,156.0 +p37183,biomass,0.0,0.0,0.0,0.0,0.0 +p37183,coal,0.0,0.0,0.0,0.0,0.0 +p37183,csp,0.0,0.0,0.0,0.0,0.0 +p37183,gas,0.0,0.0,0.0,0.0,0.0 +p37183,geothermal,0.0,0.0,0.0,0.0,0.0 +p37183,h2,0.0,0.0,0.0,0.0,0.0 +p37183,hydro,0.0,0.0,0.0,0.0,0.0 +p37183,nuclear,0.0,0.0,0.0,0.0,0.0 +p37183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37183,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p37183,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37183,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37185,battery,0.0,0.0,0.0,0.0,0.0 +p37185,biomass,0.0,0.0,0.0,0.0,0.0 +p37185,coal,0.0,0.0,0.0,0.0,0.0 +p37185,csp,0.0,0.0,0.0,0.0,0.0 +p37185,gas,0.0,0.0,0.0,0.0,0.0 +p37185,geothermal,0.0,0.0,0.0,0.0,0.0 +p37185,h2,0.0,0.0,0.0,0.0,0.0 +p37185,hydro,0.0,0.0,0.0,0.0,0.0 +p37185,nuclear,0.0,0.0,0.0,0.0,0.0 +p37185,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37185,pv,0.0,0.0,28.330000000001746,56.65999999999622,84.99 +p37185,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37185,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37187,battery,0.0,0.0,0.0,0.0,0.0 +p37187,biomass,0.0,0.0,0.0,0.0,0.0 +p37187,coal,0.0,0.0,0.0,0.0,0.0 +p37187,csp,0.0,0.0,0.0,0.0,0.0 +p37187,gas,0.0,0.0,0.0,0.0,0.0 +p37187,geothermal,0.0,0.0,0.0,0.0,0.0 +p37187,h2,0.0,0.0,0.0,0.0,0.0 +p37187,hydro,0.0,0.0,0.0,0.0,0.0 +p37187,nuclear,0.0,0.0,0.0,0.0,0.0 +p37187,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37187,pv,272.0,544.0,594.0,644.0,694.0 +p37187,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37187,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37191,battery,130.0,260.0,446.66666666662786,633.3333333333139,820.0 +p37191,biomass,0.0,0.0,0.0,0.0,0.0 +p37191,coal,0.0,0.0,0.0,0.0,0.0 +p37191,csp,0.0,0.0,0.0,0.0,0.0 +p37191,gas,46.0,92.0,117.0,142.0,167.0 +p37191,geothermal,0.0,0.0,0.0,0.0,0.0 +p37191,h2,0.0,0.0,0.0,0.0,0.0 +p37191,hydro,0.0,0.0,0.0,0.0,0.0 +p37191,nuclear,0.0,0.0,0.0,0.0,0.0 +p37191,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37191,pv,73.5,147.0,174.3000000000029,201.59999999999854,228.9 +p37191,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37191,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37193,battery,60.0,120.0,120.0,120.0,120.0 +p37193,biomass,0.0,0.0,0.0,0.0,0.0 +p37193,coal,0.0,0.0,0.0,0.0,0.0 +p37193,csp,0.0,0.0,0.0,0.0,0.0 +p37193,gas,0.0,0.0,0.0,0.0,0.0 +p37193,geothermal,0.0,0.0,0.0,0.0,0.0 +p37193,h2,0.0,0.0,0.0,0.0,0.0 +p37193,hydro,0.0,0.0,0.0,0.0,0.0 +p37193,nuclear,0.0,0.0,0.0,0.0,0.0 +p37193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37193,pv,0.0,0.0,0.0,0.0,0.0 +p37193,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37193,wind-ons,0.0,0.0,0.0,0.0,0.0 +p37195,battery,0.0,0.0,0.0,0.0,0.0 +p37195,biomass,0.0,0.0,0.0,0.0,0.0 +p37195,coal,0.0,0.0,0.0,0.0,0.0 +p37195,csp,0.0,0.0,0.0,0.0,0.0 +p37195,gas,0.0,0.0,0.0,0.0,0.0 +p37195,geothermal,0.0,0.0,0.0,0.0,0.0 +p37195,h2,0.0,0.0,0.0,0.0,0.0 +p37195,hydro,0.0,0.0,0.0,0.0,0.0 +p37195,nuclear,0.0,0.0,0.0,0.0,0.0 +p37195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p37195,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p37195,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p37195,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38003,csp,0.0,0.0,0.0,0.0,0.0 +p38007,battery,0.0,0.0,0.0,0.0,0.0 +p38007,biomass,0.0,0.0,0.0,0.0,0.0 +p38007,coal,0.0,0.0,0.0,0.0,0.0 +p38007,gas,0.0,0.0,0.0,0.0,0.0 +p38007,geothermal,0.0,0.0,0.0,0.0,0.0 +p38007,h2,0.0,0.0,0.0,0.0,0.0 +p38007,hydro,0.0,0.0,0.0,0.0,0.0 +p38007,nuclear,0.0,0.0,0.0,0.0,0.0 +p38007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38007,pv,0.0,0.0,0.0,0.0,0.0 +p38007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38007,wind-ons,0.0,0.0,127.66666666668607,255.33333333334303,383.0 +p38011,csp,0.0,0.0,0.0,0.0,0.0 +p38013,battery,85.0,170.0,170.0,170.0,170.0 +p38013,biomass,0.0,0.0,0.0,0.0,0.0 +p38013,coal,0.0,0.0,0.0,0.0,0.0 +p38013,csp,0.0,0.0,0.0,0.0,0.0 +p38013,gas,0.4,0.8,0.8,0.8,0.8 +p38013,geothermal,0.0,0.0,0.0,0.0,0.0 +p38013,h2,0.0,0.0,0.0,0.0,0.0 +p38013,hydro,0.0,0.0,0.0,0.0,0.0 +p38013,nuclear,0.0,0.0,0.0,0.0,0.0 +p38013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38013,pv,0.0,0.0,0.0,0.0,0.0 +p38013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38017,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p38017,biomass,0.0,0.0,0.0,0.0,0.0 +p38017,coal,0.0,0.0,0.0,0.0,0.0 +p38017,csp,0.0,0.0,0.0,0.0,0.0 +p38017,gas,0.0,0.0,0.0,0.0,0.0 +p38017,geothermal,0.0,0.0,0.0,0.0,0.0 +p38017,h2,0.0,0.0,0.0,0.0,0.0 +p38017,hydro,0.0,0.0,0.0,0.0,0.0 +p38017,nuclear,0.0,0.0,0.0,0.0,0.0 +p38017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38017,pv,0.0,0.0,466.6666666667443,933.3333333333721,1400.0 +p38017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38017,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p38021,battery,0.0,0.0,0.0,0.0,0.0 +p38021,biomass,0.0,0.0,0.0,0.0,0.0 +p38021,coal,0.0,0.0,0.0,0.0,0.0 +p38021,gas,0.0,0.0,0.0,0.0,0.0 +p38021,geothermal,0.0,0.0,0.0,0.0,0.0 +p38021,h2,0.0,0.0,0.0,0.0,0.0 +p38021,hydro,0.0,0.0,0.0,0.0,0.0 +p38021,nuclear,0.0,0.0,0.0,0.0,0.0 +p38021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38021,pv,0.0,0.0,0.0,0.0,0.0 +p38021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38021,wind-ons,0.0,0.0,100.0,200.0,300.0 +p38025,battery,0.0,0.0,100.0,200.0,300.0 +p38025,biomass,0.0,0.0,0.0,0.0,0.0 +p38025,coal,0.0,0.0,0.0,0.0,0.0 +p38025,gas,0.0,0.0,0.0,0.0,0.0 +p38025,geothermal,0.0,0.0,0.0,0.0,0.0 +p38025,h2,0.0,0.0,0.0,0.0,0.0 +p38025,hydro,0.0,0.0,0.0,0.0,0.0 +p38025,nuclear,0.0,0.0,0.0,0.0,0.0 +p38025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38025,pv,0.0,0.0,0.0,0.0,0.0 +p38025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38027,battery,0.0,0.0,69.53333333335468,139.06666666668025,208.6 +p38027,biomass,0.0,0.0,0.0,0.0,0.0 +p38027,coal,0.0,0.0,0.0,0.0,0.0 +p38027,gas,0.0,0.0,0.0,0.0,0.0 +p38027,geothermal,0.0,0.0,0.0,0.0,0.0 +p38027,h2,0.0,0.0,0.0,0.0,0.0 +p38027,hydro,0.0,0.0,0.0,0.0,0.0 +p38027,nuclear,0.0,0.0,0.0,0.0,0.0 +p38027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38027,pv,0.0,0.0,0.0,0.0,0.0 +p38027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38027,wind-ons,200.6,401.2,401.2,401.2,401.2 +p38029,battery,0.0,0.0,0.0,0.0,0.0 +p38029,biomass,0.0,0.0,0.0,0.0,0.0 +p38029,coal,0.0,0.0,0.0,0.0,0.0 +p38029,csp,0.0,0.0,0.0,0.0,0.0 +p38029,gas,0.0,0.0,0.0,0.0,0.0 +p38029,geothermal,0.0,0.0,0.0,0.0,0.0 +p38029,h2,0.0,0.0,0.0,0.0,0.0 +p38029,hydro,0.0,0.0,0.0,0.0,0.0 +p38029,nuclear,0.0,0.0,0.0,0.0,0.0 +p38029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38029,pv,0.0,0.0,28.333333333328483,56.66666666666424,85.0 +p38029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38035,battery,0.0,0.0,0.0,0.0,0.0 +p38035,biomass,0.0,0.0,0.0,0.0,0.0 +p38035,coal,0.0,0.0,0.0,0.0,0.0 +p38035,gas,0.0,0.0,0.0,0.0,0.0 +p38035,geothermal,0.0,0.0,0.0,0.0,0.0 +p38035,h2,0.0,0.0,0.0,0.0,0.0 +p38035,hydro,0.0,0.0,0.0,0.0,0.0 +p38035,nuclear,0.0,0.0,0.0,0.0,0.0 +p38035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38035,pv,0.0,0.0,0.0,0.0,0.0 +p38035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38035,wind-ons,0.0,0.0,154.7666666666628,309.5333333333256,464.29999999999995 +p38045,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p38045,biomass,0.0,0.0,0.0,0.0,0.0 +p38045,coal,0.0,0.0,0.0,0.0,0.0 +p38045,csp,0.0,0.0,0.0,0.0,0.0 +p38045,gas,0.0,0.0,0.0,0.0,0.0 +p38045,geothermal,0.0,0.0,0.0,0.0,0.0 +p38045,h2,0.0,0.0,0.0,0.0,0.0 +p38045,hydro,0.0,0.0,0.0,0.0,0.0 +p38045,nuclear,0.0,0.0,0.0,0.0,0.0 +p38045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38045,pv,0.0,0.0,0.0,0.0,0.0 +p38045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38051,battery,0.0,0.0,0.0,0.0,0.0 +p38051,biomass,0.0,0.0,0.0,0.0,0.0 +p38051,coal,0.0,0.0,0.0,0.0,0.0 +p38051,csp,0.0,0.0,0.0,0.0,0.0 +p38051,gas,0.0,0.0,0.0,0.0,0.0 +p38051,geothermal,0.0,0.0,0.0,0.0,0.0 +p38051,h2,0.0,0.0,0.0,0.0,0.0 +p38051,hydro,0.0,0.0,0.0,0.0,0.0 +p38051,nuclear,0.0,0.0,0.0,0.0,0.0 +p38051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38051,pv,0.0,0.0,0.0,0.0,0.0 +p38051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38051,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p38053,battery,0.0,0.0,0.0,0.0,0.0 +p38053,biomass,0.0,0.0,0.0,0.0,0.0 +p38053,coal,0.0,0.0,0.0,0.0,0.0 +p38053,csp,0.0,0.0,0.0,0.0,0.0 +p38053,gas,0.0,0.0,0.0,0.0,0.0 +p38053,geothermal,0.0,0.0,0.0,0.0,0.0 +p38053,h2,0.0,0.0,0.0,0.0,0.0 +p38053,hydro,0.0,0.0,0.0,0.0,0.0 +p38053,nuclear,0.0,0.0,0.0,0.0,0.0 +p38053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38053,pv,75.0,150.0,150.0,150.0,150.0 +p38053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38055,battery,0.0,0.0,0.0,0.0,0.0 +p38055,biomass,0.0,0.0,0.0,0.0,0.0 +p38055,coal,0.0,0.0,0.0,0.0,0.0 +p38055,csp,0.0,0.0,0.0,0.0,0.0 +p38055,gas,0.0,0.0,0.0,0.0,0.0 +p38055,geothermal,0.0,0.0,0.0,0.0,0.0 +p38055,h2,0.0,0.0,0.0,0.0,0.0 +p38055,hydro,0.0,0.0,0.0,0.0,0.0 +p38055,nuclear,0.0,0.0,0.0,0.0,0.0 +p38055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38055,pv,0.0,0.0,0.0,0.0,0.0 +p38055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38055,wind-ons,0.0,0.0,0.010000000000001563,0.020000000000003126,0.03 +p38057,battery,0.0,0.0,0.0,0.0,0.0 +p38057,biomass,0.0,0.0,0.0,0.0,0.0 +p38057,coal,0.0,0.0,0.0,0.0,0.0 +p38057,csp,0.0,0.0,0.0,0.0,0.0 +p38057,gas,0.0,0.0,500.0,1000.0,1500.0 +p38057,geothermal,0.0,0.0,0.0,0.0,0.0 +p38057,h2,0.0,0.0,0.0,0.0,0.0 +p38057,hydro,0.0,0.0,0.0,0.0,0.0 +p38057,nuclear,0.0,0.0,0.0,0.0,0.0 +p38057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38057,pv,75.0,150.0,216.33333333331393,282.66666666665697,349.0 +p38057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38057,wind-ons,0.0,0.0,198.66666666662786,397.33333333331393,596.0 +p38059,battery,0.0,0.0,0.0,0.0,0.0 +p38059,biomass,0.0,0.0,0.0,0.0,0.0 +p38059,coal,0.0,0.0,0.0,0.0,0.0 +p38059,csp,0.0,0.0,0.0,0.0,0.0 +p38059,gas,0.0,0.0,34.36666666668316,68.73333333333721,103.1 +p38059,geothermal,0.0,0.0,0.0,0.0,0.0 +p38059,h2,0.0,0.0,0.0,0.0,0.0 +p38059,hydro,0.0,0.0,0.0,0.0,0.0 +p38059,nuclear,0.0,0.0,0.0,0.0,0.0 +p38059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38059,pv,0.0,0.0,0.0,0.0,0.0 +p38059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38059,wind-ons,0.0,0.0,302.28000000002794,604.5599999999395,906.8399999999999 +p38065,battery,0.0,0.0,0.0,0.0,0.0 +p38065,biomass,0.0,0.0,0.0,0.0,0.0 +p38065,coal,0.0,0.0,0.0,0.0,0.0 +p38065,csp,0.0,0.0,0.0,0.0,0.0 +p38065,gas,0.0,0.0,0.0,0.0,0.0 +p38065,geothermal,0.0,0.0,0.0,0.0,0.0 +p38065,h2,0.0,0.0,0.0,0.0,0.0 +p38065,hydro,0.0,0.0,0.0,0.0,0.0 +p38065,nuclear,0.0,0.0,0.0,0.0,0.0 +p38065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38065,pv,0.0,0.0,0.0,0.0,0.0 +p38065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38065,wind-ons,251.0,502.0,568.6666666666861,635.333333333343,702.0 +p38077,battery,0.0,0.0,0.0,0.0,0.0 +p38077,biomass,0.0,0.0,0.0,0.0,0.0 +p38077,coal,0.0,0.0,0.0,0.0,0.0 +p38077,gas,0.0,0.0,0.0,0.0,0.0 +p38077,geothermal,0.0,0.0,0.0,0.0,0.0 +p38077,h2,0.0,0.0,0.0,0.0,0.0 +p38077,hydro,0.0,0.0,0.0,0.0,0.0 +p38077,nuclear,0.0,0.0,0.0,0.0,0.0 +p38077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38077,pv,150.0,300.0,357.33333333334303,414.6666666666715,472.0 +p38077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38081,battery,0.0,0.0,88.33333333331393,176.66666666665697,265.0 +p38081,biomass,0.0,0.0,0.0,0.0,0.0 +p38081,coal,0.0,0.0,0.0,0.0,0.0 +p38081,csp,0.0,0.0,0.0,0.0,0.0 +p38081,gas,0.0,0.0,0.0,0.0,0.0 +p38081,geothermal,0.0,0.0,0.0,0.0,0.0 +p38081,h2,0.0,0.0,0.0,0.0,0.0 +p38081,hydro,0.0,0.0,0.0,0.0,0.0 +p38081,nuclear,0.0,0.0,0.0,0.0,0.0 +p38081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38081,pv,0.0,0.0,0.0,0.0,0.0 +p38081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38085,csp,0.0,0.0,0.0,0.0,0.0 +p38087,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p38087,biomass,0.0,0.0,0.0,0.0,0.0 +p38087,coal,0.0,0.0,0.0,0.0,0.0 +p38087,csp,0.0,0.0,0.0,0.0,0.0 +p38087,gas,0.0,0.0,0.0,0.0,0.0 +p38087,geothermal,0.0,0.0,0.0,0.0,0.0 +p38087,h2,0.0,0.0,0.0,0.0,0.0 +p38087,hydro,0.0,0.0,0.0,0.0,0.0 +p38087,nuclear,0.0,0.0,0.0,0.0,0.0 +p38087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38087,pv,0.0,0.0,0.0,0.0,0.0 +p38087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p38089,battery,0.0,0.0,108.33333333331393,216.66666666665697,325.0 +p38089,biomass,0.0,0.0,0.0,0.0,0.0 +p38089,coal,0.0,0.0,0.0,0.0,0.0 +p38089,csp,0.0,0.0,0.0,0.0,0.0 +p38089,gas,0.0,0.0,0.0,0.0,0.0 +p38089,geothermal,0.0,0.0,0.0,0.0,0.0 +p38089,h2,0.0,0.0,0.0,0.0,0.0 +p38089,hydro,0.0,0.0,0.0,0.0,0.0 +p38089,nuclear,0.0,0.0,0.0,0.0,0.0 +p38089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38089,pv,0.0,0.0,0.0,0.0,0.0 +p38089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38089,wind-ons,0.0,0.0,110.56666666668025,221.1333333333314,331.7 +p38091,csp,0.0,0.0,0.0,0.0,0.0 +p38093,battery,0.0,0.0,0.0,0.0,0.0 +p38093,biomass,0.0,0.0,0.0,0.0,0.0 +p38093,coal,0.0,0.0,0.0,0.0,0.0 +p38093,csp,0.0,0.0,0.0,0.0,0.0 +p38093,gas,0.0,0.0,0.0,0.0,0.0 +p38093,geothermal,0.0,0.0,0.0,0.0,0.0 +p38093,h2,0.0,0.0,0.0,0.0,0.0 +p38093,hydro,0.0,0.0,0.0,0.0,0.0 +p38093,nuclear,0.0,0.0,0.0,0.0,0.0 +p38093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38093,pv,0.0,0.0,82.33333333331393,164.66666666665697,247.0 +p38093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38093,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p38101,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p38101,biomass,0.0,0.0,0.0,0.0,0.0 +p38101,coal,0.0,0.0,0.0,0.0,0.0 +p38101,csp,0.0,0.0,0.0,0.0,0.0 +p38101,gas,0.0,0.0,0.0,0.0,0.0 +p38101,geothermal,0.0,0.0,0.0,0.0,0.0 +p38101,h2,0.0,0.0,0.0,0.0,0.0 +p38101,hydro,0.0,0.0,0.0,0.0,0.0 +p38101,nuclear,0.0,0.0,0.0,0.0,0.0 +p38101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38101,pv,0.0,0.0,0.0,0.0,0.0 +p38101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38101,wind-ons,100.0,200.0,202.5666666666666,205.1333333333332,207.7 +p38105,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p38105,biomass,0.0,0.0,0.0,0.0,0.0 +p38105,coal,0.0,0.0,0.0,0.0,0.0 +p38105,csp,0.0,0.0,0.0,0.0,0.0 +p38105,gas,0.0,0.0,580.0,1160.0,1740.0 +p38105,geothermal,0.0,0.0,0.0,0.0,0.0 +p38105,h2,0.0,0.0,0.0,0.0,0.0 +p38105,hydro,0.0,0.0,0.0,0.0,0.0 +p38105,nuclear,0.0,0.0,0.0,0.0,0.0 +p38105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p38105,pv,0.0,0.0,0.0,0.0,0.0 +p38105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p38105,wind-ons,127.5,255.0,338.56666666668025,422.1333333333314,505.7 +p39001,battery,0.0,0.0,0.0,0.0,0.0 +p39001,biomass,0.0,0.0,0.0,0.0,0.0 +p39001,coal,0.0,0.0,0.0,0.0,0.0 +p39001,csp,0.0,0.0,0.0,0.0,0.0 +p39001,gas,0.0,0.0,0.0,0.0,0.0 +p39001,geothermal,0.0,0.0,0.0,0.0,0.0 +p39001,h2,0.0,0.0,0.0,0.0,0.0 +p39001,hydro,0.0,0.0,0.0,0.0,0.0 +p39001,nuclear,0.0,0.0,0.0,0.0,0.0 +p39001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39001,pv,0.0,0.0,63.466666666659876,126.9333333333343,190.4 +p39001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39003,csp,0.0,0.0,0.0,0.0,0.0 +p39005,csp,0.0,0.0,0.0,0.0,0.0 +p39007,csp,0.0,0.0,0.0,0.0,0.0 +p39011,csp,0.0,0.0,0.0,0.0,0.0 +p39013,battery,0.0,0.0,0.0,0.0,0.0 +p39013,biomass,0.0,0.0,0.0,0.0,0.0 +p39013,coal,0.0,0.0,0.0,0.0,0.0 +p39013,csp,0.0,0.0,0.0,0.0,0.0 +p39013,gas,0.0,0.0,0.0,0.0,0.0 +p39013,geothermal,0.0,0.0,0.0,0.0,0.0 +p39013,h2,0.0,0.0,0.0,0.0,0.0 +p39013,hydro,0.0,0.0,0.0,0.0,0.0 +p39013,nuclear,0.0,0.0,0.0,0.0,0.0 +p39013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39013,pv,0.0,0.0,50.0,100.0,150.0 +p39013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39015,csp,0.0,0.0,0.0,0.0,0.0 +p39017,battery,0.0,0.0,0.0,0.0,0.0 +p39017,biomass,0.0,0.0,0.0,0.0,0.0 +p39017,coal,0.0,0.0,0.0,0.0,0.0 +p39017,csp,0.0,0.0,0.0,0.0,0.0 +p39017,gas,0.0,0.0,0.0,0.0,0.0 +p39017,geothermal,0.0,0.0,0.0,0.0,0.0 +p39017,h2,0.0,0.0,0.0,0.0,0.0 +p39017,hydro,0.0,0.0,0.0,0.0,0.0 +p39017,nuclear,0.0,0.0,0.0,0.0,0.0 +p39017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39017,pv,24.5,49.0,82.26666666667734,115.53333333334012,148.8 +p39017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39019,battery,0.0,0.0,0.0,0.0,0.0 +p39019,biomass,0.0,0.0,0.0,0.0,0.0 +p39019,coal,0.0,0.0,0.0,0.0,0.0 +p39019,csp,0.0,0.0,0.0,0.0,0.0 +p39019,gas,0.0,0.0,433.3333333332557,866.6666666666279,1300.0 +p39019,geothermal,0.0,0.0,0.0,0.0,0.0 +p39019,h2,0.0,0.0,0.0,0.0,0.0 +p39019,hydro,0.0,0.0,0.0,0.0,0.0 +p39019,nuclear,0.0,0.0,0.0,0.0,0.0 +p39019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39019,pv,0.0,0.0,0.0,0.0,0.0 +p39019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39021,battery,20.0,40.0,40.0,40.0,40.0 +p39021,biomass,0.0,0.0,0.0,0.0,0.0 +p39021,coal,0.0,0.0,0.0,0.0,0.0 +p39021,csp,0.0,0.0,0.0,0.0,0.0 +p39021,gas,0.0,0.0,0.0,0.0,0.0 +p39021,geothermal,0.0,0.0,0.0,0.0,0.0 +p39021,h2,0.0,0.0,0.0,0.0,0.0 +p39021,hydro,0.0,0.0,0.0,0.0,0.0 +p39021,nuclear,0.0,0.0,0.0,0.0,0.0 +p39021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39021,pv,58.25,116.5,211.5,306.5,401.5 +p39021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39023,battery,0.0,0.0,0.0,0.0,0.0 +p39023,biomass,0.0,0.0,0.0,0.0,0.0 +p39023,coal,0.0,0.0,0.0,0.0,0.0 +p39023,csp,0.0,0.0,0.0,0.0,0.0 +p39023,gas,0.0,0.0,0.0,0.0,0.0 +p39023,geothermal,0.0,0.0,0.0,0.0,0.0 +p39023,h2,0.0,0.0,0.0,0.0,0.0 +p39023,hydro,0.0,0.0,0.0,0.0,0.0 +p39023,nuclear,0.0,0.0,0.0,0.0,0.0 +p39023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39023,pv,90.0,180.0,180.0,180.0,180.0 +p39023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39025,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p39025,biomass,0.0,0.0,0.0,0.0,0.0 +p39025,coal,0.0,0.0,0.0,0.0,0.0 +p39025,csp,0.0,0.0,0.0,0.0,0.0 +p39025,gas,0.0,0.0,0.0,0.0,0.0 +p39025,geothermal,0.0,0.0,0.0,0.0,0.0 +p39025,h2,0.0,0.0,0.0,0.0,0.0 +p39025,hydro,0.0,0.0,0.0,0.0,0.0 +p39025,nuclear,0.0,0.0,0.0,0.0,0.0 +p39025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39025,pv,0.0,0.0,272.4666666666744,544.9333333333489,817.4 +p39025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39027,battery,0.0,0.0,0.0,0.0,0.0 +p39027,biomass,0.0,0.0,0.0,0.0,0.0 +p39027,coal,0.0,0.0,0.0,0.0,0.0 +p39027,csp,0.0,0.0,0.0,0.0,0.0 +p39027,gas,0.0,0.0,0.0,0.0,0.0 +p39027,geothermal,0.0,0.0,0.0,0.0,0.0 +p39027,h2,0.0,0.0,0.0,0.0,0.0 +p39027,hydro,0.0,0.0,0.0,0.0,0.0 +p39027,nuclear,0.0,0.0,0.0,0.0,0.0 +p39027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39027,pv,150.0,300.0,300.0,300.0,300.0 +p39027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39029,battery,0.0,0.0,0.0,0.0,0.0 +p39029,biomass,0.0,0.0,0.0,0.0,0.0 +p39029,coal,0.0,0.0,0.0,0.0,0.0 +p39029,csp,0.0,0.0,0.0,0.0,0.0 +p39029,gas,0.0,0.0,46.0,92.0,138.0 +p39029,geothermal,0.0,0.0,0.0,0.0,0.0 +p39029,h2,0.0,0.0,0.0,0.0,0.0 +p39029,hydro,0.0,0.0,0.0,0.0,0.0 +p39029,nuclear,0.0,0.0,0.0,0.0,0.0 +p39029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39029,pv,0.0,0.0,0.0,0.0,0.0 +p39029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39031,battery,0.0,0.0,0.0,0.0,0.0 +p39031,biomass,0.0,0.0,0.0,0.0,0.0 +p39031,coal,0.0,0.0,0.0,0.0,0.0 +p39031,csp,0.0,0.0,0.0,0.0,0.0 +p39031,gas,0.0,0.0,0.0,0.0,0.0 +p39031,geothermal,0.0,0.0,0.0,0.0,0.0 +p39031,h2,0.0,0.0,0.0,0.0,0.0 +p39031,hydro,0.0,0.0,0.0,0.0,0.0 +p39031,nuclear,0.0,0.0,0.0,0.0,0.0 +p39031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39031,pv,0.0,0.0,0.0,0.0,0.0 +p39031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39031,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p39033,battery,0.0,0.0,0.0,0.0,0.0 +p39033,biomass,0.0,0.0,0.0,0.0,0.0 +p39033,coal,0.0,0.0,0.0,0.0,0.0 +p39033,csp,0.0,0.0,0.0,0.0,0.0 +p39033,gas,0.0,0.0,0.0,0.0,0.0 +p39033,geothermal,0.0,0.0,0.0,0.0,0.0 +p39033,h2,0.0,0.0,0.0,0.0,0.0 +p39033,hydro,0.0,0.0,0.0,0.0,0.0 +p39033,nuclear,0.0,0.0,0.0,0.0,0.0 +p39033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39033,pv,58.5,117.0,145.33333333332848,173.66666666666424,202.0 +p39033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39039,battery,0.0,0.0,0.0,0.0,0.0 +p39039,biomass,0.0,0.0,0.0,0.0,0.0 +p39039,coal,0.0,0.0,0.0,0.0,0.0 +p39039,csp,0.0,0.0,0.0,0.0,0.0 +p39039,gas,0.0,0.0,0.0,0.0,0.0 +p39039,geothermal,0.0,0.0,0.0,0.0,0.0 +p39039,h2,0.0,0.0,0.0,0.0,0.0 +p39039,hydro,0.0,0.0,0.0,0.0,0.0 +p39039,nuclear,0.0,0.0,0.0,0.0,0.0 +p39039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39039,pv,54.95,109.9,109.9,109.9,109.9 +p39039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39041,battery,0.0,0.0,0.0,0.0,0.0 +p39041,biomass,0.0,0.0,0.0,0.0,0.0 +p39041,coal,0.0,0.0,0.0,0.0,0.0 +p39041,csp,0.0,0.0,0.0,0.0,0.0 +p39041,gas,0.0,0.0,0.0,0.0,0.0 +p39041,geothermal,0.0,0.0,0.0,0.0,0.0 +p39041,h2,0.0,0.0,0.0,0.0,0.0 +p39041,hydro,0.0,0.0,0.0,0.0,0.0 +p39041,nuclear,0.0,0.0,0.0,0.0,0.0 +p39041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39041,pv,0.0,0.0,0.0,0.0,0.0 +p39041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39043,battery,0.0,0.0,0.0,0.0,0.0 +p39043,biomass,0.0,0.0,0.0,0.0,0.0 +p39043,coal,0.0,0.0,0.0,0.0,0.0 +p39043,csp,0.0,0.0,0.0,0.0,0.0 +p39043,gas,0.0,0.0,0.0,0.0,0.0 +p39043,geothermal,0.0,0.0,0.0,0.0,0.0 +p39043,h2,0.0,0.0,0.0,0.0,0.0 +p39043,hydro,0.0,0.0,0.0,0.0,0.0 +p39043,nuclear,0.0,0.0,0.0,0.0,0.0 +p39043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39043,pv,0.0,0.0,0.0,0.0,0.0 +p39043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39043,wind-ons,148.83,297.66,297.66,297.66,297.66 +p39045,battery,0.0,0.0,0.0,0.0,0.0 +p39045,biomass,0.0,0.0,0.0,0.0,0.0 +p39045,coal,0.0,0.0,0.0,0.0,0.0 +p39045,csp,0.0,0.0,0.0,0.0,0.0 +p39045,gas,0.0,0.0,0.0,0.0,0.0 +p39045,geothermal,0.0,0.0,0.0,0.0,0.0 +p39045,h2,0.0,0.0,0.0,0.0,0.0 +p39045,hydro,0.0,0.0,0.0,0.0,0.0 +p39045,nuclear,0.0,0.0,0.0,0.0,0.0 +p39045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39045,pv,238.0,476.0,476.0,476.0,476.0 +p39045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39047,battery,0.0,0.0,0.0,0.0,0.0 +p39047,biomass,0.0,0.0,0.0,0.0,0.0 +p39047,coal,0.0,0.0,0.0,0.0,0.0 +p39047,csp,0.0,0.0,0.0,0.0,0.0 +p39047,gas,0.0,0.0,0.0,0.0,0.0 +p39047,geothermal,0.0,0.0,0.0,0.0,0.0 +p39047,h2,0.0,0.0,0.0,0.0,0.0 +p39047,hydro,0.0,0.0,0.0,0.0,0.0 +p39047,nuclear,0.0,0.0,0.0,0.0,0.0 +p39047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39047,pv,0.0,0.0,22.916666666671517,45.83333333333576,68.75 +p39047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39049,battery,0.0,0.0,0.0,0.0,0.0 +p39049,biomass,0.0,0.0,0.0,0.0,0.0 +p39049,coal,0.0,0.0,0.0,0.0,0.0 +p39049,csp,0.0,0.0,0.0,0.0,0.0 +p39049,gas,0.0,0.0,0.0,0.0,0.0 +p39049,geothermal,0.0,0.0,0.0,0.0,0.0 +p39049,h2,0.0,0.0,0.0,0.0,0.0 +p39049,hydro,0.0,0.0,0.0,0.0,0.0 +p39049,nuclear,0.0,0.0,0.0,0.0,0.0 +p39049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39049,pv,125.0,250.0,250.0,250.0,250.0 +p39049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39051,battery,0.0,0.0,0.0,0.0,0.0 +p39051,biomass,0.0,0.0,0.0,0.0,0.0 +p39051,coal,0.0,0.0,0.0,0.0,0.0 +p39051,csp,0.0,0.0,0.0,0.0,0.0 +p39051,gas,0.0,0.0,0.0,0.0,0.0 +p39051,geothermal,0.0,0.0,0.0,0.0,0.0 +p39051,h2,0.0,0.0,0.0,0.0,0.0 +p39051,hydro,0.0,0.0,0.0,0.0,0.0 +p39051,nuclear,0.0,0.0,0.0,0.0,0.0 +p39051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39051,pv,99.5,199.0,272.33333333331393,345.66666666665697,419.0 +p39051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39053,csp,0.0,0.0,0.0,0.0,0.0 +p39057,battery,0.0,0.0,0.0,0.0,0.0 +p39057,biomass,0.0,0.0,0.0,0.0,0.0 +p39057,coal,0.0,0.0,0.0,0.0,0.0 +p39057,csp,0.0,0.0,0.0,0.0,0.0 +p39057,gas,0.0,0.0,0.0,0.0,0.0 +p39057,geothermal,0.0,0.0,0.0,0.0,0.0 +p39057,h2,0.0,0.0,0.0,0.0,0.0 +p39057,hydro,0.0,0.0,0.0,0.0,0.0 +p39057,nuclear,0.0,0.0,0.0,0.0,0.0 +p39057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39057,pv,87.5,175.0,185.66666666666424,196.33333333333212,207.0 +p39057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39059,csp,0.0,0.0,0.0,0.0,0.0 +p39063,battery,0.0,0.0,0.0,0.0,0.0 +p39063,biomass,0.0,0.0,0.0,0.0,0.0 +p39063,coal,0.0,0.0,0.0,0.0,0.0 +p39063,csp,0.0,0.0,0.0,0.0,0.0 +p39063,gas,0.0,0.0,0.0,0.0,0.0 +p39063,geothermal,0.0,0.0,0.0,0.0,0.0 +p39063,h2,0.0,0.0,0.0,0.0,0.0 +p39063,hydro,0.0,0.0,0.0,0.0,0.0 +p39063,nuclear,0.0,0.0,0.0,0.0,0.0 +p39063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39063,pv,124.8,249.6,265.4333333333343,281.2666666666664,297.1 +p39063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39065,battery,0.0,0.0,0.0,0.0,0.0 +p39065,biomass,0.0,0.0,0.0,0.0,0.0 +p39065,coal,0.0,0.0,0.0,0.0,0.0 +p39065,csp,0.0,0.0,0.0,0.0,0.0 +p39065,gas,0.0,0.0,0.0,0.0,0.0 +p39065,geothermal,0.0,0.0,0.0,0.0,0.0 +p39065,h2,0.0,0.0,0.0,0.0,0.0 +p39065,hydro,0.0,0.0,0.0,0.0,0.0 +p39065,nuclear,0.0,0.0,0.0,0.0,0.0 +p39065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39065,pv,89.995,179.99,179.99,179.99,179.99 +p39065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39067,battery,0.0,0.0,0.0,0.0,0.0 +p39067,biomass,0.0,0.0,0.0,0.0,0.0 +p39067,coal,0.0,0.0,0.0,0.0,0.0 +p39067,csp,0.0,0.0,0.0,0.0,0.0 +p39067,gas,0.0,0.0,0.0,0.0,0.0 +p39067,geothermal,0.0,0.0,0.0,0.0,0.0 +p39067,h2,0.0,0.0,0.0,0.0,0.0 +p39067,hydro,0.0,0.0,0.0,0.0,0.0 +p39067,nuclear,0.0,0.0,0.0,0.0,0.0 +p39067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39067,pv,0.0,0.0,151.53333333326736,303.06666666665114,454.6 +p39067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39069,csp,0.0,0.0,0.0,0.0,0.0 +p39071,battery,0.0,0.0,0.0,0.0,0.0 +p39071,biomass,0.0,0.0,0.0,0.0,0.0 +p39071,coal,0.0,0.0,0.0,0.0,0.0 +p39071,csp,0.0,0.0,0.0,0.0,0.0 +p39071,gas,0.0,0.0,0.0,0.0,0.0 +p39071,geothermal,0.0,0.0,0.0,0.0,0.0 +p39071,h2,0.0,0.0,0.0,0.0,0.0 +p39071,hydro,0.0,0.0,0.0,0.0,0.0 +p39071,nuclear,0.0,0.0,0.0,0.0,0.0 +p39071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39071,pv,215.0,430.0,512.5,595.0,677.5 +p39071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39077,battery,0.0,0.0,0.0,0.0,0.0 +p39077,biomass,0.0,0.0,0.0,0.0,0.0 +p39077,coal,0.0,0.0,0.0,0.0,0.0 +p39077,csp,0.0,0.0,0.0,0.0,0.0 +p39077,gas,0.0,0.0,0.0,0.0,0.0 +p39077,geothermal,0.0,0.0,0.0,0.0,0.0 +p39077,h2,0.0,0.0,0.0,0.0,0.0 +p39077,hydro,0.0,0.0,0.0,0.0,0.0 +p39077,nuclear,0.0,0.0,0.0,0.0,0.0 +p39077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39077,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p39077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39079,battery,0.0,0.0,0.0,0.0,0.0 +p39079,biomass,0.0,0.0,0.0,0.0,0.0 +p39079,coal,0.0,0.0,0.0,0.0,0.0 +p39079,csp,0.0,0.0,0.0,0.0,0.0 +p39079,gas,0.0,0.0,0.0,0.0,0.0 +p39079,geothermal,0.0,0.0,0.0,0.0,0.0 +p39079,h2,0.0,0.0,0.0,0.0,0.0 +p39079,hydro,0.0,0.0,0.0,0.0,0.0 +p39079,nuclear,0.0,0.0,0.0,0.0,0.0 +p39079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39079,pv,70.0,140.0,306.66666666662786,473.33333333331393,640.0 +p39079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39081,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p39081,biomass,0.0,0.0,0.0,0.0,0.0 +p39081,coal,0.0,0.0,0.0,0.0,0.0 +p39081,csp,0.0,0.0,0.0,0.0,0.0 +p39081,gas,0.0,0.0,0.0,0.0,0.0 +p39081,geothermal,0.0,0.0,0.0,0.0,0.0 +p39081,h2,0.0,0.0,0.0,0.0,0.0 +p39081,hydro,0.0,0.0,0.0,0.0,0.0 +p39081,nuclear,0.0,0.0,0.0,0.0,0.0 +p39081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39081,pv,0.0,0.0,0.0,0.0,0.0 +p39081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39083,battery,0.0,0.0,0.0,0.0,0.0 +p39083,biomass,0.0,0.0,0.0,0.0,0.0 +p39083,coal,0.0,0.0,0.0,0.0,0.0 +p39083,csp,0.0,0.0,0.0,0.0,0.0 +p39083,gas,0.0,0.0,0.0,0.0,0.0 +p39083,geothermal,0.0,0.0,0.0,0.0,0.0 +p39083,h2,0.0,0.0,0.0,0.0,0.0 +p39083,hydro,0.0,0.0,0.0,0.0,0.0 +p39083,nuclear,0.0,0.0,0.0,0.0,0.0 +p39083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39083,pv,40.0,80.0,87.0,94.0,101.0 +p39083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39087,battery,0.0,0.0,0.0,0.0,0.0 +p39087,biomass,0.0,0.0,0.0,0.0,0.0 +p39087,coal,0.0,0.0,0.0,0.0,0.0 +p39087,gas,0.0,0.0,8.0,16.0,24.0 +p39087,geothermal,0.0,0.0,0.0,0.0,0.0 +p39087,h2,0.0,0.0,0.0,0.0,0.0 +p39087,hydro,0.0,0.0,0.0,0.0,0.0 +p39087,nuclear,0.0,0.0,0.0,0.0,0.0 +p39087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39087,pv,0.0,0.0,0.0,0.0,0.0 +p39087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39089,battery,100.0,200.0,204.47999999999956,208.96000000000095,213.44 +p39089,biomass,0.0,0.0,0.0,0.0,0.0 +p39089,coal,0.0,0.0,0.0,0.0,0.0 +p39089,csp,0.0,0.0,0.0,0.0,0.0 +p39089,gas,0.0,0.0,0.0,0.0,0.0 +p39089,geothermal,0.0,0.0,0.0,0.0,0.0 +p39089,h2,0.0,0.0,0.0,0.0,0.0 +p39089,hydro,0.0,0.0,0.0,0.0,0.0 +p39089,nuclear,0.0,0.0,0.0,0.0,0.0 +p39089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39089,pv,235.1,470.2,478.99999999999636,487.79999999999563,496.59999999999997 +p39089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39091,battery,0.0,0.0,0.0,0.0,0.0 +p39091,biomass,0.0,0.0,0.0,0.0,0.0 +p39091,coal,0.0,0.0,0.0,0.0,0.0 +p39091,csp,0.0,0.0,0.0,0.0,0.0 +p39091,gas,0.0,0.0,0.0,0.0,0.0 +p39091,geothermal,0.0,0.0,0.0,0.0,0.0 +p39091,h2,0.0,0.0,0.0,0.0,0.0 +p39091,hydro,0.0,0.0,0.0,0.0,0.0 +p39091,nuclear,0.0,0.0,0.0,0.0,0.0 +p39091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39091,pv,0.0,0.0,123.66666666668607,247.33333333334303,371.0 +p39091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39093,battery,0.0,0.0,0.0,0.0,0.0 +p39093,biomass,0.0,0.0,0.0,0.0,0.0 +p39093,coal,0.0,0.0,0.0,0.0,0.0 +p39093,csp,0.0,0.0,0.0,0.0,0.0 +p39093,gas,229.35,458.7,458.7,458.7,458.7 +p39093,geothermal,0.0,0.0,0.0,0.0,0.0 +p39093,h2,0.0,0.0,0.0,0.0,0.0 +p39093,hydro,0.0,0.0,0.0,0.0,0.0 +p39093,nuclear,0.0,0.0,0.0,0.0,0.0 +p39093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39093,pv,0.0,0.0,44.9333333333343,89.8666666666686,134.8 +p39093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39095,battery,0.0,0.0,0.0,0.0,0.0 +p39095,biomass,0.0,0.0,0.0,0.0,0.0 +p39095,coal,0.0,0.0,0.0,0.0,0.0 +p39095,csp,0.0,0.0,0.0,0.0,0.0 +p39095,gas,67.5,135.0,135.0,135.0,135.0 +p39095,geothermal,0.0,0.0,0.0,0.0,0.0 +p39095,h2,0.0,0.0,0.0,0.0,0.0 +p39095,hydro,0.0,0.0,0.0,0.0,0.0 +p39095,nuclear,0.0,0.0,0.0,0.0,0.0 +p39095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39095,pv,0.0,0.0,0.0,0.0,0.0 +p39095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39097,battery,0.0,0.0,0.0,0.0,0.0 +p39097,biomass,0.0,0.0,0.0,0.0,0.0 +p39097,coal,0.0,0.0,0.0,0.0,0.0 +p39097,csp,0.0,0.0,0.0,0.0,0.0 +p39097,gas,0.0,0.0,0.0,0.0,0.0 +p39097,geothermal,0.0,0.0,0.0,0.0,0.0 +p39097,h2,0.0,0.0,0.0,0.0,0.0 +p39097,hydro,0.0,0.0,0.0,0.0,0.0 +p39097,nuclear,0.0,0.0,0.0,0.0,0.0 +p39097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39097,pv,477.5,955.0,1187.8333333333721,1420.666666666686,1653.5 +p39097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39099,csp,0.0,0.0,0.0,0.0,0.0 +p39101,battery,0.0,0.0,0.0,0.0,0.0 +p39101,biomass,0.0,0.0,0.0,0.0,0.0 +p39101,coal,0.0,0.0,0.0,0.0,0.0 +p39101,csp,0.0,0.0,0.0,0.0,0.0 +p39101,gas,0.0,0.0,0.0,0.0,0.0 +p39101,geothermal,0.0,0.0,0.0,0.0,0.0 +p39101,h2,0.0,0.0,0.0,0.0,0.0 +p39101,hydro,0.0,0.0,0.0,0.0,0.0 +p39101,nuclear,0.0,0.0,0.0,0.0,0.0 +p39101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39101,pv,49.98,99.96,192.3933333333407,284.82666666668956,377.26 +p39101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39105,battery,0.0,0.0,0.0,0.0,0.0 +p39105,biomass,0.0,0.0,0.0,0.0,0.0 +p39105,coal,0.0,0.0,0.0,0.0,0.0 +p39105,csp,0.0,0.0,0.0,0.0,0.0 +p39105,gas,0.0,0.0,0.0,0.0,0.0 +p39105,geothermal,0.0,0.0,0.0,0.0,0.0 +p39105,h2,0.0,0.0,0.0,0.0,0.0 +p39105,hydro,0.0,0.0,0.0,0.0,0.0 +p39105,nuclear,0.0,0.0,0.0,0.0,0.0 +p39105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39105,pv,24.0,48.0,68.0,88.0,108.0 +p39105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39109,battery,0.0,0.0,0.0,0.0,0.0 +p39109,biomass,0.0,0.0,0.0,0.0,0.0 +p39109,coal,0.0,0.0,0.0,0.0,0.0 +p39109,csp,0.0,0.0,0.0,0.0,0.0 +p39109,gas,0.0,0.0,0.0,0.0,0.0 +p39109,geothermal,0.0,0.0,0.0,0.0,0.0 +p39109,h2,0.0,0.0,0.0,0.0,0.0 +p39109,hydro,0.0,0.0,0.0,0.0,0.0 +p39109,nuclear,0.0,0.0,0.0,0.0,0.0 +p39109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39109,pv,0.0,0.0,14.506666666668025,29.01333333333605,43.52 +p39109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39111,battery,0.0,0.0,0.0,0.0,0.0 +p39111,biomass,0.0,0.0,0.0,0.0,0.0 +p39111,coal,0.0,0.0,0.0,0.0,0.0 +p39111,csp,0.0,0.0,0.0,0.0,0.0 +p39111,gas,0.0,0.0,14.666666666664241,29.33333333333212,44.0 +p39111,geothermal,0.0,0.0,0.0,0.0,0.0 +p39111,h2,0.0,0.0,0.0,0.0,0.0 +p39111,hydro,0.0,0.0,0.0,0.0,0.0 +p39111,nuclear,0.0,0.0,0.0,0.0,0.0 +p39111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39111,pv,0.0,0.0,0.0,0.0,0.0 +p39111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39113,battery,42.5,85.0,85.0,85.0,85.0 +p39113,biomass,0.0,0.0,0.0,0.0,0.0 +p39113,coal,0.0,0.0,0.0,0.0,0.0 +p39113,csp,0.0,0.0,0.0,0.0,0.0 +p39113,gas,0.0,0.0,0.0,0.0,0.0 +p39113,geothermal,0.0,0.0,0.0,0.0,0.0 +p39113,h2,0.0,0.0,0.0,0.0,0.0 +p39113,hydro,0.0,0.0,0.0,0.0,0.0 +p39113,nuclear,0.0,0.0,0.0,0.0,0.0 +p39113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39113,pv,24.95,49.9,64.90000000000146,79.90000000000146,94.9 +p39113,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39113,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39115,csp,0.0,0.0,0.0,0.0,0.0 +p39117,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p39117,biomass,0.0,0.0,0.0,0.0,0.0 +p39117,coal,0.0,0.0,0.0,0.0,0.0 +p39117,csp,0.0,0.0,0.0,0.0,0.0 +p39117,gas,0.0,0.0,0.0,0.0,0.0 +p39117,geothermal,0.0,0.0,0.0,0.0,0.0 +p39117,h2,0.0,0.0,0.0,0.0,0.0 +p39117,hydro,0.0,0.0,0.0,0.0,0.0 +p39117,nuclear,0.0,0.0,0.0,0.0,0.0 +p39117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39117,pv,72.0,144.0,183.96666666665988,223.9333333333343,263.9 +p39117,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39117,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39119,battery,0.0,0.0,0.0,0.0,0.0 +p39119,biomass,0.0,0.0,0.0,0.0,0.0 +p39119,coal,0.0,0.0,0.0,0.0,0.0 +p39119,csp,0.0,0.0,0.0,0.0,0.0 +p39119,gas,0.0,0.0,0.0,0.0,0.0 +p39119,geothermal,0.0,0.0,0.0,0.0,0.0 +p39119,h2,0.0,0.0,0.0,0.0,0.0 +p39119,hydro,0.0,0.0,0.0,0.0,0.0 +p39119,nuclear,0.0,0.0,0.0,0.0,0.0 +p39119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39119,pv,0.0,0.0,0.0,0.0,0.0 +p39119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39123,csp,0.0,0.0,0.0,0.0,0.0 +p39125,battery,25.0,50.0,66.66666666667152,83.33333333333576,100.0 +p39125,biomass,0.0,0.0,0.0,0.0,0.0 +p39125,coal,0.0,0.0,0.0,0.0,0.0 +p39125,csp,0.0,0.0,0.0,0.0,0.0 +p39125,gas,0.0,0.0,0.0,0.0,0.0 +p39125,geothermal,0.0,0.0,0.0,0.0,0.0 +p39125,h2,0.0,0.0,0.0,0.0,0.0 +p39125,hydro,0.0,0.0,0.0,0.0,0.0 +p39125,nuclear,0.0,0.0,0.0,0.0,0.0 +p39125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39125,pv,24.95,49.9,49.9,49.9,49.9 +p39125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39125,wind-ons,70.15,140.3,140.3,140.3,140.3 +p39127,battery,0.0,0.0,0.0,0.0,0.0 +p39127,biomass,0.0,0.0,0.0,0.0,0.0 +p39127,coal,0.0,0.0,0.0,0.0,0.0 +p39127,csp,0.0,0.0,0.0,0.0,0.0 +p39127,gas,0.0,0.0,0.0,0.0,0.0 +p39127,geothermal,0.0,0.0,0.0,0.0,0.0 +p39127,h2,0.0,0.0,0.0,0.0,0.0 +p39127,hydro,0.0,0.0,0.0,0.0,0.0 +p39127,nuclear,0.0,0.0,0.0,0.0,0.0 +p39127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39127,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p39127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39129,battery,0.0,0.0,50.0,100.0,150.0 +p39129,biomass,0.0,0.0,0.0,0.0,0.0 +p39129,coal,0.0,0.0,0.0,0.0,0.0 +p39129,csp,0.0,0.0,0.0,0.0,0.0 +p39129,gas,0.0,0.0,0.0,0.0,0.0 +p39129,geothermal,0.0,0.0,0.0,0.0,0.0 +p39129,h2,0.0,0.0,0.0,0.0,0.0 +p39129,hydro,0.0,0.0,0.0,0.0,0.0 +p39129,nuclear,0.0,0.0,0.0,0.0,0.0 +p39129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39129,pv,0.0,0.0,21.333333333328483,42.66666666666424,64.0 +p39129,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39129,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39131,csp,0.0,0.0,0.0,0.0,0.0 +p39135,battery,0.0,0.0,0.0,0.0,0.0 +p39135,biomass,0.0,0.0,0.0,0.0,0.0 +p39135,coal,0.0,0.0,0.0,0.0,0.0 +p39135,csp,0.0,0.0,0.0,0.0,0.0 +p39135,gas,0.0,0.0,0.0,0.0,0.0 +p39135,geothermal,0.0,0.0,0.0,0.0,0.0 +p39135,h2,0.0,0.0,0.0,0.0,0.0 +p39135,hydro,0.0,0.0,0.0,0.0,0.0 +p39135,nuclear,0.0,0.0,0.0,0.0,0.0 +p39135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39135,pv,83.95,167.9,177.5,187.10000000000218,196.7 +p39135,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39137,battery,0.0,0.0,0.0,0.0,0.0 +p39137,biomass,0.0,0.0,0.0,0.0,0.0 +p39137,coal,0.0,0.0,0.0,0.0,0.0 +p39137,csp,0.0,0.0,0.0,0.0,0.0 +p39137,gas,0.0,0.0,0.0,0.0,0.0 +p39137,geothermal,0.0,0.0,0.0,0.0,0.0 +p39137,h2,0.0,0.0,0.0,0.0,0.0 +p39137,hydro,0.0,0.0,0.0,0.0,0.0 +p39137,nuclear,0.0,0.0,0.0,0.0,0.0 +p39137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39137,pv,0.0,0.0,50.0,100.0,150.0 +p39137,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39137,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39139,battery,0.0,0.0,28.0,56.0,84.0 +p39139,biomass,0.0,0.0,0.0,0.0,0.0 +p39139,coal,0.0,0.0,0.0,0.0,0.0 +p39139,csp,0.0,0.0,0.0,0.0,0.0 +p39139,gas,0.0,0.0,0.0,0.0,0.0 +p39139,geothermal,0.0,0.0,0.0,0.0,0.0 +p39139,h2,0.0,0.0,0.0,0.0,0.0 +p39139,hydro,0.0,0.0,0.0,0.0,0.0 +p39139,nuclear,0.0,0.0,0.0,0.0,0.0 +p39139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39139,pv,0.0,0.0,0.0,0.0,0.0 +p39139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39141,csp,0.0,0.0,0.0,0.0,0.0 +p39147,battery,0.0,0.0,35.0,70.0,105.0 +p39147,biomass,0.0,0.0,0.0,0.0,0.0 +p39147,coal,0.0,0.0,0.0,0.0,0.0 +p39147,csp,0.0,0.0,0.0,0.0,0.0 +p39147,gas,0.0,0.0,0.0,0.0,0.0 +p39147,geothermal,0.0,0.0,0.0,0.0,0.0 +p39147,h2,0.0,0.0,0.0,0.0,0.0 +p39147,hydro,0.0,0.0,0.0,0.0,0.0 +p39147,nuclear,0.0,0.0,0.0,0.0,0.0 +p39147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39147,pv,0.0,0.0,16.63333333333867,33.26666666667006,49.9 +p39147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39147,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39149,csp,0.0,0.0,0.0,0.0,0.0 +p39151,csp,0.0,0.0,0.0,0.0,0.0 +p39155,battery,0.0,0.0,0.0,0.0,0.0 +p39155,biomass,0.0,0.0,0.0,0.0,0.0 +p39155,coal,0.0,0.0,0.0,0.0,0.0 +p39155,csp,0.0,0.0,0.0,0.0,0.0 +p39155,gas,470.0,940.0,973.4843333333265,1006.9686666666676,1040.453 +p39155,geothermal,0.0,0.0,0.0,0.0,0.0 +p39155,h2,0.0,0.0,0.0,0.0,0.0 +p39155,hydro,0.0,0.0,0.0,0.0,0.0 +p39155,nuclear,0.0,0.0,0.0,0.0,0.0 +p39155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39155,pv,0.0,0.0,16.333333333328483,32.66666666666424,49.0 +p39155,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39155,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39157,csp,0.0,0.0,0.0,0.0,0.0 +p39159,battery,0.0,0.0,0.0,0.0,0.0 +p39159,biomass,0.0,0.0,0.0,0.0,0.0 +p39159,coal,0.0,0.0,0.0,0.0,0.0 +p39159,csp,0.0,0.0,0.0,0.0,0.0 +p39159,gas,0.0,0.0,0.0,0.0,0.0 +p39159,geothermal,0.0,0.0,0.0,0.0,0.0 +p39159,h2,0.0,0.0,0.0,0.0,0.0 +p39159,hydro,0.0,0.0,0.0,0.0,0.0 +p39159,nuclear,0.0,0.0,0.0,0.0,0.0 +p39159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39159,pv,120.0,240.0,418.8499999999767,597.7000000000116,776.55 +p39159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39159,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39161,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p39161,biomass,0.0,0.0,0.0,0.0,0.0 +p39161,coal,0.0,0.0,0.0,0.0,0.0 +p39161,csp,0.0,0.0,0.0,0.0,0.0 +p39161,gas,0.0,0.0,0.0,0.0,0.0 +p39161,geothermal,0.0,0.0,0.0,0.0,0.0 +p39161,h2,0.0,0.0,0.0,0.0,0.0 +p39161,hydro,0.0,0.0,0.0,0.0,0.0 +p39161,nuclear,0.0,0.0,0.0,0.0,0.0 +p39161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39161,pv,99.95,199.9,338.2333333333954,476.56666666670935,614.9 +p39161,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39161,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39163,battery,0.0,0.0,0.0,0.0,0.0 +p39163,biomass,0.0,0.0,0.0,0.0,0.0 +p39163,coal,0.0,0.0,0.0,0.0,0.0 +p39163,csp,0.0,0.0,0.0,0.0,0.0 +p39163,gas,0.0,0.0,0.0,0.0,0.0 +p39163,geothermal,0.0,0.0,0.0,0.0,0.0 +p39163,h2,0.0,0.0,0.0,0.0,0.0 +p39163,hydro,0.0,0.0,0.0,0.0,0.0 +p39163,nuclear,0.0,0.0,0.0,0.0,0.0 +p39163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39163,pv,62.5,125.0,125.0,125.0,125.0 +p39163,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39165,csp,0.0,0.0,0.0,0.0,0.0 +p39167,battery,0.0,0.0,0.0,0.0,0.0 +p39167,biomass,0.0,0.0,0.0,0.0,0.0 +p39167,coal,0.0,0.0,0.0,0.0,0.0 +p39167,csp,0.0,0.0,0.0,0.0,0.0 +p39167,gas,0.0,0.0,8.0,16.0,24.0 +p39167,geothermal,0.0,0.0,0.0,0.0,0.0 +p39167,h2,0.0,0.0,0.0,0.0,0.0 +p39167,hydro,0.0,0.0,0.0,0.0,0.0 +p39167,nuclear,0.0,0.0,0.0,0.0,0.0 +p39167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39167,pv,0.0,0.0,0.0,0.0,0.0 +p39167,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39167,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39169,battery,0.0,0.0,0.0,0.0,0.0 +p39169,biomass,0.0,0.0,0.0,0.0,0.0 +p39169,coal,0.0,0.0,0.0,0.0,0.0 +p39169,csp,0.0,0.0,0.0,0.0,0.0 +p39169,gas,0.0,0.0,0.0,0.0,0.0 +p39169,geothermal,0.0,0.0,0.0,0.0,0.0 +p39169,h2,0.0,0.0,0.0,0.0,0.0 +p39169,hydro,0.0,0.0,0.0,0.0,0.0 +p39169,nuclear,0.0,0.0,0.0,0.0,0.0 +p39169,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39169,pv,60.0,120.0,120.0,120.0,120.0 +p39169,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39169,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39171,battery,0.0,0.0,0.0,0.0,0.0 +p39171,biomass,0.0,0.0,0.0,0.0,0.0 +p39171,coal,0.0,0.0,0.0,0.0,0.0 +p39171,csp,0.0,0.0,0.0,0.0,0.0 +p39171,gas,0.0,0.0,0.0,0.0,0.0 +p39171,geothermal,0.0,0.0,0.0,0.0,0.0 +p39171,h2,0.0,0.0,0.0,0.0,0.0 +p39171,hydro,0.0,0.0,0.0,0.0,0.0 +p39171,nuclear,0.0,0.0,0.0,0.0,0.0 +p39171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39171,pv,0.0,0.0,0.0,0.0,0.0 +p39171,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39171,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39173,battery,0.0,0.0,0.0,0.0,0.0 +p39173,biomass,0.0,0.0,0.0,0.0,0.0 +p39173,coal,0.0,0.0,0.0,0.0,0.0 +p39173,csp,0.0,0.0,0.0,0.0,0.0 +p39173,gas,0.0,0.0,136.06666666670935,272.1333333333605,408.2 +p39173,geothermal,0.0,0.0,0.0,0.0,0.0 +p39173,h2,0.0,0.0,0.0,0.0,0.0 +p39173,hydro,0.0,0.0,0.0,0.0,0.0 +p39173,nuclear,0.0,0.0,0.0,0.0,0.0 +p39173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39173,pv,31.0,62.0,146.0,230.0,314.0 +p39173,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39173,wind-ons,0.0,0.0,0.0,0.0,0.0 +p39175,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p39175,biomass,0.0,0.0,0.0,0.0,0.0 +p39175,coal,0.0,0.0,0.0,0.0,0.0 +p39175,csp,0.0,0.0,0.0,0.0,0.0 +p39175,gas,0.0,0.0,0.0,0.0,0.0 +p39175,geothermal,0.0,0.0,0.0,0.0,0.0 +p39175,h2,0.0,0.0,0.0,0.0,0.0 +p39175,hydro,0.0,0.0,0.0,0.0,0.0 +p39175,nuclear,0.0,0.0,0.0,0.0,0.0 +p39175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p39175,pv,60.0,120.0,120.0,120.0,120.0 +p39175,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p39175,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40003,battery,0.0,0.0,0.0,0.0,0.0 +p40003,biomass,0.0,0.0,0.0,0.0,0.0 +p40003,coal,0.0,0.0,0.0,0.0,0.0 +p40003,csp,0.0,0.0,0.0,0.0,0.0 +p40003,gas,0.0,0.0,0.0,0.0,0.0 +p40003,geothermal,0.0,0.0,0.0,0.0,0.0 +p40003,h2,0.0,0.0,0.0,0.0,0.0 +p40003,hydro,0.0,0.0,0.0,0.0,0.0 +p40003,nuclear,0.0,0.0,0.0,0.0,0.0 +p40003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40003,pv,0.0,0.0,0.0,0.0,0.0 +p40003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40003,wind-ons,88.0,176.0,176.0,176.0,176.0 +p40005,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p40005,biomass,0.0,0.0,0.0,0.0,0.0 +p40005,coal,0.0,0.0,0.0,0.0,0.0 +p40005,csp,0.0,0.0,0.0,0.0,0.0 +p40005,gas,0.0,0.0,0.0,0.0,0.0 +p40005,geothermal,0.0,0.0,0.0,0.0,0.0 +p40005,h2,0.0,0.0,0.0,0.0,0.0 +p40005,hydro,0.0,0.0,0.0,0.0,0.0 +p40005,nuclear,0.0,0.0,0.0,0.0,0.0 +p40005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40005,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p40005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40007,battery,0.0,0.0,137.71000000002095,275.4199999999837,413.13 +p40007,biomass,0.0,0.0,0.0,0.0,0.0 +p40007,coal,0.0,0.0,0.0,0.0,0.0 +p40007,csp,0.0,0.0,0.0,0.0,0.0 +p40007,gas,0.0,0.0,0.0,0.0,0.0 +p40007,geothermal,0.0,0.0,0.0,0.0,0.0 +p40007,h2,0.0,0.0,0.0,0.0,0.0 +p40007,hydro,0.0,0.0,0.0,0.0,0.0 +p40007,nuclear,0.0,0.0,0.0,0.0,0.0 +p40007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40007,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p40007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40009,battery,0.0,0.0,0.0,0.0,0.0 +p40009,biomass,0.0,0.0,0.0,0.0,0.0 +p40009,coal,0.0,0.0,0.0,0.0,0.0 +p40009,csp,0.0,0.0,0.0,0.0,0.0 +p40009,gas,0.0,0.0,0.0,0.0,0.0 +p40009,geothermal,0.0,0.0,0.0,0.0,0.0 +p40009,h2,0.0,0.0,0.0,0.0,0.0 +p40009,hydro,0.0,0.0,0.0,0.0,0.0 +p40009,nuclear,0.0,0.0,0.0,0.0,0.0 +p40009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40009,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p40009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40011,battery,0.0,0.0,24.96666666666715,49.9333333333343,74.9 +p40011,biomass,0.0,0.0,0.0,0.0,0.0 +p40011,coal,0.0,0.0,0.0,0.0,0.0 +p40011,csp,0.0,0.0,0.0,0.0,0.0 +p40011,gas,0.0,0.0,0.0,0.0,0.0 +p40011,geothermal,0.0,0.0,0.0,0.0,0.0 +p40011,h2,0.0,0.0,0.0,0.0,0.0 +p40011,hydro,0.0,0.0,0.0,0.0,0.0 +p40011,nuclear,0.0,0.0,0.0,0.0,0.0 +p40011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40011,pv,0.0,0.0,0.0,0.0,0.0 +p40011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40013,battery,50.0,100.0,210.73333333336632,321.4666666666744,432.2 +p40013,biomass,0.0,0.0,0.0,0.0,0.0 +p40013,coal,0.0,0.0,0.0,0.0,0.0 +p40013,csp,0.0,0.0,0.0,0.0,0.0 +p40013,gas,0.0,0.0,0.0,0.0,0.0 +p40013,geothermal,0.0,0.0,0.0,0.0,0.0 +p40013,h2,0.0,0.0,0.0,0.0,0.0 +p40013,hydro,0.0,0.0,0.0,0.0,0.0 +p40013,nuclear,0.0,0.0,0.0,0.0,0.0 +p40013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40013,pv,26.1,52.2,154.89266666665208,257.5853333333216,360.27799999999996 +p40013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40015,battery,0.0,0.0,0.0,0.0,0.0 +p40015,biomass,0.0,0.0,0.0,0.0,0.0 +p40015,coal,0.0,0.0,0.0,0.0,0.0 +p40015,csp,0.0,0.0,0.0,0.0,0.0 +p40015,gas,48.744,97.488,327.4880000000121,557.4880000000121,787.488 +p40015,geothermal,0.0,0.0,0.0,0.0,0.0 +p40015,h2,0.0,0.0,0.0,0.0,0.0 +p40015,hydro,0.0,0.0,0.0,0.0,0.0 +p40015,nuclear,0.0,0.0,0.0,0.0,0.0 +p40015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40015,pv,150.0,300.0,391.66666666668607,483.33333333334303,575.0 +p40015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40015,wind-ons,0.0,0.0,76.66666666668607,153.33333333334303,230.0 +p40017,battery,100.0,200.0,316.66666666668607,433.33333333334303,550.0 +p40017,biomass,0.0,0.0,0.0,0.0,0.0 +p40017,coal,0.0,0.0,0.0,0.0,0.0 +p40017,csp,0.0,0.0,0.0,0.0,0.0 +p40017,gas,0.0,0.0,200.0,400.0,600.0 +p40017,geothermal,0.0,0.0,0.0,0.0,0.0 +p40017,h2,0.0,0.0,0.0,0.0,0.0 +p40017,hydro,0.0,0.0,0.0,0.0,0.0 +p40017,nuclear,0.0,0.0,0.0,0.0,0.0 +p40017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40017,pv,0.0,0.0,0.0,0.0,0.0 +p40017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40019,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p40019,biomass,0.0,0.0,0.0,0.0,0.0 +p40019,coal,0.0,0.0,0.0,0.0,0.0 +p40019,csp,0.0,0.0,0.0,0.0,0.0 +p40019,gas,0.0,0.0,0.0,0.0,0.0 +p40019,geothermal,0.0,0.0,0.0,0.0,0.0 +p40019,h2,0.0,0.0,0.0,0.0,0.0 +p40019,hydro,0.0,0.0,0.0,0.0,0.0 +p40019,nuclear,0.0,0.0,0.0,0.0,0.0 +p40019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40019,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p40019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40023,battery,0.0,0.0,0.0,0.0,0.0 +p40023,biomass,0.0,0.0,0.0,0.0,0.0 +p40023,coal,0.0,0.0,0.0,0.0,0.0 +p40023,csp,0.0,0.0,0.0,0.0,0.0 +p40023,gas,0.0,0.0,118.93333333331975,237.8666666666686,356.8 +p40023,geothermal,0.0,0.0,0.0,0.0,0.0 +p40023,h2,0.0,0.0,0.0,0.0,0.0 +p40023,hydro,0.0,0.0,0.0,0.0,0.0 +p40023,nuclear,0.0,0.0,0.0,0.0,0.0 +p40023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40023,pv,42.5,85.0,264.0,443.0,622.0 +p40023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40027,battery,0.0,0.0,133.0,266.0,399.0 +p40027,biomass,0.0,0.0,0.0,0.0,0.0 +p40027,coal,0.0,0.0,0.0,0.0,0.0 +p40027,csp,0.0,0.0,0.0,0.0,0.0 +p40027,gas,0.0,0.0,0.0,0.0,0.0 +p40027,geothermal,0.0,0.0,0.0,0.0,0.0 +p40027,h2,0.0,0.0,0.0,0.0,0.0 +p40027,hydro,0.0,0.0,0.0,0.0,0.0 +p40027,nuclear,0.0,0.0,0.0,0.0,0.0 +p40027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40027,pv,0.0,0.0,0.0,0.0,0.0 +p40027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40029,battery,0.0,0.0,0.0,0.0,0.0 +p40029,biomass,0.0,0.0,0.0,0.0,0.0 +p40029,coal,0.0,0.0,0.0,0.0,0.0 +p40029,csp,0.0,0.0,0.0,0.0,0.0 +p40029,gas,0.0,0.0,0.0,0.0,0.0 +p40029,geothermal,0.0,0.0,0.0,0.0,0.0 +p40029,h2,0.0,0.0,0.0,0.0,0.0 +p40029,hydro,0.0,0.0,0.0,0.0,0.0 +p40029,nuclear,0.0,0.0,0.0,0.0,0.0 +p40029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40029,pv,0.0,0.0,233.33333333337214,466.66666666668607,700.0 +p40029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40031,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p40031,biomass,0.0,0.0,0.0,0.0,0.0 +p40031,coal,0.0,0.0,0.0,0.0,0.0 +p40031,csp,0.0,0.0,0.0,0.0,0.0 +p40031,gas,0.0,0.0,496.0,992.0,1488.0 +p40031,geothermal,0.0,0.0,0.0,0.0,0.0 +p40031,h2,0.0,0.0,0.0,0.0,0.0 +p40031,hydro,0.0,0.0,0.0,0.0,0.0 +p40031,nuclear,0.0,0.0,0.0,0.0,0.0 +p40031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40031,pv,250.0,500.0,666.6666666666279,833.3333333333139,1000.0 +p40031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40033,csp,0.0,0.0,0.0,0.0,0.0 +p40035,battery,0.0,0.0,0.0,0.0,0.0 +p40035,biomass,0.0,0.0,0.0,0.0,0.0 +p40035,coal,0.0,0.0,0.0,0.0,0.0 +p40035,csp,0.0,0.0,0.0,0.0,0.0 +p40035,gas,0.0,0.0,0.0,0.0,0.0 +p40035,geothermal,0.0,0.0,0.0,0.0,0.0 +p40035,h2,0.0,0.0,0.0,0.0,0.0 +p40035,hydro,0.0,0.0,0.0,0.0,0.0 +p40035,nuclear,0.0,0.0,0.0,0.0,0.0 +p40035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40035,pv,74.0,148.0,148.0,148.0,148.0 +p40035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40035,wind-ons,0.0,0.0,100.0,200.0,300.0 +p40037,battery,88.45,176.9,210.2333333333372,243.5666666666657,276.9 +p40037,biomass,0.0,0.0,0.0,0.0,0.0 +p40037,coal,0.0,0.0,0.0,0.0,0.0 +p40037,csp,0.0,0.0,0.0,0.0,0.0 +p40037,gas,230.0,460.0,926.6666666667443,1393.3333333333721,1860.0 +p40037,geothermal,0.0,0.0,0.0,0.0,0.0 +p40037,h2,0.0,0.0,0.0,0.0,0.0 +p40037,hydro,0.0,0.0,0.0,0.0,0.0 +p40037,nuclear,0.0,0.0,0.0,0.0,0.0 +p40037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40037,pv,0.0,0.0,0.0,0.0,0.0 +p40037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40039,battery,0.0,0.0,40.0,80.0,120.0 +p40039,biomass,0.0,0.0,0.0,0.0,0.0 +p40039,coal,0.0,0.0,0.0,0.0,0.0 +p40039,csp,0.0,0.0,0.0,0.0,0.0 +p40039,gas,0.0,0.0,0.0,0.0,0.0 +p40039,geothermal,0.0,0.0,0.0,0.0,0.0 +p40039,h2,0.0,0.0,0.0,0.0,0.0 +p40039,hydro,0.0,0.0,0.0,0.0,0.0 +p40039,nuclear,0.0,0.0,0.0,0.0,0.0 +p40039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40039,pv,0.0,0.0,0.0,0.0,0.0 +p40039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40043,battery,42.5,85.0,154.66666666668607,224.33333333334303,294.0 +p40043,biomass,0.0,0.0,0.0,0.0,0.0 +p40043,coal,0.0,0.0,0.0,0.0,0.0 +p40043,csp,0.0,0.0,0.0,0.0,0.0 +p40043,gas,0.0,0.0,0.0,0.0,0.0 +p40043,geothermal,0.0,0.0,0.0,0.0,0.0 +p40043,h2,0.0,0.0,0.0,0.0,0.0 +p40043,hydro,0.0,0.0,0.0,0.0,0.0 +p40043,nuclear,0.0,0.0,0.0,0.0,0.0 +p40043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40043,pv,0.0,0.0,0.0,0.0,0.0 +p40043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40043,wind-ons,0.0,0.0,13.96333333333314,27.92666666666628,41.89 +p40045,battery,0.0,0.0,0.0,0.0,0.0 +p40045,biomass,0.0,0.0,0.0,0.0,0.0 +p40045,coal,0.0,0.0,0.0,0.0,0.0 +p40045,csp,0.0,0.0,0.0,0.0,0.0 +p40045,gas,0.0,0.0,0.0,0.0,0.0 +p40045,geothermal,0.0,0.0,0.0,0.0,0.0 +p40045,h2,0.0,0.0,0.0,0.0,0.0 +p40045,hydro,0.0,0.0,0.0,0.0,0.0 +p40045,nuclear,0.0,0.0,0.0,0.0,0.0 +p40045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40045,pv,75.9,151.8,151.8,151.8,151.8 +p40045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40045,wind-ons,82.8,165.6,165.6,165.6,165.6 +p40047,battery,126.0,252.0,252.0,252.0,252.0 +p40047,biomass,0.0,0.0,0.0,0.0,0.0 +p40047,coal,0.0,0.0,0.0,0.0,0.0 +p40047,csp,0.0,0.0,0.0,0.0,0.0 +p40047,gas,0.0,0.0,0.0,0.0,0.0 +p40047,geothermal,0.0,0.0,0.0,0.0,0.0 +p40047,h2,0.0,0.0,0.0,0.0,0.0 +p40047,hydro,0.0,0.0,0.0,0.0,0.0 +p40047,nuclear,0.0,0.0,0.0,0.0,0.0 +p40047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40047,pv,125.0,250.0,250.0,250.0,250.0 +p40047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40047,wind-ons,0.0,0.0,16.55999999999767,33.11999999999534,49.68 +p40049,battery,0.0,0.0,0.0,0.0,0.0 +p40049,biomass,0.0,0.0,0.0,0.0,0.0 +p40049,coal,0.0,0.0,0.0,0.0,0.0 +p40049,csp,0.0,0.0,0.0,0.0,0.0 +p40049,gas,0.0,0.0,0.0,0.0,0.0 +p40049,geothermal,0.0,0.0,0.0,0.0,0.0 +p40049,h2,0.0,0.0,0.0,0.0,0.0 +p40049,hydro,0.0,0.0,0.0,0.0,0.0 +p40049,nuclear,0.0,0.0,0.0,0.0,0.0 +p40049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40049,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p40049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40051,battery,0.0,0.0,150.0,300.0,450.0 +p40051,biomass,0.0,0.0,0.0,0.0,0.0 +p40051,coal,0.0,0.0,0.0,0.0,0.0 +p40051,csp,0.0,0.0,0.0,0.0,0.0 +p40051,gas,0.0,0.0,0.0,0.0,0.0 +p40051,geothermal,0.0,0.0,0.0,0.0,0.0 +p40051,h2,0.0,0.0,0.0,0.0,0.0 +p40051,hydro,0.0,0.0,0.0,0.0,0.0 +p40051,nuclear,0.0,0.0,0.0,0.0,0.0 +p40051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40051,pv,251.0,502.0,682.0,862.0,1042.0 +p40051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40051,wind-ons,107.5,215.0,215.0,215.0,215.0 +p40053,battery,0.0,0.0,0.0,0.0,0.0 +p40053,biomass,0.0,0.0,0.0,0.0,0.0 +p40053,coal,0.0,0.0,0.0,0.0,0.0 +p40053,gas,0.0,0.0,0.0,0.0,0.0 +p40053,geothermal,0.0,0.0,0.0,0.0,0.0 +p40053,h2,0.0,0.0,0.0,0.0,0.0 +p40053,hydro,0.0,0.0,0.0,0.0,0.0 +p40053,nuclear,0.0,0.0,0.0,0.0,0.0 +p40053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40053,pv,0.0,0.0,0.0,0.0,0.0 +p40053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40053,wind-ons,0.0,0.0,100.0,200.0,300.0 +p40063,battery,0.0,0.0,0.0,0.0,0.0 +p40063,biomass,0.0,0.0,0.0,0.0,0.0 +p40063,coal,0.0,0.0,0.0,0.0,0.0 +p40063,csp,0.0,0.0,0.0,0.0,0.0 +p40063,gas,0.0,0.0,0.0,0.0,0.0 +p40063,geothermal,0.0,0.0,0.0,0.0,0.0 +p40063,h2,0.0,0.0,0.0,0.0,0.0 +p40063,hydro,0.0,0.0,0.0,0.0,0.0 +p40063,nuclear,0.0,0.0,0.0,0.0,0.0 +p40063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40063,pv,0.0,0.0,60.0,120.0,180.0 +p40063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40065,battery,0.0,0.0,0.0,0.0,0.0 +p40065,biomass,0.0,0.0,0.0,0.0,0.0 +p40065,coal,0.0,0.0,0.0,0.0,0.0 +p40065,csp,0.0,0.0,0.0,0.0,0.0 +p40065,gas,0.0,0.0,0.0,0.0,0.0 +p40065,geothermal,0.0,0.0,0.0,0.0,0.0 +p40065,h2,0.0,0.0,0.0,0.0,0.0 +p40065,hydro,0.0,0.0,0.0,0.0,0.0 +p40065,nuclear,0.0,0.0,0.0,0.0,0.0 +p40065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40065,pv,0.0,0.0,157.66666666662786,315.33333333331393,473.0 +p40065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40069,battery,50.0,100.0,226.66666666668607,353.33333333334303,480.0 +p40069,biomass,0.0,0.0,0.0,0.0,0.0 +p40069,coal,0.0,0.0,0.0,0.0,0.0 +p40069,csp,0.0,0.0,0.0,0.0,0.0 +p40069,gas,0.0,0.0,433.3333333332557,866.6666666666279,1300.0 +p40069,geothermal,0.0,0.0,0.0,0.0,0.0 +p40069,h2,0.0,0.0,0.0,0.0,0.0 +p40069,hydro,0.0,0.0,0.0,0.0,0.0 +p40069,nuclear,0.0,0.0,0.0,0.0,0.0 +p40069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40069,pv,150.0,300.0,483.33333333337214,666.6666666666861,850.0 +p40069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40069,wind-ons,129.0,258.0,341.33333333331393,424.66666666665697,508.0 +p40071,battery,151.0,302.0,318.6666666666715,335.33333333333576,352.0 +p40071,biomass,0.0,0.0,0.0,0.0,0.0 +p40071,coal,0.0,0.0,0.0,0.0,0.0 +p40071,csp,0.0,0.0,0.0,0.0,0.0 +p40071,gas,0.0,0.0,41.333333333343035,82.66666666667152,124.0 +p40071,geothermal,0.0,0.0,0.0,0.0,0.0 +p40071,h2,0.0,0.0,0.0,0.0,0.0 +p40071,hydro,0.0,0.0,0.0,0.0,0.0 +p40071,nuclear,0.0,0.0,0.0,0.0,0.0 +p40071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40071,pv,0.0,0.0,0.0,0.0,0.0 +p40071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40071,wind-ons,32.3,64.6,164.60000000000582,264.6000000000058,364.6 +p40073,battery,37.05,74.1,150.7666666666919,227.43333333334886,304.1 +p40073,biomass,0.0,0.0,0.0,0.0,0.0 +p40073,coal,0.0,0.0,0.0,0.0,0.0 +p40073,csp,0.0,0.0,0.0,0.0,0.0 +p40073,gas,0.0,0.0,0.0,0.0,0.0 +p40073,geothermal,0.0,0.0,0.0,0.0,0.0 +p40073,h2,0.0,0.0,0.0,0.0,0.0 +p40073,hydro,0.0,0.0,0.0,0.0,0.0 +p40073,nuclear,0.0,0.0,0.0,0.0,0.0 +p40073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40073,pv,0.0,0.0,0.0,0.0,0.0 +p40073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40073,wind-ons,300.0,600.0,600.0,600.0,600.0 +p40075,battery,0.0,0.0,0.0,0.0,0.0 +p40075,biomass,0.0,0.0,0.0,0.0,0.0 +p40075,coal,0.0,0.0,0.0,0.0,0.0 +p40075,csp,0.0,0.0,0.0,0.0,0.0 +p40075,gas,0.0,0.0,0.0,0.0,0.0 +p40075,geothermal,0.0,0.0,0.0,0.0,0.0 +p40075,h2,0.0,0.0,0.0,0.0,0.0 +p40075,hydro,0.0,0.0,0.0,0.0,0.0 +p40075,nuclear,0.0,0.0,0.0,0.0,0.0 +p40075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40075,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 +p40075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40075,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40079,battery,0.0,0.0,0.0,0.0,0.0 +p40079,biomass,0.0,0.0,0.0,0.0,0.0 +p40079,coal,0.0,0.0,0.0,0.0,0.0 +p40079,gas,0.0,0.0,45.333333333343035,90.66666666667152,136.0 +p40079,geothermal,0.0,0.0,0.0,0.0,0.0 +p40079,h2,0.0,0.0,0.0,0.0,0.0 +p40079,hydro,0.0,0.0,0.0,0.0,0.0 +p40079,nuclear,0.0,0.0,0.0,0.0,0.0 +p40079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40079,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p40079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40081,battery,36.25,72.5,138.83333333331393,205.16666666665697,271.5 +p40081,biomass,0.0,0.0,0.0,0.0,0.0 +p40081,coal,0.0,0.0,0.0,0.0,0.0 +p40081,csp,0.0,0.0,0.0,0.0,0.0 +p40081,gas,0.0,0.0,0.0,0.0,0.0 +p40081,geothermal,0.0,0.0,0.0,0.0,0.0 +p40081,h2,0.0,0.0,0.0,0.0,0.0 +p40081,hydro,0.0,0.0,0.0,0.0,0.0 +p40081,nuclear,0.0,0.0,0.0,0.0,0.0 +p40081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40081,pv,36.25,72.5,162.83333333331393,253.16666666665697,343.5 +p40081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40081,wind-ons,48.75,97.5,164.16666666668607,230.83333333334303,297.5 +p40083,battery,0.0,0.0,50.0,100.0,150.0 +p40083,biomass,0.0,0.0,0.0,0.0,0.0 +p40083,coal,0.0,0.0,0.0,0.0,0.0 +p40083,csp,0.0,0.0,0.0,0.0,0.0 +p40083,gas,0.0,0.0,0.0,0.0,0.0 +p40083,geothermal,0.0,0.0,0.0,0.0,0.0 +p40083,h2,0.0,0.0,0.0,0.0,0.0 +p40083,hydro,0.0,0.0,0.0,0.0,0.0 +p40083,nuclear,0.0,0.0,0.0,0.0,0.0 +p40083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40083,pv,0.0,0.0,0.0,0.0,0.0 +p40083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40087,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p40087,biomass,0.0,0.0,0.0,0.0,0.0 +p40087,coal,0.0,0.0,0.0,0.0,0.0 +p40087,csp,0.0,0.0,0.0,0.0,0.0 +p40087,gas,0.0,0.0,165.33333333337214,330.66666666668607,496.0 +p40087,geothermal,0.0,0.0,0.0,0.0,0.0 +p40087,h2,0.0,0.0,0.0,0.0,0.0 +p40087,hydro,0.0,0.0,0.0,0.0,0.0 +p40087,nuclear,0.0,0.0,0.0,0.0,0.0 +p40087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40087,pv,0.0,0.0,0.0,0.0,0.0 +p40087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40089,battery,0.0,0.0,0.0,0.0,0.0 +p40089,biomass,0.0,0.0,0.0,0.0,0.0 +p40089,coal,0.0,0.0,0.0,0.0,0.0 +p40089,csp,0.0,0.0,0.0,0.0,0.0 +p40089,gas,0.0,0.0,0.0,0.0,0.0 +p40089,geothermal,0.0,0.0,0.0,0.0,0.0 +p40089,h2,0.0,0.0,0.0,0.0,0.0 +p40089,hydro,0.0,0.0,0.0,0.0,0.0 +p40089,nuclear,0.0,0.0,0.0,0.0,0.0 +p40089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40089,pv,100.8,201.6,253.2666666666628,304.9333333333343,356.6 +p40089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40091,battery,0.0,0.0,0.0,0.0,0.0 +p40091,biomass,0.0,0.0,0.0,0.0,0.0 +p40091,coal,0.0,0.0,0.0,0.0,0.0 +p40091,csp,0.0,0.0,0.0,0.0,0.0 +p40091,gas,0.0,0.0,0.0,0.0,0.0 +p40091,geothermal,0.0,0.0,0.0,0.0,0.0 +p40091,h2,0.0,0.0,0.0,0.0,0.0 +p40091,hydro,0.0,0.0,0.0,0.0,0.0 +p40091,nuclear,0.0,0.0,0.0,0.0,0.0 +p40091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40091,pv,0.0,0.0,167.0,334.0,501.0 +p40091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40095,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p40095,biomass,0.0,0.0,0.0,0.0,0.0 +p40095,coal,0.0,0.0,0.0,0.0,0.0 +p40095,csp,0.0,0.0,0.0,0.0,0.0 +p40095,gas,0.0,0.0,0.0,0.0,0.0 +p40095,geothermal,0.0,0.0,0.0,0.0,0.0 +p40095,h2,0.0,0.0,0.0,0.0,0.0 +p40095,hydro,0.0,0.0,0.0,0.0,0.0 +p40095,nuclear,0.0,0.0,0.0,0.0,0.0 +p40095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40095,pv,0.0,0.0,0.0,0.0,0.0 +p40095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40097,battery,50.0,100.0,290.4000000000233,480.79999999998836,671.2 +p40097,biomass,0.0,0.0,0.0,0.0,0.0 +p40097,coal,0.0,0.0,150.0,300.0,450.0 +p40097,csp,0.0,0.0,0.0,0.0,0.0 +p40097,gas,348.0,696.0,696.0,696.0,696.0 +p40097,geothermal,0.0,0.0,0.0,0.0,0.0 +p40097,h2,0.0,0.0,0.0,0.0,0.0 +p40097,hydro,0.0,0.0,0.0,0.0,0.0 +p40097,nuclear,0.0,0.0,0.0,0.0,0.0 +p40097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40097,pv,310.6,621.2,821.2000000000116,1021.2000000000116,1221.2 +p40097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40099,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p40099,biomass,0.0,0.0,0.0,0.0,0.0 +p40099,coal,0.0,0.0,0.0,0.0,0.0 +p40099,gas,0.0,0.0,0.0,0.0,0.0 +p40099,geothermal,0.0,0.0,0.0,0.0,0.0 +p40099,h2,0.0,0.0,0.0,0.0,0.0 +p40099,hydro,0.0,0.0,0.0,0.0,0.0 +p40099,nuclear,0.0,0.0,0.0,0.0,0.0 +p40099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40099,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p40099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40101,battery,87.5,175.0,209.0,243.0,277.0 +p40101,biomass,0.0,0.0,0.0,0.0,0.0 +p40101,coal,0.0,0.0,0.0,0.0,0.0 +p40101,csp,0.0,0.0,0.0,0.0,0.0 +p40101,gas,0.0,0.0,0.0,0.0,0.0 +p40101,geothermal,0.0,0.0,0.0,0.0,0.0 +p40101,h2,0.0,0.0,0.0,0.0,0.0 +p40101,hydro,0.0,0.0,0.0,0.0,0.0 +p40101,nuclear,0.0,0.0,0.0,0.0,0.0 +p40101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40101,pv,250.0,500.0,630.0,760.0,890.0 +p40101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40103,battery,37.45,74.9,224.23333333339542,373.56666666670935,522.9 +p40103,biomass,0.0,0.0,0.0,0.0,0.0 +p40103,coal,0.0,0.0,0.0,0.0,0.0 +p40103,csp,0.0,0.0,0.0,0.0,0.0 +p40103,gas,0.0,0.0,0.0,0.0,0.0 +p40103,geothermal,0.0,0.0,0.0,0.0,0.0 +p40103,h2,0.0,0.0,0.0,0.0,0.0 +p40103,hydro,0.0,0.0,0.0,0.0,0.0 +p40103,nuclear,0.0,0.0,0.0,0.0,0.0 +p40103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40103,pv,115.5,231.0,271.0,311.0,351.0 +p40103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40105,battery,0.0,0.0,0.0,0.0,0.0 +p40105,biomass,0.0,0.0,0.0,0.0,0.0 +p40105,coal,0.0,0.0,0.0,0.0,0.0 +p40105,csp,0.0,0.0,0.0,0.0,0.0 +p40105,gas,0.0,0.0,0.0,0.0,0.0 +p40105,geothermal,0.0,0.0,0.0,0.0,0.0 +p40105,h2,0.0,0.0,0.0,0.0,0.0 +p40105,hydro,0.0,0.0,0.0,0.0,0.0 +p40105,nuclear,0.0,0.0,0.0,0.0,0.0 +p40105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40105,pv,0.0,0.0,0.0,0.0,0.0 +p40105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40105,wind-ons,0.0,0.0,511.6666666667443,1023.3333333333721,1535.0 +p40107,battery,0.0,0.0,0.0,0.0,0.0 +p40107,biomass,0.0,0.0,0.0,0.0,0.0 +p40107,coal,0.0,0.0,0.0,0.0,0.0 +p40107,csp,0.0,0.0,0.0,0.0,0.0 +p40107,gas,0.0,0.0,0.0,0.0,0.0 +p40107,geothermal,0.0,0.0,0.0,0.0,0.0 +p40107,h2,0.0,0.0,0.0,0.0,0.0 +p40107,hydro,0.0,0.0,0.0,0.0,0.0 +p40107,nuclear,0.0,0.0,0.0,0.0,0.0 +p40107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40107,pv,0.0,0.0,0.0,0.0,0.0 +p40107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40107,wind-ons,0.0,0.0,119.46666666664532,238.93333333331975,358.4 +p40109,battery,50.0,100.0,377.3333333332557,654.6666666666279,932.0 +p40109,biomass,0.0,0.0,0.0,0.0,0.0 +p40109,coal,0.0,0.0,0.0,0.0,0.0 +p40109,csp,0.0,0.0,0.0,0.0,0.0 +p40109,gas,293.121,586.242,1498.5753333335742,2410.90866666683,3323.242 +p40109,geothermal,0.0,0.0,0.0,0.0,0.0 +p40109,h2,0.0,0.0,0.0,0.0,0.0 +p40109,hydro,0.0,0.0,0.0,0.0,0.0 +p40109,nuclear,0.0,0.0,0.0,0.0,0.0 +p40109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40109,pv,0.0,0.0,0.0,0.0,0.0 +p40109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40109,wind-ons,372.5,745.0,745.0,745.0,745.0 +p40113,csp,0.0,0.0,0.0,0.0,0.0 +p40117,battery,0.0,0.0,50.0,100.0,150.0 +p40117,biomass,0.0,0.0,0.0,0.0,0.0 +p40117,coal,0.0,0.0,0.0,0.0,0.0 +p40117,csp,0.0,0.0,0.0,0.0,0.0 +p40117,gas,0.0,0.0,0.0,0.0,0.0 +p40117,geothermal,0.0,0.0,0.0,0.0,0.0 +p40117,h2,0.0,0.0,0.0,0.0,0.0 +p40117,hydro,0.0,0.0,0.0,0.0,0.0 +p40117,nuclear,0.0,0.0,0.0,0.0,0.0 +p40117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40117,pv,0.0,0.0,0.0,0.0,0.0 +p40117,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40117,wind-ons,109.98,219.96,219.96,219.96,219.96 +p40119,battery,0.0,0.0,0.0,0.0,0.0 +p40119,biomass,0.0,0.0,0.0,0.0,0.0 +p40119,coal,0.0,0.0,0.0,0.0,0.0 +p40119,csp,0.0,0.0,0.0,0.0,0.0 +p40119,gas,230.0,460.0,918.8666666665813,1377.733333333279,1836.6 +p40119,geothermal,0.0,0.0,0.0,0.0,0.0 +p40119,h2,0.0,0.0,0.0,0.0,0.0 +p40119,hydro,0.0,0.0,0.0,0.0,0.0 +p40119,nuclear,0.0,0.0,0.0,0.0,0.0 +p40119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40119,pv,88.45,176.9,176.9,176.9,176.9 +p40119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40119,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p40121,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p40121,biomass,0.0,0.0,0.0,0.0,0.0 +p40121,coal,0.0,0.0,0.0,0.0,0.0 +p40121,csp,0.0,0.0,0.0,0.0,0.0 +p40121,gas,0.0,0.0,348.3333333332557,696.6666666666279,1045.0 +p40121,geothermal,0.0,0.0,0.0,0.0,0.0 +p40121,h2,0.0,0.0,0.0,0.0,0.0 +p40121,hydro,0.0,0.0,0.0,0.0,0.0 +p40121,nuclear,0.0,0.0,0.0,0.0,0.0 +p40121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40121,pv,0.0,0.0,30.274666666664416,60.54933333332883,90.824 +p40121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40121,wind-ons,107.5,215.0,298.33333333331393,381.66666666665697,465.0 +p40123,battery,0.0,0.0,41.0,82.0,123.0 +p40123,biomass,0.0,0.0,0.0,0.0,0.0 +p40123,coal,0.0,0.0,0.0,0.0,0.0 +p40123,csp,0.0,0.0,0.0,0.0,0.0 +p40123,gas,0.0,0.0,0.0,0.0,0.0 +p40123,geothermal,0.0,0.0,0.0,0.0,0.0 +p40123,h2,0.0,0.0,0.0,0.0,0.0 +p40123,hydro,0.0,0.0,0.0,0.0,0.0 +p40123,nuclear,0.0,0.0,0.0,0.0,0.0 +p40123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40123,pv,0.0,0.0,0.0,0.0,0.0 +p40123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40123,wind-ons,73.75,147.5,147.5,147.5,147.5 +p40125,battery,0.0,0.0,50.0,100.0,150.0 +p40125,biomass,0.0,0.0,0.0,0.0,0.0 +p40125,coal,0.0,0.0,0.0,0.0,0.0 +p40125,csp,0.0,0.0,0.0,0.0,0.0 +p40125,gas,0.0,0.0,0.0,0.0,0.0 +p40125,geothermal,0.0,0.0,0.0,0.0,0.0 +p40125,h2,0.0,0.0,0.0,0.0,0.0 +p40125,hydro,0.0,0.0,0.0,0.0,0.0 +p40125,nuclear,0.0,0.0,0.0,0.0,0.0 +p40125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40125,pv,0.0,0.0,0.0,0.0,0.0 +p40125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40125,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40129,csp,0.0,0.0,0.0,0.0,0.0 +p40131,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p40131,biomass,0.0,0.0,0.0,0.0,0.0 +p40131,coal,0.0,0.0,0.0,0.0,0.0 +p40131,csp,0.0,0.0,0.0,0.0,0.0 +p40131,gas,0.0,0.0,170.0,340.0,510.0 +p40131,geothermal,0.0,0.0,0.0,0.0,0.0 +p40131,h2,0.0,0.0,0.0,0.0,0.0 +p40131,hydro,0.0,0.0,0.0,0.0,0.0 +p40131,nuclear,0.0,0.0,0.0,0.0,0.0 +p40131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40131,pv,0.0,0.0,45.0,90.0,135.0 +p40131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40131,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40133,battery,0.0,0.0,0.0,0.0,0.0 +p40133,biomass,0.0,0.0,0.0,0.0,0.0 +p40133,coal,0.0,0.0,0.0,0.0,0.0 +p40133,gas,0.0,0.0,164.33333333337214,328.66666666668607,493.0 +p40133,geothermal,0.0,0.0,0.0,0.0,0.0 +p40133,h2,0.0,0.0,0.0,0.0,0.0 +p40133,hydro,0.0,0.0,0.0,0.0,0.0 +p40133,nuclear,0.0,0.0,0.0,0.0,0.0 +p40133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40133,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p40133,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40133,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40135,battery,0.0,0.0,0.0,0.0,0.0 +p40135,biomass,0.0,0.0,0.0,0.0,0.0 +p40135,coal,0.0,0.0,0.0,0.0,0.0 +p40135,gas,0.0,0.0,0.0,0.0,0.0 +p40135,geothermal,0.0,0.0,0.0,0.0,0.0 +p40135,h2,0.0,0.0,0.0,0.0,0.0 +p40135,hydro,0.0,0.0,0.0,0.0,0.0 +p40135,nuclear,0.0,0.0,0.0,0.0,0.0 +p40135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40135,pv,0.0,0.0,100.0,200.0,300.0 +p40135,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40137,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p40137,biomass,0.0,0.0,0.0,0.0,0.0 +p40137,coal,0.0,0.0,0.0,0.0,0.0 +p40137,gas,0.0,0.0,0.0,0.0,0.0 +p40137,geothermal,0.0,0.0,0.0,0.0,0.0 +p40137,h2,0.0,0.0,0.0,0.0,0.0 +p40137,hydro,0.0,0.0,0.0,0.0,0.0 +p40137,nuclear,0.0,0.0,0.0,0.0,0.0 +p40137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40137,pv,0.0,0.0,0.0,0.0,0.0 +p40137,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40137,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40139,battery,0.0,0.0,50.0,100.0,150.0 +p40139,biomass,0.0,0.0,0.0,0.0,0.0 +p40139,coal,0.0,0.0,0.0,0.0,0.0 +p40139,csp,0.0,0.0,0.0,0.0,0.0 +p40139,gas,0.0,0.0,0.0,0.0,0.0 +p40139,geothermal,0.0,0.0,0.0,0.0,0.0 +p40139,h2,0.0,0.0,0.0,0.0,0.0 +p40139,hydro,0.0,0.0,0.0,0.0,0.0 +p40139,nuclear,0.0,0.0,0.0,0.0,0.0 +p40139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40139,pv,51.3,102.6,102.6,102.6,102.6 +p40139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40139,wind-ons,950.0,1900.0,1900.0,1900.0,1900.0 +p40141,csp,0.0,0.0,0.0,0.0,0.0 +p40143,battery,150.0,300.0,449.66666666662786,599.3333333333139,749.0 +p40143,biomass,0.0,0.0,0.0,0.0,0.0 +p40143,coal,0.0,0.0,0.0,0.0,0.0 +p40143,csp,0.0,0.0,0.0,0.0,0.0 +p40143,gas,0.0,0.0,0.0,0.0,0.0 +p40143,geothermal,0.0,0.0,0.0,0.0,0.0 +p40143,h2,0.0,0.0,0.0,0.0,0.0 +p40143,hydro,0.0,0.0,0.0,0.0,0.0 +p40143,nuclear,0.0,0.0,0.0,0.0,0.0 +p40143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40143,pv,0.0,0.0,0.0,0.0,0.0 +p40143,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40143,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40145,battery,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p40145,biomass,0.0,0.0,0.0,0.0,0.0 +p40145,coal,0.0,0.0,0.0,0.0,0.0 +p40145,csp,0.0,0.0,0.0,0.0,0.0 +p40145,gas,0.0,0.0,0.0,0.0,0.0 +p40145,geothermal,0.0,0.0,0.0,0.0,0.0 +p40145,h2,0.0,0.0,0.0,0.0,0.0 +p40145,hydro,0.0,0.0,0.0,0.0,0.0 +p40145,nuclear,0.0,0.0,0.0,0.0,0.0 +p40145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40145,pv,200.85,401.7,401.7,401.7,401.7 +p40145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40145,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40147,battery,0.0,0.0,0.0,0.0,0.0 +p40147,biomass,0.0,0.0,0.0,0.0,0.0 +p40147,coal,0.0,0.0,0.0,0.0,0.0 +p40147,gas,0.0,0.0,0.0,0.0,0.0 +p40147,geothermal,0.0,0.0,0.0,0.0,0.0 +p40147,h2,0.0,0.0,0.0,0.0,0.0 +p40147,hydro,0.0,0.0,0.0,0.0,0.0 +p40147,nuclear,0.0,0.0,0.0,0.0,0.0 +p40147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40147,pv,0.0,0.0,50.0,100.0,150.0 +p40147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40147,wind-ons,0.0,0.0,0.0,0.0,0.0 +p40149,csp,0.0,0.0,0.0,0.0,0.0 +p40151,battery,0.0,0.0,0.0,0.0,0.0 +p40151,biomass,0.0,0.0,0.0,0.0,0.0 +p40151,coal,0.0,0.0,0.0,0.0,0.0 +p40151,csp,0.0,0.0,0.0,0.0,0.0 +p40151,gas,0.0,0.0,0.0,0.0,0.0 +p40151,geothermal,0.0,0.0,0.0,0.0,0.0 +p40151,h2,0.0,0.0,0.0,0.0,0.0 +p40151,hydro,0.0,0.0,0.0,0.0,0.0 +p40151,nuclear,0.0,0.0,0.0,0.0,0.0 +p40151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40151,pv,77.5,155.0,346.66666666662786,538.3333333333139,730.0 +p40151,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40151,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p40153,battery,135.0,270.0,353.33333333331393,436.66666666665697,520.0 +p40153,biomass,0.0,0.0,0.0,0.0,0.0 +p40153,coal,0.0,0.0,0.0,0.0,0.0 +p40153,csp,0.0,0.0,0.0,0.0,0.0 +p40153,gas,0.0,0.0,0.0,0.0,0.0 +p40153,geothermal,0.0,0.0,0.0,0.0,0.0 +p40153,h2,0.0,0.0,0.0,0.0,0.0 +p40153,hydro,0.0,0.0,0.0,0.0,0.0 +p40153,nuclear,0.0,0.0,0.0,0.0,0.0 +p40153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p40153,pv,0.0,0.0,142.66666666662786,285.33333333331393,428.0 +p40153,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p40153,wind-ons,87.5,175.0,309.01333333330695,443.0266666666721,577.04 +p41001,battery,0.0,0.0,0.0,0.0,0.0 +p41001,biomass,0.0,0.0,0.0,0.0,0.0 +p41001,coal,0.0,0.0,0.0,0.0,0.0 +p41001,csp,0.0,0.0,0.0,0.0,0.0 +p41001,gas,0.0,0.0,0.0,0.0,0.0 +p41001,geothermal,0.0,0.0,0.0,0.0,0.0 +p41001,h2,0.0,0.0,0.0,0.0,0.0 +p41001,hydro,0.0,0.0,0.0,0.0,0.0 +p41001,nuclear,0.0,0.0,0.0,0.0,0.0 +p41001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41001,pv,50.0,100.0,208.33333333331393,316.66666666665697,425.0 +p41001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41003,battery,0.0,0.0,0.0,0.0,0.0 +p41003,biomass,0.0,0.0,0.0,0.0,0.0 +p41003,coal,0.0,0.0,0.0,0.0,0.0 +p41003,csp,0.0,0.0,0.0,0.0,0.0 +p41003,gas,0.0,0.0,0.0,0.0,0.0 +p41003,geothermal,0.0,0.0,0.0,0.0,0.0 +p41003,h2,0.0,0.0,0.0,0.0,0.0 +p41003,hydro,0.0,0.0,0.0,0.0,0.0 +p41003,nuclear,0.0,0.0,0.0,0.0,0.0 +p41003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41003,pv,0.625,1.25,1.25,1.25,1.25 +p41003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41005,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p41005,biomass,0.0,0.0,0.0,0.0,0.0 +p41005,coal,0.0,0.0,0.0,0.0,0.0 +p41005,csp,0.0,0.0,0.0,0.0,0.0 +p41005,gas,0.0,0.0,0.0,0.0,0.0 +p41005,geothermal,0.0,0.0,0.0,0.0,0.0 +p41005,h2,0.0,0.0,0.0,0.0,0.0 +p41005,hydro,0.0,0.0,0.0,0.0,0.0 +p41005,nuclear,0.0,0.0,0.0,0.0,0.0 +p41005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41005,pv,0.0,0.0,0.0,0.0,0.0 +p41005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41009,csp,0.0,0.0,0.0,0.0,0.0 +p41011,csp,0.0,0.0,0.0,0.0,0.0 +p41013,battery,99.5,199.0,2704.1833333326504,5209.366666666232,7714.55 +p41013,biomass,0.0,0.0,833.3333333334886,1666.6666666667443,2500.0 +p41013,coal,0.0,0.0,0.0,0.0,0.0 +p41013,csp,0.0,0.0,0.0,0.0,0.0 +p41013,gas,0.0,0.0,0.0,0.0,0.0 +p41013,geothermal,0.0,0.0,0.0,0.0,0.0 +p41013,h2,0.0,0.0,0.0,0.0,0.0 +p41013,hydro,0.0,0.0,0.0,0.0,0.0 +p41013,nuclear,0.0,0.0,0.0,0.0,0.0 +p41013,pumped-hydro,0.0,0.0,633.3333333334886,1266.6666666667443,1900.0 +p41013,pv,574.9300000000001,1149.8600000000001,2157.193333333591,3164.5266666668467,4171.860000000001 +p41013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41015,battery,0.0,0.0,93.33333333331393,186.66666666665697,280.0 +p41015,biomass,0.0,0.0,0.0,0.0,0.0 +p41015,coal,0.0,0.0,0.0,0.0,0.0 +p41015,csp,0.0,0.0,0.0,0.0,0.0 +p41015,gas,0.0,0.0,0.0,0.0,0.0 +p41015,geothermal,0.0,0.0,0.0,0.0,0.0 +p41015,h2,0.0,0.0,0.0,0.0,0.0 +p41015,hydro,0.0,0.0,0.0,0.0,0.0 +p41015,nuclear,0.0,0.0,0.0,0.0,0.0 +p41015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41015,pv,0.0,0.0,0.0,0.0,0.0 +p41015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41015,wind-ons,0.0,0.0,100.0,200.0,300.0 +p41017,battery,0.0,0.0,1500.0,3000.0,4500.0 +p41017,biomass,0.0,0.0,0.0,0.0,0.0 +p41017,coal,0.0,0.0,0.0,0.0,0.0 +p41017,csp,0.0,0.0,0.0,0.0,0.0 +p41017,gas,0.0,0.0,0.0,0.0,0.0 +p41017,geothermal,0.0,0.0,18.0,36.0,54.0 +p41017,h2,0.0,0.0,0.0,0.0,0.0 +p41017,hydro,0.0,0.0,0.0,0.0,0.0 +p41017,nuclear,0.0,0.0,0.0,0.0,0.0 +p41017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41017,pv,300.0,600.0,1883.7866666666232,3167.5733333332464,4451.360000000001 +p41017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41017,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p41019,battery,0.0,0.0,333.3333333332557,666.6666666666279,1000.0 +p41019,biomass,0.0,0.0,200.0,400.0,600.0 +p41019,coal,0.0,0.0,0.0,0.0,0.0 +p41019,csp,0.0,0.0,0.0,0.0,0.0 +p41019,gas,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p41019,geothermal,0.0,0.0,0.0,0.0,0.0 +p41019,h2,0.0,0.0,0.0,0.0,0.0 +p41019,hydro,0.0,0.0,0.0,0.0,0.0 +p41019,nuclear,0.0,0.0,0.0,0.0,0.0 +p41019,pumped-hydro,0.0,0.0,200.0,400.0,600.0 +p41019,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p41019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41021,battery,0.0,0.0,301.3333333332557,602.6666666666279,904.0 +p41021,biomass,0.0,0.0,0.0,0.0,0.0 +p41021,coal,0.0,0.0,0.0,0.0,0.0 +p41021,csp,0.0,0.0,0.0,0.0,0.0 +p41021,gas,0.0,0.0,0.0,0.0,0.0 +p41021,geothermal,0.0,0.0,0.0,0.0,0.0 +p41021,h2,0.0,0.0,0.0,0.0,0.0 +p41021,hydro,0.0,0.0,0.0,0.0,0.0 +p41021,nuclear,0.0,0.0,0.0,0.0,0.0 +p41021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41021,pv,0.0,0.0,158.33333333337214,316.66666666668607,475.0 +p41021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41021,wind-ons,0.0,0.0,465.766666666721,931.5333333333256,1397.3 +p41025,battery,0.0,0.0,0.0,0.0,0.0 +p41025,biomass,0.0,0.0,0.0,0.0,0.0 +p41025,coal,0.0,0.0,0.0,0.0,0.0 +p41025,csp,0.0,0.0,0.0,0.0,0.0 +p41025,gas,0.0,0.0,0.0,0.0,0.0 +p41025,geothermal,0.0,0.0,0.0,0.0,0.0 +p41025,h2,0.0,0.0,0.0,0.0,0.0 +p41025,hydro,0.0,0.0,0.0,0.0,0.0 +p41025,nuclear,0.0,0.0,0.0,0.0,0.0 +p41025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41025,pv,0.0,0.0,818.3333333334886,1636.6666666667443,2455.0 +p41025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41027,battery,0.0,0.0,0.0,0.0,0.0 +p41027,biomass,0.0,0.0,0.0,0.0,0.0 +p41027,coal,0.0,0.0,0.0,0.0,0.0 +p41027,csp,0.0,0.0,0.0,0.0,0.0 +p41027,gas,0.0,0.0,0.0,0.0,0.0 +p41027,geothermal,0.0,0.0,0.0,0.0,0.0 +p41027,h2,0.0,0.0,0.0,0.0,0.0 +p41027,hydro,0.0,0.0,0.0,0.0,0.0 +p41027,nuclear,0.0,0.0,0.0,0.0,0.0 +p41027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41027,pv,0.0,0.0,0.0,0.0,0.0 +p41027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41027,wind-ons,0.0,0.0,78.0,156.0,234.0 +p41029,csp,0.0,0.0,0.0,0.0,0.0 +p41031,battery,0.0,0.0,253.33333333337214,506.66666666668607,760.0 +p41031,biomass,0.0,0.0,0.0,0.0,0.0 +p41031,coal,0.0,0.0,0.0,0.0,0.0 +p41031,csp,0.0,0.0,0.0,0.0,0.0 +p41031,gas,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p41031,geothermal,0.0,0.0,0.0,0.0,0.0 +p41031,h2,0.0,0.0,0.0,0.0,0.0 +p41031,hydro,0.0,0.0,0.0,0.0,0.0 +p41031,nuclear,0.0,0.0,0.0,0.0,0.0 +p41031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41031,pv,151.5,303.0,1487.56333333347,2672.126666666474,3856.69 +p41031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41031,wind-ons,0.0,0.0,333.3333333332557,666.6666666666279,1000.0 +p41035,battery,1.15,2.3,1050.8333333334886,2099.3666666666977,3147.9 +p41035,biomass,0.0,0.0,0.0,0.0,0.0 +p41035,coal,0.0,0.0,0.0,0.0,0.0 +p41035,csp,0.0,0.0,0.0,0.0,0.0 +p41035,gas,0.0,0.0,366.6666666667443,733.3333333333721,1100.0 +p41035,geothermal,0.0,0.0,0.0,0.0,0.0 +p41035,h2,0.0,0.0,0.0,0.0,0.0 +p41035,hydro,0.0,0.0,0.0,0.0,0.0 +p41035,nuclear,0.0,0.0,0.0,0.0,0.0 +p41035,pumped-hydro,0.0,0.0,138.59999999997672,277.20000000001164,415.8 +p41035,pv,80.0,160.0,1362.916666666977,2565.8333333334886,3768.75 +p41035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41035,wind-ons,0.0,0.0,79.66666666668607,159.33333333334303,239.0 +p41037,battery,0.0,0.0,265.9666666666744,531.9333333333489,797.9 +p41037,biomass,0.0,0.0,0.0,0.0,0.0 +p41037,coal,0.0,0.0,0.0,0.0,0.0 +p41037,csp,0.0,0.0,0.0,0.0,0.0 +p41037,gas,0.0,0.0,0.0,0.0,0.0 +p41037,geothermal,0.0,0.0,0.0,0.0,0.0 +p41037,h2,0.0,0.0,0.0,0.0,0.0 +p41037,hydro,0.0,0.0,0.0,0.0,0.0 +p41037,nuclear,0.0,0.0,0.0,0.0,0.0 +p41037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41037,pv,0.0,0.0,879.1666666665114,1758.3333333332557,2637.5 +p41037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41037,wind-ons,0.0,0.0,333.3333333332557,666.6666666666279,1000.0 +p41039,battery,0.0,0.0,480.0,960.0,1440.0 +p41039,biomass,0.0,0.0,280.0,560.0,840.0 +p41039,coal,0.0,0.0,0.0,0.0,0.0 +p41039,csp,0.0,0.0,0.0,0.0,0.0 +p41039,gas,0.0,0.0,0.0,0.0,0.0 +p41039,geothermal,0.0,0.0,0.0,0.0,0.0 +p41039,h2,0.0,0.0,0.0,0.0,0.0 +p41039,hydro,0.0,0.0,0.0,0.0,0.0 +p41039,nuclear,0.0,0.0,0.0,0.0,0.0 +p41039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41039,pv,0.0,0.0,120.5,241.0,361.5 +p41039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41039,wind-ons,0.0,0.0,100.0,200.0,300.0 +p41041,battery,0.0,0.0,0.0,0.0,0.0 +p41041,biomass,0.0,0.0,0.0,0.0,0.0 +p41041,coal,0.0,0.0,0.0,0.0,0.0 +p41041,csp,0.0,0.0,0.0,0.0,0.0 +p41041,gas,0.0,0.0,0.0,0.0,0.0 +p41041,geothermal,0.0,0.0,0.0,0.0,0.0 +p41041,h2,0.0,0.0,0.0,0.0,0.0 +p41041,hydro,0.0,0.0,0.0,0.0,0.0 +p41041,nuclear,0.0,0.0,0.0,0.0,0.0 +p41041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41041,pv,0.0,0.0,0.0,0.0,0.0 +p41041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41043,battery,0.0,0.0,773.3333333334886,1546.6666666667443,2320.0 +p41043,biomass,0.0,0.0,666.6666666665114,1333.3333333332557,2000.0 +p41043,coal,0.0,0.0,0.0,0.0,0.0 +p41043,csp,0.0,0.0,0.0,0.0,0.0 +p41043,gas,0.0,0.0,0.0,0.0,0.0 +p41043,geothermal,0.0,0.0,0.0,0.0,0.0 +p41043,h2,0.0,0.0,0.0,0.0,0.0 +p41043,hydro,0.0,0.0,0.0,0.0,0.0 +p41043,nuclear,0.0,0.0,0.0,0.0,0.0 +p41043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41043,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p41043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41045,battery,0.0,0.0,0.0,0.0,0.0 +p41045,biomass,0.0,0.0,0.0,0.0,0.0 +p41045,coal,0.0,0.0,0.0,0.0,0.0 +p41045,csp,0.0,0.0,0.0,0.0,0.0 +p41045,gas,0.0,0.0,0.0,0.0,0.0 +p41045,geothermal,0.0,0.0,0.0,0.0,0.0 +p41045,h2,0.0,0.0,0.0,0.0,0.0 +p41045,hydro,0.0,0.0,0.0,0.0,0.0 +p41045,nuclear,0.0,0.0,0.0,0.0,0.0 +p41045,pumped-hydro,300.0,600.0,600.0,600.0,600.0 +p41045,pv,2.1,4.2,4.2,4.2,4.2 +p41045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41047,battery,92.5,185.0,301.33333333331393,417.66666666665697,534.0 +p41047,biomass,0.0,0.0,0.0,0.0,0.0 +p41047,coal,0.0,0.0,0.0,0.0,0.0 +p41047,csp,0.0,0.0,0.0,0.0,0.0 +p41047,gas,0.0,0.0,0.0,0.0,0.0 +p41047,geothermal,0.0,0.0,0.0,0.0,0.0 +p41047,h2,0.0,0.0,0.0,0.0,0.0 +p41047,hydro,0.0,0.0,0.0,0.0,0.0 +p41047,nuclear,0.0,0.0,0.0,0.0,0.0 +p41047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41047,pv,0.0,0.0,0.1333333333332689,0.2666666666666515,0.4 +p41047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41049,battery,0.0,0.0,433.3333333332557,866.6666666666279,1300.0 +p41049,biomass,0.0,0.0,0.0,0.0,0.0 +p41049,coal,0.0,0.0,0.0,0.0,0.0 +p41049,csp,0.0,0.0,0.0,0.0,0.0 +p41049,gas,0.0,0.0,113.33333333331393,226.66666666665697,340.0 +p41049,geothermal,0.0,0.0,0.0,0.0,0.0 +p41049,h2,0.0,0.0,0.0,0.0,0.0 +p41049,hydro,0.0,0.0,0.0,0.0,0.0 +p41049,nuclear,0.0,0.0,0.0,0.0,0.0 +p41049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41049,pv,0.0,0.0,1565.7000000001863,3131.399999999907,4697.1 +p41049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41049,wind-ons,0.0,0.0,180.0,360.0,540.0 +p41051,battery,250.0,500.0,783.3333333332557,1066.6666666666279,1350.0 +p41051,biomass,0.0,0.0,0.0,0.0,0.0 +p41051,coal,0.0,0.0,0.0,0.0,0.0 +p41051,csp,0.0,0.0,0.0,0.0,0.0 +p41051,gas,0.0,0.0,0.0,0.0,0.0 +p41051,geothermal,0.0,0.0,0.0,0.0,0.0 +p41051,h2,0.0,0.0,0.0,0.0,0.0 +p41051,hydro,0.0,0.0,0.0,0.0,0.0 +p41051,nuclear,0.0,0.0,0.0,0.0,0.0 +p41051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41051,pv,0.0,0.0,0.0,0.0,0.0 +p41051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41053,battery,0.0,0.0,43.333333333343035,86.66666666667152,130.0 +p41053,biomass,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p41053,coal,0.0,0.0,0.0,0.0,0.0 +p41053,gas,0.0,0.0,0.0,0.0,0.0 +p41053,geothermal,0.0,0.0,0.0,0.0,0.0 +p41053,h2,0.0,0.0,0.0,0.0,0.0 +p41053,hydro,0.0,0.0,0.0,0.0,0.0 +p41053,nuclear,0.0,0.0,0.0,0.0,0.0 +p41053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41053,pv,0.0,0.0,0.0,0.0,0.0 +p41053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41055,battery,0.0,0.0,2953.333333333954,5906.666666666977,8860.0 +p41055,biomass,0.0,0.0,0.0,0.0,0.0 +p41055,coal,0.0,0.0,0.0,0.0,0.0 +p41055,csp,0.0,0.0,0.0,0.0,0.0 +p41055,gas,0.0,0.0,0.0,0.0,0.0 +p41055,geothermal,0.0,0.0,0.0,0.0,0.0 +p41055,h2,0.0,0.0,0.0,0.0,0.0 +p41055,hydro,0.0,0.0,0.0,0.0,0.0 +p41055,nuclear,0.0,0.0,0.0,0.0,0.0 +p41055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41055,pv,0.0,0.0,2339.333333333954,4678.666666666977,7018.0 +p41055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41055,wind-ons,0.0,0.0,535.6666666665114,1071.3333333332557,1607.0 +p41059,battery,0.0,0.0,776.6666666665114,1553.3333333332557,2330.0 +p41059,biomass,0.0,0.0,0.0,0.0,0.0 +p41059,coal,0.0,0.0,0.0,0.0,0.0 +p41059,csp,0.0,0.0,0.0,0.0,0.0 +p41059,gas,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p41059,geothermal,0.0,0.0,0.0,0.0,0.0 +p41059,h2,0.0,0.0,0.0,0.0,0.0 +p41059,hydro,0.0,0.0,0.0,0.0,0.0 +p41059,nuclear,0.0,0.0,0.0,0.0,0.0 +p41059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41059,pv,40.0,80.0,636.6666666665114,1193.3333333332557,1750.0 +p41059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41059,wind-ons,0.0,0.0,212.03333333326736,424.06666666665114,636.1 +p41061,csp,0.0,0.0,0.0,0.0,0.0 +p41063,battery,0.0,0.0,0.0,0.0,0.0 +p41063,biomass,0.0,0.0,0.0,0.0,0.0 +p41063,coal,0.0,0.0,0.0,0.0,0.0 +p41063,gas,0.0,0.0,0.0,0.0,0.0 +p41063,geothermal,0.0,0.0,0.0,0.0,0.0 +p41063,h2,0.0,0.0,0.0,0.0,0.0 +p41063,hydro,0.0,0.0,0.0,0.0,0.0 +p41063,nuclear,0.0,0.0,0.0,0.0,0.0 +p41063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41063,pv,0.0,0.0,30.0,60.0,90.0 +p41063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41065,battery,0.0,0.0,1616.666666666977,3233.3333333334886,4850.0 +p41065,biomass,0.0,0.0,0.0,0.0,0.0 +p41065,coal,0.0,0.0,0.0,0.0,0.0 +p41065,csp,0.0,0.0,0.0,0.0,0.0 +p41065,gas,0.0,0.0,0.0,0.0,0.0 +p41065,geothermal,0.0,0.0,0.0,0.0,0.0 +p41065,h2,0.0,0.0,0.0,0.0,0.0 +p41065,hydro,0.0,0.0,0.0,0.0,0.0 +p41065,nuclear,0.0,0.0,0.0,0.0,0.0 +p41065,pumped-hydro,0.0,0.0,200.0,400.0,600.0 +p41065,pv,0.0,0.0,878.6666666665114,1757.3333333332557,2636.0 +p41065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41065,wind-ons,0.0,0.0,317.0,634.0,951.0 +p41067,battery,400.0,800.0,966.6666666666279,1133.333333333314,1300.0 +p41067,biomass,0.0,0.0,0.0,0.0,0.0 +p41067,coal,0.0,0.0,0.0,0.0,0.0 +p41067,csp,0.0,0.0,0.0,0.0,0.0 +p41067,gas,0.0,0.0,0.0,0.0,0.0 +p41067,geothermal,0.0,0.0,0.0,0.0,0.0 +p41067,h2,0.0,0.0,0.0,0.0,0.0 +p41067,hydro,0.0,0.0,0.0,0.0,0.0 +p41067,nuclear,0.0,0.0,0.0,0.0,0.0 +p41067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p41067,pv,0.0,0.0,0.0,0.0,0.0 +p41067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p41067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p41071,csp,0.0,0.0,0.0,0.0,0.0 +p42001,battery,0.0,0.0,0.0,0.0,0.0 +p42001,biomass,0.0,0.0,0.0,0.0,0.0 +p42001,coal,0.0,0.0,0.0,0.0,0.0 +p42001,csp,0.0,0.0,0.0,0.0,0.0 +p42001,gas,0.0,0.0,0.0,0.0,0.0 +p42001,geothermal,0.0,0.0,0.0,0.0,0.0 +p42001,h2,0.0,0.0,0.0,0.0,0.0 +p42001,hydro,0.0,0.0,0.0,0.0,0.0 +p42001,nuclear,0.0,0.0,0.0,0.0,0.0 +p42001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42001,pv,38.15,76.3,76.3,76.3,76.3 +p42001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42003,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p42003,biomass,0.0,0.0,0.0,0.0,0.0 +p42003,coal,0.0,0.0,0.0,0.0,0.0 +p42003,csp,0.0,0.0,0.0,0.0,0.0 +p42003,gas,0.0,0.0,0.0,0.0,0.0 +p42003,geothermal,0.0,0.0,0.0,0.0,0.0 +p42003,h2,0.0,0.0,0.0,0.0,0.0 +p42003,hydro,0.0,0.0,0.0,0.0,0.0 +p42003,nuclear,0.0,0.0,0.0,0.0,0.0 +p42003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42003,pv,0.0,0.0,1.5666666666661513,3.133333333333212,4.7 +p42003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42005,battery,0.0,0.0,0.0,0.0,0.0 +p42005,biomass,0.0,0.0,0.0,0.0,0.0 +p42005,coal,0.0,0.0,0.0,0.0,0.0 +p42005,csp,0.0,0.0,0.0,0.0,0.0 +p42005,gas,0.0,0.0,0.0,0.0,0.0 +p42005,geothermal,0.0,0.0,0.0,0.0,0.0 +p42005,h2,0.0,0.0,0.0,0.0,0.0 +p42005,hydro,0.0,0.0,0.0,0.0,0.0 +p42005,nuclear,0.0,0.0,0.0,0.0,0.0 +p42005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42005,pv,0.0,0.0,31.86666666666133,63.73333333332994,95.6 +p42005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42007,battery,0.0,0.0,50.0,100.0,150.0 +p42007,biomass,0.0,0.0,0.0,0.0,0.0 +p42007,coal,0.0,0.0,0.0,0.0,0.0 +p42007,csp,0.0,0.0,0.0,0.0,0.0 +p42007,gas,0.0,0.0,0.0,0.0,0.0 +p42007,geothermal,0.0,0.0,0.0,0.0,0.0 +p42007,h2,0.0,0.0,0.0,0.0,0.0 +p42007,hydro,0.0,0.0,0.0,0.0,0.0 +p42007,nuclear,0.0,0.0,0.0,0.0,0.0 +p42007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42007,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p42007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42009,battery,0.0,0.0,0.0,0.0,0.0 +p42009,biomass,0.0,0.0,0.0,0.0,0.0 +p42009,coal,0.0,0.0,0.0,0.0,0.0 +p42009,csp,0.0,0.0,0.0,0.0,0.0 +p42009,gas,0.0,0.0,0.0,0.0,0.0 +p42009,geothermal,0.0,0.0,0.0,0.0,0.0 +p42009,h2,0.0,0.0,0.0,0.0,0.0 +p42009,hydro,0.0,0.0,0.0,0.0,0.0 +p42009,nuclear,0.0,0.0,0.0,0.0,0.0 +p42009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42009,pv,0.0,0.0,5.323333333331902,10.646666666665624,15.969999999999999 +p42009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42011,battery,10.0,20.0,20.0,20.0,20.0 +p42011,biomass,0.0,0.0,0.0,0.0,0.0 +p42011,coal,0.0,0.0,0.0,0.0,0.0 +p42011,csp,0.0,0.0,0.0,0.0,0.0 +p42011,gas,0.0,0.0,0.0,0.0,0.0 +p42011,geothermal,0.0,0.0,0.0,0.0,0.0 +p42011,h2,0.0,0.0,0.0,0.0,0.0 +p42011,hydro,0.0,0.0,0.0,0.0,0.0 +p42011,nuclear,0.0,0.0,0.0,0.0,0.0 +p42011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42011,pv,0.0,0.0,14.700000000000728,29.400000000001455,44.1 +p42011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42013,battery,0.0,0.0,0.0,0.0,0.0 +p42013,biomass,0.0,0.0,0.0,0.0,0.0 +p42013,coal,0.0,0.0,0.0,0.0,0.0 +p42013,csp,0.0,0.0,0.0,0.0,0.0 +p42013,gas,0.0,0.0,0.0,0.0,0.0 +p42013,geothermal,0.0,0.0,0.0,0.0,0.0 +p42013,h2,0.0,0.0,0.0,0.0,0.0 +p42013,hydro,0.0,0.0,0.0,0.0,0.0 +p42013,nuclear,0.0,0.0,0.0,0.0,0.0 +p42013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42013,pv,10.0,20.0,20.0,20.0,20.0 +p42013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42015,battery,0.0,0.0,0.0,0.0,0.0 +p42015,biomass,0.0,0.0,0.0,0.0,0.0 +p42015,coal,0.0,0.0,0.0,0.0,0.0 +p42015,csp,0.0,0.0,0.0,0.0,0.0 +p42015,gas,0.0,0.0,20.0,40.0,60.0 +p42015,geothermal,0.0,0.0,0.0,0.0,0.0 +p42015,h2,0.0,0.0,0.0,0.0,0.0 +p42015,hydro,0.0,0.0,0.0,0.0,0.0 +p42015,nuclear,0.0,0.0,0.0,0.0,0.0 +p42015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42015,pv,10.0,20.0,28.330000000001746,36.66000000000349,44.99 +p42015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42017,csp,0.0,0.0,0.0,0.0,0.0 +p42019,battery,0.0,0.0,0.0,0.0,0.0 +p42019,biomass,0.0,0.0,0.0,0.0,0.0 +p42019,coal,0.0,0.0,0.0,0.0,0.0 +p42019,csp,0.0,0.0,0.0,0.0,0.0 +p42019,gas,0.0,0.0,0.0,0.0,0.0 +p42019,geothermal,0.0,0.0,0.0,0.0,0.0 +p42019,h2,0.0,0.0,0.0,0.0,0.0 +p42019,hydro,0.0,0.0,0.0,0.0,0.0 +p42019,nuclear,0.0,0.0,0.0,0.0,0.0 +p42019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42019,pv,0.0,0.0,16.099999999998545,32.20000000000073,48.3 +p42019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42021,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p42021,biomass,0.0,0.0,0.0,0.0,0.0 +p42021,coal,0.0,0.0,0.0,0.0,0.0 +p42021,csp,0.0,0.0,0.0,0.0,0.0 +p42021,gas,0.0,0.0,0.0,0.0,0.0 +p42021,geothermal,0.0,0.0,0.0,0.0,0.0 +p42021,h2,0.0,0.0,0.0,0.0,0.0 +p42021,hydro,0.0,0.0,0.0,0.0,0.0 +p42021,nuclear,0.0,0.0,0.0,0.0,0.0 +p42021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42021,pv,0.0,0.0,134.96666666673264,269.93333333334886,404.9 +p42021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42021,wind-ons,0.0,0.0,108.9254666666966,217.85093333336408,326.7764 +p42025,battery,0.0,0.0,0.0,0.0,0.0 +p42025,biomass,0.0,0.0,0.0,0.0,0.0 +p42025,coal,0.0,0.0,0.0,0.0,0.0 +p42025,csp,0.0,0.0,0.0,0.0,0.0 +p42025,gas,0.0,0.0,0.0,0.0,0.0 +p42025,geothermal,0.0,0.0,0.0,0.0,0.0 +p42025,h2,0.0,0.0,0.0,0.0,0.0 +p42025,hydro,0.0,0.0,0.0,0.0,0.0 +p42025,nuclear,0.0,0.0,0.0,0.0,0.0 +p42025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42025,pv,30.0,60.0,104.58666666665522,149.173333333325,193.76 +p42025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42027,battery,0.0,0.0,0.0,0.0,0.0 +p42027,biomass,0.0,0.0,0.0,0.0,0.0 +p42027,coal,0.0,0.0,0.0,0.0,0.0 +p42027,csp,0.0,0.0,0.0,0.0,0.0 +p42027,gas,0.0,0.0,0.0,0.0,0.0 +p42027,geothermal,0.0,0.0,0.0,0.0,0.0 +p42027,h2,0.0,0.0,0.0,0.0,0.0 +p42027,hydro,0.0,0.0,0.0,0.0,0.0 +p42027,nuclear,0.0,0.0,0.0,0.0,0.0 +p42027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42027,pv,148.49,296.98,347.31333333333896,397.64666666666744,447.98 +p42027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42029,battery,0.0,0.0,0.0,0.0,0.0 +p42029,biomass,0.0,0.0,0.0,0.0,0.0 +p42029,coal,0.0,0.0,0.0,0.0,0.0 +p42029,csp,0.0,0.0,0.0,0.0,0.0 +p42029,gas,0.0,0.0,0.0,0.0,0.0 +p42029,geothermal,0.0,0.0,0.0,0.0,0.0 +p42029,h2,0.0,0.0,0.0,0.0,0.0 +p42029,hydro,0.0,0.0,0.0,0.0,0.0 +p42029,nuclear,0.0,0.0,0.0,0.0,0.0 +p42029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42029,pv,0.0,0.0,1.6666666666669698,3.333333333333485,5.0 +p42029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42031,battery,0.0,0.0,0.0,0.0,0.0 +p42031,biomass,0.0,0.0,0.0,0.0,0.0 +p42031,coal,0.0,0.0,0.0,0.0,0.0 +p42031,csp,0.0,0.0,0.0,0.0,0.0 +p42031,gas,0.0,0.0,0.0,0.0,0.0 +p42031,geothermal,0.0,0.0,0.0,0.0,0.0 +p42031,h2,0.0,0.0,0.0,0.0,0.0 +p42031,hydro,0.0,0.0,0.0,0.0,0.0 +p42031,nuclear,0.0,0.0,0.0,0.0,0.0 +p42031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42031,pv,0.0,0.0,24.833333333328483,49.66666666666424,74.5 +p42031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42033,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p42033,biomass,0.0,0.0,0.0,0.0,0.0 +p42033,coal,0.0,0.0,0.0,0.0,0.0 +p42033,csp,0.0,0.0,0.0,0.0,0.0 +p42033,gas,0.0,0.0,0.0,0.0,0.0 +p42033,geothermal,0.0,0.0,0.0,0.0,0.0 +p42033,h2,0.0,0.0,0.0,0.0,0.0 +p42033,hydro,0.0,0.0,0.0,0.0,0.0 +p42033,nuclear,0.0,0.0,0.0,0.0,0.0 +p42033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42033,pv,30.0,60.0,453.1666666667443,846.3333333333721,1239.5 +p42033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42033,wind-ons,54.95,109.9,109.9,109.9,109.9 +p42035,csp,0.0,0.0,0.0,0.0,0.0 +p42037,battery,0.0,0.0,0.0,0.0,0.0 +p42037,biomass,0.0,0.0,0.0,0.0,0.0 +p42037,coal,0.0,0.0,0.0,0.0,0.0 +p42037,csp,0.0,0.0,0.0,0.0,0.0 +p42037,gas,0.0,0.0,0.0,0.0,0.0 +p42037,geothermal,0.0,0.0,0.0,0.0,0.0 +p42037,h2,0.0,0.0,0.0,0.0,0.0 +p42037,hydro,0.0,0.0,0.0,0.0,0.0 +p42037,nuclear,0.0,0.0,0.0,0.0,0.0 +p42037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42037,pv,19.8,39.6,39.6,39.6,39.6 +p42037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42039,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p42039,biomass,0.0,0.0,0.0,0.0,0.0 +p42039,coal,0.0,0.0,0.0,0.0,0.0 +p42039,csp,0.0,0.0,0.0,0.0,0.0 +p42039,gas,0.0,0.0,0.0,0.0,0.0 +p42039,geothermal,0.0,0.0,0.0,0.0,0.0 +p42039,h2,0.0,0.0,0.0,0.0,0.0 +p42039,hydro,0.0,0.0,0.0,0.0,0.0 +p42039,nuclear,0.0,0.0,0.0,0.0,0.0 +p42039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42039,pv,48.9,97.8,154.3666666666686,210.9333333333343,267.5 +p42039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42041,battery,0.0,0.0,0.0,0.0,0.0 +p42041,biomass,0.0,0.0,0.0,0.0,0.0 +p42041,coal,0.0,0.0,0.0,0.0,0.0 +p42041,csp,0.0,0.0,0.0,0.0,0.0 +p42041,gas,0.0,0.0,0.0,0.0,0.0 +p42041,geothermal,0.0,0.0,0.0,0.0,0.0 +p42041,h2,0.0,0.0,0.0,0.0,0.0 +p42041,hydro,0.0,0.0,0.0,0.0,0.0 +p42041,nuclear,0.0,0.0,0.0,0.0,0.0 +p42041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42041,pv,10.0,20.0,23.33333333333394,26.66666666666697,30.0 +p42041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42043,battery,0.0,0.0,0.0,0.0,0.0 +p42043,biomass,0.0,0.0,0.0,0.0,0.0 +p42043,coal,0.0,0.0,0.0,0.0,0.0 +p42043,csp,0.0,0.0,0.0,0.0,0.0 +p42043,gas,0.0,0.0,0.0,0.0,0.0 +p42043,geothermal,0.0,0.0,0.0,0.0,0.0 +p42043,h2,0.0,0.0,0.0,0.0,0.0 +p42043,hydro,0.0,0.0,0.0,0.0,0.0 +p42043,nuclear,0.0,0.0,286.3333333332557,572.6666666666279,859.0 +p42043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42043,pv,0.0,0.0,8.166666666664241,16.33333333333212,24.5 +p42043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42045,battery,0.0,0.0,0.0,0.0,0.0 +p42045,biomass,0.0,0.0,0.0,0.0,0.0 +p42045,coal,0.0,0.0,0.0,0.0,0.0 +p42045,csp,0.0,0.0,0.0,0.0,0.0 +p42045,gas,0.0,0.0,0.0,0.0,0.0 +p42045,geothermal,0.0,0.0,0.0,0.0,0.0 +p42045,h2,0.0,0.0,0.0,0.0,0.0 +p42045,hydro,0.0,0.0,0.0,0.0,0.0 +p42045,nuclear,0.0,0.0,0.0,0.0,0.0 +p42045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42045,pv,0.0,0.0,6.600000000000364,13.200000000000728,19.8 +p42045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42047,battery,0.0,0.0,0.0,0.0,0.0 +p42047,biomass,0.0,0.0,0.0,0.0,0.0 +p42047,coal,0.0,0.0,0.0,0.0,0.0 +p42047,csp,0.0,0.0,0.0,0.0,0.0 +p42047,gas,0.0,0.0,0.0,0.0,0.0 +p42047,geothermal,0.0,0.0,0.0,0.0,0.0 +p42047,h2,0.0,0.0,0.0,0.0,0.0 +p42047,hydro,0.0,0.0,0.0,0.0,0.0 +p42047,nuclear,0.0,0.0,0.0,0.0,0.0 +p42047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42047,pv,0.0,0.0,141.33333333337214,282.66666666668607,424.0 +p42047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42049,battery,0.0,0.0,43.333333333343035,86.66666666667152,130.0 +p42049,biomass,0.0,0.0,0.0,0.0,0.0 +p42049,coal,0.0,0.0,0.0,0.0,0.0 +p42049,csp,0.0,0.0,0.0,0.0,0.0 +p42049,gas,0.0,0.0,0.0,0.0,0.0 +p42049,geothermal,0.0,0.0,0.0,0.0,0.0 +p42049,h2,0.0,0.0,0.0,0.0,0.0 +p42049,hydro,0.0,0.0,0.0,0.0,0.0 +p42049,nuclear,0.0,0.0,0.0,0.0,0.0 +p42049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42049,pv,121.0,242.0,245.33333333333394,248.66666666666697,252.0 +p42049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42051,battery,10.0,20.0,133.33333333331393,246.66666666665697,360.0 +p42051,biomass,0.0,0.0,0.0,0.0,0.0 +p42051,coal,0.0,0.0,0.0,0.0,0.0 +p42051,csp,0.0,0.0,0.0,0.0,0.0 +p42051,gas,0.0,0.0,0.0,0.0,0.0 +p42051,geothermal,0.0,0.0,0.0,0.0,0.0 +p42051,h2,0.0,0.0,0.0,0.0,0.0 +p42051,hydro,0.0,0.0,0.0,0.0,0.0 +p42051,nuclear,0.0,0.0,0.0,0.0,0.0 +p42051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42051,pv,0.0,0.0,26.333333333328483,52.66666666666424,79.0 +p42051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42055,battery,0.0,0.0,0.0,0.0,0.0 +p42055,biomass,0.0,0.0,0.0,0.0,0.0 +p42055,coal,0.0,0.0,0.0,0.0,0.0 +p42055,csp,0.0,0.0,0.0,0.0,0.0 +p42055,gas,0.0,0.0,0.0,0.0,0.0 +p42055,geothermal,0.0,0.0,0.0,0.0,0.0 +p42055,h2,0.0,0.0,0.0,0.0,0.0 +p42055,hydro,0.0,0.0,0.0,0.0,0.0 +p42055,nuclear,0.0,0.0,0.0,0.0,0.0 +p42055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42055,pv,10.0,20.0,55.0,90.0,125.0 +p42055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42057,battery,0.0,0.0,0.0,0.0,0.0 +p42057,biomass,0.0,0.0,0.0,0.0,0.0 +p42057,coal,0.0,0.0,0.0,0.0,0.0 +p42057,csp,0.0,0.0,0.0,0.0,0.0 +p42057,gas,0.0,0.0,0.0,0.0,0.0 +p42057,geothermal,0.0,0.0,0.0,0.0,0.0 +p42057,h2,0.0,0.0,0.0,0.0,0.0 +p42057,hydro,0.0,0.0,0.0,0.0,0.0 +p42057,nuclear,0.0,0.0,0.0,0.0,0.0 +p42057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42057,pv,0.0,0.0,1.6633333333329574,3.3266666666663696,4.99 +p42057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42059,battery,0.0,0.0,0.0,0.0,0.0 +p42059,biomass,0.0,0.0,0.0,0.0,0.0 +p42059,coal,0.0,0.0,0.0,0.0,0.0 +p42059,csp,0.0,0.0,0.0,0.0,0.0 +p42059,gas,0.0,0.0,0.0,0.0,0.0 +p42059,geothermal,0.0,0.0,0.0,0.0,0.0 +p42059,h2,0.0,0.0,0.0,0.0,0.0 +p42059,hydro,0.0,0.0,0.0,0.0,0.0 +p42059,nuclear,0.0,0.0,0.0,0.0,0.0 +p42059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42059,pv,0.0,0.0,113.33333333331393,226.66666666665697,340.0 +p42059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42059,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42061,csp,0.0,0.0,0.0,0.0,0.0 +p42063,battery,0.0,0.0,0.0,0.0,0.0 +p42063,biomass,0.0,0.0,0.0,0.0,0.0 +p42063,coal,0.0,0.0,0.0,0.0,0.0 +p42063,csp,0.0,0.0,0.0,0.0,0.0 +p42063,gas,0.0,0.0,90.10000000000582,180.20000000001164,270.3 +p42063,geothermal,0.0,0.0,0.0,0.0,0.0 +p42063,h2,0.0,0.0,0.0,0.0,0.0 +p42063,hydro,0.0,0.0,0.0,0.0,0.0 +p42063,nuclear,0.0,0.0,0.0,0.0,0.0 +p42063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42063,pv,55.0,110.0,138.33333333332848,166.66666666666424,195.0 +p42063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42065,battery,0.0,0.0,0.0,0.0,0.0 +p42065,biomass,0.0,0.0,0.0,0.0,0.0 +p42065,coal,0.0,0.0,0.0,0.0,0.0 +p42065,csp,0.0,0.0,0.0,0.0,0.0 +p42065,gas,0.0,0.0,0.0,0.0,0.0 +p42065,geothermal,0.0,0.0,0.0,0.0,0.0 +p42065,h2,0.0,0.0,0.0,0.0,0.0 +p42065,hydro,0.0,0.0,0.0,0.0,0.0 +p42065,nuclear,0.0,0.0,0.0,0.0,0.0 +p42065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42065,pv,66.0,132.0,195.33333333334303,258.6666666666715,322.0 +p42065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42067,battery,0.0,0.0,0.0,0.0,0.0 +p42067,biomass,0.0,0.0,0.0,0.0,0.0 +p42067,coal,0.0,0.0,0.0,0.0,0.0 +p42067,csp,0.0,0.0,0.0,0.0,0.0 +p42067,gas,0.0,0.0,0.0,0.0,0.0 +p42067,geothermal,0.0,0.0,0.0,0.0,0.0 +p42067,h2,0.0,0.0,0.0,0.0,0.0 +p42067,hydro,0.0,0.0,0.0,0.0,0.0 +p42067,nuclear,0.0,0.0,0.0,0.0,0.0 +p42067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42067,pv,40.0,80.0,80.0,80.0,80.0 +p42067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42069,battery,0.0,0.0,0.0,0.0,0.0 +p42069,biomass,0.0,0.0,0.0,0.0,0.0 +p42069,coal,0.0,0.0,0.0,0.0,0.0 +p42069,csp,0.0,0.0,0.0,0.0,0.0 +p42069,gas,0.0,0.0,0.0,0.0,0.0 +p42069,geothermal,0.0,0.0,0.0,0.0,0.0 +p42069,h2,0.0,0.0,0.0,0.0,0.0 +p42069,hydro,0.0,0.0,0.0,0.0,0.0 +p42069,nuclear,0.0,0.0,0.0,0.0,0.0 +p42069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42069,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p42069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42071,csp,0.0,0.0,0.0,0.0,0.0 +p42073,battery,0.0,0.0,0.0,0.0,0.0 +p42073,biomass,0.0,0.0,0.0,0.0,0.0 +p42073,coal,0.0,0.0,0.0,0.0,0.0 +p42073,csp,0.0,0.0,0.0,0.0,0.0 +p42073,gas,0.0,0.0,0.0,0.0,0.0 +p42073,geothermal,0.0,0.0,0.0,0.0,0.0 +p42073,h2,0.0,0.0,0.0,0.0,0.0 +p42073,hydro,0.0,0.0,0.0,0.0,0.0 +p42073,nuclear,0.0,0.0,0.0,0.0,0.0 +p42073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42073,pv,20.0,40.0,50.766666666666424,61.53333333333285,72.3 +p42073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42075,csp,0.0,0.0,0.0,0.0,0.0 +p42079,battery,0.0,0.0,0.0,0.0,0.0 +p42079,biomass,0.0,0.0,0.0,0.0,0.0 +p42079,coal,0.0,0.0,0.0,0.0,0.0 +p42079,csp,0.0,0.0,0.0,0.0,0.0 +p42079,gas,0.0,0.0,0.0,0.0,0.0 +p42079,geothermal,0.0,0.0,0.0,0.0,0.0 +p42079,h2,0.0,0.0,0.0,0.0,0.0 +p42079,hydro,0.0,0.0,0.0,0.0,0.0 +p42079,nuclear,0.0,0.0,0.0,0.0,0.0 +p42079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42079,pv,20.0,40.0,90.0,140.0,190.0 +p42079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42081,battery,0.0,0.0,0.0,0.0,0.0 +p42081,biomass,0.0,0.0,0.0,0.0,0.0 +p42081,coal,0.0,0.0,0.0,0.0,0.0 +p42081,csp,0.0,0.0,0.0,0.0,0.0 +p42081,gas,0.0,0.0,0.0,0.0,0.0 +p42081,geothermal,0.0,0.0,0.0,0.0,0.0 +p42081,h2,0.0,0.0,0.0,0.0,0.0 +p42081,hydro,0.0,0.0,0.0,0.0,0.0 +p42081,nuclear,0.0,0.0,0.0,0.0,0.0 +p42081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42081,pv,0.0,0.0,48.63333333331684,97.26666666666279,145.9 +p42081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42083,battery,0.0,0.0,0.0,0.0,0.0 +p42083,biomass,0.0,0.0,0.0,0.0,0.0 +p42083,coal,0.0,0.0,0.0,0.0,0.0 +p42083,csp,0.0,0.0,0.0,0.0,0.0 +p42083,gas,0.0,0.0,0.0,0.0,0.0 +p42083,geothermal,0.0,0.0,0.0,0.0,0.0 +p42083,h2,0.0,0.0,0.0,0.0,0.0 +p42083,hydro,0.0,0.0,0.0,0.0,0.0 +p42083,nuclear,0.0,0.0,0.0,0.0,0.0 +p42083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42083,pv,110.25,220.5,464.6599999999744,708.8199999999488,952.98 +p42083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42085,battery,0.0,0.0,0.0,0.0,0.0 +p42085,biomass,0.0,0.0,0.0,0.0,0.0 +p42085,coal,0.0,0.0,0.0,0.0,0.0 +p42085,csp,0.0,0.0,0.0,0.0,0.0 +p42085,gas,0.0,0.0,0.0,0.0,0.0 +p42085,geothermal,0.0,0.0,0.0,0.0,0.0 +p42085,h2,0.0,0.0,0.0,0.0,0.0 +p42085,hydro,0.0,0.0,0.0,0.0,0.0 +p42085,nuclear,0.0,0.0,0.0,0.0,0.0 +p42085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42085,pv,54.95,109.9,120.5666666666657,131.23333333333358,141.9 +p42085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42087,csp,0.0,0.0,0.0,0.0,0.0 +p42089,battery,0.0,0.0,0.0,0.0,0.0 +p42089,biomass,0.0,0.0,0.0,0.0,0.0 +p42089,coal,0.0,0.0,0.0,0.0,0.0 +p42089,csp,0.0,0.0,0.0,0.0,0.0 +p42089,gas,0.0,0.0,0.0,0.0,0.0 +p42089,geothermal,0.0,0.0,0.0,0.0,0.0 +p42089,h2,0.0,0.0,0.0,0.0,0.0 +p42089,hydro,0.0,0.0,0.0,0.0,0.0 +p42089,nuclear,0.0,0.0,0.0,0.0,0.0 +p42089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42089,pv,40.0,80.0,80.0,80.0,80.0 +p42089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42093,battery,0.0,0.0,0.0,0.0,0.0 +p42093,biomass,0.0,0.0,0.0,0.0,0.0 +p42093,coal,0.0,0.0,0.0,0.0,0.0 +p42093,csp,0.0,0.0,0.0,0.0,0.0 +p42093,gas,0.0,0.0,0.0,0.0,0.0 +p42093,geothermal,0.0,0.0,0.0,0.0,0.0 +p42093,h2,0.0,0.0,0.0,0.0,0.0 +p42093,hydro,0.0,0.0,0.0,0.0,0.0 +p42093,nuclear,0.0,0.0,0.0,0.0,0.0 +p42093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42093,pv,0.0,0.0,49.45466666667198,98.90933333334397,148.364 +p42093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42095,battery,0.0,0.0,0.0,0.0,0.0 +p42095,biomass,0.0,0.0,0.0,0.0,0.0 +p42095,coal,0.0,0.0,0.0,0.0,0.0 +p42095,csp,0.0,0.0,0.0,0.0,0.0 +p42095,gas,0.0,0.0,0.0,0.0,0.0 +p42095,geothermal,0.0,0.0,0.0,0.0,0.0 +p42095,h2,0.0,0.0,0.0,0.0,0.0 +p42095,hydro,0.0,0.0,0.0,0.0,0.0 +p42095,nuclear,0.0,0.0,0.0,0.0,0.0 +p42095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42095,pv,0.0,0.0,6.633333333333212,13.266666666666424,19.9 +p42095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42097,battery,0.0,0.0,0.0,0.0,0.0 +p42097,biomass,0.0,0.0,0.0,0.0,0.0 +p42097,coal,0.0,0.0,0.0,0.0,0.0 +p42097,csp,0.0,0.0,0.0,0.0,0.0 +p42097,gas,0.0,0.0,0.0,0.0,0.0 +p42097,geothermal,0.0,0.0,0.0,0.0,0.0 +p42097,h2,0.0,0.0,0.0,0.0,0.0 +p42097,hydro,0.0,0.0,0.0,0.0,0.0 +p42097,nuclear,0.0,0.0,0.0,0.0,0.0 +p42097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42097,pv,25.9,51.8,51.8,51.8,51.8 +p42097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42099,csp,0.0,0.0,0.0,0.0,0.0 +p42101,csp,0.0,0.0,0.0,0.0,0.0 +p42105,battery,0.0,0.0,0.0,0.0,0.0 +p42105,biomass,0.0,0.0,0.0,0.0,0.0 +p42105,coal,0.0,0.0,0.0,0.0,0.0 +p42105,csp,0.0,0.0,0.0,0.0,0.0 +p42105,gas,0.0,0.0,0.0,0.0,0.0 +p42105,geothermal,0.0,0.0,0.0,0.0,0.0 +p42105,h2,0.0,0.0,0.0,0.0,0.0 +p42105,hydro,0.0,0.0,0.0,0.0,0.0 +p42105,nuclear,0.0,0.0,0.0,0.0,0.0 +p42105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42105,pv,17.5,35.0,35.0,35.0,35.0 +p42105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42107,battery,0.0,0.0,0.0,0.0,0.0 +p42107,biomass,0.0,0.0,0.0,0.0,0.0 +p42107,coal,0.0,0.0,0.0,0.0,0.0 +p42107,csp,0.0,0.0,0.0,0.0,0.0 +p42107,gas,0.0,0.0,0.0,0.0,0.0 +p42107,geothermal,0.0,0.0,0.0,0.0,0.0 +p42107,h2,0.0,0.0,0.0,0.0,0.0 +p42107,hydro,0.0,0.0,0.0,0.0,0.0 +p42107,nuclear,0.0,0.0,0.0,0.0,0.0 +p42107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42107,pv,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p42107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42109,battery,0.0,0.0,0.0,0.0,0.0 +p42109,biomass,0.0,0.0,0.0,0.0,0.0 +p42109,coal,0.0,0.0,0.0,0.0,0.0 +p42109,csp,0.0,0.0,0.0,0.0,0.0 +p42109,gas,0.0,0.0,0.0,0.0,0.0 +p42109,geothermal,0.0,0.0,0.0,0.0,0.0 +p42109,h2,0.0,0.0,0.0,0.0,0.0 +p42109,hydro,0.0,0.0,0.0,0.0,0.0 +p42109,nuclear,0.0,0.0,0.0,0.0,0.0 +p42109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42109,pv,30.0,60.0,60.0,60.0,60.0 +p42109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42111,battery,0.0,0.0,0.0,0.0,0.0 +p42111,biomass,0.0,0.0,0.0,0.0,0.0 +p42111,coal,0.0,0.0,0.0,0.0,0.0 +p42111,csp,0.0,0.0,0.0,0.0,0.0 +p42111,gas,0.0,0.0,0.0,0.0,0.0 +p42111,geothermal,0.0,0.0,0.0,0.0,0.0 +p42111,h2,0.0,0.0,0.0,0.0,0.0 +p42111,hydro,0.0,0.0,0.0,0.0,0.0 +p42111,nuclear,0.0,0.0,0.0,0.0,0.0 +p42111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42111,pv,50.0,100.0,251.54666666669073,403.09333333332324,554.64 +p42111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42115,battery,0.0,0.0,0.0,0.0,0.0 +p42115,biomass,0.0,0.0,0.0,0.0,0.0 +p42115,coal,0.0,0.0,0.0,0.0,0.0 +p42115,csp,0.0,0.0,0.0,0.0,0.0 +p42115,gas,0.0,0.0,0.0,0.0,0.0 +p42115,geothermal,0.0,0.0,0.0,0.0,0.0 +p42115,h2,0.0,0.0,0.0,0.0,0.0 +p42115,hydro,0.0,0.0,0.0,0.0,0.0 +p42115,nuclear,0.0,0.0,0.0,0.0,0.0 +p42115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42115,pv,0.0,0.0,4.0,8.0,12.0 +p42115,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42115,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42117,battery,0.0,0.0,0.0,0.0,0.0 +p42117,biomass,0.0,0.0,0.0,0.0,0.0 +p42117,coal,0.0,0.0,0.0,0.0,0.0 +p42117,csp,0.0,0.0,0.0,0.0,0.0 +p42117,gas,0.0,0.0,0.0,0.0,0.0 +p42117,geothermal,0.0,0.0,0.0,0.0,0.0 +p42117,h2,0.0,0.0,0.0,0.0,0.0 +p42117,hydro,0.0,0.0,0.0,0.0,0.0 +p42117,nuclear,0.0,0.0,0.0,0.0,0.0 +p42117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42117,pv,0.0,0.0,28.333333333328483,56.66666666666424,85.0 +p42117,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42117,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42119,battery,0.0,0.0,0.0,0.0,0.0 +p42119,biomass,0.0,0.0,0.0,0.0,0.0 +p42119,coal,0.0,0.0,0.0,0.0,0.0 +p42119,csp,0.0,0.0,0.0,0.0,0.0 +p42119,gas,0.0,0.0,0.0,0.0,0.0 +p42119,geothermal,0.0,0.0,0.0,0.0,0.0 +p42119,h2,0.0,0.0,0.0,0.0,0.0 +p42119,hydro,0.0,0.0,0.0,0.0,0.0 +p42119,nuclear,0.0,0.0,0.0,0.0,0.0 +p42119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42119,pv,40.0,80.0,80.0,80.0,80.0 +p42119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42121,battery,0.0,0.0,46.666666666656965,93.33333333332848,140.0 +p42121,biomass,0.0,0.0,0.0,0.0,0.0 +p42121,coal,0.0,0.0,0.0,0.0,0.0 +p42121,csp,0.0,0.0,0.0,0.0,0.0 +p42121,gas,0.0,0.0,0.0,0.0,0.0 +p42121,geothermal,0.0,0.0,0.0,0.0,0.0 +p42121,h2,0.0,0.0,0.0,0.0,0.0 +p42121,hydro,0.0,0.0,0.0,0.0,0.0 +p42121,nuclear,0.0,0.0,0.0,0.0,0.0 +p42121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42121,pv,0.0,0.0,14.773333333334449,29.546666666668898,44.32 +p42121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42123,battery,0.0,0.0,0.0,0.0,0.0 +p42123,biomass,0.0,0.0,0.0,0.0,0.0 +p42123,coal,0.0,0.0,0.0,0.0,0.0 +p42123,csp,0.0,0.0,0.0,0.0,0.0 +p42123,gas,0.0,0.0,0.0,0.0,0.0 +p42123,geothermal,0.0,0.0,0.0,0.0,0.0 +p42123,h2,0.0,0.0,0.0,0.0,0.0 +p42123,hydro,0.0,0.0,0.0,0.0,0.0 +p42123,nuclear,0.0,0.0,0.0,0.0,0.0 +p42123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42123,pv,0.0,0.0,5.666666666667879,11.33333333333394,17.0 +p42123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42125,battery,0.0,0.0,0.0,0.0,0.0 +p42125,biomass,0.0,0.0,0.0,0.0,0.0 +p42125,coal,0.0,0.0,0.0,0.0,0.0 +p42125,csp,0.0,0.0,0.0,0.0,0.0 +p42125,gas,0.0,0.0,0.0,0.0,0.0 +p42125,geothermal,0.0,0.0,0.0,0.0,0.0 +p42125,h2,0.0,0.0,0.0,0.0,0.0 +p42125,hydro,0.0,0.0,0.0,0.0,0.0 +p42125,nuclear,0.0,0.0,0.0,0.0,0.0 +p42125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42125,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p42125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42125,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42127,battery,0.0,0.0,0.0,0.0,0.0 +p42127,biomass,0.0,0.0,0.0,0.0,0.0 +p42127,coal,0.0,0.0,0.0,0.0,0.0 +p42127,csp,0.0,0.0,0.0,0.0,0.0 +p42127,gas,0.0,0.0,0.0,0.0,0.0 +p42127,geothermal,0.0,0.0,0.0,0.0,0.0 +p42127,h2,0.0,0.0,0.0,0.0,0.0 +p42127,hydro,0.0,0.0,0.0,0.0,0.0 +p42127,nuclear,0.0,0.0,0.0,0.0,0.0 +p42127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42127,pv,0.0,0.0,1.650000000000091,3.300000000000182,4.95 +p42127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42129,battery,0.0,0.0,27.666666666671517,55.33333333333576,83.0 +p42129,biomass,0.0,0.0,0.0,0.0,0.0 +p42129,coal,0.0,0.0,0.0,0.0,0.0 +p42129,csp,0.0,0.0,0.0,0.0,0.0 +p42129,gas,0.0,0.0,0.0,0.0,0.0 +p42129,geothermal,0.0,0.0,0.0,0.0,0.0 +p42129,h2,0.0,0.0,0.0,0.0,0.0 +p42129,hydro,0.0,0.0,0.0,0.0,0.0 +p42129,nuclear,0.0,0.0,0.0,0.0,0.0 +p42129,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42129,pv,10.0,20.0,25.0,30.0,35.0 +p42129,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42129,wind-ons,0.0,0.0,0.0,0.0,0.0 +p42131,csp,0.0,0.0,0.0,0.0,0.0 +p42133,battery,0.0,0.0,43.333333333343035,86.66666666667152,130.0 +p42133,biomass,0.0,0.0,0.0,0.0,0.0 +p42133,coal,0.0,0.0,0.0,0.0,0.0 +p42133,csp,0.0,0.0,0.0,0.0,0.0 +p42133,gas,0.0,0.0,0.0,0.0,0.0 +p42133,geothermal,0.0,0.0,0.0,0.0,0.0 +p42133,h2,0.0,0.0,0.0,0.0,0.0 +p42133,hydro,0.0,0.0,0.0,0.0,0.0 +p42133,nuclear,22.0,44.0,44.0,44.0,44.0 +p42133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p42133,pv,0.0,0.0,0.0,0.0,0.0 +p42133,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p42133,wind-ons,0.0,0.0,0.0,0.0,0.0 +p44003,csp,0.0,0.0,0.0,0.0,0.0 +p44005,csp,0.0,0.0,0.0,0.0,0.0 +p44007,battery,0.0,0.0,0.0,0.0,0.0 +p44007,biomass,0.0,0.0,0.0,0.0,0.0 +p44007,coal,0.0,0.0,0.0,0.0,0.0 +p44007,csp,0.0,0.0,0.0,0.0,0.0 +p44007,gas,36.60200119018555,73.2040023803711,73.2040023803711,73.2040023803711,73.2040023803711 +p44007,geothermal,0.0,0.0,0.0,0.0,0.0 +p44007,h2,0.0,0.0,0.0,0.0,0.0 +p44007,hydro,0.0,0.0,0.0,0.0,0.0 +p44007,nuclear,0.0,0.0,0.0,0.0,0.0 +p44007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p44007,pv,0.0,0.0,0.0,0.0,0.0 +p44007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p44007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p44009,battery,102.5,205.0,205.0,205.0,205.0 +p44009,biomass,0.0,0.0,0.0,0.0,0.0 +p44009,coal,0.0,0.0,0.0,0.0,0.0 +p44009,csp,0.0,0.0,0.0,0.0,0.0 +p44009,gas,0.0,0.0,0.0,0.0,0.0 +p44009,geothermal,0.0,0.0,0.0,0.0,0.0 +p44009,h2,0.0,0.0,0.0,0.0,0.0 +p44009,hydro,0.0,0.0,0.0,0.0,0.0 +p44009,nuclear,0.0,0.0,0.0,0.0,0.0 +p44009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p44009,pv,0.0,0.0,0.0,0.0,0.0 +p44009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p44009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45003,battery,0.0,0.0,0.0,0.0,0.0 +p45003,biomass,0.0,0.0,0.0,0.0,0.0 +p45003,coal,0.0,0.0,0.0,0.0,0.0 +p45003,csp,0.0,0.0,0.0,0.0,0.0 +p45003,gas,0.0,0.0,117.73333333336632,235.46666666667443,353.20000000000005 +p45003,geothermal,0.0,0.0,0.0,0.0,0.0 +p45003,h2,0.0,0.0,0.0,0.0,0.0 +p45003,hydro,0.0,0.0,0.0,0.0,0.0 +p45003,nuclear,0.0,0.0,0.0,0.0,0.0 +p45003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45003,pv,0.0,0.0,101.26666666663368,202.53333333332557,303.8 +p45003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45007,battery,0.0,0.0,0.0,0.0,0.0 +p45007,biomass,0.0,0.0,0.0,0.0,0.0 +p45007,coal,0.0,0.0,0.0,0.0,0.0 +p45007,csp,0.0,0.0,0.0,0.0,0.0 +p45007,gas,0.0,0.0,610.6666666665114,1221.3333333332557,1832.0 +p45007,geothermal,0.0,0.0,0.0,0.0,0.0 +p45007,h2,0.0,0.0,0.0,0.0,0.0 +p45007,hydro,0.0,0.0,0.0,0.0,0.0 +p45007,nuclear,0.0,0.0,0.0,0.0,0.0 +p45007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45007,pv,37.45,74.9,77.22599999999966,79.55199999999968,81.878 +p45007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45009,battery,0.0,0.0,0.0,0.0,0.0 +p45009,biomass,0.0,0.0,0.0,0.0,0.0 +p45009,coal,0.0,0.0,0.0,0.0,0.0 +p45009,gas,0.0,0.0,0.0,0.0,0.0 +p45009,geothermal,0.0,0.0,0.0,0.0,0.0 +p45009,h2,0.0,0.0,0.0,0.0,0.0 +p45009,hydro,0.0,0.0,0.0,0.0,0.0 +p45009,nuclear,0.0,0.0,0.0,0.0,0.0 +p45009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45009,pv,0.0,0.0,28.666666666671517,57.33333333333576,86.0 +p45009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45011,battery,0.0,0.0,0.0,0.0,0.0 +p45011,biomass,0.0,0.0,0.0,0.0,0.0 +p45011,coal,0.0,0.0,0.0,0.0,0.0 +p45011,gas,0.0,0.0,0.0,0.0,0.0 +p45011,geothermal,0.0,0.0,0.0,0.0,0.0 +p45011,h2,0.0,0.0,0.0,0.0,0.0 +p45011,hydro,0.0,0.0,0.0,0.0,0.0 +p45011,nuclear,0.0,0.0,0.0,0.0,0.0 +p45011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45011,pv,0.0,0.0,74.73333333336632,149.46666666667443,224.2 +p45011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45015,battery,0.0,0.0,249.66666666662786,499.33333333331393,749.0 +p45015,biomass,0.0,0.0,0.0,0.0,0.0 +p45015,coal,0.0,0.0,0.0,0.0,0.0 +p45015,csp,0.0,0.0,0.0,0.0,0.0 +p45015,gas,0.0,0.0,26.266666666670062,52.53333333333285,78.80000000000001 +p45015,geothermal,0.0,0.0,0.0,0.0,0.0 +p45015,h2,0.0,0.0,0.0,0.0,0.0 +p45015,hydro,0.0,0.0,0.0,0.0,0.0 +p45015,nuclear,0.0,0.0,0.0,0.0,0.0 +p45015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45015,pv,0.0,0.0,66.0,132.0,198.0 +p45015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45017,battery,0.0,0.0,0.0,0.0,0.0 +p45017,biomass,0.0,0.0,0.0,0.0,0.0 +p45017,coal,0.0,0.0,0.0,0.0,0.0 +p45017,csp,0.0,0.0,0.0,0.0,0.0 +p45017,gas,0.0,0.0,24.333333333328483,48.66666666666424,73.0 +p45017,geothermal,0.0,0.0,0.0,0.0,0.0 +p45017,h2,0.0,0.0,0.0,0.0,0.0 +p45017,hydro,0.0,0.0,0.0,0.0,0.0 +p45017,nuclear,0.0,0.0,0.0,0.0,0.0 +p45017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45017,pv,0.0,0.0,25.0,50.0,75.0 +p45017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45019,battery,0.0,0.0,0.0,0.0,0.0 +p45019,biomass,0.0,0.0,0.0,0.0,0.0 +p45019,coal,0.0,0.0,0.0,0.0,0.0 +p45019,gas,0.0,0.0,0.0,0.0,0.0 +p45019,geothermal,0.0,0.0,0.0,0.0,0.0 +p45019,h2,0.0,0.0,0.0,0.0,0.0 +p45019,hydro,0.0,0.0,0.0,0.0,0.0 +p45019,nuclear,0.0,0.0,0.0,0.0,0.0 +p45019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45019,pv,0.0,0.0,87.53333333335468,175.06666666668025,262.6 +p45019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45021,battery,0.0,0.0,0.0,0.0,0.0 +p45021,biomass,0.0,0.0,0.0,0.0,0.0 +p45021,coal,0.0,0.0,0.0,0.0,0.0 +p45021,csp,0.0,0.0,0.0,0.0,0.0 +p45021,gas,0.0,0.0,0.0,0.0,0.0 +p45021,geothermal,0.0,0.0,0.0,0.0,0.0 +p45021,h2,0.0,0.0,0.0,0.0,0.0 +p45021,hydro,0.0,0.0,0.0,0.0,0.0 +p45021,nuclear,0.0,0.0,0.0,0.0,0.0 +p45021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45021,pv,14.125,28.25,28.25,28.25,28.25 +p45021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45023,battery,0.0,0.0,0.0,0.0,0.0 +p45023,biomass,0.0,0.0,0.0,0.0,0.0 +p45023,coal,0.0,0.0,0.0,0.0,0.0 +p45023,csp,0.0,0.0,0.0,0.0,0.0 +p45023,gas,0.0,0.0,74.1333333333314,148.2666666666628,222.4 +p45023,geothermal,0.0,0.0,0.0,0.0,0.0 +p45023,h2,0.0,0.0,0.0,0.0,0.0 +p45023,hydro,0.0,0.0,0.0,0.0,0.0 +p45023,nuclear,0.0,0.0,0.0,0.0,0.0 +p45023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45023,pv,34.875,69.75,76.38333333333321,83.01666666666642,89.65 +p45023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45025,battery,0.0,0.0,0.0,0.0,0.0 +p45025,biomass,0.0,0.0,0.0,0.0,0.0 +p45025,coal,0.0,0.0,0.0,0.0,0.0 +p45025,csp,0.0,0.0,0.0,0.0,0.0 +p45025,gas,0.0,0.0,0.0,0.0,0.0 +p45025,geothermal,0.0,0.0,0.0,0.0,0.0 +p45025,h2,0.0,0.0,0.0,0.0,0.0 +p45025,hydro,0.0,0.0,0.0,0.0,0.0 +p45025,nuclear,0.0,0.0,0.0,0.0,0.0 +p45025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45025,pv,0.0,0.0,117.56666666668025,235.1333333333314,352.70000000000005 +p45025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45027,csp,0.0,0.0,0.0,0.0,0.0 +p45029,battery,0.0,0.0,58.166666666656965,116.33333333332848,174.5 +p45029,biomass,0.0,0.0,0.0,0.0,0.0 +p45029,coal,0.0,0.0,0.0,0.0,0.0 +p45029,gas,0.0,0.0,1674.433333333116,3348.8666666666977,5023.3 +p45029,geothermal,0.0,0.0,0.0,0.0,0.0 +p45029,h2,0.0,0.0,0.0,0.0,0.0 +p45029,hydro,0.0,0.0,0.0,0.0,0.0 +p45029,nuclear,0.0,0.0,0.0,0.0,0.0 +p45029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45029,pv,0.0,0.0,183.3299999999581,366.6599999999744,549.99 +p45029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45031,battery,0.0,0.0,0.0,0.0,0.0 +p45031,biomass,0.0,0.0,0.0,0.0,0.0 +p45031,coal,0.0,0.0,0.0,0.0,0.0 +p45031,csp,0.0,0.0,0.0,0.0,0.0 +p45031,gas,0.0,0.0,0.0,0.0,0.0 +p45031,geothermal,0.0,0.0,0.0,0.0,0.0 +p45031,h2,0.0,0.0,0.0,0.0,0.0 +p45031,hydro,0.0,0.0,0.0,0.0,0.0 +p45031,nuclear,0.0,0.0,0.0,0.0,0.0 +p45031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45031,pv,150.45,300.9,585.393333333428,869.8866666667163,1154.38 +p45031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45033,battery,0.0,0.0,0.0,0.0,0.0 +p45033,biomass,0.0,0.0,0.0,0.0,0.0 +p45033,coal,0.0,0.0,0.0,0.0,0.0 +p45033,csp,0.0,0.0,0.0,0.0,0.0 +p45033,gas,0.0,0.0,0.0,0.0,0.0 +p45033,geothermal,0.0,0.0,0.0,0.0,0.0 +p45033,h2,0.0,0.0,0.0,0.0,0.0 +p45033,hydro,0.0,0.0,0.0,0.0,0.0 +p45033,nuclear,0.0,0.0,0.0,0.0,0.0 +p45033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45033,pv,0.0,0.0,42.628000000011525,85.2560000000085,127.884 +p45033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45035,battery,0.0,0.0,132.66666666662786,265.33333333331393,398.0 +p45035,biomass,0.0,0.0,0.0,0.0,0.0 +p45035,coal,0.0,0.0,0.0,0.0,0.0 +p45035,gas,0.0,0.0,0.0,0.0,0.0 +p45035,geothermal,0.0,0.0,0.0,0.0,0.0 +p45035,h2,0.0,0.0,0.0,0.0,0.0 +p45035,hydro,0.0,0.0,0.0,0.0,0.0 +p45035,nuclear,0.0,0.0,0.0,0.0,0.0 +p45035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45035,pv,0.0,0.0,0.0,0.0,0.0 +p45035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45039,battery,0.0,0.0,1.533333333333303,3.066666666666606,4.6 +p45039,biomass,0.0,0.0,0.0,0.0,0.0 +p45039,coal,0.0,0.0,0.0,0.0,0.0 +p45039,csp,0.0,0.0,0.0,0.0,0.0 +p45039,gas,0.0,0.0,19.266666666670062,38.53333333333285,57.8 +p45039,geothermal,0.0,0.0,0.0,0.0,0.0 +p45039,h2,0.0,0.0,0.0,0.0,0.0 +p45039,hydro,0.0,0.0,0.0,0.0,0.0 +p45039,nuclear,0.0,0.0,0.0,0.0,0.0 +p45039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45039,pv,0.0,0.0,34.89999999999418,69.80000000000291,104.7 +p45039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45041,battery,0.0,0.0,0.0,0.0,0.0 +p45041,biomass,0.0,0.0,0.0,0.0,0.0 +p45041,coal,0.0,0.0,0.0,0.0,0.0 +p45041,csp,0.0,0.0,0.0,0.0,0.0 +p45041,gas,0.0,0.0,0.0,0.0,0.0 +p45041,geothermal,0.0,0.0,0.0,0.0,0.0 +p45041,h2,0.0,0.0,0.0,0.0,0.0 +p45041,hydro,0.0,0.0,0.0,0.0,0.0 +p45041,nuclear,0.0,0.0,0.0,0.0,0.0 +p45041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45041,pv,0.0,0.0,28.16333333333023,56.32666666666046,84.49 +p45041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45043,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p45043,biomass,0.0,0.0,0.0,0.0,0.0 +p45043,coal,0.0,0.0,0.0,0.0,0.0 +p45043,gas,0.0,0.0,70.39999999999418,140.79999999998836,211.2 +p45043,geothermal,0.0,0.0,0.0,0.0,0.0 +p45043,h2,0.0,0.0,0.0,0.0,0.0 +p45043,hydro,0.0,0.0,0.0,0.0,0.0 +p45043,nuclear,0.0,0.0,0.0,0.0,0.0 +p45043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45043,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p45043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45045,csp,0.0,0.0,0.0,0.0,0.0 +p45047,battery,0.0,0.0,33.0,66.0,99.0 +p45047,biomass,0.0,0.0,0.0,0.0,0.0 +p45047,coal,0.0,0.0,0.0,0.0,0.0 +p45047,csp,0.0,0.0,0.0,0.0,0.0 +p45047,gas,0.0,0.0,0.0,0.0,0.0 +p45047,geothermal,0.0,0.0,0.0,0.0,0.0 +p45047,h2,0.0,0.0,0.0,0.0,0.0 +p45047,hydro,0.0,0.0,0.0,0.0,0.0 +p45047,nuclear,0.0,0.0,0.0,0.0,0.0 +p45047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45047,pv,53.0,106.0,122.00733333333483,138.01466666666602,154.022 +p45047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45049,battery,0.0,0.0,50.0,100.0,150.0 +p45049,biomass,0.0,0.0,0.0,0.0,0.0 +p45049,coal,0.0,0.0,0.0,0.0,0.0 +p45049,csp,0.0,0.0,0.0,0.0,0.0 +p45049,gas,0.0,0.0,0.0,0.0,0.0 +p45049,geothermal,0.0,0.0,0.0,0.0,0.0 +p45049,h2,0.0,0.0,0.0,0.0,0.0 +p45049,hydro,0.0,0.0,0.0,0.0,0.0 +p45049,nuclear,0.0,0.0,0.0,0.0,0.0 +p45049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45049,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p45049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45051,battery,0.0,0.0,0.0,0.0,0.0 +p45051,biomass,0.0,0.0,0.0,0.0,0.0 +p45051,coal,0.0,0.0,0.0,0.0,0.0 +p45051,csp,0.0,0.0,0.0,0.0,0.0 +p45051,gas,0.0,0.0,0.0,0.0,0.0 +p45051,geothermal,0.0,0.0,0.0,0.0,0.0 +p45051,h2,0.0,0.0,0.0,0.0,0.0 +p45051,hydro,0.0,0.0,0.0,0.0,0.0 +p45051,nuclear,0.0,0.0,0.0,0.0,0.0 +p45051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45051,pv,0.0,0.0,46.26666666667734,92.53333333334012,138.8 +p45051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45053,battery,0.0,0.0,0.0,0.0,0.0 +p45053,biomass,0.0,0.0,0.0,0.0,0.0 +p45053,coal,0.0,0.0,0.0,0.0,0.0 +p45053,gas,0.0,0.0,78.0,156.0,234.0 +p45053,geothermal,0.0,0.0,0.0,0.0,0.0 +p45053,h2,0.0,0.0,0.0,0.0,0.0 +p45053,hydro,0.0,0.0,0.0,0.0,0.0 +p45053,nuclear,0.0,0.0,0.0,0.0,0.0 +p45053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45053,pv,0.0,0.0,0.0,0.0,0.0 +p45053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45055,battery,0.0,0.0,0.0,0.0,0.0 +p45055,biomass,0.0,0.0,0.0,0.0,0.0 +p45055,coal,0.0,0.0,0.0,0.0,0.0 +p45055,csp,0.0,0.0,0.0,0.0,0.0 +p45055,gas,0.0,0.0,0.0,0.0,0.0 +p45055,geothermal,0.0,0.0,0.0,0.0,0.0 +p45055,h2,0.0,0.0,0.0,0.0,0.0 +p45055,hydro,0.0,0.0,0.0,0.0,0.0 +p45055,nuclear,0.0,0.0,0.0,0.0,0.0 +p45055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45055,pv,24.0,48.0,48.0,48.0,48.0 +p45055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45059,battery,0.0,0.0,0.0,0.0,0.0 +p45059,biomass,0.0,0.0,0.0,0.0,0.0 +p45059,coal,0.0,0.0,0.0,0.0,0.0 +p45059,csp,0.0,0.0,0.0,0.0,0.0 +p45059,gas,0.0,0.0,0.0,0.0,0.0 +p45059,geothermal,0.0,0.0,0.0,0.0,0.0 +p45059,h2,0.0,0.0,0.0,0.0,0.0 +p45059,hydro,0.0,0.0,0.0,0.0,0.0 +p45059,nuclear,0.0,0.0,0.0,0.0,0.0 +p45059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45059,pv,18.75,37.5,54.16666666667152,70.83333333333576,87.5 +p45059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45059,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45061,battery,0.0,0.0,0.0,0.0,0.0 +p45061,biomass,0.0,0.0,0.0,0.0,0.0 +p45061,coal,0.0,0.0,0.0,0.0,0.0 +p45061,csp,0.0,0.0,0.0,0.0,0.0 +p45061,gas,0.0,0.0,0.0,0.0,0.0 +p45061,geothermal,0.0,0.0,0.0,0.0,0.0 +p45061,h2,0.0,0.0,0.0,0.0,0.0 +p45061,hydro,0.0,0.0,0.0,0.0,0.0 +p45061,nuclear,0.0,0.0,0.0,0.0,0.0 +p45061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45061,pv,0.0,0.0,88.33333333331393,176.66666666665697,265.0 +p45061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45063,battery,0.0,0.0,0.0,0.0,0.0 +p45063,biomass,0.0,0.0,0.0,0.0,0.0 +p45063,coal,0.0,0.0,0.0,0.0,0.0 +p45063,gas,0.0,0.0,0.0,0.0,0.0 +p45063,geothermal,0.0,0.0,0.0,0.0,0.0 +p45063,h2,0.0,0.0,0.0,0.0,0.0 +p45063,hydro,23.85,47.7,47.7,47.7,47.7 +p45063,nuclear,0.0,0.0,0.0,0.0,0.0 +p45063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45063,pv,0.0,0.0,20.0,40.0,60.0 +p45063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45067,battery,0.0,0.0,0.0,0.0,0.0 +p45067,biomass,0.0,0.0,0.0,0.0,0.0 +p45067,coal,0.0,0.0,0.0,0.0,0.0 +p45067,csp,0.0,0.0,0.0,0.0,0.0 +p45067,gas,0.0,0.0,0.0,0.0,0.0 +p45067,geothermal,0.0,0.0,0.0,0.0,0.0 +p45067,h2,0.0,0.0,0.0,0.0,0.0 +p45067,hydro,0.0,0.0,0.0,0.0,0.0 +p45067,nuclear,0.0,0.0,0.0,0.0,0.0 +p45067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45067,pv,0.0,0.0,131.96666666673264,263.93333333334886,395.9 +p45067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45069,battery,0.0,0.0,0.0,0.0,0.0 +p45069,biomass,0.0,0.0,0.0,0.0,0.0 +p45069,coal,0.0,0.0,0.0,0.0,0.0 +p45069,csp,0.0,0.0,0.0,0.0,0.0 +p45069,gas,0.0,0.0,0.0,0.0,0.0 +p45069,geothermal,0.0,0.0,0.0,0.0,0.0 +p45069,h2,0.0,0.0,0.0,0.0,0.0 +p45069,hydro,0.0,0.0,0.0,0.0,0.0 +p45069,nuclear,0.0,0.0,0.0,0.0,0.0 +p45069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45069,pv,0.0,0.0,53.28666666666686,106.57333333333372,159.86 +p45069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45071,battery,0.0,0.0,0.0,0.0,0.0 +p45071,biomass,0.0,0.0,0.0,0.0,0.0 +p45071,coal,0.0,0.0,0.0,0.0,0.0 +p45071,csp,0.0,0.0,0.0,0.0,0.0 +p45071,gas,0.0,0.0,0.0,0.0,0.0 +p45071,geothermal,0.0,0.0,0.0,0.0,0.0 +p45071,h2,0.0,0.0,0.0,0.0,0.0 +p45071,hydro,0.0,0.0,0.0,0.0,0.0 +p45071,nuclear,0.0,0.0,0.0,0.0,0.0 +p45071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45071,pv,0.0,0.0,90.23333333336632,180.46666666667443,270.7 +p45071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45073,battery,0.0,0.0,0.0,0.0,0.0 +p45073,biomass,0.0,0.0,0.0,0.0,0.0 +p45073,coal,0.0,0.0,0.0,0.0,0.0 +p45073,csp,0.0,0.0,0.0,0.0,0.0 +p45073,gas,0.0,0.0,0.0,0.0,0.0 +p45073,geothermal,0.0,0.0,0.0,0.0,0.0 +p45073,h2,0.0,0.0,0.0,0.0,0.0 +p45073,hydro,0.0,0.0,37.333333333343035,74.66666666667152,112.0 +p45073,nuclear,0.0,0.0,0.0,0.0,0.0 +p45073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45073,pv,0.0,0.0,0.0,0.0,0.0 +p45073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45075,battery,0.0,0.0,0.0,0.0,0.0 +p45075,biomass,0.0,0.0,0.0,0.0,0.0 +p45075,coal,0.0,0.0,0.0,0.0,0.0 +p45075,csp,0.0,0.0,0.0,0.0,0.0 +p45075,gas,0.0,0.0,0.0,0.0,0.0 +p45075,geothermal,0.0,0.0,0.0,0.0,0.0 +p45075,h2,0.0,0.0,0.0,0.0,0.0 +p45075,hydro,0.0,0.0,0.0,0.0,0.0 +p45075,nuclear,0.0,0.0,0.0,0.0,0.0 +p45075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45075,pv,0.0,0.0,150.59999999997672,301.20000000001164,451.8 +p45075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45075,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45077,csp,0.0,0.0,0.0,0.0,0.0 +p45079,battery,0.0,0.0,0.0,0.0,0.0 +p45079,biomass,0.0,0.0,0.0,0.0,0.0 +p45079,coal,0.0,0.0,0.0,0.0,0.0 +p45079,gas,0.0,0.0,0.0,0.0,0.0 +p45079,geothermal,0.0,0.0,0.0,0.0,0.0 +p45079,h2,0.0,0.0,0.0,0.0,0.0 +p45079,hydro,0.0,0.0,0.0,0.0,0.0 +p45079,nuclear,0.0,0.0,0.0,0.0,0.0 +p45079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45079,pv,0.0,0.0,125.29999999998836,250.60000000000582,375.9 +p45079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45081,battery,0.0,0.0,0.0,0.0,0.0 +p45081,biomass,0.0,0.0,0.0,0.0,0.0 +p45081,coal,0.0,0.0,0.0,0.0,0.0 +p45081,gas,0.0,0.0,0.0,0.0,0.0 +p45081,geothermal,0.0,0.0,0.0,0.0,0.0 +p45081,h2,0.0,0.0,0.0,0.0,0.0 +p45081,hydro,0.0,0.0,0.0,0.0,0.0 +p45081,nuclear,0.0,0.0,0.0,0.0,0.0 +p45081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45081,pv,0.0,0.0,111.76666666663368,223.53333333332557,335.3 +p45081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45083,battery,0.0,0.0,33.0,66.0,99.0 +p45083,biomass,0.0,0.0,0.0,0.0,0.0 +p45083,coal,0.0,0.0,0.0,0.0,0.0 +p45083,csp,0.0,0.0,0.0,0.0,0.0 +p45083,gas,0.0,0.0,0.0,0.0,0.0 +p45083,geothermal,0.0,0.0,0.0,0.0,0.0 +p45083,h2,0.0,0.0,0.0,0.0,0.0 +p45083,hydro,0.0,0.0,0.0,0.0,0.0 +p45083,nuclear,0.0,0.0,0.0,0.0,0.0 +p45083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45083,pv,27.0,54.0,54.833333333333485,55.66666666666674,56.5 +p45083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45085,battery,0.0,0.0,0.0,0.0,0.0 +p45085,biomass,0.0,0.0,0.0,0.0,0.0 +p45085,coal,0.0,0.0,0.0,0.0,0.0 +p45085,csp,0.0,0.0,0.0,0.0,0.0 +p45085,gas,0.0,0.0,0.0,0.0,0.0 +p45085,geothermal,0.0,0.0,0.0,0.0,0.0 +p45085,h2,0.0,0.0,0.0,0.0,0.0 +p45085,hydro,0.0,0.0,0.0,0.0,0.0 +p45085,nuclear,0.0,0.0,0.0,0.0,0.0 +p45085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45085,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p45085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45087,battery,0.0,0.0,0.0,0.0,0.0 +p45087,biomass,0.0,0.0,0.0,0.0,0.0 +p45087,coal,0.0,0.0,0.0,0.0,0.0 +p45087,csp,0.0,0.0,0.0,0.0,0.0 +p45087,gas,0.0,0.0,0.0,0.0,0.0 +p45087,geothermal,0.0,0.0,0.0,0.0,0.0 +p45087,h2,0.0,0.0,0.0,0.0,0.0 +p45087,hydro,0.0,0.0,0.0,0.0,0.0 +p45087,nuclear,0.0,0.0,0.0,0.0,0.0 +p45087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45087,pv,37.495,74.99,74.99,74.99,74.99 +p45087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45089,battery,0.0,0.0,118.10000000000582,236.20000000001164,354.3 +p45089,biomass,0.0,0.0,0.0,0.0,0.0 +p45089,coal,0.0,0.0,0.0,0.0,0.0 +p45089,csp,0.0,0.0,0.0,0.0,0.0 +p45089,gas,0.0,0.0,0.0,0.0,0.0 +p45089,geothermal,0.0,0.0,0.0,0.0,0.0 +p45089,h2,0.0,0.0,0.0,0.0,0.0 +p45089,hydro,0.0,0.0,0.0,0.0,0.0 +p45089,nuclear,0.0,0.0,0.0,0.0,0.0 +p45089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45089,pv,0.0,0.0,295.4253333333181,590.8506666666362,886.2760000000001 +p45089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p45091,battery,0.0,0.0,33.0,66.0,99.0 +p45091,biomass,0.0,0.0,0.0,0.0,0.0 +p45091,coal,0.0,0.0,0.0,0.0,0.0 +p45091,gas,0.0,0.0,0.0,0.0,0.0 +p45091,geothermal,0.0,0.0,0.0,0.0,0.0 +p45091,h2,0.0,0.0,0.0,0.0,0.0 +p45091,hydro,0.0,0.0,0.0,0.0,0.0 +p45091,nuclear,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p45091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p45091,pv,0.0,0.0,0.0,0.0,0.0 +p45091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p45091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p46003,battery,0.0,0.0,0.0,0.0,0.0 +p46003,biomass,0.0,0.0,0.0,0.0,0.0 +p46003,coal,0.0,0.0,0.0,0.0,0.0 +p46003,gas,0.0,0.0,0.0,0.0,0.0 +p46003,geothermal,0.0,0.0,0.0,0.0,0.0 +p46003,h2,0.0,0.0,0.0,0.0,0.0 +p46003,hydro,0.0,0.0,0.0,0.0,0.0 +p46003,nuclear,0.0,0.0,0.0,0.0,0.0 +p46003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46003,pv,0.0,0.0,0.0,0.0,0.0 +p46003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46003,wind-ons,0.0,0.0,3.600000000000364,7.199999999999818,10.8 +p46005,battery,0.0,0.0,0.0,0.0,0.0 +p46005,biomass,0.0,0.0,0.0,0.0,0.0 +p46005,coal,0.0,0.0,0.0,0.0,0.0 +p46005,gas,0.0,0.0,0.8333333333334849,1.6666666666667425,2.5 +p46005,geothermal,0.0,0.0,0.0,0.0,0.0 +p46005,h2,0.0,0.0,0.0,0.0,0.0 +p46005,hydro,0.0,0.0,0.0,0.0,0.0 +p46005,nuclear,0.0,0.0,0.0,0.0,0.0 +p46005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46005,pv,0.0,0.0,0.0,0.0,0.0 +p46005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p46009,battery,0.0,0.0,0.0,0.0,0.0 +p46009,biomass,0.0,0.0,0.0,0.0,0.0 +p46009,coal,0.0,0.0,0.0,0.0,0.0 +p46009,gas,0.0,0.0,0.0,0.0,0.0 +p46009,geothermal,0.0,0.0,0.0,0.0,0.0 +p46009,h2,0.0,0.0,0.0,0.0,0.0 +p46009,hydro,0.0,0.0,0.0,0.0,0.0 +p46009,nuclear,0.0,0.0,0.0,0.0,0.0 +p46009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46009,pv,0.0,0.0,0.0,0.0,0.0 +p46009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46009,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p46011,battery,0.0,0.0,0.0,0.0,0.0 +p46011,biomass,0.0,0.0,0.0,0.0,0.0 +p46011,coal,0.0,0.0,0.0,0.0,0.0 +p46011,csp,0.0,0.0,0.0,0.0,0.0 +p46011,gas,0.0,0.0,88.33333333331393,176.66666666665697,265.0 +p46011,geothermal,0.0,0.0,0.0,0.0,0.0 +p46011,h2,0.0,0.0,0.0,0.0,0.0 +p46011,hydro,0.0,0.0,0.0,0.0,0.0 +p46011,nuclear,0.0,0.0,0.0,0.0,0.0 +p46011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46011,pv,0.0,0.0,326.6666666667443,653.3333333333721,980.0 +p46011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p46013,battery,0.0,0.0,0.0,0.0,0.0 +p46013,biomass,0.0,0.0,0.0,0.0,0.0 +p46013,coal,0.0,0.0,0.0,0.0,0.0 +p46013,csp,0.0,0.0,0.0,0.0,0.0 +p46013,gas,0.0,0.0,47.65333333335002,95.30666666668549,142.96 +p46013,geothermal,0.0,0.0,0.0,0.0,0.0 +p46013,h2,0.0,0.0,0.0,0.0,0.0 +p46013,hydro,0.0,0.0,0.0,0.0,0.0 +p46013,nuclear,0.0,0.0,0.0,0.0,0.0 +p46013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46013,pv,0.0,0.0,90.0,180.0,270.0 +p46013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46013,wind-ons,0.0,0.0,33.0,66.0,99.0 +p46019,battery,0.0,0.0,0.0,0.0,0.0 +p46019,biomass,0.0,0.0,0.0,0.0,0.0 +p46019,coal,0.0,0.0,0.0,0.0,0.0 +p46019,csp,0.0,0.0,0.0,0.0,0.0 +p46019,gas,0.0,0.0,0.0,0.0,0.0 +p46019,geothermal,0.0,0.0,0.0,0.0,0.0 +p46019,h2,0.0,0.0,0.0,0.0,0.0 +p46019,hydro,0.0,0.0,0.0,0.0,0.0 +p46019,nuclear,0.0,0.0,0.0,0.0,0.0 +p46019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46019,pv,0.0,0.0,0.0,0.0,0.0 +p46019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46019,wind-ons,51.5,103.0,103.0,103.0,103.0 +p46021,battery,0.0,0.0,0.0,0.0,0.0 +p46021,biomass,0.0,0.0,0.0,0.0,0.0 +p46021,coal,632.5,1265.0,1265.0,1265.0,1265.0 +p46021,csp,0.0,0.0,0.0,0.0,0.0 +p46021,gas,0.0,0.0,0.0,0.0,0.0 +p46021,geothermal,0.0,0.0,0.0,0.0,0.0 +p46021,h2,0.0,0.0,0.0,0.0,0.0 +p46021,hydro,0.0,0.0,0.0,0.0,0.0 +p46021,nuclear,0.0,0.0,0.0,0.0,0.0 +p46021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46021,pv,150.0,300.0,300.0,300.0,300.0 +p46021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46021,wind-ons,249.45,498.9,498.9,498.9,498.9 +p46025,battery,0.0,0.0,0.0,0.0,0.0 +p46025,biomass,0.0,0.0,0.0,0.0,0.0 +p46025,coal,0.0,0.0,0.0,0.0,0.0 +p46025,csp,0.0,0.0,0.0,0.0,0.0 +p46025,gas,0.0,0.0,0.0,0.0,0.0 +p46025,geothermal,0.0,0.0,0.0,0.0,0.0 +p46025,h2,0.0,0.0,0.0,0.0,0.0 +p46025,hydro,0.0,0.0,0.0,0.0,0.0 +p46025,nuclear,0.0,0.0,0.0,0.0,0.0 +p46025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46025,pv,0.0,0.0,0.0,0.0,0.0 +p46025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46025,wind-ons,100.0,200.0,283.33333333331393,366.66666666665697,450.0 +p46029,battery,0.0,0.0,0.0,0.0,0.0 +p46029,biomass,0.0,0.0,0.0,0.0,0.0 +p46029,coal,0.0,0.0,0.0,0.0,0.0 +p46029,csp,0.0,0.0,0.0,0.0,0.0 +p46029,gas,0.0,0.0,0.0,0.0,0.0 +p46029,geothermal,0.0,0.0,0.0,0.0,0.0 +p46029,h2,0.0,0.0,0.0,0.0,0.0 +p46029,hydro,0.0,0.0,0.0,0.0,0.0 +p46029,nuclear,0.0,0.0,0.0,0.0,0.0 +p46029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46029,pv,0.0,0.0,0.0,0.0,0.0 +p46029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46029,wind-ons,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p46037,battery,0.0,0.0,0.0,0.0,0.0 +p46037,biomass,0.0,0.0,0.0,0.0,0.0 +p46037,coal,0.0,0.0,0.0,0.0,0.0 +p46037,gas,0.0,0.0,0.0,0.0,0.0 +p46037,geothermal,0.0,0.0,0.0,0.0,0.0 +p46037,h2,0.0,0.0,0.0,0.0,0.0 +p46037,hydro,0.0,0.0,0.0,0.0,0.0 +p46037,nuclear,0.0,0.0,0.0,0.0,0.0 +p46037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46037,pv,0.0,0.0,0.0,0.0,0.0 +p46037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46037,wind-ons,0.0,0.0,100.0,200.0,300.0 +p46039,battery,0.0,0.0,0.0,0.0,0.0 +p46039,biomass,0.0,0.0,0.0,0.0,0.0 +p46039,coal,0.0,0.0,0.0,0.0,0.0 +p46039,csp,0.0,0.0,0.0,0.0,0.0 +p46039,gas,0.0,0.0,381.3333333332557,762.6666666666279,1144.0 +p46039,geothermal,0.0,0.0,0.0,0.0,0.0 +p46039,h2,0.0,0.0,0.0,0.0,0.0 +p46039,hydro,0.0,0.0,0.0,0.0,0.0 +p46039,nuclear,0.0,0.0,0.0,0.0,0.0 +p46039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46039,pv,0.0,0.0,0.0,0.0,0.0 +p46039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46039,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p46051,battery,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p46051,biomass,0.0,0.0,0.0,0.0,0.0 +p46051,coal,0.0,0.0,0.0,0.0,0.0 +p46051,csp,0.0,0.0,0.0,0.0,0.0 +p46051,gas,0.0,0.0,0.0,0.0,0.0 +p46051,geothermal,0.0,0.0,0.0,0.0,0.0 +p46051,h2,0.0,0.0,0.0,0.0,0.0 +p46051,hydro,0.0,0.0,0.0,0.0,0.0 +p46051,nuclear,0.0,0.0,0.0,0.0,0.0 +p46051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46051,pv,0.0,0.0,0.0,0.0,0.0 +p46051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p46055,battery,0.0,0.0,0.0,0.0,0.0 +p46055,biomass,0.0,0.0,0.0,0.0,0.0 +p46055,coal,0.0,0.0,0.0,0.0,0.0 +p46055,csp,0.0,0.0,0.0,0.0,0.0 +p46055,gas,0.0,0.0,0.0,0.0,0.0 +p46055,geothermal,0.0,0.0,0.0,0.0,0.0 +p46055,h2,0.0,0.0,0.0,0.0,0.0 +p46055,hydro,0.0,0.0,0.0,0.0,0.0 +p46055,nuclear,0.0,0.0,0.0,0.0,0.0 +p46055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46055,pv,0.0,0.0,0.0,0.0,0.0 +p46055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46055,wind-ons,150.0,300.0,300.0,300.0,300.0 +p46059,csp,0.0,0.0,0.0,0.0,0.0 +p46069,csp,0.0,0.0,0.0,0.0,0.0 +p46083,battery,0.0,0.0,0.0,0.0,0.0 +p46083,biomass,0.0,0.0,0.0,0.0,0.0 +p46083,coal,0.0,0.0,0.0,0.0,0.0 +p46083,gas,0.0,0.0,0.0,0.0,0.0 +p46083,geothermal,0.0,0.0,0.0,0.0,0.0 +p46083,h2,0.0,0.0,0.0,0.0,0.0 +p46083,hydro,0.0,0.0,0.0,0.0,0.0 +p46083,nuclear,0.0,0.0,0.0,0.0,0.0 +p46083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46083,pv,0.0,0.0,0.0,0.0,0.0 +p46083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46083,wind-ons,0.0,0.0,40.0,80.0,120.0 +p46087,battery,0.0,0.0,0.0,0.0,0.0 +p46087,biomass,0.0,0.0,0.0,0.0,0.0 +p46087,coal,0.0,0.0,0.0,0.0,0.0 +p46087,csp,0.0,0.0,0.0,0.0,0.0 +p46087,gas,0.0,0.0,0.0,0.0,0.0 +p46087,geothermal,0.0,0.0,0.0,0.0,0.0 +p46087,h2,0.0,0.0,0.0,0.0,0.0 +p46087,hydro,0.0,0.0,0.0,0.0,0.0 +p46087,nuclear,0.0,0.0,0.0,0.0,0.0 +p46087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46087,pv,50.0,100.0,100.0,100.0,100.0 +p46087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p46089,battery,0.0,0.0,0.0,0.0,0.0 +p46089,biomass,0.0,0.0,0.0,0.0,0.0 +p46089,coal,0.0,0.0,0.0,0.0,0.0 +p46089,csp,0.0,0.0,0.0,0.0,0.0 +p46089,gas,0.0,0.0,0.0,0.0,0.0 +p46089,geothermal,0.0,0.0,0.0,0.0,0.0 +p46089,h2,0.0,0.0,0.0,0.0,0.0 +p46089,hydro,0.0,0.0,0.0,0.0,0.0 +p46089,nuclear,0.0,0.0,0.0,0.0,0.0 +p46089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46089,pv,0.0,0.0,0.0,0.0,0.0 +p46089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46089,wind-ons,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p46093,battery,0.0,0.0,0.0,0.0,0.0 +p46093,biomass,0.0,0.0,0.0,0.0,0.0 +p46093,coal,0.0,0.0,0.0,0.0,0.0 +p46093,gas,0.0,0.0,0.0,0.0,0.0 +p46093,geothermal,0.0,0.0,0.0,0.0,0.0 +p46093,h2,0.0,0.0,0.0,0.0,0.0 +p46093,hydro,0.0,0.0,0.0,0.0,0.0 +p46093,nuclear,0.0,0.0,0.0,0.0,0.0 +p46093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46093,pv,50.0,100.0,200.0,300.0,400.0 +p46093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p46102,battery,0.0,0.0,0.0,0.0,0.0 +p46102,biomass,0.0,0.0,0.0,0.0,0.0 +p46102,coal,0.0,0.0,0.0,0.0,0.0 +p46102,gas,0.0,0.0,0.0,0.0,0.0 +p46102,geothermal,0.0,0.0,0.0,0.0,0.0 +p46102,h2,0.0,0.0,0.0,0.0,0.0 +p46102,hydro,0.0,0.0,0.0,0.0,0.0 +p46102,nuclear,0.0,0.0,0.0,0.0,0.0 +p46102,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46102,pv,55.0,110.0,110.0,110.0,110.0 +p46102,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46102,wind-ons,0.0,0.0,0.0,0.0,0.0 +p46103,battery,0.0,0.0,0.0,0.0,0.0 +p46103,biomass,0.0,0.0,0.0,0.0,0.0 +p46103,coal,0.0,0.0,0.0,0.0,0.0 +p46103,csp,0.0,0.0,0.0,0.0,0.0 +p46103,gas,0.0,0.0,38.333333333343035,76.66666666667152,115.0 +p46103,geothermal,0.0,0.0,0.0,0.0,0.0 +p46103,h2,0.0,0.0,0.0,0.0,0.0 +p46103,hydro,0.0,0.0,0.0,0.0,0.0 +p46103,nuclear,0.0,0.0,0.0,0.0,0.0 +p46103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46103,pv,0.0,0.0,0.0,0.0,0.0 +p46103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p46105,csp,0.0,0.0,0.0,0.0,0.0 +p46107,csp,0.0,0.0,0.0,0.0,0.0 +p46109,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p46109,biomass,0.0,0.0,0.0,0.0,0.0 +p46109,coal,0.0,0.0,0.0,0.0,0.0 +p46109,csp,0.0,0.0,0.0,0.0,0.0 +p46109,gas,0.0,0.0,0.0,0.0,0.0 +p46109,geothermal,0.0,0.0,0.0,0.0,0.0 +p46109,h2,0.0,0.0,0.0,0.0,0.0 +p46109,hydro,0.0,0.0,0.0,0.0,0.0 +p46109,nuclear,0.0,0.0,0.0,0.0,0.0 +p46109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46109,pv,0.0,0.0,0.0,0.0,0.0 +p46109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p46117,csp,0.0,0.0,0.0,0.0,0.0 +p46125,battery,0.0,0.0,0.0,0.0,0.0 +p46125,biomass,0.0,0.0,0.0,0.0,0.0 +p46125,coal,0.0,0.0,0.0,0.0,0.0 +p46125,csp,0.0,0.0,0.0,0.0,0.0 +p46125,gas,0.0,0.0,0.0,0.0,0.0 +p46125,geothermal,0.0,0.0,0.0,0.0,0.0 +p46125,h2,0.0,0.0,0.0,0.0,0.0 +p46125,hydro,0.0,0.0,0.0,0.0,0.0 +p46125,nuclear,0.0,0.0,0.0,0.0,0.0 +p46125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p46125,pv,0.0,0.0,0.0,0.0,0.0 +p46125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p46125,wind-ons,135.0,270.0,270.0,270.0,270.0 +p47001,csp,0.0,0.0,0.0,0.0,0.0 +p47003,csp,0.0,0.0,0.0,0.0,0.0 +p47007,battery,0.0,0.0,0.0,0.0,0.0 +p47007,biomass,0.0,0.0,0.0,0.0,0.0 +p47007,coal,0.0,0.0,0.0,0.0,0.0 +p47007,csp,0.0,0.0,0.0,0.0,0.0 +p47007,gas,0.0,0.0,0.0,0.0,0.0 +p47007,geothermal,0.0,0.0,0.0,0.0,0.0 +p47007,h2,0.0,0.0,0.0,0.0,0.0 +p47007,hydro,0.0,0.0,0.0,0.0,0.0 +p47007,nuclear,0.0,0.0,0.0,0.0,0.0 +p47007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47007,pv,75.0,150.0,150.0,150.0,150.0 +p47007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47017,battery,0.0,0.0,0.0,0.0,0.0 +p47017,biomass,0.0,0.0,0.0,0.0,0.0 +p47017,coal,0.0,0.0,0.0,0.0,0.0 +p47017,csp,0.0,0.0,0.0,0.0,0.0 +p47017,gas,0.0,0.0,0.0,0.0,0.0 +p47017,geothermal,0.0,0.0,0.0,0.0,0.0 +p47017,h2,0.0,0.0,0.0,0.0,0.0 +p47017,hydro,0.0,0.0,0.0,0.0,0.0 +p47017,nuclear,0.0,0.0,0.0,0.0,0.0 +p47017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47017,pv,70.0,140.0,140.0,140.0,140.0 +p47017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47021,csp,0.0,0.0,0.0,0.0,0.0 +p47033,csp,0.0,0.0,0.0,0.0,0.0 +p47035,battery,0.0,0.0,0.0,0.0,0.0 +p47035,biomass,0.0,0.0,0.0,0.0,0.0 +p47035,coal,0.0,0.0,0.0,0.0,0.0 +p47035,csp,0.0,0.0,0.0,0.0,0.0 +p47035,gas,0.0,0.0,0.0,0.0,0.0 +p47035,geothermal,0.0,0.0,0.0,0.0,0.0 +p47035,h2,0.0,0.0,0.0,0.0,0.0 +p47035,hydro,0.0,0.0,0.0,0.0,0.0 +p47035,nuclear,0.0,0.0,0.0,0.0,0.0 +p47035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47035,pv,55.0,110.0,110.0,110.0,110.0 +p47035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47041,csp,0.0,0.0,0.0,0.0,0.0 +p47043,csp,0.0,0.0,0.0,0.0,0.0 +p47045,csp,0.0,0.0,0.0,0.0,0.0 +p47047,battery,0.0,0.0,0.0,0.0,0.0 +p47047,biomass,0.0,0.0,0.0,0.0,0.0 +p47047,coal,0.0,0.0,0.0,0.0,0.0 +p47047,csp,0.0,0.0,0.0,0.0,0.0 +p47047,gas,0.0,0.0,230.53333333326736,461.06666666665114,691.6 +p47047,geothermal,0.0,0.0,0.0,0.0,0.0 +p47047,h2,0.0,0.0,0.0,0.0,0.0 +p47047,hydro,0.0,0.0,0.0,0.0,0.0 +p47047,nuclear,0.0,0.0,0.0,0.0,0.0 +p47047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47047,pv,73.5,147.0,147.0,147.0,147.0 +p47047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47053,csp,0.0,0.0,0.0,0.0,0.0 +p47057,battery,0.0,0.0,0.0,0.0,0.0 +p47057,biomass,0.0,0.0,0.0,0.0,0.0 +p47057,coal,0.0,0.0,0.0,0.0,0.0 +p47057,gas,0.0,0.0,0.0,0.0,0.0 +p47057,geothermal,0.0,0.0,0.0,0.0,0.0 +p47057,h2,0.0,0.0,0.0,0.0,0.0 +p47057,hydro,0.0,0.0,10.666666666664241,21.33333333333212,32.0 +p47057,nuclear,0.0,0.0,0.0,0.0,0.0 +p47057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47057,pv,0.0,0.0,0.0,0.0,0.0 +p47057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47059,csp,0.0,0.0,0.0,0.0,0.0 +p47061,csp,0.0,0.0,0.0,0.0,0.0 +p47065,battery,0.0,0.0,0.0,0.0,0.0 +p47065,biomass,0.0,0.0,0.0,0.0,0.0 +p47065,coal,0.0,0.0,0.0,0.0,0.0 +p47065,csp,0.0,0.0,0.0,0.0,0.0 +p47065,gas,0.0,0.0,0.0,0.0,0.0 +p47065,geothermal,0.0,0.0,0.0,0.0,0.0 +p47065,h2,0.0,0.0,0.0,0.0,0.0 +p47065,hydro,0.0,0.0,16.0,32.0,48.0 +p47065,nuclear,3.0,6.0,22.333333333328483,38.66666666666424,55.0 +p47065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47065,pv,0.0,0.0,0.0,0.0,0.0 +p47065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47069,battery,0.0,0.0,0.0,0.0,0.0 +p47069,biomass,0.0,0.0,0.0,0.0,0.0 +p47069,coal,0.0,0.0,0.0,0.0,0.0 +p47069,csp,0.0,0.0,0.0,0.0,0.0 +p47069,gas,0.0,0.0,0.0,0.0,0.0 +p47069,geothermal,0.0,0.0,0.0,0.0,0.0 +p47069,h2,0.0,0.0,0.0,0.0,0.0 +p47069,hydro,0.0,0.0,0.0,0.0,0.0 +p47069,nuclear,0.0,0.0,0.0,0.0,0.0 +p47069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47069,pv,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p47069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47071,csp,0.0,0.0,0.0,0.0,0.0 +p47073,battery,0.0,0.0,75.0,150.0,225.0 +p47073,biomass,0.0,0.0,0.0,0.0,0.0 +p47073,coal,0.0,0.0,0.0,0.0,0.0 +p47073,csp,0.0,0.0,0.0,0.0,0.0 +p47073,gas,0.0,0.0,0.0,0.0,0.0 +p47073,geothermal,0.0,0.0,0.0,0.0,0.0 +p47073,h2,0.0,0.0,0.0,0.0,0.0 +p47073,hydro,0.0,0.0,0.0,0.0,0.0 +p47073,nuclear,0.0,0.0,0.0,0.0,0.0 +p47073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47073,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p47073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47075,battery,0.0,0.0,0.0,0.0,0.0 +p47075,biomass,0.0,0.0,0.0,0.0,0.0 +p47075,coal,0.0,0.0,0.0,0.0,0.0 +p47075,csp,0.0,0.0,0.0,0.0,0.0 +p47075,gas,0.0,0.0,375.6666666667443,751.3333333333721,1127.0 +p47075,geothermal,0.0,0.0,0.0,0.0,0.0 +p47075,h2,0.0,0.0,0.0,0.0,0.0 +p47075,hydro,0.0,0.0,0.0,0.0,0.0 +p47075,nuclear,0.0,0.0,0.0,0.0,0.0 +p47075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47075,pv,33.5,67.0,67.0,67.0,67.0 +p47075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47075,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47077,battery,0.0,0.0,0.0,0.0,0.0 +p47077,biomass,0.0,0.0,0.0,0.0,0.0 +p47077,coal,0.0,0.0,0.0,0.0,0.0 +p47077,csp,0.0,0.0,0.0,0.0,0.0 +p47077,gas,0.0,0.0,0.0,0.0,0.0 +p47077,geothermal,0.0,0.0,0.0,0.0,0.0 +p47077,h2,0.0,0.0,0.0,0.0,0.0 +p47077,hydro,0.0,0.0,0.0,0.0,0.0 +p47077,nuclear,0.0,0.0,0.0,0.0,0.0 +p47077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47077,pv,137.5,275.0,275.0,275.0,275.0 +p47077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47085,battery,0.0,0.0,0.0,0.0,0.0 +p47085,biomass,0.0,0.0,0.0,0.0,0.0 +p47085,coal,0.0,0.0,0.0,0.0,0.0 +p47085,csp,0.0,0.0,0.0,0.0,0.0 +p47085,gas,337.0,674.0,766.0,858.0,950.0 +p47085,geothermal,0.0,0.0,0.0,0.0,0.0 +p47085,h2,0.0,0.0,0.0,0.0,0.0 +p47085,hydro,0.0,0.0,0.0,0.0,0.0 +p47085,nuclear,0.0,0.0,0.0,0.0,0.0 +p47085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47085,pv,0.0,0.0,0.0,0.0,0.0 +p47085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47095,battery,0.0,0.0,0.0,0.0,0.0 +p47095,biomass,0.0,0.0,0.0,0.0,0.0 +p47095,coal,0.0,0.0,0.0,0.0,0.0 +p47095,csp,0.0,0.0,0.0,0.0,0.0 +p47095,gas,0.0,0.0,0.0,0.0,0.0 +p47095,geothermal,0.0,0.0,0.0,0.0,0.0 +p47095,h2,0.0,0.0,0.0,0.0,0.0 +p47095,hydro,0.0,0.0,0.0,0.0,0.0 +p47095,nuclear,0.0,0.0,0.0,0.0,0.0 +p47095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47095,pv,88.5,177.0,177.0,177.0,177.0 +p47095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47099,battery,0.0,0.0,0.0,0.0,0.0 +p47099,biomass,0.0,0.0,0.0,0.0,0.0 +p47099,coal,0.0,0.0,0.0,0.0,0.0 +p47099,csp,0.0,0.0,0.0,0.0,0.0 +p47099,gas,0.0,0.0,0.0,0.0,0.0 +p47099,geothermal,0.0,0.0,0.0,0.0,0.0 +p47099,h2,0.0,0.0,0.0,0.0,0.0 +p47099,hydro,0.0,0.0,0.0,0.0,0.0 +p47099,nuclear,0.0,0.0,0.0,0.0,0.0 +p47099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47099,pv,97.5,195.0,195.0,195.0,195.0 +p47099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47105,battery,11.0,22.0,22.0,22.0,22.0 +p47105,biomass,0.0,0.0,0.0,0.0,0.0 +p47105,coal,0.0,0.0,0.0,0.0,0.0 +p47105,csp,0.0,0.0,0.0,0.0,0.0 +p47105,gas,0.0,0.0,0.0,0.0,0.0 +p47105,geothermal,0.0,0.0,0.0,0.0,0.0 +p47105,h2,0.0,0.0,0.0,0.0,0.0 +p47105,hydro,0.0,0.0,2.3333333333339397,4.66666666666697,7.0 +p47105,nuclear,0.0,0.0,0.0,0.0,0.0 +p47105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47105,pv,0.0,0.0,0.0,0.0,0.0 +p47105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47107,battery,0.0,0.0,0.0,0.0,0.0 +p47107,biomass,0.0,0.0,0.0,0.0,0.0 +p47107,coal,0.0,0.0,0.0,0.0,0.0 +p47107,gas,0.0,0.0,0.0,0.0,0.0 +p47107,geothermal,0.0,0.0,0.0,0.0,0.0 +p47107,h2,0.0,0.0,0.0,0.0,0.0 +p47107,hydro,0.0,0.0,0.0,0.0,0.0 +p47107,nuclear,0.0,0.0,0.0,0.0,0.0 +p47107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47107,pv,0.0,0.0,22.666666666671517,45.33333333333576,68.0 +p47107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47109,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p47109,biomass,0.0,0.0,0.0,0.0,0.0 +p47109,coal,0.0,0.0,0.0,0.0,0.0 +p47109,csp,0.0,0.0,0.0,0.0,0.0 +p47109,gas,0.0,0.0,0.0,0.0,0.0 +p47109,geothermal,0.0,0.0,0.0,0.0,0.0 +p47109,h2,0.0,0.0,0.0,0.0,0.0 +p47109,hydro,0.0,0.0,0.0,0.0,0.0 +p47109,nuclear,0.0,0.0,0.0,0.0,0.0 +p47109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47109,pv,0.0,0.0,20.666666666671517,41.33333333333576,62.0 +p47109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47113,csp,0.0,0.0,0.0,0.0,0.0 +p47115,battery,0.0,0.0,0.0,0.0,0.0 +p47115,biomass,0.0,0.0,0.0,0.0,0.0 +p47115,coal,0.0,0.0,0.0,0.0,0.0 +p47115,csp,0.0,0.0,0.0,0.0,0.0 +p47115,gas,0.0,0.0,0.0,0.0,0.0 +p47115,geothermal,0.0,0.0,0.0,0.0,0.0 +p47115,h2,0.0,0.0,0.0,0.0,0.0 +p47115,hydro,38.0,76.0,78.33333333333394,80.66666666666697,83.0 +p47115,nuclear,0.0,0.0,0.0,0.0,0.0 +p47115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47115,pv,0.0,0.0,0.0,0.0,0.0 +p47115,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47115,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47117,csp,0.0,0.0,0.0,0.0,0.0 +p47119,battery,0.0,0.0,0.0,0.0,0.0 +p47119,biomass,0.0,0.0,0.0,0.0,0.0 +p47119,coal,0.0,0.0,0.0,0.0,0.0 +p47119,csp,0.0,0.0,0.0,0.0,0.0 +p47119,gas,0.0,0.0,0.0,0.0,0.0 +p47119,geothermal,0.0,0.0,0.0,0.0,0.0 +p47119,h2,0.0,0.0,0.0,0.0,0.0 +p47119,hydro,0.0,0.0,0.0,0.0,0.0 +p47119,nuclear,0.0,0.0,0.0,0.0,0.0 +p47119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47119,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p47119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47125,csp,0.0,0.0,0.0,0.0,0.0 +p47127,battery,0.0,0.0,0.0,0.0,0.0 +p47127,biomass,0.0,0.0,0.0,0.0,0.0 +p47127,coal,0.0,0.0,0.0,0.0,0.0 +p47127,csp,0.0,0.0,0.0,0.0,0.0 +p47127,gas,0.0,0.0,0.0,0.0,0.0 +p47127,geothermal,0.0,0.0,0.0,0.0,0.0 +p47127,h2,0.0,0.0,0.0,0.0,0.0 +p47127,hydro,0.0,0.0,0.0,0.0,0.0 +p47127,nuclear,0.0,0.0,0.0,0.0,0.0 +p47127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47127,pv,100.0,200.0,200.0,200.0,200.0 +p47127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47133,csp,0.0,0.0,0.0,0.0,0.0 +p47145,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p47145,biomass,0.0,0.0,0.0,0.0,0.0 +p47145,coal,0.0,0.0,0.0,0.0,0.0 +p47145,csp,0.0,0.0,0.0,0.0,0.0 +p47145,gas,0.0,0.0,563.0,1126.0,1689.0 +p47145,geothermal,0.0,0.0,0.0,0.0,0.0 +p47145,h2,0.0,0.0,0.0,0.0,0.0 +p47145,hydro,0.0,0.0,0.0,0.0,0.0 +p47145,nuclear,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p47145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47145,pv,0.0,0.0,0.0,0.0,0.0 +p47145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47145,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47147,csp,0.0,0.0,0.0,0.0,0.0 +p47157,battery,0.0,0.0,100.0,200.0,300.0 +p47157,biomass,0.0,0.0,0.0,0.0,0.0 +p47157,coal,0.0,0.0,0.0,0.0,0.0 +p47157,csp,0.0,0.0,0.0,0.0,0.0 +p47157,gas,584.5,1169.0,1248.333333333314,1327.666666666657,1407.0 +p47157,geothermal,0.0,0.0,0.0,0.0,0.0 +p47157,h2,0.0,0.0,0.0,0.0,0.0 +p47157,hydro,0.0,0.0,0.0,0.0,0.0 +p47157,nuclear,0.0,0.0,0.0,0.0,0.0 +p47157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47157,pv,37.0,74.0,74.0,74.0,74.0 +p47157,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47157,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47161,battery,0.0,0.0,0.0,0.0,0.0 +p47161,biomass,0.0,0.0,0.0,0.0,0.0 +p47161,coal,0.0,0.0,0.0,0.0,0.0 +p47161,csp,0.0,0.0,0.0,0.0,0.0 +p47161,gas,0.0,0.0,800.0,1600.0,2400.0 +p47161,geothermal,0.0,0.0,0.0,0.0,0.0 +p47161,h2,0.0,0.0,0.0,0.0,0.0 +p47161,hydro,0.0,0.0,0.0,0.0,0.0 +p47161,nuclear,0.0,0.0,0.0,0.0,0.0 +p47161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47161,pv,0.0,0.0,0.0,0.0,0.0 +p47161,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47161,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47167,csp,0.0,0.0,0.0,0.0,0.0 +p47169,battery,0.0,0.0,0.0,0.0,0.0 +p47169,biomass,0.0,0.0,0.0,0.0,0.0 +p47169,coal,0.0,0.0,0.0,0.0,0.0 +p47169,csp,0.0,0.0,0.0,0.0,0.0 +p47169,gas,0.0,0.0,800.0,1600.0,2400.0 +p47169,geothermal,0.0,0.0,0.0,0.0,0.0 +p47169,h2,0.0,0.0,0.0,0.0,0.0 +p47169,hydro,0.0,0.0,0.0,0.0,0.0 +p47169,nuclear,0.0,0.0,0.0,0.0,0.0 +p47169,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p47169,pv,0.0,0.0,0.0,0.0,0.0 +p47169,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p47169,wind-ons,0.0,0.0,0.0,0.0,0.0 +p47181,csp,0.0,0.0,0.0,0.0,0.0 +p47183,csp,0.0,0.0,0.0,0.0,0.0 +p48001,battery,88.065,176.13,290.0,403.86999999999534,517.74 +p48001,biomass,0.0,0.0,0.0,0.0,0.0 +p48001,coal,0.0,0.0,0.0,0.0,0.0 +p48001,csp,0.0,0.0,0.0,0.0,0.0 +p48001,gas,0.0,0.0,460.3333333332557,920.6666666666279,1381.0 +p48001,geothermal,0.0,0.0,0.0,0.0,0.0 +p48001,h2,0.0,0.0,0.0,0.0,0.0 +p48001,hydro,0.0,0.0,0.0,0.0,0.0 +p48001,nuclear,0.0,0.0,0.0,0.0,0.0 +p48001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48001,pv,68.63,137.26,204.27333333331626,271.2866666666523,338.29999999999995 +p48001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48003,battery,0.0,0.0,372.623333333293,745.2466666667024,1117.87 +p48003,biomass,0.0,0.0,0.0,0.0,0.0 +p48003,coal,0.0,0.0,0.0,0.0,0.0 +p48003,csp,0.0,0.0,0.0,0.0,0.0 +p48003,gas,0.0,0.0,0.0,0.0,0.0 +p48003,geothermal,0.0,0.0,0.0,0.0,0.0 +p48003,h2,0.0,0.0,0.0,0.0,0.0 +p48003,hydro,0.0,0.0,0.0,0.0,0.0 +p48003,nuclear,0.0,0.0,0.0,0.0,0.0 +p48003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48003,pv,100.0,200.0,400.5999999999767,601.2000000000116,801.8 +p48003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48003,wind-ons,0.0,0.0,82.46666666664532,164.93333333331975,247.4 +p48005,battery,0.0,0.0,177.8133333333535,355.6266666666488,533.44 +p48005,biomass,0.0,0.0,0.0,0.0,0.0 +p48005,coal,0.0,0.0,0.0,0.0,0.0 +p48005,csp,0.0,0.0,0.0,0.0,0.0 +p48005,gas,0.0,0.0,200.0,400.0,600.0 +p48005,geothermal,0.0,0.0,0.0,0.0,0.0 +p48005,h2,0.0,0.0,0.0,0.0,0.0 +p48005,hydro,0.0,0.0,0.0,0.0,0.0 +p48005,nuclear,0.0,0.0,0.0,0.0,0.0 +p48005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48005,pv,90.5,181.0,181.0,181.0,181.0 +p48005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48007,csp,0.0,0.0,0.0,0.0,0.0 +p48009,battery,0.0,0.0,218.2666666666628,436.5333333333256,654.8 +p48009,biomass,0.0,0.0,0.0,0.0,0.0 +p48009,coal,0.0,0.0,0.0,0.0,0.0 +p48009,csp,0.0,0.0,0.0,0.0,0.0 +p48009,gas,0.0,0.0,0.0,0.0,0.0 +p48009,geothermal,0.0,0.0,0.0,0.0,0.0 +p48009,h2,0.0,0.0,0.0,0.0,0.0 +p48009,hydro,0.0,0.0,0.0,0.0,0.0 +p48009,nuclear,0.0,0.0,0.0,0.0,0.0 +p48009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48009,pv,0.0,0.0,102.86999999999534,205.7399999999907,308.61 +p48009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48009,wind-ons,0.0,0.0,6.173333333334085,12.346666666666351,18.52 +p48011,battery,0.0,0.0,347.69333333324175,695.3866666665999,1043.08 +p48011,biomass,0.0,0.0,0.0,0.0,0.0 +p48011,coal,0.0,0.0,0.0,0.0,0.0 +p48011,csp,0.0,0.0,0.0,0.0,0.0 +p48011,gas,0.0,0.0,0.0,0.0,0.0 +p48011,geothermal,0.0,0.0,0.0,0.0,0.0 +p48011,h2,0.0,0.0,0.0,0.0,0.0 +p48011,hydro,0.0,0.0,0.0,0.0,0.0 +p48011,nuclear,0.0,0.0,0.0,0.0,0.0 +p48011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48011,pv,0.0,0.0,167.85333333333256,335.7066666666651,503.56 +p48011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48011,wind-ons,129.6,259.2,740.5333333332092,1221.8666666665813,1703.2 +p48013,battery,55.435,110.87,234.02999999999884,357.1900000000023,480.35 +p48013,biomass,0.0,0.0,0.0,0.0,0.0 +p48013,coal,0.0,0.0,0.0,0.0,0.0 +p48013,csp,0.0,0.0,0.0,0.0,0.0 +p48013,gas,0.0,0.0,0.0,0.0,0.0 +p48013,geothermal,0.0,0.0,0.0,0.0,0.0 +p48013,h2,0.0,0.0,0.0,0.0,0.0 +p48013,hydro,0.0,0.0,0.0,0.0,0.0 +p48013,nuclear,0.0,0.0,0.0,0.0,0.0 +p48013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48013,pv,60.945,121.89,392.016666666721,662.1433333333116,932.27 +p48013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48015,battery,0.0,0.0,558.9766666665673,1117.9533333331347,1676.9299999999998 +p48015,biomass,0.0,0.0,0.0,0.0,0.0 +p48015,coal,0.0,0.0,0.0,0.0,0.0 +p48015,csp,0.0,0.0,0.0,0.0,0.0 +p48015,gas,612.29,1224.58,1311.34666666665,1398.1133333333419,1484.8799999999999 +p48015,geothermal,0.0,0.0,0.0,0.0,0.0 +p48015,h2,0.0,0.0,0.0,0.0,0.0 +p48015,hydro,0.0,0.0,0.0,0.0,0.0 +p48015,nuclear,0.0,0.0,0.0,0.0,0.0 +p48015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48015,pv,0.0,0.0,117.4200000000128,234.8400000000256,352.26 +p48015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48017,battery,0.0,0.0,0.0,0.0,0.0 +p48017,biomass,0.0,0.0,0.0,0.0,0.0 +p48017,coal,0.0,0.0,0.0,0.0,0.0 +p48017,csp,0.0,0.0,0.0,0.0,0.0 +p48017,gas,0.0,0.0,0.0,0.0,0.0 +p48017,geothermal,0.0,0.0,0.0,0.0,0.0 +p48017,h2,0.0,0.0,0.0,0.0,0.0 +p48017,hydro,0.0,0.0,0.0,0.0,0.0 +p48017,nuclear,0.0,0.0,0.0,0.0,0.0 +p48017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48017,pv,0.0,0.0,0.0,0.0,0.0 +p48017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48017,wind-ons,0.0,0.0,133.5,267.0,400.5 +p48019,battery,9.8,19.6,86.6433333333407,153.6866666666756,220.73 +p48019,biomass,0.0,0.0,0.0,0.0,0.0 +p48019,coal,0.0,0.0,0.0,0.0,0.0 +p48019,csp,0.0,0.0,0.0,0.0,0.0 +p48019,gas,0.0,0.0,0.0,0.0,0.0 +p48019,geothermal,0.0,0.0,0.0,0.0,0.0 +p48019,h2,0.0,0.0,0.0,0.0,0.0 +p48019,hydro,0.0,0.0,0.0,0.0,0.0 +p48019,nuclear,0.0,0.0,0.0,0.0,0.0 +p48019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48019,pv,62.325,124.65,124.65,124.65,124.65 +p48019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48021,battery,92.82,185.64,440.89666666666744,696.1533333333209,951.41 +p48021,biomass,0.0,0.0,0.0,0.0,0.0 +p48021,coal,0.0,0.0,0.0,0.0,0.0 +p48021,csp,0.0,0.0,0.0,0.0,0.0 +p48021,gas,552.0,1104.0,2010.1499999999069,2916.3000000000466,3822.45 +p48021,geothermal,0.0,0.0,0.0,0.0,0.0 +p48021,h2,0.0,0.0,0.0,0.0,0.0 +p48021,hydro,0.0,0.0,0.0,0.0,0.0 +p48021,nuclear,0.0,0.0,0.0,0.0,0.0 +p48021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48021,pv,201.87,403.74,424.2733333333308,444.80666666666366,465.34000000000003 +p48021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48023,battery,0.0,0.0,0.0,0.0,0.0 +p48023,biomass,0.0,0.0,0.0,0.0,0.0 +p48023,coal,0.0,0.0,0.0,0.0,0.0 +p48023,csp,0.0,0.0,0.0,0.0,0.0 +p48023,gas,0.0,0.0,0.0,0.0,0.0 +p48023,geothermal,0.0,0.0,0.0,0.0,0.0 +p48023,h2,0.0,0.0,0.0,0.0,0.0 +p48023,hydro,0.0,0.0,0.0,0.0,0.0 +p48023,nuclear,0.0,0.0,0.0,0.0,0.0 +p48023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48023,pv,0.0,0.0,271.6700000000419,543.3399999999674,815.01 +p48023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48023,wind-ons,392.495,784.99,784.99,784.99,784.99 +p48025,battery,96.0,192.0,276.4800000000105,360.95999999999185,445.44 +p48025,biomass,0.0,0.0,0.0,0.0,0.0 +p48025,coal,0.0,0.0,0.0,0.0,0.0 +p48025,csp,0.0,0.0,0.0,0.0,0.0 +p48025,gas,0.0,0.0,0.0,0.0,0.0 +p48025,geothermal,0.0,0.0,0.0,0.0,0.0 +p48025,h2,0.0,0.0,0.0,0.0,0.0 +p48025,hydro,0.0,0.0,0.0,0.0,0.0 +p48025,nuclear,0.0,0.0,0.0,0.0,0.0 +p48025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48025,pv,286.12,572.24,676.6366666666581,781.0333333333256,885.4300000000001 +p48025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48025,wind-ons,134.1,268.2,268.2,268.2,268.2 +p48027,battery,236.01,472.02,903.8166666666511,1335.6133333334,1767.4099999999999 +p48027,biomass,0.0,0.0,0.0,0.0,0.0 +p48027,coal,0.0,0.0,0.0,0.0,0.0 +p48027,csp,0.0,0.0,0.0,0.0,0.0 +p48027,gas,0.0,0.0,313.93333333346527,627.8666666666977,941.8 +p48027,geothermal,0.0,0.0,0.0,0.0,0.0 +p48027,h2,0.0,0.0,0.0,0.0,0.0 +p48027,hydro,0.0,0.0,0.0,0.0,0.0 +p48027,nuclear,0.0,0.0,0.0,0.0,0.0 +p48027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48027,pv,402.755,805.51,844.1766666666517,882.8433333333232,921.51 +p48027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48029,battery,682.555,1365.11,2475.5433333334513,3585.976666667033,4696.41 +p48029,biomass,0.0,0.0,0.0,0.0,0.0 +p48029,coal,0.0,0.0,0.0,0.0,0.0 +p48029,csp,0.0,0.0,0.0,0.0,0.0 +p48029,gas,0.0,0.0,11.5,23.0,34.5 +p48029,geothermal,0.0,0.0,0.0,0.0,0.0 +p48029,h2,0.0,0.0,0.0,0.0,0.0 +p48029,hydro,0.0,0.0,0.0,0.0,0.0 +p48029,nuclear,0.0,0.0,0.0,0.0,0.0 +p48029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48029,pv,76.16,152.32,152.32,152.32,152.32 +p48029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48031,battery,0.0,0.0,51.26666666667734,102.53333333334012,153.8 +p48031,biomass,0.0,0.0,0.0,0.0,0.0 +p48031,coal,0.0,0.0,0.0,0.0,0.0 +p48031,gas,0.0,0.0,0.0,0.0,0.0 +p48031,geothermal,0.0,0.0,0.0,0.0,0.0 +p48031,h2,0.0,0.0,0.0,0.0,0.0 +p48031,hydro,0.0,0.0,0.0,0.0,0.0 +p48031,nuclear,0.0,0.0,0.0,0.0,0.0 +p48031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48031,pv,0.0,0.0,0.0,0.0,0.0 +p48031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48033,battery,450.95,901.9,1301.7866666667396,1701.673333333456,2101.56 +p48033,biomass,0.0,0.0,0.0,0.0,0.0 +p48033,coal,0.0,0.0,0.0,0.0,0.0 +p48033,csp,0.0,0.0,0.0,0.0,0.0 +p48033,gas,0.0,0.0,0.0,0.0,0.0 +p48033,geothermal,0.0,0.0,0.0,0.0,0.0 +p48033,h2,0.0,0.0,0.0,0.0,0.0 +p48033,hydro,0.0,0.0,0.0,0.0,0.0 +p48033,nuclear,0.0,0.0,0.0,0.0,0.0 +p48033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48033,pv,1152.625,2305.25,2858.7033333336003,3412.156666666968,3965.61 +p48033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48033,wind-ons,0.0,0.0,4.133333333333212,8.266666666666424,12.4 +p48035,battery,0.0,0.0,134.08333333337214,268.16666666668607,402.25 +p48035,biomass,0.0,0.0,0.0,0.0,0.0 +p48035,coal,0.0,0.0,0.0,0.0,0.0 +p48035,csp,0.0,0.0,0.0,0.0,0.0 +p48035,gas,0.0,0.0,0.0,0.0,0.0 +p48035,geothermal,0.0,0.0,0.0,0.0,0.0 +p48035,h2,0.0,0.0,0.0,0.0,0.0 +p48035,hydro,0.0,0.0,0.0,0.0,0.0 +p48035,nuclear,0.0,0.0,0.0,0.0,0.0 +p48035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48035,pv,155.55,311.1,369.5100000000093,427.91999999999825,486.33000000000004 +p48035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48037,battery,0.0,0.0,0.0,0.0,0.0 +p48037,biomass,0.0,0.0,0.0,0.0,0.0 +p48037,coal,0.0,0.0,0.0,0.0,0.0 +p48037,csp,0.0,0.0,0.0,0.0,0.0 +p48037,gas,0.0,0.0,0.0,0.0,0.0 +p48037,geothermal,0.0,0.0,0.0,0.0,0.0 +p48037,h2,0.0,0.0,0.0,0.0,0.0 +p48037,hydro,0.0,0.0,0.0,0.0,0.0 +p48037,nuclear,0.0,0.0,0.0,0.0,0.0 +p48037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48037,pv,224.0,448.0,598.6666666666279,749.3333333333139,900.0 +p48037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48039,battery,2054.66,4109.32,5056.073333333479,6002.8266666666605,6949.58 +p48039,biomass,0.0,0.0,0.0,0.0,0.0 +p48039,coal,0.0,0.0,0.0,0.0,0.0 +p48039,csp,0.0,0.0,0.0,0.0,0.0 +p48039,gas,102.355,204.71,412.0433333333931,619.376666666707,826.71 +p48039,geothermal,0.0,0.0,0.0,0.0,0.0 +p48039,h2,0.0,0.0,0.0,0.0,0.0 +p48039,hydro,0.0,0.0,0.0,0.0,0.0 +p48039,nuclear,0.0,0.0,0.0,0.0,0.0 +p48039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48039,pv,1225.245,2450.49,2621.1033333333908,2791.7166666667326,2962.33 +p48039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48039,wind-ons,101.165,202.33,716.3299999999581,1230.329999999958,1744.33 +p48041,battery,4.95,9.9,44.706666666679666,79.51333333333605,114.32000000000001 +p48041,biomass,0.0,0.0,0.0,0.0,0.0 +p48041,coal,0.0,0.0,0.0,0.0,0.0 +p48041,csp,0.0,0.0,0.0,0.0,0.0 +p48041,gas,0.0,0.0,0.0,0.0,0.0 +p48041,geothermal,0.0,0.0,0.0,0.0,0.0 +p48041,h2,0.0,0.0,0.0,0.0,0.0 +p48041,hydro,0.0,0.0,0.0,0.0,0.0 +p48041,nuclear,0.0,0.0,0.0,0.0,0.0 +p48041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48041,pv,0.0,0.0,67.20000000001164,134.39999999999418,201.6 +p48041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48043,battery,0.0,0.0,34.456666666665114,68.91333333333023,103.37 +p48043,biomass,0.0,0.0,0.0,0.0,0.0 +p48043,coal,0.0,0.0,0.0,0.0,0.0 +p48043,gas,0.0,0.0,0.0,0.0,0.0 +p48043,geothermal,0.0,0.0,0.0,0.0,0.0 +p48043,h2,0.0,0.0,0.0,0.0,0.0 +p48043,hydro,0.0,0.0,0.0,0.0,0.0 +p48043,nuclear,0.0,0.0,0.0,0.0,0.0 +p48043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48043,pv,0.0,0.0,41.843333333337796,83.68666666667559,125.53 +p48043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48045,battery,0.0,0.0,136.97999999998137,273.95999999996275,410.94 +p48045,biomass,0.0,0.0,0.0,0.0,0.0 +p48045,coal,0.0,0.0,0.0,0.0,0.0 +p48045,csp,0.0,0.0,0.0,0.0,0.0 +p48045,gas,0.0,0.0,0.0,0.0,0.0 +p48045,geothermal,0.0,0.0,0.0,0.0,0.0 +p48045,h2,0.0,0.0,0.0,0.0,0.0 +p48045,hydro,0.0,0.0,0.0,0.0,0.0 +p48045,nuclear,0.0,0.0,0.0,0.0,0.0 +p48045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48045,pv,0.0,0.0,304.0333333333256,608.0666666666511,912.1 +p48045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48045,wind-ons,0.0,0.0,213.79999999998836,427.5999999999767,641.4 +p48047,battery,0.0,0.0,138.40000000002328,276.79999999998836,415.2 +p48047,biomass,0.0,0.0,0.0,0.0,0.0 +p48047,coal,0.0,0.0,0.0,0.0,0.0 +p48047,csp,0.0,0.0,0.0,0.0,0.0 +p48047,gas,0.0,0.0,0.0,0.0,0.0 +p48047,geothermal,0.0,0.0,0.0,0.0,0.0 +p48047,h2,0.0,0.0,0.0,0.0,0.0 +p48047,hydro,0.0,0.0,0.0,0.0,0.0 +p48047,nuclear,0.0,0.0,0.0,0.0,0.0 +p48047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48047,pv,0.0,0.0,154.7233333333279,309.4466666666558,464.16999999999996 +p48047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48049,battery,0.0,0.0,478.8466666666791,957.6933333333582,1436.54 +p48049,biomass,0.0,0.0,0.0,0.0,0.0 +p48049,coal,0.0,0.0,0.0,0.0,0.0 +p48049,csp,0.0,0.0,0.0,0.0,0.0 +p48049,gas,0.0,0.0,0.0,0.0,0.0 +p48049,geothermal,0.0,0.0,0.0,0.0,0.0 +p48049,h2,0.0,0.0,0.0,0.0,0.0 +p48049,hydro,0.0,0.0,0.0,0.0,0.0 +p48049,nuclear,0.0,0.0,0.0,0.0,0.0 +p48049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48049,pv,0.0,0.0,383.50666666659527,767.013333333307,1150.52 +p48049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48053,battery,62.05,124.1,228.61333333334187,333.1266666666779,437.64 +p48053,biomass,0.0,0.0,0.0,0.0,0.0 +p48053,coal,0.0,0.0,0.0,0.0,0.0 +p48053,csp,0.0,0.0,0.0,0.0,0.0 +p48053,gas,0.0,0.0,0.0,0.0,0.0 +p48053,geothermal,0.0,0.0,0.0,0.0,0.0 +p48053,h2,0.0,0.0,0.0,0.0,0.0 +p48053,hydro,0.0,0.0,0.0,0.0,0.0 +p48053,nuclear,0.0,0.0,0.0,0.0,0.0 +p48053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48053,pv,41.275,82.55,82.55,82.55,82.55 +p48053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48055,battery,0.0,0.0,346.50666666659527,693.013333333307,1039.52 +p48055,biomass,0.0,0.0,0.0,0.0,0.0 +p48055,coal,0.0,0.0,0.0,0.0,0.0 +p48055,csp,0.0,0.0,0.0,0.0,0.0 +p48055,gas,141.3,282.6,1300.940000000177,2319.280000000028,3337.62 +p48055,geothermal,0.0,0.0,0.0,0.0,0.0 +p48055,h2,0.0,0.0,0.0,0.0,0.0 +p48055,hydro,0.0,0.0,0.0,0.0,0.0 +p48055,nuclear,0.0,0.0,0.0,0.0,0.0 +p48055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48055,pv,0.0,0.0,66.9466666666558,133.8933333333116,200.83999999999997 +p48055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48057,battery,0.0,0.0,102.53333333335468,205.06666666668025,307.6 +p48057,biomass,0.0,0.0,0.0,0.0,0.0 +p48057,coal,0.0,0.0,0.0,0.0,0.0 +p48057,csp,0.0,0.0,0.0,0.0,0.0 +p48057,gas,0.0,0.0,0.0,0.0,0.0 +p48057,geothermal,0.0,0.0,0.0,0.0,0.0 +p48057,h2,0.0,0.0,0.0,0.0,0.0 +p48057,hydro,0.0,0.0,0.0,0.0,0.0 +p48057,nuclear,0.0,0.0,0.0,0.0,0.0 +p48057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48057,pv,97.5,195.0,195.0,195.0,195.0 +p48057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48059,battery,0.0,0.0,136.7233333333279,273.4466666666558,410.16999999999996 +p48059,biomass,0.0,0.0,0.0,0.0,0.0 +p48059,coal,0.0,0.0,0.0,0.0,0.0 +p48059,csp,0.0,0.0,0.0,0.0,0.0 +p48059,gas,0.0,0.0,0.0,0.0,0.0 +p48059,geothermal,0.0,0.0,0.0,0.0,0.0 +p48059,h2,0.0,0.0,0.0,0.0,0.0 +p48059,hydro,0.0,0.0,0.0,0.0,0.0 +p48059,nuclear,0.0,0.0,0.0,0.0,0.0 +p48059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48059,pv,409.41,818.82,953.1300000000047,1087.4400000000023,1221.75 +p48059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48059,wind-ons,170.0,340.0,340.0,340.0,340.0 +p48061,battery,501.385,1002.77,1554.5533333334606,2106.3366666666698,2658.12 +p48061,biomass,0.0,0.0,0.0,0.0,0.0 +p48061,coal,0.0,0.0,0.0,0.0,0.0 +p48061,csp,0.0,0.0,0.0,0.0,0.0 +p48061,gas,0.0,0.0,512.1333333334187,1024.266666666721,1536.4 +p48061,geothermal,0.0,0.0,0.0,0.0,0.0 +p48061,h2,0.0,0.0,76.66666666668607,153.33333333334303,230.0 +p48061,hydro,0.0,0.0,0.0,0.0,0.0 +p48061,nuclear,0.0,0.0,0.0,0.0,0.0 +p48061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48061,pv,50.0,100.0,369.36999999999534,638.7399999999907,908.11 +p48061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48061,wind-ons,0.0,0.0,100.0,200.0,300.0 +p48063,csp,0.0,0.0,0.0,0.0,0.0 +p48065,battery,185.85,371.7,438.6333333333314,505.56666666668025,572.5 +p48065,biomass,0.0,0.0,0.0,0.0,0.0 +p48065,coal,0.0,0.0,0.0,0.0,0.0 +p48065,csp,0.0,0.0,0.0,0.0,0.0 +p48065,gas,0.0,0.0,0.0,0.0,0.0 +p48065,geothermal,0.0,0.0,0.0,0.0,0.0 +p48065,h2,0.0,0.0,0.0,0.0,0.0 +p48065,hydro,0.0,0.0,0.0,0.0,0.0 +p48065,nuclear,0.0,0.0,0.0,0.0,0.0 +p48065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48065,pv,219.7,439.4,439.4,439.4,439.4 +p48065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48065,wind-ons,0.0,0.0,202.09999999997672,404.20000000001164,606.3 +p48067,battery,0.0,0.0,0.0,0.0,0.0 +p48067,biomass,0.0,0.0,0.0,0.0,0.0 +p48067,coal,0.0,0.0,0.0,0.0,0.0 +p48067,gas,0.0,0.0,0.0,0.0,0.0 +p48067,geothermal,0.0,0.0,0.0,0.0,0.0 +p48067,h2,0.0,0.0,0.0,0.0,0.0 +p48067,hydro,0.0,0.0,0.0,0.0,0.0 +p48067,nuclear,0.0,0.0,0.0,0.0,0.0 +p48067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48067,pv,0.0,0.0,25.0,50.0,75.0 +p48067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48069,battery,150.52,301.04,384.90666666667676,468.77333333334536,552.64 +p48069,biomass,0.0,0.0,0.0,0.0,0.0 +p48069,coal,0.0,0.0,0.0,0.0,0.0 +p48069,csp,0.0,0.0,0.0,0.0,0.0 +p48069,gas,0.0,0.0,0.0,0.0,0.0 +p48069,geothermal,0.0,0.0,0.0,0.0,0.0 +p48069,h2,0.0,0.0,0.0,0.0,0.0 +p48069,hydro,0.0,0.0,0.0,0.0,0.0 +p48069,nuclear,0.0,0.0,0.0,0.0,0.0 +p48069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48069,pv,213.83499999999998,427.66999999999996,855.0366666666232,1282.403333333321,1709.77 +p48069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48069,wind-ons,173.9,347.8,561.5333333333256,775.2666666666628,989.0 +p48071,battery,185.83499999999998,371.66999999999996,371.66999999999996,371.66999999999996,371.66999999999996 +p48071,biomass,0.0,0.0,0.0,0.0,0.0 +p48071,coal,0.0,0.0,0.0,0.0,0.0 +p48071,csp,0.0,0.0,0.0,0.0,0.0 +p48071,gas,348.5,697.0,697.0,697.0,697.0 +p48071,geothermal,0.0,0.0,0.0,0.0,0.0 +p48071,h2,0.0,0.0,0.0,0.0,0.0 +p48071,hydro,0.0,0.0,0.0,0.0,0.0 +p48071,nuclear,0.0,0.0,0.0,0.0,0.0 +p48071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48071,pv,0.0,0.0,70.79999999998836,141.60000000000582,212.4 +p48071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48073,battery,25.47,50.94,84.3833333333314,117.82666666667501,151.26999999999998 +p48073,biomass,0.0,0.0,0.0,0.0,0.0 +p48073,coal,0.0,0.0,0.0,0.0,0.0 +p48073,csp,0.0,0.0,0.0,0.0,0.0 +p48073,gas,0.0,0.0,391.1666666667443,782.3333333333721,1173.5 +p48073,geothermal,0.0,0.0,0.0,0.0,0.0 +p48073,h2,0.0,0.0,0.0,0.0,0.0 +p48073,hydro,0.0,0.0,0.0,0.0,0.0 +p48073,nuclear,0.0,0.0,0.0,0.0,0.0 +p48073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48073,pv,0.0,0.0,0.0,0.0,0.0 +p48073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48075,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p48075,biomass,0.0,0.0,0.0,0.0,0.0 +p48075,coal,0.0,0.0,0.0,0.0,0.0 +p48075,csp,0.0,0.0,0.0,0.0,0.0 +p48075,gas,0.0,0.0,0.0,0.0,0.0 +p48075,geothermal,0.0,0.0,0.0,0.0,0.0 +p48075,h2,0.0,0.0,0.0,0.0,0.0 +p48075,hydro,0.0,0.0,0.0,0.0,0.0 +p48075,nuclear,0.0,0.0,0.0,0.0,0.0 +p48075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48075,pv,251.29,502.58,502.58,502.58,502.58 +p48075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48075,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48077,battery,0.0,0.0,270.36999999999534,540.7399999999907,811.11 +p48077,biomass,0.0,0.0,0.0,0.0,0.0 +p48077,coal,0.0,0.0,0.0,0.0,0.0 +p48077,csp,0.0,0.0,0.0,0.0,0.0 +p48077,gas,0.0,0.0,0.0,0.0,0.0 +p48077,geothermal,0.0,0.0,0.0,0.0,0.0 +p48077,h2,0.0,0.0,0.0,0.0,0.0 +p48077,hydro,0.0,0.0,0.0,0.0,0.0 +p48077,nuclear,0.0,0.0,0.0,0.0,0.0 +p48077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48077,pv,225.845,451.69,652.9233333333395,854.1566666666768,1055.39 +p48077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48077,wind-ons,0.0,0.0,80.5,161.0,241.5 +p48079,battery,60.0,120.0,120.0,120.0,120.0 +p48079,biomass,0.0,0.0,0.0,0.0,0.0 +p48079,coal,0.0,0.0,0.0,0.0,0.0 +p48079,gas,0.0,0.0,0.0,0.0,0.0 +p48079,geothermal,0.0,0.0,0.0,0.0,0.0 +p48079,h2,0.0,0.0,0.0,0.0,0.0 +p48079,hydro,0.0,0.0,0.0,0.0,0.0 +p48079,nuclear,0.0,0.0,0.0,0.0,0.0 +p48079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48079,pv,0.0,0.0,0.0,0.0,0.0 +p48079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48081,battery,0.0,0.0,178.4633333333186,356.9266666666372,535.39 +p48081,biomass,0.0,0.0,0.0,0.0,0.0 +p48081,coal,0.0,0.0,0.0,0.0,0.0 +p48081,csp,0.0,0.0,0.0,0.0,0.0 +p48081,gas,0.0,0.0,0.0,0.0,0.0 +p48081,geothermal,0.0,0.0,0.0,0.0,0.0 +p48081,h2,0.0,0.0,0.0,0.0,0.0 +p48081,hydro,0.0,0.0,0.0,0.0,0.0 +p48081,nuclear,0.0,0.0,0.0,0.0,0.0 +p48081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48081,pv,75.6,151.2,242.06666666665114,332.93333333331975,423.8 +p48081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48083,battery,0.0,0.0,46.843333333337796,93.68666666667559,140.53 +p48083,biomass,0.0,0.0,0.0,0.0,0.0 +p48083,coal,0.0,0.0,0.0,0.0,0.0 +p48083,csp,0.0,0.0,0.0,0.0,0.0 +p48083,gas,0.0,0.0,0.0,0.0,0.0 +p48083,geothermal,0.0,0.0,0.0,0.0,0.0 +p48083,h2,0.0,0.0,0.0,0.0,0.0 +p48083,hydro,0.0,0.0,0.0,0.0,0.0 +p48083,nuclear,0.0,0.0,0.0,0.0,0.0 +p48083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48083,pv,199.415,398.83,734.1633333332138,1069.496666666586,1404.83 +p48083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48085,battery,361.3,722.6,875.2466666666442,1027.8933333333116,1180.54 +p48085,biomass,0.0,0.0,0.0,0.0,0.0 +p48085,coal,0.0,0.0,0.0,0.0,0.0 +p48085,csp,0.0,0.0,0.0,0.0,0.0 +p48085,gas,0.0,0.0,0.0,0.0,0.0 +p48085,geothermal,0.0,0.0,0.0,0.0,0.0 +p48085,h2,0.0,0.0,0.0,0.0,0.0 +p48085,hydro,0.0,0.0,0.0,0.0,0.0 +p48085,nuclear,0.0,0.0,0.0,0.0,0.0 +p48085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48085,pv,0.0,0.0,0.0,0.0,0.0 +p48085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48089,battery,101.105,202.21,685.640000000014,1169.0700000000652,1652.5 +p48089,biomass,0.0,0.0,0.0,0.0,0.0 +p48089,coal,0.0,0.0,0.0,0.0,0.0 +p48089,csp,0.0,0.0,0.0,0.0,0.0 +p48089,gas,60.9,121.8,121.8,121.8,121.8 +p48089,geothermal,0.0,0.0,0.0,0.0,0.0 +p48089,h2,0.0,0.0,0.0,0.0,0.0 +p48089,hydro,0.0,0.0,0.0,0.0,0.0 +p48089,nuclear,0.0,0.0,0.0,0.0,0.0 +p48089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48089,pv,254.305,508.61,912.7000000000698,1316.7900000000373,1720.88 +p48089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48091,battery,0.0,0.0,135.50333333329763,271.0066666666535,406.51 +p48091,biomass,0.0,0.0,0.0,0.0,0.0 +p48091,coal,0.0,0.0,0.0,0.0,0.0 +p48091,csp,0.0,0.0,0.0,0.0,0.0 +p48091,gas,0.0,0.0,0.0,0.0,0.0 +p48091,geothermal,0.0,0.0,0.0,0.0,0.0 +p48091,h2,0.0,0.0,0.0,0.0,0.0 +p48091,hydro,0.0,0.0,0.0,0.0,0.0 +p48091,nuclear,0.0,0.0,0.0,0.0,0.0 +p48091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48091,pv,0.0,0.0,0.0,0.0,0.0 +p48091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48093,battery,0.0,0.0,721.2900000000373,1442.5800000000745,2163.87 +p48093,biomass,0.0,0.0,0.0,0.0,0.0 +p48093,coal,0.0,0.0,0.0,0.0,0.0 +p48093,csp,0.0,0.0,0.0,0.0,0.0 +p48093,gas,0.0,0.0,0.0,0.0,0.0 +p48093,geothermal,0.0,0.0,0.0,0.0,0.0 +p48093,h2,0.0,0.0,0.0,0.0,0.0 +p48093,hydro,0.0,0.0,0.0,0.0,0.0 +p48093,nuclear,0.0,0.0,0.0,0.0,0.0 +p48093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48093,pv,50.75,101.5,360.4133333332138,619.3266666666605,878.24 +p48093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48095,battery,286.1,572.2,622.2933333333349,672.3866666666727,722.48 +p48095,biomass,0.0,0.0,0.0,0.0,0.0 +p48095,coal,0.0,0.0,0.0,0.0,0.0 +p48095,csp,0.0,0.0,0.0,0.0,0.0 +p48095,gas,0.0,0.0,0.0,0.0,0.0 +p48095,geothermal,0.0,0.0,0.0,0.0,0.0 +p48095,h2,0.0,0.0,0.0,0.0,0.0 +p48095,hydro,0.0,0.0,0.0,0.0,0.0 +p48095,nuclear,0.0,0.0,0.0,0.0,0.0 +p48095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48095,pv,563.655,1127.31,1174.813333333339,1222.3166666666802,1269.82 +p48095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48095,wind-ons,0.0,0.0,126.3933333333407,252.7866666666814,379.18 +p48097,battery,154.9,309.8,529.7733333333163,749.7466666666442,969.72 +p48097,biomass,0.0,0.0,0.0,0.0,0.0 +p48097,coal,0.0,0.0,0.0,0.0,0.0 +p48097,csp,0.0,0.0,0.0,0.0,0.0 +p48097,gas,0.0,0.0,0.0,0.0,0.0 +p48097,geothermal,0.0,0.0,0.0,0.0,0.0 +p48097,h2,0.0,0.0,0.0,0.0,0.0 +p48097,hydro,0.0,0.0,0.0,0.0,0.0 +p48097,nuclear,0.0,0.0,0.0,0.0,0.0 +p48097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48097,pv,75.295,150.59,150.59,150.59,150.59 +p48097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48097,wind-ons,90.04,180.08,180.08,180.08,180.08 +p48099,battery,25.8,51.6,51.6,51.6,51.6 +p48099,biomass,0.0,0.0,0.0,0.0,0.0 +p48099,coal,0.0,0.0,0.0,0.0,0.0 +p48099,csp,0.0,0.0,0.0,0.0,0.0 +p48099,gas,0.0,0.0,0.0,0.0,0.0 +p48099,geothermal,0.0,0.0,0.0,0.0,0.0 +p48099,h2,0.0,0.0,0.0,0.0,0.0 +p48099,hydro,0.0,0.0,0.0,0.0,0.0 +p48099,nuclear,0.0,0.0,0.0,0.0,0.0 +p48099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48099,pv,28.0,56.0,56.0,56.0,56.0 +p48099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48101,battery,0.0,0.0,67.17999999999302,134.36000000001513,201.54 +p48101,biomass,0.0,0.0,0.0,0.0,0.0 +p48101,coal,0.0,0.0,0.0,0.0,0.0 +p48101,csp,0.0,0.0,0.0,0.0,0.0 +p48101,gas,0.0,0.0,0.0,0.0,0.0 +p48101,geothermal,0.0,0.0,0.0,0.0,0.0 +p48101,h2,0.0,0.0,0.0,0.0,0.0 +p48101,hydro,0.0,0.0,0.0,0.0,0.0 +p48101,nuclear,0.0,0.0,0.0,0.0,0.0 +p48101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48101,pv,126.0,252.0,419.6366666665999,587.273333333258,754.91 +p48101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48101,wind-ons,0.0,0.0,167.32000000000698,334.64000000001397,501.96000000000004 +p48103,battery,101.935,203.87,593.8866666667163,983.9033333333209,1373.92 +p48103,biomass,0.0,0.0,0.0,0.0,0.0 +p48103,coal,0.0,0.0,0.0,0.0,0.0 +p48103,csp,0.0,0.0,0.0,0.0,0.0 +p48103,gas,0.0,0.0,0.0,0.0,0.0 +p48103,geothermal,0.0,0.0,0.0,0.0,0.0 +p48103,h2,0.0,0.0,0.0,0.0,0.0 +p48103,hydro,0.0,0.0,0.0,0.0,0.0 +p48103,nuclear,0.0,0.0,0.0,0.0,0.0 +p48103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48103,pv,201.62,403.24,642.3066666667,881.3733333333512,1120.44 +p48103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48105,battery,255.0,510.0,577.0666666666802,644.1333333333314,711.2 +p48105,biomass,0.0,0.0,0.0,0.0,0.0 +p48105,coal,0.0,0.0,0.0,0.0,0.0 +p48105,csp,0.0,0.0,0.0,0.0,0.0 +p48105,gas,0.0,0.0,0.0,0.0,0.0 +p48105,geothermal,0.0,0.0,0.0,0.0,0.0 +p48105,h2,0.0,0.0,0.0,0.0,0.0 +p48105,hydro,0.0,0.0,0.0,0.0,0.0 +p48105,nuclear,0.0,0.0,0.0,0.0,0.0 +p48105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48105,pv,50.6,101.2,268.83333333331393,436.4666666666162,604.1 +p48105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48105,wind-ons,132.7,265.4,265.4,265.4,265.4 +p48107,battery,25.0,50.0,50.0,50.0,50.0 +p48107,biomass,0.0,0.0,0.0,0.0,0.0 +p48107,coal,0.0,0.0,0.0,0.0,0.0 +p48107,csp,0.0,0.0,0.0,0.0,0.0 +p48107,gas,0.0,0.0,0.0,0.0,0.0 +p48107,geothermal,0.0,0.0,0.0,0.0,0.0 +p48107,h2,0.0,0.0,0.0,0.0,0.0 +p48107,hydro,0.0,0.0,0.0,0.0,0.0 +p48107,nuclear,0.0,0.0,0.0,0.0,0.0 +p48107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48107,pv,0.0,0.0,0.0,0.0,0.0 +p48107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48107,wind-ons,150.0,300.0,383.7666666666337,467.5333333333256,551.3 +p48109,battery,0.0,0.0,51.76666666667734,103.53333333334012,155.3 +p48109,biomass,0.0,0.0,0.0,0.0,0.0 +p48109,coal,0.0,0.0,0.0,0.0,0.0 +p48109,csp,0.0,0.0,0.0,0.0,0.0 +p48109,gas,0.0,0.0,0.0,0.0,0.0 +p48109,geothermal,0.0,0.0,0.0,0.0,0.0 +p48109,h2,0.0,0.0,0.0,0.0,0.0 +p48109,hydro,0.0,0.0,0.0,0.0,0.0 +p48109,nuclear,0.0,0.0,0.0,0.0,0.0 +p48109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48109,pv,30.380000000000003,60.760000000000005,211.7600000000093,362.7600000000093,513.76 +p48109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48109,wind-ons,0.0,0.0,246.66666666662786,493.33333333331393,740.0 +p48111,battery,0.0,0.0,0.0,0.0,0.0 +p48111,biomass,0.0,0.0,0.0,0.0,0.0 +p48111,coal,0.0,0.0,0.0,0.0,0.0 +p48111,gas,0.0,0.0,0.0,0.0,0.0 +p48111,geothermal,0.0,0.0,0.0,0.0,0.0 +p48111,h2,0.0,0.0,0.0,0.0,0.0 +p48111,hydro,0.0,0.0,0.0,0.0,0.0 +p48111,nuclear,0.0,0.0,0.0,0.0,0.0 +p48111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48111,pv,0.0,0.0,0.0,0.0,0.0 +p48111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48111,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p48113,battery,4.975,9.95,333.35000000009313,656.7500000001164,980.15 +p48113,biomass,0.0,0.0,0.0,0.0,0.0 +p48113,coal,0.0,0.0,0.0,0.0,0.0 +p48113,csp,0.0,0.0,0.0,0.0,0.0 +p48113,gas,0.0,0.0,0.0,0.0,0.0 +p48113,geothermal,0.0,0.0,0.0,0.0,0.0 +p48113,h2,0.0,0.0,0.0,0.0,0.0 +p48113,hydro,0.0,0.0,0.0,0.0,0.0 +p48113,nuclear,0.0,0.0,0.0,0.0,0.0 +p48113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48113,pv,0.0,0.0,0.0,0.0,0.0 +p48113,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48113,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48115,battery,50.0,100.0,100.0,100.0,100.0 +p48115,biomass,0.0,0.0,0.0,0.0,0.0 +p48115,coal,0.0,0.0,0.0,0.0,0.0 +p48115,csp,0.0,0.0,0.0,0.0,0.0 +p48115,gas,0.0,0.0,0.0,0.0,0.0 +p48115,geothermal,0.0,0.0,0.0,0.0,0.0 +p48115,h2,0.0,0.0,0.0,0.0,0.0 +p48115,hydro,0.0,0.0,0.0,0.0,0.0 +p48115,nuclear,0.0,0.0,0.0,0.0,0.0 +p48115,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48115,pv,130.0,260.0,260.0,260.0,260.0 +p48115,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48115,wind-ons,176.3,352.6,517.6699999999837,682.7399999999907,847.8100000000001 +p48117,battery,0.0,0.0,68.98666666666395,137.9733333333279,206.96 +p48117,biomass,0.0,0.0,0.0,0.0,0.0 +p48117,coal,0.0,0.0,0.0,0.0,0.0 +p48117,csp,0.0,0.0,0.0,0.0,0.0 +p48117,gas,0.0,0.0,0.0,0.0,0.0 +p48117,geothermal,0.0,0.0,0.0,0.0,0.0 +p48117,h2,0.0,0.0,0.0,0.0,0.0 +p48117,hydro,0.0,0.0,0.0,0.0,0.0 +p48117,nuclear,0.0,0.0,0.0,0.0,0.0 +p48117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48117,pv,1023.25,2046.5,2419.0333333333256,2791.566666666651,3164.1 +p48117,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48117,wind-ons,310.8,621.6,1036.466666666558,1451.3333333332557,1866.1999999999998 +p48119,battery,16.57,33.14,33.14,33.14,33.14 +p48119,biomass,0.0,0.0,0.0,0.0,0.0 +p48119,coal,0.0,0.0,0.0,0.0,0.0 +p48119,csp,0.0,0.0,0.0,0.0,0.0 +p48119,gas,0.0,0.0,0.0,0.0,0.0 +p48119,geothermal,0.0,0.0,0.0,0.0,0.0 +p48119,h2,0.0,0.0,0.0,0.0,0.0 +p48119,hydro,0.0,0.0,0.0,0.0,0.0 +p48119,nuclear,0.0,0.0,0.0,0.0,0.0 +p48119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48119,pv,38.605,77.21,102.60333333333256,127.99666666666599,153.39 +p48119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48121,battery,0.0,0.0,66.98666666666395,133.9733333333279,200.96 +p48121,biomass,0.0,0.0,0.0,0.0,0.0 +p48121,coal,0.0,0.0,0.0,0.0,0.0 +p48121,csp,0.0,0.0,0.0,0.0,0.0 +p48121,gas,0.0,0.0,0.0,0.0,0.0 +p48121,geothermal,0.0,0.0,0.0,0.0,0.0 +p48121,h2,0.0,0.0,0.0,0.0,0.0 +p48121,hydro,0.0,0.0,0.0,0.0,0.0 +p48121,nuclear,0.0,0.0,0.0,0.0,0.0 +p48121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48121,pv,0.0,0.0,0.0,0.0,0.0 +p48121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48123,battery,0.0,0.0,118.75333333335584,237.50666666668258,356.26 +p48123,biomass,0.0,0.0,0.0,0.0,0.0 +p48123,coal,0.0,0.0,0.0,0.0,0.0 +p48123,csp,0.0,0.0,0.0,0.0,0.0 +p48123,gas,0.0,0.0,0.0,0.0,0.0 +p48123,geothermal,0.0,0.0,0.0,0.0,0.0 +p48123,h2,0.0,0.0,0.0,0.0,0.0 +p48123,hydro,0.0,0.0,0.0,0.0,0.0 +p48123,nuclear,0.0,0.0,0.0,0.0,0.0 +p48123,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48123,pv,205.2,410.4,478.79999999998836,547.1999999999825,615.5999999999999 +p48123,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48123,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48125,battery,101.35,202.7,437.18333333334886,671.6666666666861,906.1500000000001 +p48125,biomass,0.0,0.0,0.0,0.0,0.0 +p48125,coal,0.0,0.0,0.0,0.0,0.0 +p48125,csp,0.0,0.0,0.0,0.0,0.0 +p48125,gas,0.0,0.0,0.0,0.0,0.0 +p48125,geothermal,0.0,0.0,0.0,0.0,0.0 +p48125,h2,0.0,0.0,0.0,0.0,0.0 +p48125,hydro,0.0,0.0,0.0,0.0,0.0 +p48125,nuclear,0.0,0.0,0.0,0.0,0.0 +p48125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48125,pv,198.74,397.48,633.2133333333186,868.9466666666558,1104.68 +p48125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48125,wind-ons,0.0,0.0,97.53333333335468,195.06666666668025,292.6 +p48127,battery,4.995,9.99,339.09333333338145,668.1966666667722,997.3 +p48127,biomass,0.0,0.0,0.0,0.0,0.0 +p48127,coal,0.0,0.0,0.0,0.0,0.0 +p48127,csp,0.0,0.0,0.0,0.0,0.0 +p48127,gas,0.0,0.0,0.0,0.0,0.0 +p48127,geothermal,0.0,0.0,0.0,0.0,0.0 +p48127,h2,0.0,0.0,0.0,0.0,0.0 +p48127,hydro,0.0,0.0,0.0,0.0,0.0 +p48127,nuclear,0.0,0.0,0.0,0.0,0.0 +p48127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48127,pv,0.0,0.0,102.26666666663368,204.53333333332557,306.8 +p48127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48127,wind-ons,0.0,0.0,100.0,200.0,300.0 +p48131,battery,0.0,0.0,354.93333333346527,709.8666666666977,1064.8 +p48131,biomass,0.0,0.0,0.0,0.0,0.0 +p48131,coal,0.0,0.0,0.0,0.0,0.0 +p48131,csp,0.0,0.0,0.0,0.0,0.0 +p48131,gas,0.0,0.0,111.56666666668025,223.1333333333314,334.7 +p48131,geothermal,0.0,0.0,0.0,0.0,0.0 +p48131,h2,0.0,0.0,0.0,0.0,0.0 +p48131,hydro,0.0,0.0,0.0,0.0,0.0 +p48131,nuclear,0.0,0.0,0.0,0.0,0.0 +p48131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48131,pv,120.745,241.49,802.8166666664183,1364.1433333333116,1925.47 +p48131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48131,wind-ons,0.0,0.0,169.46666666673264,338.93333333334886,508.4 +p48133,battery,0.0,0.0,81.66666666668607,163.33333333334303,245.0 +p48133,biomass,0.0,0.0,0.0,0.0,0.0 +p48133,coal,0.0,0.0,0.0,0.0,0.0 +p48133,csp,0.0,0.0,0.0,0.0,0.0 +p48133,gas,0.0,0.0,0.0,0.0,0.0 +p48133,geothermal,0.0,0.0,0.0,0.0,0.0 +p48133,h2,0.0,0.0,0.0,0.0,0.0 +p48133,hydro,0.0,0.0,0.0,0.0,0.0 +p48133,nuclear,0.0,0.0,0.0,0.0,0.0 +p48133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48133,pv,0.0,0.0,213.0,426.0,639.0 +p48133,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48133,wind-ons,8.0,16.0,17.09999999999991,18.199999999999818,19.3 +p48135,battery,4.95,9.9,734.123333333293,1458.346666666679,2182.57 +p48135,biomass,0.0,0.0,0.0,0.0,0.0 +p48135,coal,0.0,0.0,0.0,0.0,0.0 +p48135,csp,0.0,0.0,0.0,0.0,0.0 +p48135,gas,0.0,0.0,41.13333333331684,82.26666666666279,123.4 +p48135,geothermal,0.0,0.0,0.0,0.0,0.0 +p48135,h2,0.0,0.0,0.0,0.0,0.0 +p48135,hydro,0.0,0.0,0.0,0.0,0.0 +p48135,nuclear,0.0,0.0,0.0,0.0,0.0 +p48135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48135,pv,444.68,889.36,1390.7133333333768,1892.0666666667676,2393.42 +p48135,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48137,csp,0.0,0.0,0.0,0.0,0.0 +p48139,battery,133.945,267.89,1122.3999999999069,1976.9099999999162,2831.4199999999996 +p48139,biomass,0.0,0.0,0.0,0.0,0.0 +p48139,coal,0.0,0.0,0.0,0.0,0.0 +p48139,csp,0.0,0.0,0.0,0.0,0.0 +p48139,gas,0.0,0.0,18.0,36.0,54.0 +p48139,geothermal,0.0,0.0,0.0,0.0,0.0 +p48139,h2,0.0,0.0,0.0,0.0,0.0 +p48139,hydro,0.0,0.0,0.0,0.0,0.0 +p48139,nuclear,0.0,0.0,0.0,0.0,0.0 +p48139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48139,pv,198.75,397.5,760.2800000000279,1123.0599999999395,1485.84 +p48139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48141,battery,150.0,300.0,433.33333333337214,566.6666666666861,700.0 +p48141,biomass,0.0,0.0,0.0,0.0,0.0 +p48141,coal,0.0,0.0,0.0,0.0,0.0 +p48141,csp,0.0,0.0,0.0,0.0,0.0 +p48141,gas,0.0,0.0,0.0,0.0,0.0 +p48141,geothermal,0.0,0.0,0.0,0.0,0.0 +p48141,h2,0.0,0.0,0.0,0.0,0.0 +p48141,hydro,0.0,0.0,0.0,0.0,0.0 +p48141,nuclear,0.0,0.0,0.0,0.0,0.0 +p48141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48141,pv,200.0,400.0,599.0,798.0,997.0 +p48141,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48141,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48143,battery,153.175,306.35,390.2833333333256,474.2166666666744,558.1500000000001 +p48143,biomass,0.0,0.0,0.0,0.0,0.0 +p48143,coal,0.0,0.0,0.0,0.0,0.0 +p48143,csp,0.0,0.0,0.0,0.0,0.0 +p48143,gas,0.0,0.0,0.0,0.0,0.0 +p48143,geothermal,0.0,0.0,0.0,0.0,0.0 +p48143,h2,0.0,0.0,0.0,0.0,0.0 +p48143,hydro,0.0,0.0,0.0,0.0,0.0 +p48143,nuclear,0.0,0.0,0.0,0.0,0.0 +p48143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48143,pv,103.7,207.4,309.06666666668025,410.7333333333372,512.4 +p48143,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48143,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48145,battery,0.0,0.0,0.0,0.0,0.0 +p48145,biomass,0.0,0.0,0.0,0.0,0.0 +p48145,coal,0.0,0.0,0.0,0.0,0.0 +p48145,csp,0.0,0.0,0.0,0.0,0.0 +p48145,gas,0.0,0.0,0.0,0.0,0.0 +p48145,geothermal,0.0,0.0,0.0,0.0,0.0 +p48145,h2,0.0,0.0,0.0,0.0,0.0 +p48145,hydro,0.0,0.0,0.0,0.0,0.0 +p48145,nuclear,0.0,0.0,0.0,0.0,0.0 +p48145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48145,pv,389.78999999999996,779.5799999999999,1032.3733333333512,1285.166666666686,1537.96 +p48145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48145,wind-ons,0.0,0.0,66.23333333336632,132.46666666667443,198.7 +p48147,battery,154.765,309.53,373.56333333333896,437.59666666666453,501.63 +p48147,biomass,0.0,0.0,0.0,0.0,0.0 +p48147,coal,0.0,0.0,0.0,0.0,0.0 +p48147,csp,0.0,0.0,0.0,0.0,0.0 +p48147,gas,0.0,0.0,0.0,0.0,0.0 +p48147,geothermal,0.0,0.0,0.0,0.0,0.0 +p48147,h2,0.0,0.0,0.0,0.0,0.0 +p48147,hydro,0.0,0.0,0.0,0.0,0.0 +p48147,nuclear,0.0,0.0,0.0,0.0,0.0 +p48147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48147,pv,0.0,0.0,0.0,0.0,0.0 +p48147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48147,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48149,battery,0.0,0.0,205.17666666669538,410.35333333339076,615.53 +p48149,biomass,0.0,0.0,0.0,0.0,0.0 +p48149,coal,0.0,0.0,0.0,0.0,0.0 +p48149,csp,0.0,0.0,0.0,0.0,0.0 +p48149,gas,0.0,0.0,0.0,0.0,0.0 +p48149,geothermal,0.0,0.0,0.0,0.0,0.0 +p48149,h2,0.0,0.0,0.0,0.0,0.0 +p48149,hydro,0.0,0.0,0.0,0.0,0.0 +p48149,nuclear,0.0,0.0,0.0,0.0,0.0 +p48149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48149,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p48149,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48151,battery,0.0,0.0,80.0,160.0,240.0 +p48151,biomass,0.0,0.0,0.0,0.0,0.0 +p48151,coal,0.0,0.0,0.0,0.0,0.0 +p48151,csp,0.0,0.0,0.0,0.0,0.0 +p48151,gas,0.0,0.0,0.0,0.0,0.0 +p48151,geothermal,0.0,0.0,0.0,0.0,0.0 +p48151,h2,0.0,0.0,0.0,0.0,0.0 +p48151,hydro,0.0,0.0,0.0,0.0,0.0 +p48151,nuclear,0.0,0.0,0.0,0.0,0.0 +p48151,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48151,pv,75.0,150.0,668.7666666668374,1187.533333333442,1706.3 +p48151,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48151,wind-ons,209.45,418.9,660.4666666666744,902.0333333333256,1143.6 +p48153,battery,0.0,0.0,0.0,0.0,0.0 +p48153,biomass,0.0,0.0,0.0,0.0,0.0 +p48153,coal,0.0,0.0,0.0,0.0,0.0 +p48153,gas,0.0,0.0,0.0,0.0,0.0 +p48153,geothermal,0.0,0.0,0.0,0.0,0.0 +p48153,h2,0.0,0.0,0.0,0.0,0.0 +p48153,hydro,0.0,0.0,0.0,0.0,0.0 +p48153,nuclear,0.0,0.0,0.0,0.0,0.0 +p48153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48153,pv,0.0,0.0,0.0,0.0,0.0 +p48153,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48153,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p48155,battery,150.595,301.19,301.19,301.19,301.19 +p48155,biomass,0.0,0.0,0.0,0.0,0.0 +p48155,coal,0.0,0.0,0.0,0.0,0.0 +p48155,csp,0.0,0.0,0.0,0.0,0.0 +p48155,gas,0.0,0.0,0.0,0.0,0.0 +p48155,geothermal,0.0,0.0,0.0,0.0,0.0 +p48155,h2,0.0,0.0,0.0,0.0,0.0 +p48155,hydro,0.0,0.0,0.0,0.0,0.0 +p48155,nuclear,0.0,0.0,0.0,0.0,0.0 +p48155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48155,pv,0.0,0.0,92.1166666666686,184.2333333333372,276.35 +p48155,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48155,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48157,battery,755.65,1511.3,1851.0066666667117,2190.713333333377,2530.42 +p48157,biomass,0.0,0.0,0.0,0.0,0.0 +p48157,coal,0.0,0.0,0.0,0.0,0.0 +p48157,csp,0.0,0.0,0.0,0.0,0.0 +p48157,gas,0.0,0.0,0.0,0.0,0.0 +p48157,geothermal,0.0,0.0,0.0,0.0,0.0 +p48157,h2,0.0,0.0,0.0,0.0,0.0 +p48157,hydro,0.0,0.0,0.0,0.0,0.0 +p48157,nuclear,0.0,0.0,0.0,0.0,0.0 +p48157,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48157,pv,395.02,790.04,790.04,790.04,790.04 +p48157,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48157,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48159,battery,87.725,175.45,203.4533333333311,231.45666666666511,259.46 +p48159,biomass,0.0,0.0,0.0,0.0,0.0 +p48159,coal,0.0,0.0,0.0,0.0,0.0 +p48159,csp,0.0,0.0,0.0,0.0,0.0 +p48159,gas,0.0,0.0,553.466666666558,1106.9333333333489,1660.4 +p48159,geothermal,0.0,0.0,0.0,0.0,0.0 +p48159,h2,0.0,0.0,0.0,0.0,0.0 +p48159,hydro,0.0,0.0,0.0,0.0,0.0 +p48159,nuclear,0.0,0.0,0.0,0.0,0.0 +p48159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48159,pv,252.71,505.42,569.8866666666727,634.3533333333471,698.82 +p48159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48159,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48161,battery,111.975,223.95,608.3800000000047,992.8100000000559,1377.24 +p48161,biomass,0.0,0.0,0.0,0.0,0.0 +p48161,coal,0.0,0.0,0.0,0.0,0.0 +p48161,csp,0.0,0.0,0.0,0.0,0.0 +p48161,gas,228.0,456.0,880.6666666667443,1305.3333333333721,1730.0 +p48161,geothermal,0.0,0.0,0.0,0.0,0.0 +p48161,h2,0.0,0.0,0.0,0.0,0.0 +p48161,hydro,0.0,0.0,0.0,0.0,0.0 +p48161,nuclear,0.0,0.0,0.0,0.0,0.0 +p48161,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48161,pv,241.0,482.0,818.9699999999721,1155.9400000000605,1492.9099999999999 +p48161,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48161,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48163,battery,0.0,0.0,168.71000000002095,337.4199999999837,506.13 +p48163,biomass,0.0,0.0,0.0,0.0,0.0 +p48163,coal,0.0,0.0,0.0,0.0,0.0 +p48163,csp,0.0,0.0,0.0,0.0,0.0 +p48163,gas,0.0,0.0,0.0,0.0,0.0 +p48163,geothermal,0.0,0.0,0.0,0.0,0.0 +p48163,h2,0.0,0.0,0.0,0.0,0.0 +p48163,hydro,0.0,0.0,0.0,0.0,0.0 +p48163,nuclear,0.0,0.0,0.0,0.0,0.0 +p48163,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48163,pv,0.0,0.0,305.0999999999767,610.1999999999534,915.3 +p48163,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48163,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48165,battery,0.0,0.0,0.0,0.0,0.0 +p48165,biomass,0.0,0.0,0.0,0.0,0.0 +p48165,coal,0.0,0.0,0.0,0.0,0.0 +p48165,gas,501.5,1003.0,1003.0,1003.0,1003.0 +p48165,geothermal,0.0,0.0,0.0,0.0,0.0 +p48165,h2,0.0,0.0,0.0,0.0,0.0 +p48165,hydro,0.0,0.0,0.0,0.0,0.0 +p48165,nuclear,0.0,0.0,0.0,0.0,0.0 +p48165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48165,pv,0.0,0.0,0.0,0.0,0.0 +p48165,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48165,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48167,battery,697.74,1395.48,1614.196666666714,1832.9133333333302,2051.63 +p48167,biomass,0.0,0.0,0.0,0.0,0.0 +p48167,coal,0.0,0.0,0.0,0.0,0.0 +p48167,csp,0.0,0.0,0.0,0.0,0.0 +p48167,gas,7.0,14.0,14.0,14.0,14.0 +p48167,geothermal,0.0,0.0,0.0,0.0,0.0 +p48167,h2,0.0,0.0,0.0,0.0,0.0 +p48167,hydro,0.0,0.0,0.0,0.0,0.0 +p48167,nuclear,0.0,0.0,0.0,0.0,0.0 +p48167,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48167,pv,0.0,0.0,0.0,0.0,0.0 +p48167,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48167,wind-ons,0.0,0.0,343.13000000000466,686.2600000000093,1029.39 +p48171,battery,74.305,148.61,198.61000000000058,248.61000000000058,298.61 +p48171,biomass,0.0,0.0,0.0,0.0,0.0 +p48171,coal,0.0,0.0,0.0,0.0,0.0 +p48171,gas,0.0,0.0,0.0,0.0,0.0 +p48171,geothermal,0.0,0.0,0.0,0.0,0.0 +p48171,h2,0.0,0.0,0.0,0.0,0.0 +p48171,hydro,0.0,0.0,0.0,0.0,0.0 +p48171,nuclear,0.0,0.0,0.0,0.0,0.0 +p48171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48171,pv,0.0,0.0,50.0,100.0,150.0 +p48171,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48171,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48173,battery,149.865,299.73,535.3833333333605,771.0366666666814,1006.69 +p48173,biomass,0.0,0.0,0.0,0.0,0.0 +p48173,coal,0.0,0.0,0.0,0.0,0.0 +p48173,csp,0.0,0.0,0.0,0.0,0.0 +p48173,gas,0.0,0.0,0.0,0.0,0.0 +p48173,geothermal,0.0,0.0,0.0,0.0,0.0 +p48173,h2,0.0,0.0,0.0,0.0,0.0 +p48173,hydro,0.0,0.0,0.0,0.0,0.0 +p48173,nuclear,0.0,0.0,0.0,0.0,0.0 +p48173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48173,pv,224.75,449.5,649.5,849.5,1049.5 +p48173,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48173,wind-ons,481.115,962.23,968.5633333333317,974.8966666666656,981.23 +p48175,battery,0.0,0.0,255.0,510.0,765.0 +p48175,biomass,0.0,0.0,0.0,0.0,0.0 +p48175,coal,0.0,0.0,0.0,0.0,0.0 +p48175,csp,0.0,0.0,0.0,0.0,0.0 +p48175,gas,0.0,0.0,218.33333333337214,436.66666666668607,655.0 +p48175,geothermal,0.0,0.0,0.0,0.0,0.0 +p48175,h2,0.0,0.0,0.0,0.0,0.0 +p48175,hydro,0.0,0.0,0.0,0.0,0.0 +p48175,nuclear,0.0,0.0,0.0,0.0,0.0 +p48175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48175,pv,332.18,664.36,911.5433333332767,1158.7266666666255,1405.9099999999999 +p48175,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48175,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48177,battery,48.385000000000005,96.77000000000001,113.49666666666599,130.2233333333279,146.95000000000002 +p48177,biomass,0.0,0.0,0.0,0.0,0.0 +p48177,coal,0.0,0.0,0.0,0.0,0.0 +p48177,csp,0.0,0.0,0.0,0.0,0.0 +p48177,gas,0.0,0.0,0.0,0.0,0.0 +p48177,geothermal,0.0,0.0,0.0,0.0,0.0 +p48177,h2,0.0,0.0,0.0,0.0,0.0 +p48177,hydro,0.0,0.0,0.0,0.0,0.0 +p48177,nuclear,0.0,0.0,0.0,0.0,0.0 +p48177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48177,pv,119.64500000000001,239.29000000000002,488.52333333331626,737.7566666666535,986.99 +p48177,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48177,wind-ons,0.0,0.0,98.33333333331393,196.66666666665697,295.0 +p48179,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p48179,biomass,0.0,0.0,0.0,0.0,0.0 +p48179,coal,0.0,0.0,0.0,0.0,0.0 +p48179,csp,0.0,0.0,0.0,0.0,0.0 +p48179,gas,0.0,0.0,0.0,0.0,0.0 +p48179,geothermal,0.0,0.0,0.0,0.0,0.0 +p48179,h2,0.0,0.0,0.0,0.0,0.0 +p48179,hydro,0.0,0.0,0.0,0.0,0.0 +p48179,nuclear,0.0,0.0,0.0,0.0,0.0 +p48179,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48179,pv,351.32,702.64,702.64,702.64,702.64 +p48179,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48179,wind-ons,354.5,709.0,945.3666666666395,1181.7333333333372,1418.1 +p48181,battery,0.0,0.0,104.56333333332441,209.12666666664882,313.69 +p48181,biomass,0.0,0.0,0.0,0.0,0.0 +p48181,coal,0.0,0.0,0.0,0.0,0.0 +p48181,csp,0.0,0.0,0.0,0.0,0.0 +p48181,gas,0.0,0.0,190.0,380.0,570.0 +p48181,geothermal,0.0,0.0,0.0,0.0,0.0 +p48181,h2,0.0,0.0,0.0,0.0,0.0 +p48181,hydro,0.0,0.0,0.0,0.0,0.0 +p48181,nuclear,0.0,0.0,0.0,0.0,0.0 +p48181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48181,pv,0.0,0.0,134.3299999999581,268.6599999999744,402.99 +p48181,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48181,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48185,battery,223.32,446.64,1162.3766666669399,1878.1133333335165,2593.85 +p48185,biomass,0.0,0.0,0.0,0.0,0.0 +p48185,coal,0.0,0.0,0.0,0.0,0.0 +p48185,csp,0.0,0.0,0.0,0.0,0.0 +p48185,gas,0.0,0.0,250.0,500.0,750.0 +p48185,geothermal,0.0,0.0,0.0,0.0,0.0 +p48185,h2,0.0,0.0,0.0,0.0,0.0 +p48185,hydro,0.0,0.0,0.0,0.0,0.0 +p48185,nuclear,0.0,0.0,0.0,0.0,0.0 +p48185,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48185,pv,210.625,421.25,780.859999999986,1140.469999999972,1500.08 +p48185,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48185,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48187,battery,0.0,0.0,188.46000000002095,376.9199999999837,565.38 +p48187,biomass,0.0,0.0,0.0,0.0,0.0 +p48187,coal,0.0,0.0,0.0,0.0,0.0 +p48187,csp,0.0,0.0,0.0,0.0,0.0 +p48187,gas,4.65,9.3,159.29999999998836,309.29999999998836,459.3 +p48187,geothermal,0.0,0.0,0.0,0.0,0.0 +p48187,h2,0.0,0.0,0.0,0.0,0.0 +p48187,hydro,0.0,0.0,0.0,0.0,0.0 +p48187,nuclear,0.0,0.0,0.0,0.0,0.0 +p48187,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48187,pv,308.815,617.63,671.1300000000047,724.6300000000047,778.13 +p48187,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48187,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48189,battery,0.0,0.0,100.98000000001048,201.95999999999185,302.94 +p48189,biomass,0.0,0.0,0.0,0.0,0.0 +p48189,coal,0.0,0.0,0.0,0.0,0.0 +p48189,csp,0.0,0.0,0.0,0.0,0.0 +p48189,gas,0.0,0.0,540.1999999999534,1080.3999999999069,1620.6 +p48189,geothermal,0.0,0.0,0.0,0.0,0.0 +p48189,h2,0.0,0.0,0.0,0.0,0.0 +p48189,hydro,0.0,0.0,0.0,0.0,0.0 +p48189,nuclear,0.0,0.0,0.0,0.0,0.0 +p48189,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48189,pv,0.0,0.0,170.5433333333931,341.08666666666977,511.63 +p48189,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48189,wind-ons,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p48191,csp,0.0,0.0,0.0,0.0,0.0 +p48193,battery,0.0,0.0,0.0,0.0,0.0 +p48193,biomass,0.0,0.0,0.0,0.0,0.0 +p48193,coal,0.0,0.0,0.0,0.0,0.0 +p48193,gas,0.0,0.0,0.0,0.0,0.0 +p48193,geothermal,0.0,0.0,0.0,0.0,0.0 +p48193,h2,0.0,0.0,0.0,0.0,0.0 +p48193,hydro,0.0,0.0,0.0,0.0,0.0 +p48193,nuclear,0.0,0.0,0.0,0.0,0.0 +p48193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48193,pv,0.0,0.0,13.543333333334886,27.08666666666977,40.63 +p48193,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48193,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48195,battery,100.0,200.0,243.85333333333256,287.7066666666651,331.56 +p48195,biomass,0.0,0.0,0.0,0.0,0.0 +p48195,coal,0.0,0.0,0.0,0.0,0.0 +p48195,gas,0.0,0.0,0.0,0.0,0.0 +p48195,geothermal,0.0,0.0,0.0,0.0,0.0 +p48195,h2,0.0,0.0,0.0,0.0,0.0 +p48195,hydro,0.0,0.0,0.0,0.0,0.0 +p48195,nuclear,0.0,0.0,0.0,0.0,0.0 +p48195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48195,pv,0.0,0.0,230.0,460.0,690.0 +p48195,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48195,wind-ons,0.0,0.0,22.400000000001455,44.80000000000291,67.2 +p48197,battery,0.0,0.0,202.33333333337214,404.66666666668607,607.0 +p48197,biomass,0.0,0.0,0.0,0.0,0.0 +p48197,coal,0.0,0.0,0.0,0.0,0.0 +p48197,csp,0.0,0.0,0.0,0.0,0.0 +p48197,gas,0.0,0.0,0.0,0.0,0.0 +p48197,geothermal,0.0,0.0,0.0,0.0,0.0 +p48197,h2,0.0,0.0,0.0,0.0,0.0 +p48197,hydro,0.0,0.0,0.0,0.0,0.0 +p48197,nuclear,0.0,0.0,0.0,0.0,0.0 +p48197,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48197,pv,0.0,0.0,460.30000000004657,920.5999999999767,1380.9 +p48197,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48197,wind-ons,0.0,0.0,68.61999999999534,137.2399999999907,205.86 +p48199,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p48199,biomass,0.0,0.0,0.0,0.0,0.0 +p48199,coal,0.0,0.0,0.0,0.0,0.0 +p48199,csp,0.0,0.0,0.0,0.0,0.0 +p48199,gas,0.0,0.0,0.0,0.0,0.0 +p48199,geothermal,0.0,0.0,0.0,0.0,0.0 +p48199,h2,0.0,0.0,0.0,0.0,0.0 +p48199,hydro,0.0,0.0,0.0,0.0,0.0 +p48199,nuclear,0.0,0.0,0.0,0.0,0.0 +p48199,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48199,pv,0.0,0.0,132.66666666662786,265.33333333331393,398.0 +p48199,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48199,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48201,battery,591.59,1183.18,3141.3799999998882,5099.579999999609,7057.780000000001 +p48201,biomass,0.0,0.0,0.0,0.0,0.0 +p48201,coal,0.0,0.0,0.0,0.0,0.0 +p48201,csp,0.0,0.0,0.0,0.0,0.0 +p48201,gas,847.765,1695.53,1704.0300000000007,1712.5300000000007,1721.03 +p48201,geothermal,0.0,0.0,0.0,0.0,0.0 +p48201,h2,0.0,0.0,0.0,0.0,0.0 +p48201,hydro,0.0,0.0,0.0,0.0,0.0 +p48201,nuclear,0.0,0.0,0.0,0.0,0.0 +p48201,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48201,pv,25.21,50.42,50.42,50.42,50.42 +p48201,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48201,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48203,battery,0.0,0.0,166.33333333337214,332.66666666668607,499.0 +p48203,biomass,0.0,0.0,0.0,0.0,0.0 +p48203,coal,0.0,0.0,0.0,0.0,0.0 +p48203,csp,0.0,0.0,0.0,0.0,0.0 +p48203,gas,256.5,513.0,1119.8333333334886,1726.6666666667443,2333.5 +p48203,geothermal,0.0,0.0,0.0,0.0,0.0 +p48203,h2,0.0,0.0,0.0,0.0,0.0 +p48203,hydro,0.0,0.0,0.0,0.0,0.0 +p48203,nuclear,0.0,0.0,0.0,0.0,0.0 +p48203,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48203,pv,0.0,0.0,185.0,370.0,555.0 +p48203,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48203,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48207,battery,489.77,979.54,1019.5399999999936,1059.5399999999936,1099.54 +p48207,biomass,0.0,0.0,0.0,0.0,0.0 +p48207,coal,0.0,0.0,0.0,0.0,0.0 +p48207,csp,0.0,0.0,0.0,0.0,0.0 +p48207,gas,0.0,0.0,0.0,0.0,0.0 +p48207,geothermal,0.0,0.0,0.0,0.0,0.0 +p48207,h2,0.0,0.0,0.0,0.0,0.0 +p48207,hydro,0.0,0.0,0.0,0.0,0.0 +p48207,nuclear,0.0,0.0,0.0,0.0,0.0 +p48207,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48207,pv,840.1949999999999,1680.3899999999999,2134.730000000098,2589.070000000065,3043.41 +p48207,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48207,wind-ons,112.8,225.6,343.1333333333605,460.66666666668607,578.2 +p48209,battery,4.95,9.9,35.02666666666482,60.15333333333547,85.28 +p48209,biomass,0.0,0.0,0.0,0.0,0.0 +p48209,coal,0.0,0.0,0.0,0.0,0.0 +p48209,csp,0.0,0.0,0.0,0.0,0.0 +p48209,gas,0.0,0.0,12.0,24.0,36.0 +p48209,geothermal,0.0,0.0,0.0,0.0,0.0 +p48209,h2,0.0,0.0,0.0,0.0,0.0 +p48209,hydro,0.0,0.0,0.0,0.0,0.0 +p48209,nuclear,0.0,0.0,0.0,0.0,0.0 +p48209,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48209,pv,0.0,0.0,0.0,0.0,0.0 +p48209,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48209,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48213,battery,179.605,359.21,774.6966666666558,1190.1833333333489,1605.67 +p48213,biomass,0.0,0.0,0.0,0.0,0.0 +p48213,coal,0.0,0.0,0.0,0.0,0.0 +p48213,csp,0.0,0.0,0.0,0.0,0.0 +p48213,gas,0.0,0.0,0.0,0.0,0.0 +p48213,geothermal,0.0,0.0,0.0,0.0,0.0 +p48213,h2,0.0,0.0,0.0,0.0,0.0 +p48213,hydro,0.0,0.0,0.0,0.0,0.0 +p48213,nuclear,0.0,0.0,0.0,0.0,0.0 +p48213,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48213,pv,100.9,201.8,235.33333333332848,268.86666666665406,302.4 +p48213,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48213,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48215,battery,142.72,285.44,1119.9966666668188,1954.5533333334606,2789.11 +p48215,biomass,0.0,0.0,0.0,0.0,0.0 +p48215,coal,0.0,0.0,0.0,0.0,0.0 +p48215,csp,0.0,0.0,0.0,0.0,0.0 +p48215,gas,0.0,0.0,0.0,0.0,0.0 +p48215,geothermal,0.0,0.0,0.0,0.0,0.0 +p48215,h2,0.0,0.0,0.0,0.0,0.0 +p48215,hydro,0.0,0.0,0.0,0.0,0.0 +p48215,nuclear,0.0,0.0,0.0,0.0,0.0 +p48215,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48215,pv,145.7,291.4,435.4366666667047,579.4733333333861,723.51 +p48215,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48215,wind-ons,234.2,468.4,468.4,468.4,468.4 +p48217,battery,393.96999999999997,787.9399999999999,1173.0366666666232,1558.1333333333023,1943.23 +p48217,biomass,0.0,0.0,0.0,0.0,0.0 +p48217,coal,0.0,0.0,0.0,0.0,0.0 +p48217,csp,0.0,0.0,0.0,0.0,0.0 +p48217,gas,0.0,0.0,0.0,0.0,0.0 +p48217,geothermal,0.0,0.0,0.0,0.0,0.0 +p48217,h2,0.0,0.0,0.0,0.0,0.0 +p48217,hydro,0.0,0.0,0.0,0.0,0.0 +p48217,nuclear,0.0,0.0,0.0,0.0,0.0 +p48217,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48217,pv,658.305,1316.61,1440.7133333333477,1564.8166666666802,1688.9199999999998 +p48217,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48217,wind-ons,148.7,297.4,306.65666666666584,315.91333333333387,325.16999999999996 +p48219,battery,0.0,0.0,0.0,0.0,0.0 +p48219,biomass,0.0,0.0,0.0,0.0,0.0 +p48219,coal,0.0,0.0,0.0,0.0,0.0 +p48219,gas,0.0,0.0,0.0,0.0,0.0 +p48219,geothermal,0.0,0.0,0.0,0.0,0.0 +p48219,h2,0.0,0.0,0.0,0.0,0.0 +p48219,hydro,0.0,0.0,0.0,0.0,0.0 +p48219,nuclear,0.0,0.0,0.0,0.0,0.0 +p48219,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48219,pv,0.0,0.0,128.0,256.0,384.0 +p48219,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48219,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48221,battery,100.575,201.15,236.34999999999127,271.54999999998836,306.75 +p48221,biomass,0.0,0.0,0.0,0.0,0.0 +p48221,coal,0.0,0.0,0.0,0.0,0.0 +p48221,csp,0.0,0.0,0.0,0.0,0.0 +p48221,gas,0.0,0.0,519.4399999999441,1038.880000000121,1558.32 +p48221,geothermal,0.0,0.0,0.0,0.0,0.0 +p48221,h2,0.0,0.0,0.0,0.0,0.0 +p48221,hydro,0.0,0.0,0.0,0.0,0.0 +p48221,nuclear,0.0,0.0,0.0,0.0,0.0 +p48221,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48221,pv,0.0,0.0,49.25333333332674,98.50666666666802,147.76 +p48221,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48221,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48223,battery,177.47,354.94,615.2099999999627,875.4799999999814,1135.75 +p48223,biomass,0.0,0.0,0.0,0.0,0.0 +p48223,coal,0.0,0.0,0.0,0.0,0.0 +p48223,csp,0.0,0.0,0.0,0.0,0.0 +p48223,gas,0.0,0.0,0.0,0.0,0.0 +p48223,geothermal,0.0,0.0,0.0,0.0,0.0 +p48223,h2,0.0,0.0,0.0,0.0,0.0 +p48223,hydro,0.0,0.0,0.0,0.0,0.0 +p48223,nuclear,0.0,0.0,0.0,0.0,0.0 +p48223,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48223,pv,317.375,634.75,809.5933333333815,984.4366666667047,1159.28 +p48223,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48223,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48225,battery,0.0,0.0,365.1966666666558,730.3933333333116,1095.59 +p48225,biomass,0.0,0.0,0.0,0.0,0.0 +p48225,coal,0.0,0.0,0.0,0.0,0.0 +p48225,csp,0.0,0.0,0.0,0.0,0.0 +p48225,gas,0.0,0.0,0.0,0.0,0.0 +p48225,geothermal,0.0,0.0,0.0,0.0,0.0 +p48225,h2,0.0,0.0,0.0,0.0,0.0 +p48225,hydro,0.0,0.0,0.0,0.0,0.0 +p48225,nuclear,0.0,0.0,0.0,0.0,0.0 +p48225,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48225,pv,0.0,0.0,312.2966666666325,624.5933333333815,936.89 +p48225,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48225,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48227,battery,50.16,100.32,616.1300000000047,1131.9400000000605,1647.75 +p48227,biomass,0.0,0.0,0.0,0.0,0.0 +p48227,coal,0.0,0.0,0.0,0.0,0.0 +p48227,csp,0.0,0.0,0.0,0.0,0.0 +p48227,gas,0.0,0.0,0.0,0.0,0.0 +p48227,geothermal,0.0,0.0,0.0,0.0,0.0 +p48227,h2,0.0,0.0,0.0,0.0,0.0 +p48227,hydro,0.0,0.0,0.0,0.0,0.0 +p48227,nuclear,0.0,0.0,0.0,0.0,0.0 +p48227,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48227,pv,0.0,0.0,219.8133333333535,439.6266666666488,659.44 +p48227,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48227,wind-ons,0.0,0.0,84.68333333331975,169.3666666666686,254.05 +p48229,battery,0.0,0.0,0.0,0.0,0.0 +p48229,biomass,0.0,0.0,0.0,0.0,0.0 +p48229,coal,0.0,0.0,0.0,0.0,0.0 +p48229,gas,0.0,0.0,0.0,0.0,0.0 +p48229,geothermal,0.0,0.0,0.0,0.0,0.0 +p48229,h2,0.0,0.0,0.0,0.0,0.0 +p48229,hydro,0.0,0.0,0.0,0.0,0.0 +p48229,nuclear,0.0,0.0,0.0,0.0,0.0 +p48229,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48229,pv,125.0,250.0,250.0,250.0,250.0 +p48229,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48229,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48231,battery,0.0,0.0,329.94333333324175,659.8866666665999,989.8299999999999 +p48231,biomass,0.0,0.0,0.0,0.0,0.0 +p48231,coal,0.0,0.0,0.0,0.0,0.0 +p48231,csp,0.0,0.0,0.0,0.0,0.0 +p48231,gas,0.0,0.0,34.79666666666162,69.5933333333378,104.39 +p48231,geothermal,0.0,0.0,0.0,0.0,0.0 +p48231,h2,0.0,0.0,0.0,0.0,0.0 +p48231,hydro,0.0,0.0,0.0,0.0,0.0 +p48231,nuclear,0.0,0.0,0.0,0.0,0.0 +p48231,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48231,pv,75.95,151.9,193.58666666668432,235.27333333334536,276.96000000000004 +p48231,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48231,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48233,battery,0.0,0.0,0.0,0.0,0.0 +p48233,biomass,0.0,0.0,0.0,0.0,0.0 +p48233,coal,0.0,0.0,0.0,0.0,0.0 +p48233,csp,0.0,0.0,0.0,0.0,0.0 +p48233,gas,0.0,0.0,0.0,0.0,0.0 +p48233,geothermal,0.0,0.0,0.0,0.0,0.0 +p48233,h2,0.0,0.0,0.0,0.0,0.0 +p48233,hydro,0.0,0.0,0.0,0.0,0.0 +p48233,nuclear,0.0,0.0,0.0,0.0,0.0 +p48233,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48233,pv,282.35,564.7,764.7000000000116,964.7000000000116,1164.7 +p48233,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48233,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48237,battery,153.2,306.4,1083.7066666667815,1861.0133333334234,2638.32 +p48237,biomass,0.0,0.0,0.0,0.0,0.0 +p48237,coal,0.0,0.0,0.0,0.0,0.0 +p48237,csp,0.0,0.0,0.0,0.0,0.0 +p48237,gas,0.0,0.0,220.0,440.0,660.0 +p48237,geothermal,0.0,0.0,0.0,0.0,0.0 +p48237,h2,0.0,0.0,0.0,0.0,0.0 +p48237,hydro,0.0,0.0,0.0,0.0,0.0 +p48237,nuclear,0.0,0.0,0.0,0.0,0.0 +p48237,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48237,pv,326.85,653.7,1407.2066666665487,2160.713333333144,2914.2200000000003 +p48237,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48237,wind-ons,147.65,295.3,374.7333333333372,454.16666666668607,533.6 +p48239,battery,151.95,303.9,344.6666666666715,385.4333333333343,426.2 +p48239,biomass,0.0,0.0,0.0,0.0,0.0 +p48239,coal,0.0,0.0,0.0,0.0,0.0 +p48239,csp,0.0,0.0,0.0,0.0,0.0 +p48239,gas,0.0,0.0,0.0,0.0,0.0 +p48239,geothermal,0.0,0.0,0.0,0.0,0.0 +p48239,h2,0.0,0.0,0.0,0.0,0.0 +p48239,hydro,0.0,0.0,0.0,0.0,0.0 +p48239,nuclear,0.0,0.0,0.0,0.0,0.0 +p48239,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48239,pv,104.575,209.15,297.18333333334886,385.2166666666744,473.25 +p48239,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48239,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48241,csp,0.0,0.0,0.0,0.0,0.0 +p48245,battery,0.0,0.0,0.0,0.0,0.0 +p48245,biomass,0.0,0.0,0.0,0.0,0.0 +p48245,coal,0.0,0.0,0.0,0.0,0.0 +p48245,csp,0.0,0.0,0.0,0.0,0.0 +p48245,gas,0.0,0.0,273.3333333332557,546.6666666666279,820.0 +p48245,geothermal,0.0,0.0,0.0,0.0,0.0 +p48245,h2,0.0,0.0,0.0,0.0,0.0 +p48245,hydro,0.0,0.0,0.0,0.0,0.0 +p48245,nuclear,0.0,0.0,0.0,0.0,0.0 +p48245,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48245,pv,0.0,0.0,0.0,0.0,0.0 +p48245,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48245,wind-ons,0.0,0.0,96.16666666668607,192.33333333334303,288.5 +p48247,battery,0.0,0.0,0.0,0.0,0.0 +p48247,biomass,0.0,0.0,0.0,0.0,0.0 +p48247,coal,0.0,0.0,0.0,0.0,0.0 +p48247,gas,0.0,0.0,0.0,0.0,0.0 +p48247,geothermal,0.0,0.0,0.0,0.0,0.0 +p48247,h2,0.0,0.0,0.0,0.0,0.0 +p48247,hydro,0.0,0.0,0.0,0.0,0.0 +p48247,nuclear,0.0,0.0,0.0,0.0,0.0 +p48247,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48247,pv,0.0,0.0,167.59999999997672,335.20000000001164,502.79999999999995 +p48247,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48247,wind-ons,0.0,0.0,582.0833333334886,1164.1666666667443,1746.25 +p48249,battery,35.645,71.29,125.22999999999593,179.16999999999825,233.11 +p48249,biomass,0.0,0.0,0.0,0.0,0.0 +p48249,coal,0.0,0.0,0.0,0.0,0.0 +p48249,csp,0.0,0.0,0.0,0.0,0.0 +p48249,gas,0.0,0.0,0.0,0.0,0.0 +p48249,geothermal,0.0,0.0,0.0,0.0,0.0 +p48249,h2,0.0,0.0,0.0,0.0,0.0 +p48249,hydro,0.0,0.0,0.0,0.0,0.0 +p48249,nuclear,0.0,0.0,0.0,0.0,0.0 +p48249,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48249,pv,0.0,0.0,51.13333333331684,102.26666666666279,153.4 +p48249,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48249,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48251,battery,101.28,202.56,202.56,202.56,202.56 +p48251,biomass,0.0,0.0,0.0,0.0,0.0 +p48251,coal,0.0,0.0,0.0,0.0,0.0 +p48251,csp,0.0,0.0,0.0,0.0,0.0 +p48251,gas,0.0,0.0,0.0,0.0,0.0 +p48251,geothermal,0.0,0.0,0.0,0.0,0.0 +p48251,h2,0.0,0.0,0.0,0.0,0.0 +p48251,hydro,0.0,0.0,0.0,0.0,0.0 +p48251,nuclear,0.0,0.0,0.0,0.0,0.0 +p48251,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48251,pv,386.5,773.0,773.0,773.0,773.0 +p48251,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48251,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48253,battery,178.12,356.24,657.2666666666046,958.2933333333349,1259.3200000000002 +p48253,biomass,0.0,0.0,0.0,0.0,0.0 +p48253,coal,0.0,0.0,0.0,0.0,0.0 +p48253,csp,0.0,0.0,0.0,0.0,0.0 +p48253,gas,0.0,0.0,0.0,0.0,0.0 +p48253,geothermal,0.0,0.0,0.0,0.0,0.0 +p48253,h2,0.0,0.0,0.0,0.0,0.0 +p48253,hydro,0.0,0.0,0.0,0.0,0.0 +p48253,nuclear,0.0,0.0,0.0,0.0,0.0 +p48253,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48253,pv,605.595,1211.19,1430.123333333293,1649.0566666666418,1867.99 +p48253,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48253,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48255,battery,4.95,9.9,198.0166666666628,386.1333333333605,574.25 +p48255,biomass,0.0,0.0,0.0,0.0,0.0 +p48255,coal,0.0,0.0,0.0,0.0,0.0 +p48255,csp,0.0,0.0,0.0,0.0,0.0 +p48255,gas,0.0,0.0,0.0,0.0,0.0 +p48255,geothermal,0.0,0.0,0.0,0.0,0.0 +p48255,h2,0.0,0.0,0.0,0.0,0.0 +p48255,hydro,0.0,0.0,0.0,0.0,0.0 +p48255,nuclear,0.0,0.0,0.0,0.0,0.0 +p48255,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48255,pv,0.0,0.0,370.1599999999162,740.3199999999488,1110.48 +p48255,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48255,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48257,battery,101.95,203.9,392.41333333333023,580.9266666666954,769.4399999999999 +p48257,biomass,0.0,0.0,0.0,0.0,0.0 +p48257,coal,0.0,0.0,0.0,0.0,0.0 +p48257,csp,0.0,0.0,0.0,0.0,0.0 +p48257,gas,0.0,0.0,0.0,0.0,0.0 +p48257,geothermal,0.0,0.0,0.0,0.0,0.0 +p48257,h2,0.0,0.0,0.0,0.0,0.0 +p48257,hydro,0.0,0.0,0.0,0.0,0.0 +p48257,nuclear,0.0,0.0,0.0,0.0,0.0 +p48257,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48257,pv,332.75,665.5,861.7866666666814,1058.0733333333628,1254.3600000000001 +p48257,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48257,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48259,battery,125.525,251.05,284.5733333333337,318.09666666666453,351.62 +p48259,biomass,0.0,0.0,0.0,0.0,0.0 +p48259,coal,0.0,0.0,0.0,0.0,0.0 +p48259,csp,0.0,0.0,0.0,0.0,0.0 +p48259,gas,0.0,0.0,0.0,0.0,0.0 +p48259,geothermal,0.0,0.0,0.0,0.0,0.0 +p48259,h2,0.0,0.0,0.0,0.0,0.0 +p48259,hydro,0.0,0.0,0.0,0.0,0.0 +p48259,nuclear,0.0,0.0,0.0,0.0,0.0 +p48259,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48259,pv,0.0,0.0,0.0,0.0,0.0 +p48259,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48259,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48261,battery,0.0,0.0,59.5,119.0,178.5 +p48261,biomass,0.0,0.0,0.0,0.0,0.0 +p48261,coal,0.0,0.0,0.0,0.0,0.0 +p48261,gas,0.0,0.0,0.0,0.0,0.0 +p48261,geothermal,0.0,0.0,0.0,0.0,0.0 +p48261,h2,0.0,0.0,0.0,0.0,0.0 +p48261,hydro,0.0,0.0,0.0,0.0,0.0 +p48261,nuclear,0.0,0.0,0.0,0.0,0.0 +p48261,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48261,pv,0.0,0.0,203.09999999997672,406.20000000001164,609.3 +p48261,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48261,wind-ons,0.0,0.0,174.2666666666628,348.5333333333256,522.8 +p48263,battery,0.0,0.0,86.45333333330927,172.90666666664765,259.36 +p48263,biomass,0.0,0.0,0.0,0.0,0.0 +p48263,coal,0.0,0.0,0.0,0.0,0.0 +p48263,csp,0.0,0.0,0.0,0.0,0.0 +p48263,gas,0.0,0.0,0.0,0.0,0.0 +p48263,geothermal,0.0,0.0,0.0,0.0,0.0 +p48263,h2,0.0,0.0,0.0,0.0,0.0 +p48263,hydro,0.0,0.0,0.0,0.0,0.0 +p48263,nuclear,0.0,0.0,0.0,0.0,0.0 +p48263,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48263,pv,125.875,251.75,355.4033333333209,459.05666666664183,562.71 +p48263,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48263,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48265,battery,61.3,122.6,122.6,122.6,122.6 +p48265,biomass,0.0,0.0,0.0,0.0,0.0 +p48265,coal,0.0,0.0,0.0,0.0,0.0 +p48265,csp,0.0,0.0,0.0,0.0,0.0 +p48265,gas,0.0,0.0,0.0,0.0,0.0 +p48265,geothermal,0.0,0.0,0.0,0.0,0.0 +p48265,h2,0.0,0.0,0.0,0.0,0.0 +p48265,hydro,0.0,0.0,0.0,0.0,0.0 +p48265,nuclear,0.0,0.0,0.0,0.0,0.0 +p48265,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48265,pv,0.0,0.0,0.0,0.0,0.0 +p48265,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48265,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48267,battery,0.0,0.0,102.1333333333314,204.2666666666628,306.4 +p48267,biomass,0.0,0.0,0.0,0.0,0.0 +p48267,coal,0.0,0.0,0.0,0.0,0.0 +p48267,gas,0.0,0.0,0.0,0.0,0.0 +p48267,geothermal,0.0,0.0,0.0,0.0,0.0 +p48267,h2,0.0,0.0,0.0,0.0,0.0 +p48267,hydro,0.0,0.0,0.0,0.0,0.0 +p48267,nuclear,0.0,0.0,0.0,0.0,0.0 +p48267,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48267,pv,0.0,0.0,0.0,0.0,0.0 +p48267,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48267,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48269,battery,0.0,0.0,0.0,0.0,0.0 +p48269,biomass,0.0,0.0,0.0,0.0,0.0 +p48269,coal,0.0,0.0,0.0,0.0,0.0 +p48269,csp,0.0,0.0,0.0,0.0,0.0 +p48269,gas,0.0,0.0,0.0,0.0,0.0 +p48269,geothermal,0.0,0.0,0.0,0.0,0.0 +p48269,h2,0.0,0.0,0.0,0.0,0.0 +p48269,hydro,0.0,0.0,0.0,0.0,0.0 +p48269,nuclear,0.0,0.0,0.0,0.0,0.0 +p48269,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48269,pv,203.0,406.0,406.0,406.0,406.0 +p48269,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48269,wind-ons,0.0,0.0,202.16666666662786,404.33333333331393,606.5 +p48271,battery,0.0,0.0,187.82666666666046,375.6533333333209,563.48 +p48271,biomass,0.0,0.0,0.0,0.0,0.0 +p48271,coal,0.0,0.0,0.0,0.0,0.0 +p48271,csp,0.0,0.0,0.0,0.0,0.0 +p48271,gas,0.0,0.0,0.0,0.0,0.0 +p48271,geothermal,0.0,0.0,0.0,0.0,0.0 +p48271,h2,0.0,0.0,0.0,0.0,0.0 +p48271,hydro,0.0,0.0,0.0,0.0,0.0 +p48271,nuclear,0.0,0.0,0.0,0.0,0.0 +p48271,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48271,pv,0.0,0.0,257.0433333333931,514.0866666666698,771.13 +p48271,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48271,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48273,battery,0.0,0.0,25.0,50.0,75.0 +p48273,biomass,0.0,0.0,0.0,0.0,0.0 +p48273,coal,0.0,0.0,0.0,0.0,0.0 +p48273,csp,0.0,0.0,0.0,0.0,0.0 +p48273,gas,0.0,0.0,0.0,0.0,0.0 +p48273,geothermal,0.0,0.0,0.0,0.0,0.0 +p48273,h2,0.0,0.0,0.0,0.0,0.0 +p48273,hydro,0.0,0.0,0.0,0.0,0.0 +p48273,nuclear,0.0,0.0,0.0,0.0,0.0 +p48273,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48273,pv,0.0,0.0,88.33333333331393,176.66666666665697,265.0 +p48273,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48273,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48275,battery,0.0,0.0,93.62666666664882,187.25333333332674,280.88 +p48275,biomass,0.0,0.0,0.0,0.0,0.0 +p48275,coal,0.0,0.0,0.0,0.0,0.0 +p48275,csp,0.0,0.0,0.0,0.0,0.0 +p48275,gas,0.0,0.0,0.0,0.0,0.0 +p48275,geothermal,0.0,0.0,0.0,0.0,0.0 +p48275,h2,0.0,0.0,0.0,0.0,0.0 +p48275,hydro,0.0,0.0,0.0,0.0,0.0 +p48275,nuclear,0.0,0.0,0.0,0.0,0.0 +p48275,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48275,pv,225.76,451.52,810.7266666666837,1169.9333333333489,1529.1399999999999 +p48275,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48275,wind-ons,175.955,351.91,351.91,351.91,351.91 +p48277,battery,216.555,433.11,672.8100000000559,912.5100000000675,1152.21 +p48277,biomass,0.0,0.0,0.0,0.0,0.0 +p48277,coal,0.0,0.0,0.0,0.0,0.0 +p48277,csp,0.0,0.0,0.0,0.0,0.0 +p48277,gas,0.0,0.0,181.66666666662786,363.33333333331393,545.0 +p48277,geothermal,0.0,0.0,0.0,0.0,0.0 +p48277,h2,0.0,0.0,0.0,0.0,0.0 +p48277,hydro,0.0,0.0,0.0,0.0,0.0 +p48277,nuclear,0.0,0.0,0.0,0.0,0.0 +p48277,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48277,pv,1319.68,2639.36,2870.899999999965,3102.4400000000023,3333.98 +p48277,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48277,wind-ons,198.4,396.8,396.8,396.8,396.8 +p48279,battery,0.0,0.0,0.0,0.0,0.0 +p48279,biomass,0.0,0.0,0.0,0.0,0.0 +p48279,coal,0.0,0.0,0.0,0.0,0.0 +p48279,csp,0.0,0.0,0.0,0.0,0.0 +p48279,gas,0.0,0.0,77.5,155.0,232.5 +p48279,geothermal,0.0,0.0,0.0,0.0,0.0 +p48279,h2,0.0,0.0,0.0,0.0,0.0 +p48279,hydro,0.0,0.0,0.0,0.0,0.0 +p48279,nuclear,0.0,0.0,0.0,0.0,0.0 +p48279,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48279,pv,75.0,150.0,235.33333333331393,320.66666666665697,406.0 +p48279,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48279,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48281,battery,100.76,201.52,491.75666666659527,781.9933333332883,1072.23 +p48281,biomass,0.0,0.0,0.0,0.0,0.0 +p48281,coal,0.0,0.0,0.0,0.0,0.0 +p48281,csp,0.0,0.0,0.0,0.0,0.0 +p48281,gas,0.0,0.0,0.0,0.0,0.0 +p48281,geothermal,0.0,0.0,0.0,0.0,0.0 +p48281,h2,0.0,0.0,0.0,0.0,0.0 +p48281,hydro,0.0,0.0,0.0,0.0,0.0 +p48281,nuclear,0.0,0.0,0.0,0.0,0.0 +p48281,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48281,pv,72.5,145.0,352.52333333331626,560.0466666666907,767.5699999999999 +p48281,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48281,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48283,battery,4.95,9.9,274.9633333332604,540.0266666666139,805.09 +p48283,biomass,0.0,0.0,0.0,0.0,0.0 +p48283,coal,0.0,0.0,0.0,0.0,0.0 +p48283,csp,0.0,0.0,0.0,0.0,0.0 +p48283,gas,0.0,0.0,0.0,0.0,0.0 +p48283,geothermal,0.0,0.0,0.0,0.0,0.0 +p48283,h2,0.0,0.0,0.0,0.0,0.0 +p48283,hydro,0.0,0.0,0.0,0.0,0.0 +p48283,nuclear,0.0,0.0,0.0,0.0,0.0 +p48283,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48283,pv,256.3,512.6,717.75,922.8999999999651,1128.0500000000002 +p48283,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48283,wind-ons,98.505,197.01,197.01,197.01,197.01 +p48285,battery,0.0,0.0,103.39999999999418,206.79999999998836,310.2 +p48285,biomass,0.0,0.0,0.0,0.0,0.0 +p48285,coal,0.0,0.0,0.0,0.0,0.0 +p48285,csp,0.0,0.0,0.0,0.0,0.0 +p48285,gas,0.0,0.0,0.0,0.0,0.0 +p48285,geothermal,0.0,0.0,0.0,0.0,0.0 +p48285,h2,0.0,0.0,0.0,0.0,0.0 +p48285,hydro,0.0,0.0,0.0,0.0,0.0 +p48285,nuclear,0.0,0.0,0.0,0.0,0.0 +p48285,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48285,pv,0.0,0.0,0.0,0.0,0.0 +p48285,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48285,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48287,battery,0.0,0.0,61.44999999999709,122.89999999999418,184.35 +p48287,biomass,0.0,0.0,0.0,0.0,0.0 +p48287,coal,0.0,0.0,0.0,0.0,0.0 +p48287,csp,0.0,0.0,0.0,0.0,0.0 +p48287,gas,0.0,0.0,0.0,0.0,0.0 +p48287,geothermal,0.0,0.0,0.0,0.0,0.0 +p48287,h2,0.0,0.0,0.0,0.0,0.0 +p48287,hydro,0.0,0.0,0.0,0.0,0.0 +p48287,nuclear,0.0,0.0,0.0,0.0,0.0 +p48287,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48287,pv,0.0,0.0,16.82666666667501,33.653333333342744,50.48 +p48287,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48287,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48289,battery,150.45,300.9,573.5733333333628,846.2466666667024,1118.92 +p48289,biomass,0.0,0.0,0.0,0.0,0.0 +p48289,coal,0.0,0.0,0.0,0.0,0.0 +p48289,csp,0.0,0.0,0.0,0.0,0.0 +p48289,gas,0.0,0.0,0.0,0.0,0.0 +p48289,geothermal,0.0,0.0,0.0,0.0,0.0 +p48289,h2,0.0,0.0,0.0,0.0,0.0 +p48289,hydro,0.0,0.0,0.0,0.0,0.0 +p48289,nuclear,0.0,0.0,0.0,0.0,0.0 +p48289,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48289,pv,495.69,991.38,1166.7299999999814,1342.0800000000163,1517.4299999999998 +p48289,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48289,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48291,battery,0.0,0.0,0.0,0.0,0.0 +p48291,biomass,0.0,0.0,0.0,0.0,0.0 +p48291,coal,0.0,0.0,0.0,0.0,0.0 +p48291,csp,0.0,0.0,0.0,0.0,0.0 +p48291,gas,0.0,0.0,0.0,0.0,0.0 +p48291,geothermal,0.0,0.0,0.0,0.0,0.0 +p48291,h2,0.0,0.0,0.0,0.0,0.0 +p48291,hydro,0.0,0.0,0.0,0.0,0.0 +p48291,nuclear,0.0,0.0,0.0,0.0,0.0 +p48291,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48291,pv,152.48,304.96,619.9599999999627,934.9599999999627,1249.96 +p48291,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48291,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48293,battery,0.0,0.0,68.88666666665813,137.77333333334536,206.66 +p48293,biomass,0.0,0.0,0.0,0.0,0.0 +p48293,coal,0.0,0.0,0.0,0.0,0.0 +p48293,csp,0.0,0.0,0.0,0.0,0.0 +p48293,gas,0.0,0.0,0.0,0.0,0.0 +p48293,geothermal,0.0,0.0,0.0,0.0,0.0 +p48293,h2,0.0,0.0,0.0,0.0,0.0 +p48293,hydro,0.0,0.0,0.0,0.0,0.0 +p48293,nuclear,0.0,0.0,0.0,0.0,0.0 +p48293,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48293,pv,375.245,750.49,861.8033333333151,973.1166666666395,1084.43 +p48293,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48293,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48297,battery,30.2,60.4,74.0,87.60000000000218,101.19999999999999 +p48297,biomass,0.0,0.0,0.0,0.0,0.0 +p48297,coal,0.0,0.0,0.0,0.0,0.0 +p48297,csp,0.0,0.0,0.0,0.0,0.0 +p48297,gas,0.0,0.0,0.0,0.0,0.0 +p48297,geothermal,0.0,0.0,0.0,0.0,0.0 +p48297,h2,0.0,0.0,0.0,0.0,0.0 +p48297,hydro,0.0,0.0,0.0,0.0,0.0 +p48297,nuclear,0.0,0.0,0.0,0.0,0.0 +p48297,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48297,pv,25.0,50.0,107.11999999999534,164.2399999999907,221.36 +p48297,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48297,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48301,battery,0.0,0.0,0.0,0.0,0.0 +p48301,biomass,0.0,0.0,0.0,0.0,0.0 +p48301,coal,0.0,0.0,0.0,0.0,0.0 +p48301,gas,0.0,0.0,14.546666666668898,29.093333333334158,43.64 +p48301,geothermal,0.0,0.0,0.0,0.0,0.0 +p48301,h2,0.0,0.0,0.0,0.0,0.0 +p48301,hydro,0.0,0.0,0.0,0.0,0.0 +p48301,nuclear,0.0,0.0,0.0,0.0,0.0 +p48301,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48301,pv,0.0,0.0,0.0,0.0,0.0 +p48301,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48301,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48303,battery,0.0,0.0,208.43333333329065,416.8666666666395,625.3 +p48303,biomass,0.0,0.0,0.0,0.0,0.0 +p48303,coal,0.0,0.0,0.0,0.0,0.0 +p48303,csp,0.0,0.0,0.0,0.0,0.0 +p48303,gas,0.0,0.0,0.0,0.0,0.0 +p48303,geothermal,0.0,0.0,0.0,0.0,0.0 +p48303,h2,0.0,0.0,0.0,0.0,0.0 +p48303,hydro,0.0,0.0,0.0,0.0,0.0 +p48303,nuclear,0.0,0.0,0.0,0.0,0.0 +p48303,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48303,pv,0.0,0.0,0.0,0.0,0.0 +p48303,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48303,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48305,battery,0.0,0.0,0.0,0.0,0.0 +p48305,biomass,0.0,0.0,0.0,0.0,0.0 +p48305,coal,0.0,0.0,0.0,0.0,0.0 +p48305,csp,0.0,0.0,0.0,0.0,0.0 +p48305,gas,0.0,0.0,0.0,0.0,0.0 +p48305,geothermal,0.0,0.0,0.0,0.0,0.0 +p48305,h2,0.0,0.0,0.0,0.0,0.0 +p48305,hydro,0.0,0.0,0.0,0.0,0.0 +p48305,nuclear,0.0,0.0,0.0,0.0,0.0 +p48305,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48305,pv,0.0,0.0,0.0,0.0,0.0 +p48305,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48305,wind-ons,0.0,0.0,94.0,188.0,282.0 +p48307,battery,0.0,0.0,183.87333333335118,367.74666666670237,551.62 +p48307,biomass,0.0,0.0,0.0,0.0,0.0 +p48307,coal,0.0,0.0,0.0,0.0,0.0 +p48307,csp,0.0,0.0,0.0,0.0,0.0 +p48307,gas,0.0,0.0,0.0,0.0,0.0 +p48307,geothermal,0.0,0.0,0.0,0.0,0.0 +p48307,h2,0.0,0.0,0.0,0.0,0.0 +p48307,hydro,0.0,0.0,0.0,0.0,0.0 +p48307,nuclear,0.0,0.0,0.0,0.0,0.0 +p48307,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48307,pv,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p48307,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48307,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48309,battery,52.25,104.5,428.8466666666791,753.1933333333582,1077.54 +p48309,biomass,0.0,0.0,0.0,0.0,0.0 +p48309,coal,0.0,0.0,0.0,0.0,0.0 +p48309,csp,0.0,0.0,0.0,0.0,0.0 +p48309,gas,0.0,0.0,14.453333333331102,28.906666666665842,43.36 +p48309,geothermal,0.0,0.0,0.0,0.0,0.0 +p48309,h2,0.0,0.0,0.0,0.0,0.0 +p48309,hydro,0.0,0.0,0.0,0.0,0.0 +p48309,nuclear,0.0,0.0,0.0,0.0,0.0 +p48309,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48309,pv,422.26,844.52,858.7200000000012,872.9200000000019,887.12 +p48309,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48309,wind-ons,148.6,297.2,297.2,297.2,297.2 +p48311,battery,0.0,0.0,0.0,0.0,0.0 +p48311,biomass,0.0,0.0,0.0,0.0,0.0 +p48311,coal,0.0,0.0,0.0,0.0,0.0 +p48311,csp,0.0,0.0,0.0,0.0,0.0 +p48311,gas,0.0,0.0,0.0,0.0,0.0 +p48311,geothermal,0.0,0.0,0.0,0.0,0.0 +p48311,h2,0.0,0.0,0.0,0.0,0.0 +p48311,hydro,0.0,0.0,0.0,0.0,0.0 +p48311,nuclear,0.0,0.0,0.0,0.0,0.0 +p48311,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48311,pv,130.71,261.42,261.42,261.42,261.42 +p48311,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48311,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48313,battery,77.65,155.3,308.14666666666744,460.9933333333465,613.84 +p48313,biomass,0.0,0.0,0.0,0.0,0.0 +p48313,coal,0.0,0.0,0.0,0.0,0.0 +p48313,csp,0.0,0.0,0.0,0.0,0.0 +p48313,gas,0.0,0.0,0.0,0.0,0.0 +p48313,geothermal,0.0,0.0,0.0,0.0,0.0 +p48313,h2,0.0,0.0,0.0,0.0,0.0 +p48313,hydro,0.0,0.0,0.0,0.0,0.0 +p48313,nuclear,0.0,0.0,0.0,0.0,0.0 +p48313,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48313,pv,0.0,0.0,67.06333333332441,134.12666666664882,201.19 +p48313,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48313,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48315,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p48315,biomass,0.0,0.0,0.0,0.0,0.0 +p48315,coal,0.0,0.0,0.0,0.0,0.0 +p48315,csp,0.0,0.0,0.0,0.0,0.0 +p48315,gas,0.0,0.0,0.0,0.0,0.0 +p48315,geothermal,0.0,0.0,0.0,0.0,0.0 +p48315,h2,0.0,0.0,0.0,0.0,0.0 +p48315,hydro,0.0,0.0,0.0,0.0,0.0 +p48315,nuclear,0.0,0.0,0.0,0.0,0.0 +p48315,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48315,pv,0.0,0.0,103.33333333331393,206.66666666665697,310.0 +p48315,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48315,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48317,battery,50.415,100.83,231.1966666666558,361.5633333333535,491.93 +p48317,biomass,0.0,0.0,0.0,0.0,0.0 +p48317,coal,0.0,0.0,0.0,0.0,0.0 +p48317,csp,0.0,0.0,0.0,0.0,0.0 +p48317,gas,0.0,0.0,0.0,0.0,0.0 +p48317,geothermal,0.0,0.0,0.0,0.0,0.0 +p48317,h2,0.0,0.0,0.0,0.0,0.0 +p48317,hydro,0.0,0.0,0.0,0.0,0.0 +p48317,nuclear,0.0,0.0,0.0,0.0,0.0 +p48317,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48317,pv,0.0,0.0,0.0,0.0,0.0 +p48317,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48317,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48319,csp,0.0,0.0,0.0,0.0,0.0 +p48321,battery,292.73,585.46,1105.3233333334792,1625.186666666763,2145.05 +p48321,biomass,0.0,0.0,0.0,0.0,0.0 +p48321,coal,0.0,0.0,0.0,0.0,0.0 +p48321,csp,0.0,0.0,0.0,0.0,0.0 +p48321,gas,0.0,0.0,0.0,0.0,0.0 +p48321,geothermal,0.0,0.0,0.0,0.0,0.0 +p48321,h2,0.0,0.0,0.0,0.0,0.0 +p48321,hydro,0.0,0.0,0.0,0.0,0.0 +p48321,nuclear,0.0,0.0,0.0,0.0,0.0 +p48321,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48321,pv,549.295,1098.59,1785.656666666735,2472.723333333386,3159.79 +p48321,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48321,wind-ons,120.6,241.2,241.2,241.2,241.2 +p48323,battery,130.645,261.29,508.6766666666372,756.0633333332953,1003.45 +p48323,biomass,0.0,0.0,0.0,0.0,0.0 +p48323,coal,0.0,0.0,0.0,0.0,0.0 +p48323,csp,0.0,0.0,0.0,0.0,0.0 +p48323,gas,0.0,0.0,0.0,0.0,0.0 +p48323,geothermal,0.0,0.0,0.0,0.0,0.0 +p48323,h2,0.0,0.0,0.0,0.0,0.0 +p48323,hydro,0.0,0.0,0.0,0.0,0.0 +p48323,nuclear,0.0,0.0,0.0,0.0,0.0 +p48323,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48323,pv,125.7,251.4,335.06666666668025,418.7333333333372,502.4 +p48323,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48323,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48325,battery,0.0,0.0,248.31666666670935,496.6333333333605,744.95 +p48325,biomass,0.0,0.0,0.0,0.0,0.0 +p48325,coal,0.0,0.0,0.0,0.0,0.0 +p48325,csp,0.0,0.0,0.0,0.0,0.0 +p48325,gas,0.0,0.0,0.0,0.0,0.0 +p48325,geothermal,0.0,0.0,0.0,0.0,0.0 +p48325,h2,0.0,0.0,0.0,0.0,0.0 +p48325,hydro,0.0,0.0,0.0,0.0,0.0 +p48325,nuclear,0.0,0.0,0.0,0.0,0.0 +p48325,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48325,pv,0.0,0.0,70.29999999998836,140.60000000000582,210.9 +p48325,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48325,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48327,battery,101.915,203.83,203.83,203.83,203.83 +p48327,biomass,0.0,0.0,0.0,0.0,0.0 +p48327,coal,0.0,0.0,0.0,0.0,0.0 +p48327,csp,0.0,0.0,0.0,0.0,0.0 +p48327,gas,0.0,0.0,0.0,0.0,0.0 +p48327,geothermal,0.0,0.0,0.0,0.0,0.0 +p48327,h2,0.0,0.0,0.0,0.0,0.0 +p48327,hydro,0.0,0.0,0.0,0.0,0.0 +p48327,nuclear,0.0,0.0,0.0,0.0,0.0 +p48327,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48327,pv,0.0,0.0,50.7766666666721,101.5533333333442,152.32999999999998 +p48327,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48327,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48329,battery,0.0,0.0,203.4466666666558,406.8933333333698,610.34 +p48329,biomass,0.0,0.0,0.0,0.0,0.0 +p48329,coal,0.0,0.0,0.0,0.0,0.0 +p48329,csp,0.0,0.0,0.0,0.0,0.0 +p48329,gas,0.0,0.0,151.0,302.0,453.0 +p48329,geothermal,0.0,0.0,0.0,0.0,0.0 +p48329,h2,0.0,0.0,0.0,0.0,0.0 +p48329,hydro,0.0,0.0,0.0,0.0,0.0 +p48329,nuclear,0.0,0.0,0.0,0.0,0.0 +p48329,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48329,pv,8.85,17.7,56.366666666654055,95.03333333332557,133.7 +p48329,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48329,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48331,battery,301.4,602.8,1455.3666666666977,2307.933333333349,3160.5 +p48331,biomass,0.0,0.0,0.0,0.0,0.0 +p48331,coal,0.0,0.0,0.0,0.0,0.0 +p48331,csp,0.0,0.0,0.0,0.0,0.0 +p48331,gas,0.0,0.0,712.533333333442,1425.0666666666511,2137.6 +p48331,geothermal,0.0,0.0,0.0,0.0,0.0 +p48331,h2,0.0,0.0,0.0,0.0,0.0 +p48331,hydro,0.0,0.0,0.0,0.0,0.0 +p48331,nuclear,0.0,0.0,0.0,0.0,0.0 +p48331,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48331,pv,773.79,1547.58,2385.9799999999814,3224.380000000121,4062.7799999999997 +p48331,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48331,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48333,battery,0.0,0.0,171.4099999999744,342.8199999999488,514.23 +p48333,biomass,0.0,0.0,0.0,0.0,0.0 +p48333,coal,0.0,0.0,0.0,0.0,0.0 +p48333,csp,0.0,0.0,0.0,0.0,0.0 +p48333,gas,0.0,0.0,0.0,0.0,0.0 +p48333,geothermal,0.0,0.0,0.0,0.0,0.0 +p48333,h2,0.0,0.0,0.0,0.0,0.0 +p48333,hydro,0.0,0.0,0.0,0.0,0.0 +p48333,nuclear,0.0,0.0,0.0,0.0,0.0 +p48333,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48333,pv,0.0,0.0,110.57000000000698,221.13999999998487,331.71000000000004 +p48333,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48333,wind-ons,151.2,302.4,302.4,302.4,302.4 +p48335,battery,0.0,0.0,1257.43666666653,2514.873333333526,3772.3100000000004 +p48335,biomass,0.0,0.0,0.0,0.0,0.0 +p48335,coal,0.0,0.0,0.0,0.0,0.0 +p48335,csp,0.0,0.0,0.0,0.0,0.0 +p48335,gas,0.0,0.0,111.45333333330927,222.90666666664765,334.36 +p48335,geothermal,0.0,0.0,0.0,0.0,0.0 +p48335,h2,0.0,0.0,0.0,0.0,0.0 +p48335,hydro,0.0,0.0,0.0,0.0,0.0 +p48335,nuclear,0.0,0.0,0.0,0.0,0.0 +p48335,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48335,pv,87.755,175.51,710.2466666668188,1244.9833333333954,1779.72 +p48335,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48335,wind-ons,0.0,0.0,430.06666666653473,860.1333333333023,1290.1999999999998 +p48337,battery,0.0,0.0,170.9366666666465,341.8733333333512,512.81 +p48337,biomass,0.0,0.0,0.0,0.0,0.0 +p48337,coal,0.0,0.0,0.0,0.0,0.0 +p48337,csp,0.0,0.0,0.0,0.0,0.0 +p48337,gas,0.0,0.0,0.0,0.0,0.0 +p48337,geothermal,0.0,0.0,0.0,0.0,0.0 +p48337,h2,0.0,0.0,0.0,0.0,0.0 +p48337,hydro,0.0,0.0,0.0,0.0,0.0 +p48337,nuclear,0.0,0.0,0.0,0.0,0.0 +p48337,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48337,pv,0.0,0.0,100.38000000000466,200.7600000000093,301.14 +p48337,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48337,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48339,battery,108.58,217.16,217.16,217.16,217.16 +p48339,biomass,0.0,0.0,0.0,0.0,0.0 +p48339,coal,0.0,0.0,0.0,0.0,0.0 +p48339,gas,0.0,0.0,0.0,0.0,0.0 +p48339,geothermal,0.0,0.0,0.0,0.0,0.0 +p48339,h2,0.0,0.0,0.0,0.0,0.0 +p48339,hydro,0.0,0.0,0.0,0.0,0.0 +p48339,nuclear,0.0,0.0,0.0,0.0,0.0 +p48339,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48339,pv,0.0,0.0,68.60000000000582,137.20000000001164,205.8 +p48339,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48339,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48341,csp,0.0,0.0,0.0,0.0,0.0 +p48343,battery,0.0,0.0,0.0,0.0,0.0 +p48343,biomass,0.0,0.0,0.0,0.0,0.0 +p48343,coal,0.0,0.0,0.0,0.0,0.0 +p48343,csp,0.0,0.0,0.0,0.0,0.0 +p48343,gas,0.0,0.0,360.19999999995343,720.4000000000233,1080.6 +p48343,geothermal,0.0,0.0,0.0,0.0,0.0 +p48343,h2,0.0,0.0,0.0,0.0,0.0 +p48343,hydro,0.0,0.0,0.0,0.0,0.0 +p48343,nuclear,0.0,0.0,0.0,0.0,0.0 +p48343,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48343,pv,0.0,0.0,100.0,200.0,300.0 +p48343,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48343,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48345,battery,0.0,0.0,0.0,0.0,0.0 +p48345,biomass,0.0,0.0,0.0,0.0,0.0 +p48345,coal,0.0,0.0,0.0,0.0,0.0 +p48345,csp,0.0,0.0,0.0,0.0,0.0 +p48345,gas,0.0,0.0,0.0,0.0,0.0 +p48345,geothermal,0.0,0.0,0.0,0.0,0.0 +p48345,h2,0.0,0.0,0.0,0.0,0.0 +p48345,hydro,0.0,0.0,0.0,0.0,0.0 +p48345,nuclear,0.0,0.0,0.0,0.0,0.0 +p48345,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48345,pv,126.0,252.0,252.0,252.0,252.0 +p48345,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48345,wind-ons,0.0,0.0,200.0,400.0,600.0 +p48347,battery,150.6,301.2,404.0733333333628,506.9466666666849,609.8199999999999 +p48347,biomass,0.0,0.0,0.0,0.0,0.0 +p48347,coal,0.0,0.0,0.0,0.0,0.0 +p48347,csp,0.0,0.0,0.0,0.0,0.0 +p48347,gas,0.0,0.0,0.0,0.0,0.0 +p48347,geothermal,0.0,0.0,0.0,0.0,0.0 +p48347,h2,0.0,0.0,0.0,0.0,0.0 +p48347,hydro,0.0,0.0,0.0,0.0,0.0 +p48347,nuclear,0.0,0.0,0.0,0.0,0.0 +p48347,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48347,pv,301.115,602.23,738.1333333333605,874.0366666666814,1009.94 +p48347,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48347,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48349,battery,165.16500000000002,330.33000000000004,506.4800000000396,682.6300000000047,858.7800000000001 +p48349,biomass,0.0,0.0,0.0,0.0,0.0 +p48349,coal,0.0,0.0,0.0,0.0,0.0 +p48349,csp,0.0,0.0,0.0,0.0,0.0 +p48349,gas,0.0,0.0,0.0,0.0,0.0 +p48349,geothermal,0.0,0.0,0.0,0.0,0.0 +p48349,h2,0.0,0.0,0.0,0.0,0.0 +p48349,hydro,0.0,0.0,0.0,0.0,0.0 +p48349,nuclear,0.0,0.0,0.0,0.0,0.0 +p48349,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48349,pv,871.29,1742.58,2248.303333333344,2754.026666666614,3259.75 +p48349,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48349,wind-ons,367.1,734.2,734.2,734.2,734.2 +p48351,battery,0.0,0.0,0.0,0.0,0.0 +p48351,biomass,0.0,0.0,0.0,0.0,0.0 +p48351,coal,0.0,0.0,0.0,0.0,0.0 +p48351,csp,0.0,0.0,0.0,0.0,0.0 +p48351,gas,0.0,0.0,0.0,0.0,0.0 +p48351,geothermal,0.0,0.0,0.0,0.0,0.0 +p48351,h2,0.0,0.0,0.0,0.0,0.0 +p48351,hydro,0.0,0.0,0.0,0.0,0.0 +p48351,nuclear,0.0,0.0,0.0,0.0,0.0 +p48351,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48351,pv,0.0,0.0,58.333333333343035,116.66666666667152,175.0 +p48351,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48351,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48353,battery,0.0,0.0,252.61333333340008,505.22666666674195,757.84 +p48353,biomass,0.0,0.0,0.0,0.0,0.0 +p48353,coal,0.0,0.0,0.0,0.0,0.0 +p48353,csp,0.0,0.0,0.0,0.0,0.0 +p48353,gas,0.0,0.0,0.0,0.0,0.0 +p48353,geothermal,0.0,0.0,0.0,0.0,0.0 +p48353,h2,0.0,0.0,0.0,0.0,0.0 +p48353,hydro,0.0,0.0,0.0,0.0,0.0 +p48353,nuclear,0.0,0.0,0.0,0.0,0.0 +p48353,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48353,pv,0.0,0.0,374.88666666671634,749.7733333334327,1124.6599999999999 +p48353,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48353,wind-ons,275.565,551.13,623.8966666666383,696.6633333333302,769.4300000000001 +p48355,battery,319.885,639.77,1075.579999999958,1511.390000000014,1947.1999999999998 +p48355,biomass,0.0,0.0,0.0,0.0,0.0 +p48355,coal,0.0,0.0,0.0,0.0,0.0 +p48355,csp,0.0,0.0,0.0,0.0,0.0 +p48355,gas,0.0,0.0,117.1333333333314,234.2666666666628,351.4 +p48355,geothermal,0.0,0.0,0.0,0.0,0.0 +p48355,h2,0.0,0.0,0.0,0.0,0.0 +p48355,hydro,0.0,0.0,0.0,0.0,0.0 +p48355,nuclear,0.0,0.0,0.0,0.0,0.0 +p48355,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48355,pv,261.375,522.75,574.2166666666599,625.6833333333343,677.15 +p48355,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48355,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48357,battery,0.0,0.0,0.0,0.0,0.0 +p48357,biomass,0.0,0.0,0.0,0.0,0.0 +p48357,coal,0.0,0.0,0.0,0.0,0.0 +p48357,csp,0.0,0.0,0.0,0.0,0.0 +p48357,gas,0.0,0.0,0.0,0.0,0.0 +p48357,geothermal,0.0,0.0,0.0,0.0,0.0 +p48357,h2,0.0,0.0,0.0,0.0,0.0 +p48357,hydro,0.0,0.0,0.0,0.0,0.0 +p48357,nuclear,0.0,0.0,0.0,0.0,0.0 +p48357,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48357,pv,100.05,200.1,200.1,200.1,200.1 +p48357,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48357,wind-ons,0.0,0.0,17.54333333332761,35.086666666662495,52.63 +p48359,csp,0.0,0.0,0.0,0.0,0.0 +p48361,battery,0.0,0.0,0.0,0.0,0.0 +p48361,biomass,0.0,0.0,0.0,0.0,0.0 +p48361,coal,0.0,0.0,0.0,0.0,0.0 +p48361,csp,0.0,0.0,0.0,0.0,0.0 +p48361,gas,0.0,0.0,430.6666666667443,861.3333333333721,1292.0 +p48361,geothermal,0.0,0.0,0.0,0.0,0.0 +p48361,h2,0.0,0.0,0.0,0.0,0.0 +p48361,hydro,0.0,0.0,0.0,0.0,0.0 +p48361,nuclear,0.0,0.0,0.0,0.0,0.0 +p48361,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48361,pv,0.0,0.0,100.0,200.0,300.0 +p48361,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48361,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48363,battery,0.0,0.0,0.0,0.0,0.0 +p48363,biomass,0.0,0.0,0.0,0.0,0.0 +p48363,coal,0.0,0.0,0.0,0.0,0.0 +p48363,csp,0.0,0.0,0.0,0.0,0.0 +p48363,gas,0.0,0.0,0.0,0.0,0.0 +p48363,geothermal,0.0,0.0,0.0,0.0,0.0 +p48363,h2,0.0,0.0,0.0,0.0,0.0 +p48363,hydro,0.0,0.0,0.0,0.0,0.0 +p48363,nuclear,0.0,0.0,0.0,0.0,0.0 +p48363,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48363,pv,0.0,0.0,121.67666666666628,243.35333333333256,365.03000000000003 +p48363,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48363,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48367,battery,0.0,0.0,290.0,580.0,870.0 +p48367,biomass,0.0,0.0,0.0,0.0,0.0 +p48367,coal,0.0,0.0,0.0,0.0,0.0 +p48367,csp,0.0,0.0,0.0,0.0,0.0 +p48367,gas,0.0,0.0,0.0,0.0,0.0 +p48367,geothermal,0.0,0.0,0.0,0.0,0.0 +p48367,h2,0.0,0.0,0.0,0.0,0.0 +p48367,hydro,0.0,0.0,0.0,0.0,0.0 +p48367,nuclear,0.0,0.0,0.0,0.0,0.0 +p48367,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48367,pv,0.0,0.0,200.7333333333372,401.4666666666744,602.2 +p48367,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48367,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48369,battery,0.0,0.0,0.0,0.0,0.0 +p48369,biomass,0.0,0.0,0.0,0.0,0.0 +p48369,coal,0.0,0.0,0.0,0.0,0.0 +p48369,csp,0.0,0.0,0.0,0.0,0.0 +p48369,gas,0.0,0.0,0.0,0.0,0.0 +p48369,geothermal,0.0,0.0,0.0,0.0,0.0 +p48369,h2,0.0,0.0,0.0,0.0,0.0 +p48369,hydro,0.0,0.0,0.0,0.0,0.0 +p48369,nuclear,0.0,0.0,0.0,0.0,0.0 +p48369,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48369,pv,0.0,0.0,0.0,0.0,0.0 +p48369,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48369,wind-ons,282.5,565.0,565.0,565.0,565.0 +p48371,battery,305.885,611.77,945.0666666666511,1278.3633333334,1611.6599999999999 +p48371,biomass,0.0,0.0,0.0,0.0,0.0 +p48371,coal,0.0,0.0,0.0,0.0,0.0 +p48371,csp,0.0,0.0,0.0,0.0,0.0 +p48371,gas,0.0,0.0,35.666666666656965,71.33333333332848,107.0 +p48371,geothermal,0.0,0.0,0.0,0.0,0.0 +p48371,h2,0.0,0.0,0.0,0.0,0.0 +p48371,hydro,0.0,0.0,0.0,0.0,0.0 +p48371,nuclear,0.0,0.0,0.0,0.0,0.0 +p48371,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48371,pv,192.78,385.56,1992.6133333337493,3599.666666666977,5206.72 +p48371,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48371,wind-ons,161.55,323.1,1010.1000000000931,1697.1000000000931,2384.1 +p48373,battery,0.0,0.0,0.0,0.0,0.0 +p48373,biomass,0.0,0.0,0.0,0.0,0.0 +p48373,coal,0.0,0.0,0.0,0.0,0.0 +p48373,csp,0.0,0.0,0.0,0.0,0.0 +p48373,gas,0.0,0.0,0.0,0.0,0.0 +p48373,geothermal,0.0,0.0,0.0,0.0,0.0 +p48373,h2,0.0,0.0,0.0,0.0,0.0 +p48373,hydro,0.0,0.0,0.0,0.0,0.0 +p48373,nuclear,0.0,0.0,0.0,0.0,0.0 +p48373,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48373,pv,0.0,0.0,191.66666666662786,383.33333333331393,575.0 +p48373,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48373,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48375,battery,0.0,0.0,46.666666666656965,93.33333333332848,140.0 +p48375,biomass,0.0,0.0,0.0,0.0,0.0 +p48375,coal,0.0,0.0,0.0,0.0,0.0 +p48375,csp,0.0,0.0,0.0,0.0,0.0 +p48375,gas,0.0,0.0,0.0,0.0,0.0 +p48375,geothermal,0.0,0.0,0.0,0.0,0.0 +p48375,h2,0.0,0.0,0.0,0.0,0.0 +p48375,hydro,0.0,0.0,0.0,0.0,0.0 +p48375,nuclear,0.0,0.0,0.0,0.0,0.0 +p48375,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48375,pv,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p48375,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48375,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48379,battery,88.065,176.13,176.13,176.13,176.13 +p48379,biomass,0.0,0.0,0.0,0.0,0.0 +p48379,coal,0.0,0.0,0.0,0.0,0.0 +p48379,csp,0.0,0.0,0.0,0.0,0.0 +p48379,gas,0.0,0.0,0.0,0.0,0.0 +p48379,geothermal,0.0,0.0,0.0,0.0,0.0 +p48379,h2,0.0,0.0,0.0,0.0,0.0 +p48379,hydro,0.0,0.0,0.0,0.0,0.0 +p48379,nuclear,0.0,0.0,0.0,0.0,0.0 +p48379,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48379,pv,62.905,125.81,125.81,125.81,125.81 +p48379,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48379,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48381,battery,0.0,0.0,0.0,0.0,0.0 +p48381,biomass,0.0,0.0,0.0,0.0,0.0 +p48381,coal,0.0,0.0,0.0,0.0,0.0 +p48381,csp,0.0,0.0,0.0,0.0,0.0 +p48381,gas,0.0,0.0,0.0,0.0,0.0 +p48381,geothermal,0.0,0.0,0.0,0.0,0.0 +p48381,h2,0.0,0.0,0.0,0.0,0.0 +p48381,hydro,0.0,0.0,0.0,0.0,0.0 +p48381,nuclear,0.0,0.0,0.0,0.0,0.0 +p48381,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48381,pv,0.0,0.0,183.33333333337214,366.66666666668607,550.0 +p48381,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48381,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48383,battery,0.0,0.0,102.6166666666686,205.2333333333372,307.85 +p48383,biomass,0.0,0.0,0.0,0.0,0.0 +p48383,coal,0.0,0.0,0.0,0.0,0.0 +p48383,csp,0.0,0.0,0.0,0.0,0.0 +p48383,gas,0.0,0.0,0.0,0.0,0.0 +p48383,geothermal,0.0,0.0,0.0,0.0,0.0 +p48383,h2,0.0,0.0,0.0,0.0,0.0 +p48383,hydro,0.0,0.0,0.0,0.0,0.0 +p48383,nuclear,0.0,0.0,0.0,0.0,0.0 +p48383,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48383,pv,0.0,0.0,0.0,0.0,0.0 +p48383,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48383,wind-ons,0.0,0.0,103.39999999999418,206.79999999998836,310.2 +p48385,csp,0.0,0.0,0.0,0.0,0.0 +p48387,battery,0.0,0.0,43.05999999999767,86.11999999999534,129.18 +p48387,biomass,0.0,0.0,0.0,0.0,0.0 +p48387,coal,0.0,0.0,0.0,0.0,0.0 +p48387,csp,0.0,0.0,0.0,0.0,0.0 +p48387,gas,0.0,0.0,0.0,0.0,0.0 +p48387,geothermal,0.0,0.0,0.0,0.0,0.0 +p48387,h2,0.0,0.0,0.0,0.0,0.0 +p48387,hydro,0.0,0.0,0.0,0.0,0.0 +p48387,nuclear,0.0,0.0,0.0,0.0,0.0 +p48387,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48387,pv,0.0,0.0,67.01000000000931,134.02000000001863,201.03 +p48387,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48387,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48389,battery,134.0,268.0,395.55666666670004,523.113333333371,650.67 +p48389,biomass,0.0,0.0,0.0,0.0,0.0 +p48389,coal,0.0,0.0,0.0,0.0,0.0 +p48389,csp,0.0,0.0,0.0,0.0,0.0 +p48389,gas,112.25,224.5,1312.256666666828,2400.0133333331905,3487.77 +p48389,geothermal,0.0,0.0,0.0,0.0,0.0 +p48389,h2,0.0,0.0,0.0,0.0,0.0 +p48389,hydro,0.0,0.0,0.0,0.0,0.0 +p48389,nuclear,0.0,0.0,0.0,0.0,0.0 +p48389,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48389,pv,278.5,557.0,591.5666666666657,626.1333333333314,660.7 +p48389,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48389,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48391,battery,255.495,510.99,544.5266666666721,578.063333333339,611.6 +p48391,biomass,0.0,0.0,0.0,0.0,0.0 +p48391,coal,0.0,0.0,0.0,0.0,0.0 +p48391,csp,0.0,0.0,0.0,0.0,0.0 +p48391,gas,0.0,0.0,0.0,0.0,0.0 +p48391,geothermal,0.0,0.0,0.0,0.0,0.0 +p48391,h2,0.0,0.0,0.0,0.0,0.0 +p48391,hydro,0.0,0.0,0.0,0.0,0.0 +p48391,nuclear,0.0,0.0,0.0,0.0,0.0 +p48391,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48391,pv,711.3599999999999,1422.7199999999998,1456.7333333333372,1490.7466666666587,1524.7599999999998 +p48391,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48391,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48395,battery,304.135,608.27,1271.4233333333395,1934.5766666666605,2597.73 +p48395,biomass,0.0,0.0,0.0,0.0,0.0 +p48395,coal,0.0,0.0,0.0,0.0,0.0 +p48395,csp,0.0,0.0,0.0,0.0,0.0 +p48395,gas,0.0,0.0,0.0,0.0,0.0 +p48395,geothermal,0.0,0.0,0.0,0.0,0.0 +p48395,h2,0.0,0.0,0.0,0.0,0.0 +p48395,hydro,0.0,0.0,0.0,0.0,0.0 +p48395,nuclear,0.0,0.0,0.0,0.0,0.0 +p48395,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48395,pv,534.1800000000001,1068.3600000000001,1179.306666666671,1290.2533333333267,1401.2000000000003 +p48395,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48395,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48397,battery,62.68,125.36,167.1333333333314,208.9066666666622,250.68 +p48397,biomass,0.0,0.0,0.0,0.0,0.0 +p48397,coal,0.0,0.0,0.0,0.0,0.0 +p48397,csp,0.0,0.0,0.0,0.0,0.0 +p48397,gas,0.0,0.0,0.0,0.0,0.0 +p48397,geothermal,0.0,0.0,0.0,0.0,0.0 +p48397,h2,0.0,0.0,0.0,0.0,0.0 +p48397,hydro,0.0,0.0,0.0,0.0,0.0 +p48397,nuclear,0.0,0.0,0.0,0.0,0.0 +p48397,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48397,pv,0.0,0.0,0.0,0.0,0.0 +p48397,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48397,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48399,battery,50.325,100.65,152.3833333333314,204.1166666666686,255.85 +p48399,biomass,0.0,0.0,0.0,0.0,0.0 +p48399,coal,0.0,0.0,0.0,0.0,0.0 +p48399,csp,0.0,0.0,0.0,0.0,0.0 +p48399,gas,0.0,0.0,0.0,0.0,0.0 +p48399,geothermal,0.0,0.0,0.0,0.0,0.0 +p48399,h2,0.0,0.0,0.0,0.0,0.0 +p48399,hydro,0.0,0.0,0.0,0.0,0.0 +p48399,nuclear,0.0,0.0,0.0,0.0,0.0 +p48399,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48399,pv,64.24,128.48,296.1333333333605,463.7866666666814,631.44 +p48399,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48399,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48401,battery,100.0,200.0,370.3833333333605,540.7666666666628,711.1500000000001 +p48401,biomass,0.0,0.0,0.0,0.0,0.0 +p48401,coal,0.0,0.0,0.0,0.0,0.0 +p48401,csp,0.0,0.0,0.0,0.0,0.0 +p48401,gas,0.0,0.0,0.0,0.0,0.0 +p48401,geothermal,0.0,0.0,0.0,0.0,0.0 +p48401,h2,0.0,0.0,0.0,0.0,0.0 +p48401,hydro,0.0,0.0,0.0,0.0,0.0 +p48401,nuclear,0.0,0.0,0.0,0.0,0.0 +p48401,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48401,pv,100.53,201.06,310.61999999996624,420.179999999993,529.74 +p48401,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48401,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48403,battery,0.0,0.0,0.0,0.0,0.0 +p48403,biomass,0.0,0.0,0.0,0.0,0.0 +p48403,coal,0.0,0.0,0.0,0.0,0.0 +p48403,gas,0.0,0.0,0.0,0.0,0.0 +p48403,geothermal,0.0,0.0,0.0,0.0,0.0 +p48403,h2,0.0,0.0,0.0,0.0,0.0 +p48403,hydro,0.0,0.0,0.0,0.0,0.0 +p48403,nuclear,0.0,0.0,0.0,0.0,0.0 +p48403,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48403,pv,0.0,0.0,47.39433333334455,94.78866666667454,142.183 +p48403,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48403,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48407,battery,0.0,0.0,0.0,0.0,0.0 +p48407,biomass,0.0,0.0,0.0,0.0,0.0 +p48407,coal,0.0,0.0,0.0,0.0,0.0 +p48407,csp,0.0,0.0,0.0,0.0,0.0 +p48407,gas,0.0,0.0,159.33333333337214,318.66666666668607,478.0 +p48407,geothermal,0.0,0.0,0.0,0.0,0.0 +p48407,h2,0.0,0.0,0.0,0.0,0.0 +p48407,hydro,0.0,0.0,0.0,0.0,0.0 +p48407,nuclear,0.0,0.0,0.0,0.0,0.0 +p48407,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48407,pv,0.0,0.0,50.0,100.0,150.0 +p48407,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48407,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48409,battery,181.125,362.25,875.0566666667582,1387.8633333334,1900.67 +p48409,biomass,0.0,0.0,0.0,0.0,0.0 +p48409,coal,0.0,0.0,0.0,0.0,0.0 +p48409,csp,0.0,0.0,0.0,0.0,0.0 +p48409,gas,0.0,0.0,240.47666666668374,480.9533333333093,721.43 +p48409,geothermal,0.0,0.0,0.0,0.0,0.0 +p48409,h2,0.0,0.0,0.0,0.0,0.0 +p48409,hydro,0.0,0.0,0.0,0.0,0.0 +p48409,nuclear,0.0,0.0,0.0,0.0,0.0 +p48409,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48409,pv,488.645,977.29,1481.1433333333116,1984.9966666667024,2488.85 +p48409,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48409,wind-ons,0.0,0.0,442.2966666666325,884.5933333333815,1326.89 +p48413,battery,190.52,381.04,514.9866666666348,648.9333333333489,782.8800000000001 +p48413,biomass,0.0,0.0,0.0,0.0,0.0 +p48413,coal,0.0,0.0,0.0,0.0,0.0 +p48413,csp,0.0,0.0,0.0,0.0,0.0 +p48413,gas,0.0,0.0,0.0,0.0,0.0 +p48413,geothermal,0.0,0.0,0.0,0.0,0.0 +p48413,h2,0.0,0.0,0.0,0.0,0.0 +p48413,hydro,0.0,0.0,0.0,0.0,0.0 +p48413,nuclear,0.0,0.0,0.0,0.0,0.0 +p48413,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48413,pv,222.705,445.41,610.1133333333419,774.8166666667094,939.52 +p48413,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48413,wind-ons,0.0,0.0,181.25333333329763,362.5066666666535,543.76 +p48415,battery,4.975,9.95,613.5633333334699,1217.1766666667536,1820.79 +p48415,biomass,0.0,0.0,0.0,0.0,0.0 +p48415,coal,0.0,0.0,0.0,0.0,0.0 +p48415,csp,0.0,0.0,0.0,0.0,0.0 +p48415,gas,0.0,0.0,0.0,0.0,0.0 +p48415,geothermal,0.0,0.0,0.0,0.0,0.0 +p48415,h2,0.0,0.0,0.0,0.0,0.0 +p48415,hydro,0.0,0.0,0.0,0.0,0.0 +p48415,nuclear,0.0,0.0,0.0,0.0,0.0 +p48415,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48415,pv,92.0,184.0,1046.8899999998976,1909.779999999795,2772.67 +p48415,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48415,wind-ons,275.71,551.42,558.8866666666654,566.3533333333326,573.8199999999999 +p48417,battery,0.0,0.0,68.83333333331393,137.66666666665697,206.5 +p48417,biomass,0.0,0.0,0.0,0.0,0.0 +p48417,coal,0.0,0.0,0.0,0.0,0.0 +p48417,csp,0.0,0.0,0.0,0.0,0.0 +p48417,gas,0.0,0.0,0.0,0.0,0.0 +p48417,geothermal,0.0,0.0,0.0,0.0,0.0 +p48417,h2,0.0,0.0,0.0,0.0,0.0 +p48417,hydro,0.0,0.0,0.0,0.0,0.0 +p48417,nuclear,0.0,0.0,0.0,0.0,0.0 +p48417,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48417,pv,0.0,0.0,67.96000000002095,135.9200000000128,203.88 +p48417,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48417,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48419,battery,0.0,0.0,0.0,0.0,0.0 +p48419,biomass,0.0,0.0,0.0,0.0,0.0 +p48419,coal,0.0,0.0,0.0,0.0,0.0 +p48419,gas,0.0,0.0,0.0,0.0,0.0 +p48419,geothermal,0.0,0.0,0.0,0.0,0.0 +p48419,h2,0.0,0.0,0.0,0.0,0.0 +p48419,hydro,0.0,0.0,0.0,0.0,0.0 +p48419,nuclear,0.0,0.0,0.0,0.0,0.0 +p48419,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48419,pv,0.0,0.0,40.0,80.0,120.0 +p48419,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48419,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48421,csp,0.0,0.0,0.0,0.0,0.0 +p48423,battery,0.0,0.0,126.95666666666511,253.91333333333023,380.87 +p48423,biomass,0.0,0.0,0.0,0.0,0.0 +p48423,coal,0.0,0.0,0.0,0.0,0.0 +p48423,csp,0.0,0.0,0.0,0.0,0.0 +p48423,gas,0.0,0.0,0.0,0.0,0.0 +p48423,geothermal,0.0,0.0,0.0,0.0,0.0 +p48423,h2,0.0,0.0,0.0,0.0,0.0 +p48423,hydro,0.0,0.0,0.0,0.0,0.0 +p48423,nuclear,0.0,0.0,0.0,0.0,0.0 +p48423,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48423,pv,0.0,0.0,0.0,0.0,0.0 +p48423,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48423,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48425,battery,0.0,0.0,0.0,0.0,0.0 +p48425,biomass,0.0,0.0,0.0,0.0,0.0 +p48425,coal,0.0,0.0,0.0,0.0,0.0 +p48425,gas,0.0,0.0,165.09999999997672,330.20000000001164,495.3 +p48425,geothermal,0.0,0.0,0.0,0.0,0.0 +p48425,h2,0.0,0.0,0.0,0.0,0.0 +p48425,hydro,0.0,0.0,0.0,0.0,0.0 +p48425,nuclear,0.0,0.0,0.0,0.0,0.0 +p48425,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48425,pv,85.43,170.86,170.86,170.86,170.86 +p48425,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48425,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48427,battery,0.0,0.0,407.6333333334187,815.266666666721,1222.9 +p48427,biomass,0.0,0.0,0.0,0.0,0.0 +p48427,coal,0.0,0.0,0.0,0.0,0.0 +p48427,csp,0.0,0.0,0.0,0.0,0.0 +p48427,gas,0.0,0.0,0.0,0.0,0.0 +p48427,geothermal,0.0,0.0,0.0,0.0,0.0 +p48427,h2,0.0,0.0,0.0,0.0,0.0 +p48427,hydro,0.0,0.0,0.0,0.0,0.0 +p48427,nuclear,0.0,0.0,0.0,0.0,0.0 +p48427,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48427,pv,426.515,853.03,1464.876666666707,2076.723333333386,2688.5699999999997 +p48427,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48427,wind-ons,499.65000000000003,999.3000000000001,999.3000000000001,999.3000000000001,999.3000000000001 +p48429,battery,0.0,0.0,17.0,34.0,51.0 +p48429,biomass,0.0,0.0,0.0,0.0,0.0 +p48429,coal,0.0,0.0,0.0,0.0,0.0 +p48429,csp,0.0,0.0,0.0,0.0,0.0 +p48429,gas,0.0,0.0,0.0,0.0,0.0 +p48429,geothermal,0.0,0.0,0.0,0.0,0.0 +p48429,h2,0.0,0.0,0.0,0.0,0.0 +p48429,hydro,0.0,0.0,0.0,0.0,0.0 +p48429,nuclear,0.0,0.0,0.0,0.0,0.0 +p48429,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48429,pv,0.0,0.0,34.0,68.0,102.0 +p48429,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48429,wind-ons,74.2,148.4,148.4,148.4,148.4 +p48431,battery,0.0,0.0,100.60000000000582,201.20000000001164,301.8 +p48431,biomass,0.0,0.0,0.0,0.0,0.0 +p48431,coal,0.0,0.0,0.0,0.0,0.0 +p48431,gas,0.0,0.0,0.0,0.0,0.0 +p48431,geothermal,0.0,0.0,0.0,0.0,0.0 +p48431,h2,0.0,0.0,0.0,0.0,0.0 +p48431,hydro,0.0,0.0,0.0,0.0,0.0 +p48431,nuclear,0.0,0.0,0.0,0.0,0.0 +p48431,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48431,pv,0.0,0.0,137.2666666666628,274.5333333333256,411.8 +p48431,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48431,wind-ons,136.0,272.0,373.06666666668025,474.1333333333314,575.2 +p48433,battery,0.0,0.0,45.0,90.0,135.0 +p48433,biomass,0.0,0.0,0.0,0.0,0.0 +p48433,coal,0.0,0.0,0.0,0.0,0.0 +p48433,csp,0.0,0.0,0.0,0.0,0.0 +p48433,gas,0.0,0.0,0.0,0.0,0.0 +p48433,geothermal,0.0,0.0,0.0,0.0,0.0 +p48433,h2,0.0,0.0,0.0,0.0,0.0 +p48433,hydro,0.0,0.0,0.0,0.0,0.0 +p48433,nuclear,0.0,0.0,0.0,0.0,0.0 +p48433,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48433,pv,301.795,603.59,623.6566666666622,643.7233333333352,663.7900000000001 +p48433,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48433,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48435,battery,0.0,0.0,102.35333333330345,204.70666666666511,307.06 +p48435,biomass,0.0,0.0,0.0,0.0,0.0 +p48435,coal,0.0,0.0,0.0,0.0,0.0 +p48435,gas,0.0,0.0,0.0,0.0,0.0 +p48435,geothermal,0.0,0.0,0.0,0.0,0.0 +p48435,h2,0.0,0.0,0.0,0.0,0.0 +p48435,hydro,0.0,0.0,0.0,0.0,0.0 +p48435,nuclear,0.0,0.0,0.0,0.0,0.0 +p48435,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48435,pv,0.0,0.0,0.0,0.0,0.0 +p48435,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48435,wind-ons,0.0,0.0,250.0166666666628,500.0333333333256,750.05 +p48437,battery,0.0,0.0,167.95000000001164,335.9000000000233,503.85 +p48437,biomass,0.0,0.0,0.0,0.0,0.0 +p48437,coal,0.0,0.0,0.0,0.0,0.0 +p48437,csp,0.0,0.0,0.0,0.0,0.0 +p48437,gas,0.0,0.0,0.0,0.0,0.0 +p48437,geothermal,0.0,0.0,0.0,0.0,0.0 +p48437,h2,0.0,0.0,0.0,0.0,0.0 +p48437,hydro,0.0,0.0,0.0,0.0,0.0 +p48437,nuclear,0.0,0.0,0.0,0.0,0.0 +p48437,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48437,pv,104.475,208.95,486.31666666665114,763.6833333333489,1041.05 +p48437,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48437,wind-ons,0.0,0.0,213.82666666666046,427.6533333333209,641.48 +p48439,battery,80.27499999999999,160.54999999999998,624.2233333332697,1087.8966666666092,1551.57 +p48439,biomass,0.0,0.0,0.0,0.0,0.0 +p48439,coal,0.0,0.0,0.0,0.0,0.0 +p48439,csp,0.0,0.0,0.0,0.0,0.0 +p48439,gas,0.0,0.0,0.0,0.0,0.0 +p48439,geothermal,0.0,0.0,0.0,0.0,0.0 +p48439,h2,0.0,0.0,0.0,0.0,0.0 +p48439,hydro,0.0,0.0,0.0,0.0,0.0 +p48439,nuclear,0.0,0.0,0.0,0.0,0.0 +p48439,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48439,pv,0.0,0.0,0.0,0.0,0.0 +p48439,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48439,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48441,battery,9.9,19.8,342.58666666666977,665.373333333293,988.16 +p48441,biomass,0.0,0.0,0.0,0.0,0.0 +p48441,coal,0.0,0.0,0.0,0.0,0.0 +p48441,csp,0.0,0.0,0.0,0.0,0.0 +p48441,gas,0.0,0.0,0.0,0.0,0.0 +p48441,geothermal,0.0,0.0,0.0,0.0,0.0 +p48441,h2,0.0,0.0,0.0,0.0,0.0 +p48441,hydro,0.0,0.0,0.0,0.0,0.0 +p48441,nuclear,0.0,0.0,0.0,0.0,0.0 +p48441,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48441,pv,0.0,0.0,402.00333333329763,804.0066666665953,1206.01 +p48441,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48441,wind-ons,128.225,256.45,256.45,256.45,256.45 +p48445,battery,0.0,0.0,0.0,0.0,0.0 +p48445,biomass,0.0,0.0,0.0,0.0,0.0 +p48445,coal,0.0,0.0,0.0,0.0,0.0 +p48445,csp,0.0,0.0,0.0,0.0,0.0 +p48445,gas,0.0,0.0,0.0,0.0,0.0 +p48445,geothermal,0.0,0.0,0.0,0.0,0.0 +p48445,h2,0.0,0.0,0.0,0.0,0.0 +p48445,hydro,0.0,0.0,0.0,0.0,0.0 +p48445,nuclear,0.0,0.0,0.0,0.0,0.0 +p48445,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48445,pv,75.0,150.0,150.0,150.0,150.0 +p48445,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48445,wind-ons,0.0,0.0,117.5,235.0,352.5 +p48447,battery,0.0,0.0,58.12666666667792,116.25333333334129,174.38 +p48447,biomass,0.0,0.0,0.0,0.0,0.0 +p48447,coal,0.0,0.0,0.0,0.0,0.0 +p48447,csp,0.0,0.0,0.0,0.0,0.0 +p48447,gas,0.0,0.0,0.0,0.0,0.0 +p48447,geothermal,0.0,0.0,0.0,0.0,0.0 +p48447,h2,0.0,0.0,0.0,0.0,0.0 +p48447,hydro,0.0,0.0,0.0,0.0,0.0 +p48447,nuclear,0.0,0.0,0.0,0.0,0.0 +p48447,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48447,pv,0.0,0.0,0.0,0.0,0.0 +p48447,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48447,wind-ons,142.15,284.3,300.0499999999993,315.7999999999993,331.55 +p48449,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p48449,biomass,0.0,0.0,0.0,0.0,0.0 +p48449,coal,0.0,0.0,0.0,0.0,0.0 +p48449,csp,0.0,0.0,0.0,0.0,0.0 +p48449,gas,0.0,0.0,0.0,0.0,0.0 +p48449,geothermal,0.0,0.0,0.0,0.0,0.0 +p48449,h2,0.0,0.0,0.0,0.0,0.0 +p48449,hydro,0.0,0.0,0.0,0.0,0.0 +p48449,nuclear,0.0,0.0,0.0,0.0,0.0 +p48449,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48449,pv,0.0,0.0,0.0,0.0,0.0 +p48449,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48449,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48451,battery,0.0,0.0,252.7666666666628,505.5333333333256,758.3 +p48451,biomass,0.0,0.0,0.0,0.0,0.0 +p48451,coal,0.0,0.0,0.0,0.0,0.0 +p48451,csp,0.0,0.0,0.0,0.0,0.0 +p48451,gas,0.0,0.0,0.0,0.0,0.0 +p48451,geothermal,0.0,0.0,0.0,0.0,0.0 +p48451,h2,0.0,0.0,0.0,0.0,0.0 +p48451,hydro,0.0,0.0,0.0,0.0,0.0 +p48451,nuclear,0.0,0.0,0.0,0.0,0.0 +p48451,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48451,pv,0.0,0.0,95.33333333331393,190.66666666665697,286.0 +p48451,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48451,wind-ons,90.0,180.0,306.3999999999942,432.79999999998836,559.2 +p48453,battery,66.5,133.0,317.0633333333535,501.1266666666488,685.1899999999999 +p48453,biomass,0.0,0.0,0.0,0.0,0.0 +p48453,coal,0.0,0.0,0.0,0.0,0.0 +p48453,csp,0.0,0.0,0.0,0.0,0.0 +p48453,gas,0.0,0.0,0.0,0.0,0.0 +p48453,geothermal,0.0,0.0,0.0,0.0,0.0 +p48453,h2,0.0,0.0,0.0,0.0,0.0 +p48453,hydro,0.0,0.0,0.0,0.0,0.0 +p48453,nuclear,0.0,0.0,0.0,0.0,0.0 +p48453,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48453,pv,0.0,0.0,0.0,0.0,0.0 +p48453,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48453,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48455,battery,0.0,0.0,50.0,100.0,150.0 +p48455,biomass,0.0,0.0,0.0,0.0,0.0 +p48455,coal,0.0,0.0,0.0,0.0,0.0 +p48455,gas,0.0,0.0,0.0,0.0,0.0 +p48455,geothermal,0.0,0.0,0.0,0.0,0.0 +p48455,h2,0.0,0.0,0.0,0.0,0.0 +p48455,hydro,0.0,0.0,0.0,0.0,0.0 +p48455,nuclear,0.0,0.0,0.0,0.0,0.0 +p48455,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48455,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p48455,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48455,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48457,csp,0.0,0.0,0.0,0.0,0.0 +p48461,battery,358.53,717.06,1184.3966666667257,1651.733333333279,2119.0699999999997 +p48461,biomass,0.0,0.0,0.0,0.0,0.0 +p48461,coal,0.0,0.0,0.0,0.0,0.0 +p48461,csp,0.0,0.0,0.0,0.0,0.0 +p48461,gas,0.0,0.0,296.0,592.0,888.0 +p48461,geothermal,0.0,0.0,0.0,0.0,0.0 +p48461,h2,0.0,0.0,0.0,0.0,0.0 +p48461,hydro,0.0,0.0,0.0,0.0,0.0 +p48461,nuclear,0.0,0.0,0.0,0.0,0.0 +p48461,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48461,pv,87.8,175.6,728.0799999998417,1280.5600000000559,1833.04 +p48461,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48461,wind-ons,0.0,0.0,413.5,827.0,1240.5 +p48463,battery,0.0,0.0,142.2066666666069,284.41333333333023,426.62 +p48463,biomass,0.0,0.0,0.0,0.0,0.0 +p48463,coal,0.0,0.0,0.0,0.0,0.0 +p48463,csp,0.0,0.0,0.0,0.0,0.0 +p48463,gas,0.0,0.0,0.0,0.0,0.0 +p48463,geothermal,0.0,0.0,0.0,0.0,0.0 +p48463,h2,0.0,0.0,0.0,0.0,0.0 +p48463,hydro,0.0,0.0,0.0,0.0,0.0 +p48463,nuclear,0.0,0.0,0.0,0.0,0.0 +p48463,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48463,pv,90.435,180.87,344.2866666666232,507.7033333333093,671.12 +p48463,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48463,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48465,battery,51.35,102.7,178.87999999997555,255.05999999999767,331.24 +p48465,biomass,0.0,0.0,0.0,0.0,0.0 +p48465,coal,0.0,0.0,0.0,0.0,0.0 +p48465,csp,0.0,0.0,0.0,0.0,0.0 +p48465,gas,0.0,0.0,0.0,0.0,0.0 +p48465,geothermal,0.0,0.0,0.0,0.0,0.0 +p48465,h2,0.0,0.0,0.0,0.0,0.0 +p48465,hydro,0.0,0.0,0.0,0.0,0.0 +p48465,nuclear,0.0,0.0,0.0,0.0,0.0 +p48465,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48465,pv,0.0,0.0,31.593333333337796,63.186666666668316,94.78 +p48465,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48465,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48467,battery,204.91,409.82,621.1866666666465,832.5533333333442,1043.92 +p48467,biomass,0.0,0.0,0.0,0.0,0.0 +p48467,coal,0.0,0.0,0.0,0.0,0.0 +p48467,csp,0.0,0.0,0.0,0.0,0.0 +p48467,gas,0.0,0.0,0.0,0.0,0.0 +p48467,geothermal,0.0,0.0,0.0,0.0,0.0 +p48467,h2,0.0,0.0,0.0,0.0,0.0 +p48467,hydro,0.0,0.0,0.0,0.0,0.0 +p48467,nuclear,0.0,0.0,0.0,0.0,0.0 +p48467,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48467,pv,60.52,121.04,171.29666666666162,221.55333333332965,271.81 +p48467,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48467,wind-ons,0.0,0.0,65.76666666663368,131.53333333332557,197.3 +p48469,battery,308.65,617.3,1047.3266666666605,1477.3533333333908,1907.3799999999999 +p48469,biomass,0.0,0.0,0.0,0.0,0.0 +p48469,coal,0.0,0.0,0.0,0.0,0.0 +p48469,csp,0.0,0.0,0.0,0.0,0.0 +p48469,gas,0.0,0.0,0.0,0.0,0.0 +p48469,geothermal,0.0,0.0,0.0,0.0,0.0 +p48469,h2,0.0,0.0,0.0,0.0,0.0 +p48469,hydro,0.0,0.0,0.0,0.0,0.0 +p48469,nuclear,0.0,0.0,0.0,0.0,0.0 +p48469,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48469,pv,90.5,181.0,529.6433333333116,878.2866666667396,1226.93 +p48469,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48469,wind-ons,138.4,276.8,276.8,276.8,276.8 +p48471,battery,0.0,0.0,0.0,0.0,0.0 +p48471,biomass,0.0,0.0,0.0,0.0,0.0 +p48471,coal,0.0,0.0,0.0,0.0,0.0 +p48471,csp,0.0,0.0,0.0,0.0,0.0 +p48471,gas,0.0,0.0,0.0,0.0,0.0 +p48471,geothermal,0.0,0.0,0.0,0.0,0.0 +p48471,h2,0.0,0.0,0.0,0.0,0.0 +p48471,hydro,0.0,0.0,0.0,0.0,0.0 +p48471,nuclear,0.0,0.0,0.0,0.0,0.0 +p48471,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48471,pv,0.0,0.0,50.0,100.0,150.0 +p48471,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48471,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48473,battery,0.0,0.0,444.25666666659527,888.513333333307,1332.77 +p48473,biomass,0.0,0.0,0.0,0.0,0.0 +p48473,coal,0.0,0.0,0.0,0.0,0.0 +p48473,csp,0.0,0.0,0.0,0.0,0.0 +p48473,gas,0.0,0.0,0.0,0.0,0.0 +p48473,geothermal,0.0,0.0,0.0,0.0,0.0 +p48473,h2,0.0,0.0,0.0,0.0,0.0 +p48473,hydro,0.0,0.0,0.0,0.0,0.0 +p48473,nuclear,0.0,0.0,0.0,0.0,0.0 +p48473,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48473,pv,0.0,0.0,119.35333333330345,238.70666666666511,358.06 +p48473,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48473,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48475,battery,0.0,0.0,302.1166666665813,604.233333333279,906.35 +p48475,biomass,0.0,0.0,0.0,0.0,0.0 +p48475,coal,0.0,0.0,0.0,0.0,0.0 +p48475,csp,0.0,0.0,0.0,0.0,0.0 +p48475,gas,1129.895,2259.79,2259.79,2259.79,2259.79 +p48475,geothermal,0.0,0.0,0.0,0.0,0.0 +p48475,h2,0.0,0.0,0.0,0.0,0.0 +p48475,hydro,0.0,0.0,0.0,0.0,0.0 +p48475,nuclear,0.0,0.0,0.0,0.0,0.0 +p48475,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48475,pv,0.0,0.0,88.0,176.0,264.0 +p48475,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48475,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48477,battery,0.0,0.0,69.60000000000582,139.20000000001164,208.8 +p48477,biomass,0.0,0.0,0.0,0.0,0.0 +p48477,coal,0.0,0.0,0.0,0.0,0.0 +p48477,csp,0.0,0.0,0.0,0.0,0.0 +p48477,gas,0.0,0.0,0.0,0.0,0.0 +p48477,geothermal,0.0,0.0,0.0,0.0,0.0 +p48477,h2,0.0,0.0,0.0,0.0,0.0 +p48477,hydro,0.0,0.0,0.0,0.0,0.0 +p48477,nuclear,0.0,0.0,0.0,0.0,0.0 +p48477,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48477,pv,0.0,0.0,20.080000000001746,40.15999999999622,60.24 +p48477,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48477,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48479,battery,56.300000000000004,112.60000000000001,722.3966666664928,1332.1933333331253,1941.99 +p48479,biomass,0.0,0.0,0.0,0.0,0.0 +p48479,coal,0.0,0.0,0.0,0.0,0.0 +p48479,csp,0.0,0.0,0.0,0.0,0.0 +p48479,gas,0.0,0.0,0.0,0.0,0.0 +p48479,geothermal,0.0,0.0,0.0,0.0,0.0 +p48479,h2,0.0,0.0,0.0,0.0,0.0 +p48479,hydro,0.0,0.0,0.0,0.0,0.0 +p48479,nuclear,0.0,0.0,0.0,0.0,0.0 +p48479,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48479,pv,355.5,711.0,1134.4099999999162,1557.8199999999488,1981.23 +p48479,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48479,wind-ons,251.365,502.73,766.9966666667024,1031.263333333307,1295.53 +p48481,battery,408.615,817.23,1602.4766666665673,2387.723333333386,3172.97 +p48481,biomass,0.0,0.0,0.0,0.0,0.0 +p48481,coal,0.0,0.0,0.0,0.0,0.0 +p48481,csp,0.0,0.0,0.0,0.0,0.0 +p48481,gas,0.0,0.0,478.6666666667443,957.3333333333721,1436.0 +p48481,geothermal,0.0,0.0,0.0,0.0,0.0 +p48481,h2,0.0,0.0,0.0,0.0,0.0 +p48481,hydro,0.0,0.0,0.0,0.0,0.0 +p48481,nuclear,0.0,0.0,0.0,0.0,0.0 +p48481,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48481,pv,1205.11,2410.22,3017.2899999998044,3624.3599999998696,4231.43 +p48481,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48481,wind-ons,99.75,199.5,199.5,199.5,199.5 +p48483,csp,0.0,0.0,0.0,0.0,0.0 +p48485,battery,0.0,0.0,507.0366666666232,1014.0733333332464,1521.11 +p48485,biomass,0.0,0.0,0.0,0.0,0.0 +p48485,coal,0.0,0.0,0.0,0.0,0.0 +p48485,csp,0.0,0.0,0.0,0.0,0.0 +p48485,gas,0.0,0.0,0.0,0.0,0.0 +p48485,geothermal,0.0,0.0,0.0,0.0,0.0 +p48485,h2,0.0,0.0,0.0,0.0,0.0 +p48485,hydro,0.0,0.0,0.0,0.0,0.0 +p48485,nuclear,0.0,0.0,0.0,0.0,0.0 +p48485,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48485,pv,439.605,879.21,919.5100000000093,959.8100000000122,1000.11 +p48485,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48485,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48487,battery,50.0,100.0,545.5200000000186,991.0400000000373,1436.56 +p48487,biomass,0.0,0.0,0.0,0.0,0.0 +p48487,coal,0.0,0.0,0.0,0.0,0.0 +p48487,csp,0.0,0.0,0.0,0.0,0.0 +p48487,gas,0.0,0.0,1052.166666666977,2104.3333333334886,3156.5 +p48487,geothermal,0.0,0.0,0.0,0.0,0.0 +p48487,h2,0.0,0.0,0.0,0.0,0.0 +p48487,hydro,0.0,0.0,0.0,0.0,0.0 +p48487,nuclear,0.0,0.0,0.0,0.0,0.0 +p48487,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48487,pv,301.42499999999995,602.8499999999999,1326.1933333331253,2049.536666666623,2772.8799999999997 +p48487,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48487,wind-ons,73.22,146.44,146.44,146.44,146.44 +p48489,battery,0.0,0.0,133.7333333333372,267.4666666666744,401.2 +p48489,biomass,0.0,0.0,0.0,0.0,0.0 +p48489,coal,0.0,0.0,0.0,0.0,0.0 +p48489,csp,0.0,0.0,0.0,0.0,0.0 +p48489,gas,0.0,0.0,0.0,0.0,0.0 +p48489,geothermal,0.0,0.0,0.0,0.0,0.0 +p48489,h2,0.0,0.0,0.0,0.0,0.0 +p48489,hydro,0.0,0.0,0.0,0.0,0.0 +p48489,nuclear,0.0,0.0,0.0,0.0,0.0 +p48489,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48489,pv,0.0,0.0,0.0,0.0,0.0 +p48489,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48489,wind-ons,321.25,642.5,704.1000000000058,765.6999999999971,827.3 +p48491,battery,0.0,0.0,33.50333333332674,67.00666666666802,100.51 +p48491,biomass,0.0,0.0,0.0,0.0,0.0 +p48491,coal,0.0,0.0,0.0,0.0,0.0 +p48491,csp,0.0,0.0,0.0,0.0,0.0 +p48491,gas,0.0,0.0,0.0,0.0,0.0 +p48491,geothermal,0.0,0.0,0.0,0.0,0.0 +p48491,h2,0.0,0.0,0.0,0.0,0.0 +p48491,hydro,0.0,0.0,0.0,0.0,0.0 +p48491,nuclear,0.0,0.0,0.0,0.0,0.0 +p48491,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48491,pv,0.0,0.0,0.0,0.0,0.0 +p48491,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48491,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48493,battery,159.785,319.57,658.0333333333256,996.4966666667024,1334.96 +p48493,biomass,0.0,0.0,0.0,0.0,0.0 +p48493,coal,0.0,0.0,0.0,0.0,0.0 +p48493,csp,0.0,0.0,0.0,0.0,0.0 +p48493,gas,0.0,0.0,0.0,0.0,0.0 +p48493,geothermal,0.0,0.0,0.0,0.0,0.0 +p48493,h2,0.0,0.0,0.0,0.0,0.0 +p48493,hydro,0.0,0.0,0.0,0.0,0.0 +p48493,nuclear,0.0,0.0,0.0,0.0,0.0 +p48493,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48493,pv,536.755,1073.51,1249.4899999999907,1425.469999999972,1601.45 +p48493,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48493,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48495,battery,0.0,0.0,68.96000000002095,137.9200000000128,206.88 +p48495,biomass,0.0,0.0,0.0,0.0,0.0 +p48495,coal,0.0,0.0,0.0,0.0,0.0 +p48495,csp,0.0,0.0,0.0,0.0,0.0 +p48495,gas,0.0,0.0,0.0,0.0,0.0 +p48495,geothermal,0.0,0.0,0.0,0.0,0.0 +p48495,h2,0.0,0.0,0.0,0.0,0.0 +p48495,hydro,0.0,0.0,0.0,0.0,0.0 +p48495,nuclear,0.0,0.0,0.0,0.0,0.0 +p48495,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48495,pv,0.0,0.0,0.0,0.0,0.0 +p48495,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48495,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48497,battery,0.0,0.0,504.88000000000466,1009.7600000000093,1514.6399999999999 +p48497,biomass,0.0,0.0,0.0,0.0,0.0 +p48497,coal,0.0,0.0,0.0,0.0,0.0 +p48497,csp,0.0,0.0,0.0,0.0,0.0 +p48497,gas,10.5,21.0,21.0,21.0,21.0 +p48497,geothermal,0.0,0.0,0.0,0.0,0.0 +p48497,h2,0.0,0.0,0.0,0.0,0.0 +p48497,hydro,0.0,0.0,0.0,0.0,0.0 +p48497,nuclear,0.0,0.0,0.0,0.0,0.0 +p48497,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48497,pv,0.0,0.0,42.05999999999767,84.11999999999534,126.18 +p48497,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48497,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48501,battery,103.5,207.0,390.33333333337214,573.6666666666861,757.0 +p48501,biomass,0.0,0.0,0.0,0.0,0.0 +p48501,coal,0.0,0.0,0.0,0.0,0.0 +p48501,csp,0.0,0.0,0.0,0.0,0.0 +p48501,gas,0.0,0.0,0.0,0.0,0.0 +p48501,geothermal,0.0,0.0,0.0,0.0,0.0 +p48501,h2,0.0,0.0,0.0,0.0,0.0 +p48501,hydro,0.0,0.0,0.0,0.0,0.0 +p48501,nuclear,0.0,0.0,0.0,0.0,0.0 +p48501,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48501,pv,150.0,300.0,626.6666666667443,953.3333333333721,1280.0 +p48501,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48501,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48503,battery,0.0,0.0,509.4133333332138,1018.8266666666605,1528.24 +p48503,biomass,0.0,0.0,0.0,0.0,0.0 +p48503,coal,0.0,0.0,0.0,0.0,0.0 +p48503,csp,0.0,0.0,0.0,0.0,0.0 +p48503,gas,0.0,0.0,0.0,0.0,0.0 +p48503,geothermal,0.0,0.0,0.0,0.0,0.0 +p48503,h2,0.0,0.0,0.0,0.0,0.0 +p48503,hydro,0.0,0.0,0.0,0.0,0.0 +p48503,nuclear,0.0,0.0,0.0,0.0,0.0 +p48503,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48503,pv,0.0,0.0,445.00666666659527,890.013333333307,1335.02 +p48503,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48503,wind-ons,0.0,0.0,0.0,0.0,0.0 +p48505,battery,0.0,0.0,490.56666666653473,981.1333333333023,1471.6999999999998 +p48505,biomass,0.0,0.0,0.0,0.0,0.0 +p48505,coal,0.0,0.0,0.0,0.0,0.0 +p48505,csp,0.0,0.0,0.0,0.0,0.0 +p48505,gas,0.0,0.0,0.0,0.0,0.0 +p48505,geothermal,0.0,0.0,0.0,0.0,0.0 +p48505,h2,0.0,0.0,0.0,0.0,0.0 +p48505,hydro,0.0,0.0,0.0,0.0,0.0 +p48505,nuclear,0.0,0.0,0.0,0.0,0.0 +p48505,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48505,pv,0.0,0.0,325.8366666667862,651.6733333333395,977.51 +p48505,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48505,wind-ons,393.5,787.0,1182.6666666667443,1578.3333333333721,1974.0 +p48507,battery,0.0,0.0,190.30999999999767,380.61999999999534,570.93 +p48507,biomass,0.0,0.0,0.0,0.0,0.0 +p48507,coal,0.0,0.0,0.0,0.0,0.0 +p48507,csp,0.0,0.0,0.0,0.0,0.0 +p48507,gas,0.0,0.0,0.0,0.0,0.0 +p48507,geothermal,0.0,0.0,0.0,0.0,0.0 +p48507,h2,0.0,0.0,0.0,0.0,0.0 +p48507,hydro,0.0,0.0,0.0,0.0,0.0 +p48507,nuclear,0.0,0.0,0.0,0.0,0.0 +p48507,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p48507,pv,40.19,80.38,94.01333333333241,107.6466666666638,121.28 +p48507,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p48507,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49001,battery,120.0,240.0,240.0,240.0,240.0 +p49001,biomass,0.0,0.0,0.0,0.0,0.0 +p49001,coal,0.0,0.0,0.0,0.0,0.0 +p49001,csp,0.0,0.0,0.0,0.0,0.0 +p49001,gas,0.0,0.0,0.0,0.0,0.0 +p49001,geothermal,0.0,0.0,1.199999999999818,2.400000000000091,3.6 +p49001,h2,0.0,0.0,0.0,0.0,0.0 +p49001,hydro,0.0,0.0,0.0,0.0,0.0 +p49001,nuclear,0.0,0.0,0.0,0.0,0.0 +p49001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49001,pv,49.5,99.0,99.0,99.0,99.0 +p49001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49003,battery,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p49003,biomass,0.0,0.0,0.0,0.0,0.0 +p49003,coal,0.0,0.0,0.0,0.0,0.0 +p49003,csp,0.0,0.0,0.0,0.0,0.0 +p49003,gas,0.0,0.0,0.0,0.0,0.0 +p49003,geothermal,0.0,0.0,0.0,0.0,0.0 +p49003,h2,0.0,0.0,0.0,0.0,0.0 +p49003,hydro,0.0,0.0,0.0,0.0,0.0 +p49003,nuclear,0.0,0.0,166.66666666662786,333.33333333331393,500.0 +p49003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49003,pv,40.0,80.0,83.33333333333394,86.66666666666697,90.0 +p49003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49005,csp,0.0,0.0,0.0,0.0,0.0 +p49007,battery,0.0,0.0,0.0,0.0,0.0 +p49007,biomass,0.0,0.0,0.0,0.0,0.0 +p49007,coal,0.0,0.0,0.0,0.0,0.0 +p49007,csp,0.0,0.0,0.0,0.0,0.0 +p49007,gas,0.0,0.0,0.0,0.0,0.0 +p49007,geothermal,0.0,0.0,0.0,0.0,0.0 +p49007,h2,0.0,0.0,0.0,0.0,0.0 +p49007,hydro,0.0,0.0,0.0,0.0,0.0 +p49007,nuclear,0.0,0.0,0.0,0.0,0.0 +p49007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49007,pv,40.0,80.0,80.0,80.0,80.0 +p49007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49013,csp,0.0,0.0,0.0,0.0,0.0 +p49015,battery,50.0,100.0,333.33333333337214,566.6666666666861,800.0 +p49015,biomass,0.0,0.0,0.0,0.0,0.0 +p49015,coal,0.0,0.0,0.0,0.0,0.0 +p49015,csp,0.0,0.0,0.0,0.0,0.0 +p49015,gas,0.0,0.0,0.0,0.0,0.0 +p49015,geothermal,0.0,0.0,0.0,0.0,0.0 +p49015,h2,0.0,0.0,0.0,0.0,0.0 +p49015,hydro,0.0,0.0,0.0,0.0,0.0 +p49015,nuclear,0.0,0.0,0.0,0.0,0.0 +p49015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49015,pv,524.0,1048.0,1595.3333333334886,2142.6666666667443,2690.0 +p49015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49021,battery,145.0,290.0,356.66666666668607,423.33333333334303,490.0 +p49021,biomass,0.0,0.0,0.0,0.0,0.0 +p49021,coal,0.0,0.0,0.0,0.0,0.0 +p49021,csp,0.0,0.0,0.0,0.0,0.0 +p49021,gas,0.0,0.0,0.0,0.0,0.0 +p49021,geothermal,0.0,0.0,0.0,0.0,0.0 +p49021,h2,0.0,0.0,0.0,0.0,0.0 +p49021,hydro,0.0,0.0,0.0,0.0,0.0 +p49021,nuclear,0.0,0.0,0.0,0.0,0.0 +p49021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49021,pv,49.5,99.0,501.0,903.0,1305.0 +p49021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49023,battery,0.0,0.0,233.33333333337214,466.66666666668607,700.0 +p49023,biomass,0.0,0.0,0.0,0.0,0.0 +p49023,coal,0.0,0.0,0.0,0.0,0.0 +p49023,csp,0.0,0.0,0.0,0.0,0.0 +p49023,gas,0.0,0.0,429.94999999995343,859.9000000000233,1289.85 +p49023,geothermal,0.0,0.0,0.0,0.0,0.0 +p49023,h2,0.0,0.0,0.0,0.0,0.0 +p49023,hydro,0.0,0.0,0.0,0.0,0.0 +p49023,nuclear,0.0,0.0,0.0,0.0,0.0 +p49023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49023,pv,0.0,0.0,614.6666666665114,1229.3333333332557,1844.0 +p49023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49023,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49025,battery,0.0,0.0,0.0,0.0,0.0 +p49025,biomass,0.0,0.0,0.0,0.0,0.0 +p49025,coal,0.0,0.0,0.0,0.0,0.0 +p49025,csp,0.0,0.0,0.0,0.0,0.0 +p49025,gas,0.0,0.0,0.0,0.0,0.0 +p49025,geothermal,0.0,0.0,0.0,0.0,0.0 +p49025,h2,0.0,0.0,0.0,0.0,0.0 +p49025,hydro,0.0,0.0,0.0,0.0,0.0 +p49025,nuclear,0.0,0.0,0.0,0.0,0.0 +p49025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49025,pv,0.0,0.0,358.3333333332557,716.6666666666279,1075.0 +p49025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49027,battery,0.0,0.0,1143.0,2286.0,3429.0 +p49027,biomass,0.0,0.0,0.0,0.0,0.0 +p49027,coal,0.0,0.0,0.0,0.0,0.0 +p49027,csp,0.0,0.0,0.0,0.0,0.0 +p49027,gas,0.0,0.0,61.666666666656965,123.33333333332848,185.0 +p49027,geothermal,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p49027,h2,0.0,0.0,0.0,0.0,0.0 +p49027,hydro,0.0,0.0,0.0,0.0,0.0 +p49027,nuclear,0.0,0.0,0.0,0.0,0.0 +p49027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49027,pv,0.0,0.0,1932.666666666977,3865.3333333334886,5798.0 +p49027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49027,wind-ons,0.0,0.0,100.0,200.0,300.0 +p49035,battery,99.5,199.0,560.3333333332557,921.6666666666279,1283.0 +p49035,biomass,0.0,0.0,0.0,0.0,0.0 +p49035,coal,0.0,0.0,0.0,0.0,0.0 +p49035,csp,0.0,0.0,0.0,0.0,0.0 +p49035,gas,0.0,0.0,8.0,16.0,24.0 +p49035,geothermal,0.0,0.0,0.0,0.0,0.0 +p49035,h2,0.0,0.0,0.0,0.0,0.0 +p49035,hydro,0.0,0.0,0.0,0.0,0.0 +p49035,nuclear,0.0,0.0,0.0,0.0,0.0 +p49035,pumped-hydro,250.0,500.0,666.6666666666279,833.3333333333139,1000.0 +p49035,pv,0.0,0.0,0.0,0.0,0.0 +p49035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49035,wind-ons,0.0,0.0,2.6666666666660603,5.33333333333303,8.0 +p49037,battery,0.0,0.0,100.0,200.0,300.0 +p49037,biomass,0.0,0.0,0.0,0.0,0.0 +p49037,coal,0.0,0.0,0.0,0.0,0.0 +p49037,csp,0.0,0.0,0.0,0.0,0.0 +p49037,gas,0.0,0.0,0.0,0.0,0.0 +p49037,geothermal,0.0,0.0,0.0,0.0,0.0 +p49037,h2,0.0,0.0,0.0,0.0,0.0 +p49037,hydro,0.0,0.0,0.0,0.0,0.0 +p49037,nuclear,0.0,0.0,0.0,0.0,0.0 +p49037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49037,pv,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p49037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49041,battery,40.0,80.0,80.0,80.0,80.0 +p49041,biomass,0.0,0.0,0.0,0.0,0.0 +p49041,coal,0.0,0.0,0.0,0.0,0.0 +p49041,csp,0.0,0.0,0.0,0.0,0.0 +p49041,gas,0.0,0.0,0.0,0.0,0.0 +p49041,geothermal,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p49041,h2,0.0,0.0,0.0,0.0,0.0 +p49041,hydro,0.0,0.0,0.0,0.0,0.0 +p49041,nuclear,0.0,0.0,0.0,0.0,0.0 +p49041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49041,pv,0.0,0.0,0.0,0.0,0.0 +p49041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49043,battery,0.0,0.0,0.0,0.0,0.0 +p49043,biomass,0.0,0.0,0.0,0.0,0.0 +p49043,coal,0.0,0.0,0.0,0.0,0.0 +p49043,csp,0.0,0.0,0.0,0.0,0.0 +p49043,gas,0.0,0.0,0.0,0.0,0.0 +p49043,geothermal,0.0,0.0,0.0,0.0,0.0 +p49043,h2,0.0,0.0,0.0,0.0,0.0 +p49043,hydro,0.0,0.0,0.0,0.0,0.0 +p49043,nuclear,0.0,0.0,0.0,0.0,0.0 +p49043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49043,pv,0.0,0.0,0.0,0.0,0.0 +p49043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49043,wind-ons,50.0,100.0,100.0,100.0,100.0 +p49045,battery,0.0,0.0,25.0,50.0,75.0 +p49045,biomass,0.0,0.0,0.0,0.0,0.0 +p49045,coal,0.0,0.0,0.0,0.0,0.0 +p49045,csp,0.0,0.0,0.0,0.0,0.0 +p49045,gas,0.0,0.0,0.0,0.0,0.0 +p49045,geothermal,0.0,0.0,0.0,0.0,0.0 +p49045,h2,0.0,0.0,0.0,0.0,0.0 +p49045,hydro,0.0,0.0,0.0,0.0,0.0 +p49045,nuclear,0.0,0.0,0.0,0.0,0.0 +p49045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49045,pv,77.5,155.0,288.33333333337214,421.66666666668607,555.0 +p49045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49047,csp,0.0,0.0,0.0,0.0,0.0 +p49049,battery,0.0,0.0,265.3333333332557,530.6666666666279,796.0 +p49049,biomass,0.0,0.0,0.0,0.0,0.0 +p49049,coal,0.0,0.0,0.0,0.0,0.0 +p49049,csp,0.0,0.0,0.0,0.0,0.0 +p49049,gas,0.0,0.0,338.3333333332557,676.6666666666279,1015.0 +p49049,geothermal,0.0,0.0,0.0,0.0,0.0 +p49049,h2,0.0,0.0,0.0,0.0,0.0 +p49049,hydro,0.0,0.0,0.0,0.0,0.0 +p49049,nuclear,0.0,0.0,0.0,0.0,0.0 +p49049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49049,pv,362.5,725.0,1871.333333333023,3017.6666666665114,4164.0 +p49049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49053,battery,0.0,0.0,60.0,120.0,180.0 +p49053,biomass,0.0,0.0,0.0,0.0,0.0 +p49053,coal,0.0,0.0,0.0,0.0,0.0 +p49053,csp,0.0,0.0,0.0,0.0,0.0 +p49053,gas,0.0,0.0,100.0,200.0,300.0 +p49053,geothermal,0.0,0.0,0.0,0.0,0.0 +p49053,h2,0.0,0.0,0.0,0.0,0.0 +p49053,hydro,0.0,0.0,0.0,0.0,0.0 +p49053,nuclear,0.0,0.0,0.0,0.0,0.0 +p49053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49053,pv,150.0,300.0,300.0,300.0,300.0 +p49053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p49057,battery,0.0,0.0,66.6333333333314,133.2666666666628,199.9 +p49057,biomass,0.0,0.0,0.0,0.0,0.0 +p49057,coal,0.0,0.0,0.0,0.0,0.0 +p49057,csp,0.0,0.0,0.0,0.0,0.0 +p49057,gas,0.0,0.0,0.0,0.0,0.0 +p49057,geothermal,0.0,0.0,0.0,0.0,0.0 +p49057,h2,0.0,0.0,0.0,0.0,0.0 +p49057,hydro,0.0,0.0,0.0,0.0,0.0 +p49057,nuclear,0.0,0.0,0.0,0.0,0.0 +p49057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p49057,pv,0.0,0.0,0.0,0.0,0.0 +p49057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p49057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p50001,battery,0.0,0.0,0.0,0.0,0.0 +p50001,biomass,0.0,0.0,0.0,0.0,0.0 +p50001,coal,0.0,0.0,0.0,0.0,0.0 +p50001,csp,0.0,0.0,0.0,0.0,0.0 +p50001,gas,0.0,0.0,0.0,0.0,0.0 +p50001,geothermal,0.0,0.0,0.0,0.0,0.0 +p50001,h2,0.0,0.0,0.0,0.0,0.0 +p50001,hydro,0.0,0.0,0.0,0.0,0.0 +p50001,nuclear,0.0,0.0,0.0,0.0,0.0 +p50001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p50001,pv,25.0,50.0,50.0,50.0,50.0 +p50001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p50001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p50003,battery,0.0,0.0,0.0,0.0,0.0 +p50003,biomass,0.0,0.0,0.0,0.0,0.0 +p50003,coal,0.0,0.0,0.0,0.0,0.0 +p50003,csp,0.0,0.0,0.0,0.0,0.0 +p50003,gas,0.0,0.0,0.0,0.0,0.0 +p50003,geothermal,0.0,0.0,0.0,0.0,0.0 +p50003,h2,0.0,0.0,0.0,0.0,0.0 +p50003,hydro,0.0,0.0,0.0,0.0,0.0 +p50003,nuclear,0.0,0.0,0.0,0.0,0.0 +p50003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p50003,pv,10.0,20.0,20.0,20.0,20.0 +p50003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p50003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p50005,csp,0.0,0.0,0.0,0.0,0.0 +p50011,battery,0.0,0.0,6.433333079021395,12.866666158040971,19.2999992370605 +p50011,biomass,0.0,0.0,0.0,0.0,0.0 +p50011,coal,0.0,0.0,0.0,0.0,0.0 +p50011,gas,0.0,0.0,0.0,0.0,0.0 +p50011,geothermal,0.0,0.0,0.0,0.0,0.0 +p50011,h2,0.0,0.0,0.0,0.0,0.0 +p50011,hydro,0.0,0.0,0.0,0.0,0.0 +p50011,nuclear,0.0,0.0,0.0,0.0,0.0 +p50011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p50011,pv,0.0,0.0,0.0,0.0,0.0 +p50011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p50011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p50021,battery,0.0,0.0,0.0,0.0,0.0 +p50021,biomass,0.0,0.0,0.0,0.0,0.0 +p50021,coal,0.0,0.0,0.0,0.0,0.0 +p50021,csp,0.0,0.0,0.0,0.0,0.0 +p50021,gas,0.0,0.0,0.0,0.0,0.0 +p50021,geothermal,0.0,0.0,0.0,0.0,0.0 +p50021,h2,0.0,0.0,0.0,0.0,0.0 +p50021,hydro,0.0,0.0,0.0,0.0,0.0 +p50021,nuclear,0.0,0.0,0.0,0.0,0.0 +p50021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p50021,pv,10.0,20.0,20.0,20.0,20.0 +p50021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p50021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p50027,battery,0.0,0.0,6.433333079021395,12.866666158040971,19.2999992370605 +p50027,biomass,0.0,0.0,0.0,0.0,0.0 +p50027,coal,0.0,0.0,0.0,0.0,0.0 +p50027,gas,0.0,0.0,0.0,0.0,0.0 +p50027,geothermal,0.0,0.0,0.0,0.0,0.0 +p50027,h2,0.0,0.0,0.0,0.0,0.0 +p50027,hydro,0.0,0.0,0.0,0.0,0.0 +p50027,nuclear,0.0,0.0,0.0,0.0,0.0 +p50027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p50027,pv,0.0,0.0,0.0,0.0,0.0 +p50027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p50027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51001,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p51001,biomass,0.0,0.0,0.0,0.0,0.0 +p51001,coal,0.0,0.0,0.0,0.0,0.0 +p51001,csp,0.0,0.0,0.0,0.0,0.0 +p51001,gas,0.0,0.0,0.0,0.0,0.0 +p51001,geothermal,0.0,0.0,0.0,0.0,0.0 +p51001,h2,0.0,0.0,0.0,0.0,0.0 +p51001,hydro,0.0,0.0,0.0,0.0,0.0 +p51001,nuclear,0.0,0.0,0.0,0.0,0.0 +p51001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51001,pv,0.0,0.0,0.0,0.0,0.0 +p51001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51003,battery,0.0,0.0,0.0,0.0,0.0 +p51003,biomass,0.0,0.0,0.0,0.0,0.0 +p51003,coal,0.0,0.0,0.0,0.0,0.0 +p51003,csp,0.0,0.0,0.0,0.0,0.0 +p51003,gas,0.0,0.0,0.0,0.0,0.0 +p51003,geothermal,0.0,0.0,0.0,0.0,0.0 +p51003,h2,0.0,0.0,0.0,0.0,0.0 +p51003,hydro,0.0,0.0,0.0,0.0,0.0 +p51003,nuclear,0.0,0.0,0.0,0.0,0.0 +p51003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51003,pv,69.0,138.0,138.0,138.0,138.0 +p51003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51007,battery,0.0,0.0,0.0,0.0,0.0 +p51007,biomass,0.0,0.0,0.0,0.0,0.0 +p51007,coal,0.0,0.0,0.0,0.0,0.0 +p51007,csp,0.0,0.0,0.0,0.0,0.0 +p51007,gas,0.0,0.0,0.0,0.0,0.0 +p51007,geothermal,0.0,0.0,0.0,0.0,0.0 +p51007,h2,0.0,0.0,0.0,0.0,0.0 +p51007,hydro,0.0,0.0,0.0,0.0,0.0 +p51007,nuclear,0.0,0.0,0.0,0.0,0.0 +p51007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51007,pv,0.0,0.0,35.333333333343035,70.66666666667152,106.0 +p51007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51009,battery,0.0,0.0,10.0,20.0,30.0 +p51009,biomass,0.0,0.0,0.0,0.0,0.0 +p51009,coal,0.0,0.0,0.0,0.0,0.0 +p51009,csp,0.0,0.0,0.0,0.0,0.0 +p51009,gas,0.0,0.0,0.0,0.0,0.0 +p51009,geothermal,0.0,0.0,0.0,0.0,0.0 +p51009,h2,0.0,0.0,0.0,0.0,0.0 +p51009,hydro,0.0,0.0,0.0,0.0,0.0 +p51009,nuclear,0.0,0.0,0.0,0.0,0.0 +p51009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51009,pv,25.0,50.0,59.33333333333576,68.66666666666788,78.0 +p51009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51009,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51011,csp,0.0,0.0,0.0,0.0,0.0 +p51013,battery,0.0,0.0,0.0,0.0,0.0 +p51013,biomass,0.0,0.0,0.0,0.0,0.0 +p51013,coal,0.0,0.0,0.0,0.0,0.0 +p51013,csp,0.0,0.0,0.0,0.0,0.0 +p51013,gas,0.0,0.0,0.0,0.0,0.0 +p51013,geothermal,0.0,0.0,0.0,0.0,0.0 +p51013,h2,0.0,0.0,0.0,0.0,0.0 +p51013,hydro,0.0,0.0,0.0,0.0,0.0 +p51013,nuclear,0.0,0.0,0.0,0.0,0.0 +p51013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51013,pv,0.0,0.0,0.0,0.0,0.0 +p51013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51015,battery,0.0,0.0,103.33333333331393,206.66666666665697,310.0 +p51015,biomass,0.0,0.0,0.0,0.0,0.0 +p51015,coal,0.0,0.0,0.0,0.0,0.0 +p51015,csp,0.0,0.0,0.0,0.0,0.0 +p51015,gas,0.0,0.0,0.0,0.0,0.0 +p51015,geothermal,0.0,0.0,0.0,0.0,0.0 +p51015,h2,0.0,0.0,0.0,0.0,0.0 +p51015,hydro,0.0,0.0,0.0,0.0,0.0 +p51015,nuclear,0.0,0.0,0.0,0.0,0.0 +p51015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51015,pv,0.0,0.0,50.0,100.0,150.0 +p51015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51019,csp,0.0,0.0,0.0,0.0,0.0 +p51023,battery,0.0,0.0,20.0,40.0,60.0 +p51023,biomass,0.0,0.0,0.0,0.0,0.0 +p51023,coal,0.0,0.0,0.0,0.0,0.0 +p51023,csp,0.0,0.0,0.0,0.0,0.0 +p51023,gas,0.0,0.0,0.0,0.0,0.0 +p51023,geothermal,0.0,0.0,0.0,0.0,0.0 +p51023,h2,0.0,0.0,0.0,0.0,0.0 +p51023,hydro,0.0,0.0,0.0,0.0,0.0 +p51023,nuclear,0.0,0.0,0.0,0.0,0.0 +p51023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51023,pv,0.0,0.0,0.0,0.0,0.0 +p51023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51023,wind-ons,39.1,78.2,78.2,78.2,78.2 +p51025,battery,0.0,0.0,108.33333333331393,216.66666666665697,325.0 +p51025,biomass,0.0,0.0,0.0,0.0,0.0 +p51025,coal,0.0,0.0,0.0,0.0,0.0 +p51025,csp,0.0,0.0,0.0,0.0,0.0 +p51025,gas,0.0,0.0,0.0,0.0,0.0 +p51025,geothermal,0.0,0.0,0.0,0.0,0.0 +p51025,h2,0.0,0.0,0.0,0.0,0.0 +p51025,hydro,0.0,0.0,0.0,0.0,0.0 +p51025,nuclear,0.0,0.0,0.0,0.0,0.0 +p51025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51025,pv,0.0,0.0,411.1500000000233,822.3000000000466,1233.45 +p51025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51027,battery,0.0,0.0,0.0,0.0,0.0 +p51027,biomass,0.0,0.0,0.0,0.0,0.0 +p51027,coal,0.0,0.0,0.0,0.0,0.0 +p51027,csp,0.0,0.0,0.0,0.0,0.0 +p51027,gas,0.0,0.0,0.0,0.0,0.0 +p51027,geothermal,0.0,0.0,0.0,0.0,0.0 +p51027,h2,0.0,0.0,0.0,0.0,0.0 +p51027,hydro,0.0,0.0,0.0,0.0,0.0 +p51027,nuclear,0.0,0.0,0.0,0.0,0.0 +p51027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51027,pv,37.5,75.0,80.08333333333212,85.16666666666606,90.25 +p51027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51029,battery,0.0,0.0,0.0,0.0,0.0 +p51029,biomass,0.0,0.0,0.0,0.0,0.0 +p51029,coal,0.0,0.0,0.0,0.0,0.0 +p51029,csp,0.0,0.0,0.0,0.0,0.0 +p51029,gas,0.0,0.0,0.0,0.0,0.0 +p51029,geothermal,0.0,0.0,0.0,0.0,0.0 +p51029,h2,0.0,0.0,0.0,0.0,0.0 +p51029,hydro,0.0,0.0,0.0,0.0,0.0 +p51029,nuclear,0.0,0.0,0.0,0.0,0.0 +p51029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51029,pv,124.75,249.5,281.13333333333867,312.76666666667006,344.4 +p51029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51031,battery,0.0,0.0,0.0,0.0,0.0 +p51031,biomass,0.0,0.0,0.0,0.0,0.0 +p51031,coal,0.0,0.0,0.0,0.0,0.0 +p51031,csp,0.0,0.0,0.0,0.0,0.0 +p51031,gas,0.0,0.0,0.0,0.0,0.0 +p51031,geothermal,0.0,0.0,0.0,0.0,0.0 +p51031,h2,0.0,0.0,0.0,0.0,0.0 +p51031,hydro,0.0,0.0,0.0,0.0,0.0 +p51031,nuclear,0.0,0.0,0.0,0.0,0.0 +p51031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51031,pv,56.5,113.0,139.66666666667152,166.33333333333576,193.0 +p51031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51033,battery,0.0,0.0,136.66666666662786,273.33333333331393,410.0 +p51033,biomass,0.0,0.0,0.0,0.0,0.0 +p51033,coal,0.0,0.0,0.0,0.0,0.0 +p51033,csp,0.0,0.0,0.0,0.0,0.0 +p51033,gas,0.0,0.0,0.0,0.0,0.0 +p51033,geothermal,0.0,0.0,0.0,0.0,0.0 +p51033,h2,0.0,0.0,0.0,0.0,0.0 +p51033,hydro,0.0,0.0,0.0,0.0,0.0 +p51033,nuclear,0.0,0.0,0.0,0.0,0.0 +p51033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51033,pv,0.0,0.0,34.193333333329065,68.38666666667268,102.58 +p51033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51035,battery,0.0,0.0,0.0,0.0,0.0 +p51035,biomass,0.0,0.0,0.0,0.0,0.0 +p51035,coal,0.0,0.0,0.0,0.0,0.0 +p51035,csp,0.0,0.0,0.0,0.0,0.0 +p51035,gas,0.0,0.0,0.0,0.0,0.0 +p51035,geothermal,0.0,0.0,0.0,0.0,0.0 +p51035,h2,0.0,0.0,0.0,0.0,0.0 +p51035,hydro,0.0,0.0,0.0,0.0,0.0 +p51035,nuclear,0.0,0.0,0.0,0.0,0.0 +p51035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51035,pv,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p51035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51036,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p51036,biomass,0.0,0.0,0.0,0.0,0.0 +p51036,coal,0.0,0.0,0.0,0.0,0.0 +p51036,csp,0.0,0.0,0.0,0.0,0.0 +p51036,gas,0.0,0.0,0.0,0.0,0.0 +p51036,geothermal,0.0,0.0,0.0,0.0,0.0 +p51036,h2,0.0,0.0,0.0,0.0,0.0 +p51036,hydro,0.0,0.0,0.0,0.0,0.0 +p51036,nuclear,0.0,0.0,0.0,0.0,0.0 +p51036,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51036,pv,160.0,320.0,329.7166666666708,339.4333333333343,349.15 +p51036,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51036,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51037,battery,0.0,0.0,0.0,0.0,0.0 +p51037,biomass,0.0,0.0,0.0,0.0,0.0 +p51037,coal,0.0,0.0,0.0,0.0,0.0 +p51037,csp,0.0,0.0,0.0,0.0,0.0 +p51037,gas,0.0,0.0,0.0,0.0,0.0 +p51037,geothermal,0.0,0.0,0.0,0.0,0.0 +p51037,h2,0.0,0.0,0.0,0.0,0.0 +p51037,hydro,0.0,0.0,0.0,0.0,0.0 +p51037,nuclear,0.0,0.0,0.0,0.0,0.0 +p51037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51037,pv,62.5,125.0,408.2233333333861,691.4466666666558,974.67 +p51037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51041,battery,0.0,0.0,70.27333333334536,140.54666666666162,210.82 +p51041,biomass,0.0,0.0,0.0,0.0,0.0 +p51041,coal,0.0,0.0,0.0,0.0,0.0 +p51041,csp,0.0,0.0,0.0,0.0,0.0 +p51041,gas,284.5,569.0,758.6666666666279,948.3333333333139,1138.0 +p51041,geothermal,0.0,0.0,0.0,0.0,0.0 +p51041,h2,0.0,0.0,0.0,0.0,0.0 +p51041,hydro,0.0,0.0,0.0,0.0,0.0 +p51041,nuclear,0.0,0.0,0.0,0.0,0.0 +p51041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51041,pv,90.0,180.0,197.33333333332848,214.66666666666424,232.0 +p51041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51041,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51043,battery,0.0,0.0,0.0,0.0,0.0 +p51043,biomass,0.0,0.0,0.0,0.0,0.0 +p51043,coal,0.0,0.0,0.0,0.0,0.0 +p51043,csp,0.0,0.0,0.0,0.0,0.0 +p51043,gas,0.0,0.0,0.0,0.0,0.0 +p51043,geothermal,0.0,0.0,0.0,0.0,0.0 +p51043,h2,0.0,0.0,0.0,0.0,0.0 +p51043,hydro,0.0,0.0,0.0,0.0,0.0 +p51043,nuclear,0.0,0.0,0.0,0.0,0.0 +p51043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51043,pv,25.0,50.0,50.0,50.0,50.0 +p51043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51043,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51047,battery,0.0,0.0,0.0,0.0,0.0 +p51047,biomass,0.0,0.0,0.0,0.0,0.0 +p51047,coal,0.0,0.0,0.0,0.0,0.0 +p51047,csp,0.0,0.0,0.0,0.0,0.0 +p51047,gas,0.0,0.0,0.0,0.0,0.0 +p51047,geothermal,0.0,0.0,0.0,0.0,0.0 +p51047,h2,0.0,0.0,0.0,0.0,0.0 +p51047,hydro,0.0,0.0,0.0,0.0,0.0 +p51047,nuclear,0.0,0.0,0.0,0.0,0.0 +p51047,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51047,pv,115.0,230.0,230.0,230.0,230.0 +p51047,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51047,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51049,battery,0.0,0.0,0.0,0.0,0.0 +p51049,biomass,0.0,0.0,0.0,0.0,0.0 +p51049,coal,0.0,0.0,0.0,0.0,0.0 +p51049,csp,0.0,0.0,0.0,0.0,0.0 +p51049,gas,0.0,0.0,0.0,0.0,0.0 +p51049,geothermal,0.0,0.0,0.0,0.0,0.0 +p51049,h2,0.0,0.0,0.0,0.0,0.0 +p51049,hydro,0.0,0.0,0.0,0.0,0.0 +p51049,nuclear,0.0,0.0,0.0,0.0,0.0 +p51049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51049,pv,0.0,0.0,197.99866666668095,395.9973333333037,593.996 +p51049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51051,battery,0.0,0.0,0.0,0.0,0.0 +p51051,biomass,0.0,0.0,0.0,0.0,0.0 +p51051,coal,0.0,0.0,0.0,0.0,0.0 +p51051,csp,0.0,0.0,0.0,0.0,0.0 +p51051,gas,0.0,0.0,0.0,0.0,0.0 +p51051,geothermal,0.0,0.0,0.0,0.0,0.0 +p51051,h2,0.0,0.0,0.0,0.0,0.0 +p51051,hydro,0.0,0.0,0.0,0.0,0.0 +p51051,nuclear,0.0,0.0,0.0,0.0,0.0 +p51051,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51051,pv,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p51051,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51051,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51053,battery,0.0,0.0,0.0,0.0,0.0 +p51053,biomass,0.0,0.0,0.0,0.0,0.0 +p51053,coal,0.0,0.0,0.0,0.0,0.0 +p51053,csp,0.0,0.0,0.0,0.0,0.0 +p51053,gas,0.0,0.0,0.0,0.0,0.0 +p51053,geothermal,0.0,0.0,0.0,0.0,0.0 +p51053,h2,0.0,0.0,0.0,0.0,0.0 +p51053,hydro,0.0,0.0,0.0,0.0,0.0 +p51053,nuclear,0.0,0.0,0.0,0.0,0.0 +p51053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51053,pv,0.0,0.0,12.333333333335759,24.66666666666788,37.0 +p51053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51057,csp,0.0,0.0,0.0,0.0,0.0 +p51059,csp,0.0,0.0,0.0,0.0,0.0 +p51061,battery,50.0,100.0,141.66666666665697,183.33333333332848,225.0 +p51061,biomass,0.0,0.0,0.0,0.0,0.0 +p51061,coal,0.0,0.0,0.0,0.0,0.0 +p51061,csp,0.0,0.0,0.0,0.0,0.0 +p51061,gas,0.0,0.0,0.0,0.0,0.0 +p51061,geothermal,0.0,0.0,0.0,0.0,0.0 +p51061,h2,0.0,0.0,0.0,0.0,0.0 +p51061,hydro,0.0,0.0,0.0,0.0,0.0 +p51061,nuclear,0.0,0.0,0.0,0.0,0.0 +p51061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51061,pv,0.0,0.0,18.233333333329938,36.46666666666715,54.7 +p51061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51063,csp,0.0,0.0,0.0,0.0,0.0 +p51065,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p51065,biomass,0.0,0.0,0.0,0.0,0.0 +p51065,coal,0.0,0.0,0.0,0.0,0.0 +p51065,csp,0.0,0.0,0.0,0.0,0.0 +p51065,gas,0.0,0.0,517.3333333334886,1034.6666666667443,1552.0 +p51065,geothermal,0.0,0.0,0.0,0.0,0.0 +p51065,h2,0.0,0.0,0.0,0.0,0.0 +p51065,hydro,0.0,0.0,0.0,0.0,0.0 +p51065,nuclear,0.0,0.0,0.0,0.0,0.0 +p51065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51065,pv,0.0,0.0,0.0,0.0,0.0 +p51065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51067,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p51067,biomass,0.0,0.0,0.0,0.0,0.0 +p51067,coal,0.0,0.0,0.0,0.0,0.0 +p51067,csp,0.0,0.0,0.0,0.0,0.0 +p51067,gas,0.0,0.0,0.0,0.0,0.0 +p51067,geothermal,0.0,0.0,0.0,0.0,0.0 +p51067,h2,0.0,0.0,0.0,0.0,0.0 +p51067,hydro,0.0,0.0,0.0,0.0,0.0 +p51067,nuclear,0.0,0.0,0.0,0.0,0.0 +p51067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51067,pv,0.0,0.0,0.0,0.0,0.0 +p51067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51069,battery,0.0,0.0,120.0,240.0,360.0 +p51069,biomass,0.0,0.0,0.0,0.0,0.0 +p51069,coal,0.0,0.0,0.0,0.0,0.0 +p51069,csp,0.0,0.0,0.0,0.0,0.0 +p51069,gas,0.0,0.0,0.0,0.0,0.0 +p51069,geothermal,0.0,0.0,0.0,0.0,0.0 +p51069,h2,0.0,0.0,0.0,0.0,0.0 +p51069,hydro,0.0,0.0,0.0,0.0,0.0 +p51069,nuclear,0.0,0.0,0.0,0.0,0.0 +p51069,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51069,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p51069,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51069,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51071,battery,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p51071,biomass,0.0,0.0,0.0,0.0,0.0 +p51071,coal,0.0,0.0,0.0,0.0,0.0 +p51071,csp,0.0,0.0,0.0,0.0,0.0 +p51071,gas,0.0,0.0,0.0,0.0,0.0 +p51071,geothermal,0.0,0.0,0.0,0.0,0.0 +p51071,h2,0.0,0.0,0.0,0.0,0.0 +p51071,hydro,0.0,0.0,0.0,0.0,0.0 +p51071,nuclear,0.0,0.0,0.0,0.0,0.0 +p51071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51071,pv,0.0,0.0,23.333333333328483,46.66666666666424,70.0 +p51071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51071,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51073,battery,0.0,0.0,4.280000000000655,8.55999999999949,12.84 +p51073,biomass,0.0,0.0,0.0,0.0,0.0 +p51073,coal,0.0,0.0,0.0,0.0,0.0 +p51073,csp,0.0,0.0,0.0,0.0,0.0 +p51073,gas,0.0,0.0,0.0,0.0,0.0 +p51073,geothermal,0.0,0.0,0.0,0.0,0.0 +p51073,h2,0.0,0.0,0.0,0.0,0.0 +p51073,hydro,0.0,0.0,0.0,0.0,0.0 +p51073,nuclear,0.0,0.0,0.0,0.0,0.0 +p51073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51073,pv,0.0,0.0,0.0,0.0,0.0 +p51073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51075,battery,0.0,0.0,0.0,0.0,0.0 +p51075,biomass,0.0,0.0,0.0,0.0,0.0 +p51075,coal,0.0,0.0,0.0,0.0,0.0 +p51075,csp,0.0,0.0,0.0,0.0,0.0 +p51075,gas,0.0,0.0,0.0,0.0,0.0 +p51075,geothermal,0.0,0.0,0.0,0.0,0.0 +p51075,h2,0.0,0.0,0.0,0.0,0.0 +p51075,hydro,0.0,0.0,0.0,0.0,0.0 +p51075,nuclear,0.0,0.0,0.0,0.0,0.0 +p51075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51075,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p51075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51075,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51077,battery,0.0,0.0,0.0,0.0,0.0 +p51077,biomass,0.0,0.0,0.0,0.0,0.0 +p51077,coal,0.0,0.0,0.0,0.0,0.0 +p51077,csp,0.0,0.0,0.0,0.0,0.0 +p51077,gas,0.0,0.0,0.0,0.0,0.0 +p51077,geothermal,0.0,0.0,0.0,0.0,0.0 +p51077,h2,0.0,0.0,0.0,0.0,0.0 +p51077,hydro,0.0,0.0,0.0,0.0,0.0 +p51077,nuclear,0.0,0.0,0.0,0.0,0.0 +p51077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51077,pv,0.0,0.0,0.0,0.0,0.0 +p51077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51077,wind-ons,31.65,63.3,63.3,63.3,63.3 +p51081,battery,0.0,0.0,31.666666666671517,63.33333333333576,95.0 +p51081,biomass,0.0,0.0,0.0,0.0,0.0 +p51081,coal,0.0,0.0,0.0,0.0,0.0 +p51081,csp,0.0,0.0,0.0,0.0,0.0 +p51081,gas,0.0,0.0,0.0,0.0,0.0 +p51081,geothermal,0.0,0.0,0.0,0.0,0.0 +p51081,h2,0.0,0.0,0.0,0.0,0.0 +p51081,hydro,0.0,0.0,0.0,0.0,0.0 +p51081,nuclear,0.0,0.0,0.0,0.0,0.0 +p51081,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51081,pv,14.2,28.4,63.066666666651145,97.73333333332266,132.4 +p51081,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51081,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51083,battery,0.0,0.0,75.0,150.0,225.0 +p51083,biomass,0.0,0.0,0.0,0.0,0.0 +p51083,coal,0.0,0.0,0.0,0.0,0.0 +p51083,csp,0.0,0.0,0.0,0.0,0.0 +p51083,gas,0.0,0.0,0.0,0.0,0.0 +p51083,geothermal,0.0,0.0,0.0,0.0,0.0 +p51083,h2,0.0,0.0,0.0,0.0,0.0 +p51083,hydro,0.0,0.0,0.0,0.0,0.0 +p51083,nuclear,0.0,0.0,0.0,0.0,0.0 +p51083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51083,pv,313.0,626.0,714.9666666666453,803.9333333333198,892.9 +p51083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51085,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p51085,biomass,0.0,0.0,0.0,0.0,0.0 +p51085,coal,0.0,0.0,0.0,0.0,0.0 +p51085,csp,0.0,0.0,0.0,0.0,0.0 +p51085,gas,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p51085,geothermal,0.0,0.0,0.0,0.0,0.0 +p51085,h2,0.0,0.0,0.0,0.0,0.0 +p51085,hydro,0.0,0.0,0.0,0.0,0.0 +p51085,nuclear,0.0,0.0,0.0,0.0,0.0 +p51085,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51085,pv,50.0,100.0,103.28999999999996,106.57999999999993,109.87 +p51085,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51085,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51087,battery,0.0,0.0,0.0,0.0,0.0 +p51087,biomass,0.0,0.0,0.0,0.0,0.0 +p51087,coal,0.0,0.0,0.0,0.0,0.0 +p51087,csp,0.0,0.0,0.0,0.0,0.0 +p51087,gas,0.0,0.0,0.0,0.0,0.0 +p51087,geothermal,0.0,0.0,0.0,0.0,0.0 +p51087,h2,0.0,0.0,0.0,0.0,0.0 +p51087,hydro,0.0,0.0,0.0,0.0,0.0 +p51087,nuclear,0.0,0.0,0.0,0.0,0.0 +p51087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51087,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p51087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51089,battery,0.0,0.0,0.0,0.0,0.0 +p51089,biomass,0.0,0.0,0.0,0.0,0.0 +p51089,coal,0.0,0.0,0.0,0.0,0.0 +p51089,csp,0.0,0.0,0.0,0.0,0.0 +p51089,gas,0.0,0.0,0.0,0.0,0.0 +p51089,geothermal,0.0,0.0,0.0,0.0,0.0 +p51089,h2,0.0,0.0,0.0,0.0,0.0 +p51089,hydro,0.0,0.0,0.0,0.0,0.0 +p51089,nuclear,0.0,0.0,0.0,0.0,0.0 +p51089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51089,pv,25.0,50.0,50.0,50.0,50.0 +p51089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51093,battery,0.0,0.0,0.0,0.0,0.0 +p51093,biomass,0.0,0.0,0.0,0.0,0.0 +p51093,coal,0.0,0.0,0.0,0.0,0.0 +p51093,csp,0.0,0.0,0.0,0.0,0.0 +p51093,gas,0.0,0.0,0.0,0.0,0.0 +p51093,geothermal,0.0,0.0,0.0,0.0,0.0 +p51093,h2,0.0,0.0,0.0,0.0,0.0 +p51093,hydro,0.0,0.0,0.0,0.0,0.0 +p51093,nuclear,0.0,0.0,0.0,0.0,0.0 +p51093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51093,pv,165.5,331.0,364.0,397.0,430.0 +p51093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51095,battery,0.0,0.0,216.66666666662786,433.33333333331393,650.0 +p51095,biomass,0.0,0.0,0.0,0.0,0.0 +p51095,coal,0.0,0.0,0.0,0.0,0.0 +p51095,csp,0.0,0.0,0.0,0.0,0.0 +p51095,gas,0.0,0.0,0.0,0.0,0.0 +p51095,geothermal,0.0,0.0,0.0,0.0,0.0 +p51095,h2,0.0,0.0,0.0,0.0,0.0 +p51095,hydro,0.0,0.0,0.0,0.0,0.0 +p51095,nuclear,0.0,0.0,0.0,0.0,0.0 +p51095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51095,pv,0.0,0.0,0.0,0.0,0.0 +p51095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51097,battery,0.0,0.0,0.0,0.0,0.0 +p51097,biomass,0.0,0.0,0.0,0.0,0.0 +p51097,coal,0.0,0.0,0.0,0.0,0.0 +p51097,gas,0.0,0.0,0.0,0.0,0.0 +p51097,geothermal,0.0,0.0,0.0,0.0,0.0 +p51097,h2,0.0,0.0,0.0,0.0,0.0 +p51097,hydro,0.0,0.0,0.0,0.0,0.0 +p51097,nuclear,0.0,0.0,0.0,0.0,0.0 +p51097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51097,pv,74.95,149.9,203.79000000000815,257.68000000000757,311.57000000000005 +p51097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51099,battery,50.0,100.0,217.43333333331975,334.8666666666686,452.3 +p51099,biomass,0.0,0.0,0.0,0.0,0.0 +p51099,coal,0.0,0.0,0.0,0.0,0.0 +p51099,csp,0.0,0.0,0.0,0.0,0.0 +p51099,gas,0.0,0.0,0.0,0.0,0.0 +p51099,geothermal,0.0,0.0,0.0,0.0,0.0 +p51099,h2,0.0,0.0,0.0,0.0,0.0 +p51099,hydro,0.0,0.0,0.0,0.0,0.0 +p51099,nuclear,0.0,0.0,0.0,0.0,0.0 +p51099,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51099,pv,67.0,134.0,134.0,134.0,134.0 +p51099,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51099,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51101,battery,0.0,0.0,0.0,0.0,0.0 +p51101,biomass,0.0,0.0,0.0,0.0,0.0 +p51101,coal,0.0,0.0,0.0,0.0,0.0 +p51101,csp,0.0,0.0,0.0,0.0,0.0 +p51101,gas,0.0,0.0,0.0,0.0,0.0 +p51101,geothermal,0.0,0.0,0.0,0.0,0.0 +p51101,h2,0.0,0.0,0.0,0.0,0.0 +p51101,hydro,0.0,0.0,0.0,0.0,0.0 +p51101,nuclear,0.0,0.0,0.0,0.0,0.0 +p51101,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51101,pv,37.0,74.0,74.0,74.0,74.0 +p51101,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51101,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51103,battery,0.0,0.0,10.0,20.0,30.0 +p51103,biomass,0.0,0.0,0.0,0.0,0.0 +p51103,coal,0.0,0.0,0.0,0.0,0.0 +p51103,csp,0.0,0.0,0.0,0.0,0.0 +p51103,gas,0.0,0.0,0.0,0.0,0.0 +p51103,geothermal,0.0,0.0,0.0,0.0,0.0 +p51103,h2,0.0,0.0,0.0,0.0,0.0 +p51103,hydro,0.0,0.0,0.0,0.0,0.0 +p51103,nuclear,0.0,0.0,0.0,0.0,0.0 +p51103,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51103,pv,88.0,176.0,176.0,176.0,176.0 +p51103,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51103,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51107,battery,85.0,170.0,318.33333333337214,466.66666666668607,615.0 +p51107,biomass,0.0,0.0,0.0,0.0,0.0 +p51107,coal,0.0,0.0,0.0,0.0,0.0 +p51107,csp,0.0,0.0,0.0,0.0,0.0 +p51107,gas,0.0,0.0,0.0,0.0,0.0 +p51107,geothermal,0.0,0.0,0.0,0.0,0.0 +p51107,h2,0.0,0.0,0.0,0.0,0.0 +p51107,hydro,0.0,0.0,0.0,0.0,0.0 +p51107,nuclear,0.0,0.0,0.0,0.0,0.0 +p51107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51107,pv,50.0,100.0,100.0,100.0,100.0 +p51107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51109,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p51109,biomass,0.0,0.0,0.0,0.0,0.0 +p51109,coal,0.0,0.0,0.0,0.0,0.0 +p51109,csp,0.0,0.0,0.0,0.0,0.0 +p51109,gas,0.0,0.0,0.0,0.0,0.0 +p51109,geothermal,0.0,0.0,0.0,0.0,0.0 +p51109,h2,0.0,0.0,0.0,0.0,0.0 +p51109,hydro,0.0,0.0,0.0,0.0,0.0 +p51109,nuclear,0.0,0.0,0.0,0.0,0.0 +p51109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51109,pv,17.02,34.04,44.69000000000233,55.340000000000146,65.99 +p51109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51111,battery,0.0,0.0,0.0,0.0,0.0 +p51111,biomass,0.0,0.0,0.0,0.0,0.0 +p51111,coal,0.0,0.0,0.0,0.0,0.0 +p51111,csp,0.0,0.0,0.0,0.0,0.0 +p51111,gas,0.0,0.0,0.0,0.0,0.0 +p51111,geothermal,0.0,0.0,0.0,0.0,0.0 +p51111,h2,0.0,0.0,0.0,0.0,0.0 +p51111,hydro,0.0,0.0,0.0,0.0,0.0 +p51111,nuclear,0.0,0.0,0.0,0.0,0.0 +p51111,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51111,pv,65.0,130.0,341.96366666664835,553.9273333332967,765.891 +p51111,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51111,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51113,csp,0.0,0.0,0.0,0.0,0.0 +p51117,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p51117,biomass,0.0,0.0,0.0,0.0,0.0 +p51117,coal,0.0,0.0,0.0,0.0,0.0 +p51117,csp,0.0,0.0,0.0,0.0,0.0 +p51117,gas,0.0,0.0,0.0,0.0,0.0 +p51117,geothermal,0.0,0.0,0.0,0.0,0.0 +p51117,h2,0.0,0.0,0.0,0.0,0.0 +p51117,hydro,0.0,0.0,0.0,0.0,0.0 +p51117,nuclear,0.0,0.0,0.0,0.0,0.0 +p51117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51117,pv,0.0,0.0,63.0,126.0,189.0 +p51117,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51117,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51119,battery,40.0,80.0,80.0,80.0,80.0 +p51119,biomass,0.0,0.0,0.0,0.0,0.0 +p51119,coal,0.0,0.0,0.0,0.0,0.0 +p51119,csp,0.0,0.0,0.0,0.0,0.0 +p51119,gas,0.0,0.0,0.0,0.0,0.0 +p51119,geothermal,0.0,0.0,0.0,0.0,0.0 +p51119,h2,0.0,0.0,0.0,0.0,0.0 +p51119,hydro,0.0,0.0,0.0,0.0,0.0 +p51119,nuclear,0.0,0.0,0.0,0.0,0.0 +p51119,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51119,pv,0.0,0.0,0.0,0.0,0.0 +p51119,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51119,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51121,battery,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p51121,biomass,0.0,0.0,0.0,0.0,0.0 +p51121,coal,0.0,0.0,0.0,0.0,0.0 +p51121,csp,0.0,0.0,0.0,0.0,0.0 +p51121,gas,0.0,0.0,0.0,0.0,0.0 +p51121,geothermal,0.0,0.0,0.0,0.0,0.0 +p51121,h2,0.0,0.0,0.0,0.0,0.0 +p51121,hydro,0.0,0.0,0.0,0.0,0.0 +p51121,nuclear,0.0,0.0,0.0,0.0,0.0 +p51121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51121,pv,0.0,0.0,10.143333333337068,20.28666666666686,30.43 +p51121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51125,battery,0.0,0.0,0.0,0.0,0.0 +p51125,biomass,0.0,0.0,0.0,0.0,0.0 +p51125,coal,0.0,0.0,0.0,0.0,0.0 +p51125,csp,0.0,0.0,0.0,0.0,0.0 +p51125,gas,0.0,0.0,0.0,0.0,0.0 +p51125,geothermal,0.0,0.0,0.0,0.0,0.0 +p51125,h2,0.0,0.0,0.0,0.0,0.0 +p51125,hydro,0.0,0.0,0.0,0.0,0.0 +p51125,nuclear,0.0,0.0,0.0,0.0,0.0 +p51125,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51125,pv,0.0,0.0,35.666666666656965,71.33333333332848,107.0 +p51125,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51125,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51127,csp,0.0,0.0,0.0,0.0,0.0 +p51131,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p51131,biomass,0.0,0.0,0.0,0.0,0.0 +p51131,coal,0.0,0.0,0.0,0.0,0.0 +p51131,csp,0.0,0.0,0.0,0.0,0.0 +p51131,gas,0.0,0.0,0.0,0.0,0.0 +p51131,geothermal,0.0,0.0,0.0,0.0,0.0 +p51131,h2,0.0,0.0,0.0,0.0,0.0 +p51131,hydro,0.0,0.0,0.0,0.0,0.0 +p51131,nuclear,0.0,0.0,0.0,0.0,0.0 +p51131,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51131,pv,0.0,0.0,0.0,0.0,0.0 +p51131,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51131,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51133,battery,0.0,0.0,0.0,0.0,0.0 +p51133,biomass,0.0,0.0,0.0,0.0,0.0 +p51133,coal,0.0,0.0,0.0,0.0,0.0 +p51133,csp,0.0,0.0,0.0,0.0,0.0 +p51133,gas,0.0,0.0,0.0,0.0,0.0 +p51133,geothermal,0.0,0.0,0.0,0.0,0.0 +p51133,h2,0.0,0.0,0.0,0.0,0.0 +p51133,hydro,0.0,0.0,0.0,0.0,0.0 +p51133,nuclear,0.0,0.0,0.0,0.0,0.0 +p51133,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51133,pv,0.0,0.0,1.6666666666669698,3.333333333333485,5.0 +p51133,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51133,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51135,battery,0.0,0.0,0.0,0.0,0.0 +p51135,biomass,0.0,0.0,0.0,0.0,0.0 +p51135,coal,0.0,0.0,0.0,0.0,0.0 +p51135,csp,0.0,0.0,0.0,0.0,0.0 +p51135,gas,0.0,0.0,0.0,0.0,0.0 +p51135,geothermal,0.0,0.0,0.0,0.0,0.0 +p51135,h2,0.0,0.0,0.0,0.0,0.0 +p51135,hydro,0.0,0.0,0.0,0.0,0.0 +p51135,nuclear,0.0,0.0,0.0,0.0,0.0 +p51135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51135,pv,0.0,0.0,16.766666666670062,33.53333333333285,50.3 +p51135,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51137,battery,0.0,0.0,25.0,50.0,75.0 +p51137,biomass,0.0,0.0,0.0,0.0,0.0 +p51137,coal,0.0,0.0,0.0,0.0,0.0 +p51137,csp,0.0,0.0,0.0,0.0,0.0 +p51137,gas,0.0,0.0,0.0,0.0,0.0 +p51137,geothermal,0.0,0.0,0.0,0.0,0.0 +p51137,h2,0.0,0.0,0.0,0.0,0.0 +p51137,hydro,0.0,0.0,0.0,0.0,0.0 +p51137,nuclear,0.0,0.0,0.0,0.0,0.0 +p51137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51137,pv,0.0,0.0,0.0,0.0,0.0 +p51137,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51137,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51139,csp,0.0,0.0,0.0,0.0,0.0 +p51141,csp,0.0,0.0,0.0,0.0,0.0 +p51143,battery,0.0,0.0,51.666666666656965,103.33333333332848,155.0 +p51143,biomass,0.0,0.0,0.0,0.0,0.0 +p51143,coal,0.0,0.0,0.0,0.0,0.0 +p51143,csp,0.0,0.0,0.0,0.0,0.0 +p51143,gas,0.0,0.0,0.0,0.0,0.0 +p51143,geothermal,0.0,0.0,0.0,0.0,0.0 +p51143,h2,0.0,0.0,0.0,0.0,0.0 +p51143,hydro,0.0,0.0,0.0,0.0,0.0 +p51143,nuclear,0.0,0.0,0.0,0.0,0.0 +p51143,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51143,pv,284.0,568.0,755.0,942.0,1129.0 +p51143,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51143,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51145,battery,0.0,0.0,0.0,0.0,0.0 +p51145,biomass,0.0,0.0,0.0,0.0,0.0 +p51145,coal,0.0,0.0,0.0,0.0,0.0 +p51145,csp,0.0,0.0,0.0,0.0,0.0 +p51145,gas,0.0,0.0,0.0,0.0,0.0 +p51145,geothermal,0.0,0.0,0.0,0.0,0.0 +p51145,h2,0.0,0.0,0.0,0.0,0.0 +p51145,hydro,0.0,0.0,0.0,0.0,0.0 +p51145,nuclear,0.0,0.0,0.0,0.0,0.0 +p51145,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51145,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p51145,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51145,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51147,battery,0.0,0.0,10.0,20.0,30.0 +p51147,biomass,0.0,0.0,0.0,0.0,0.0 +p51147,coal,0.0,0.0,0.0,0.0,0.0 +p51147,csp,0.0,0.0,0.0,0.0,0.0 +p51147,gas,0.0,0.0,0.0,0.0,0.0 +p51147,geothermal,0.0,0.0,0.0,0.0,0.0 +p51147,h2,0.0,0.0,0.0,0.0,0.0 +p51147,hydro,0.0,0.0,0.0,0.0,0.0 +p51147,nuclear,0.0,0.0,0.0,0.0,0.0 +p51147,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51147,pv,0.0,0.0,76.66666666668607,153.33333333334303,230.0 +p51147,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51147,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51149,battery,0.0,0.0,100.0,200.0,300.0 +p51149,biomass,0.0,0.0,0.0,0.0,0.0 +p51149,coal,0.0,0.0,0.0,0.0,0.0 +p51149,csp,0.0,0.0,0.0,0.0,0.0 +p51149,gas,0.0,0.0,0.0,0.0,0.0 +p51149,geothermal,0.0,0.0,0.0,0.0,0.0 +p51149,h2,0.0,0.0,0.0,0.0,0.0 +p51149,hydro,0.0,0.0,0.0,0.0,0.0 +p51149,nuclear,0.0,0.0,0.0,0.0,0.0 +p51149,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51149,pv,0.0,0.0,6.0,12.0,18.0 +p51149,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51149,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51153,battery,0.0,0.0,223.33333333337214,446.66666666668607,670.0 +p51153,biomass,0.0,0.0,0.0,0.0,0.0 +p51153,coal,0.0,0.0,0.0,0.0,0.0 +p51153,csp,0.0,0.0,0.0,0.0,0.0 +p51153,gas,0.0,0.0,0.0,0.0,0.0 +p51153,geothermal,0.0,0.0,0.0,0.0,0.0 +p51153,h2,0.0,0.0,0.0,0.0,0.0 +p51153,hydro,0.0,0.0,0.0,0.0,0.0 +p51153,nuclear,0.0,0.0,0.0,0.0,0.0 +p51153,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51153,pv,0.0,0.0,0.0,0.0,0.0 +p51153,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51153,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51155,battery,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p51155,biomass,0.0,0.0,0.0,0.0,0.0 +p51155,coal,0.0,0.0,0.0,0.0,0.0 +p51155,csp,0.0,0.0,0.0,0.0,0.0 +p51155,gas,0.0,0.0,0.0,0.0,0.0 +p51155,geothermal,0.0,0.0,0.0,0.0,0.0 +p51155,h2,0.0,0.0,0.0,0.0,0.0 +p51155,hydro,0.0,0.0,0.0,0.0,0.0 +p51155,nuclear,0.0,0.0,0.0,0.0,0.0 +p51155,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51155,pv,75.0,150.0,150.0,150.0,150.0 +p51155,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51155,wind-ons,0.0,0.0,25.666666666671517,51.33333333333576,77.0 +p51157,csp,0.0,0.0,0.0,0.0,0.0 +p51159,battery,37.5,75.0,118.33333333334303,161.66666666667152,205.0 +p51159,biomass,0.0,0.0,0.0,0.0,0.0 +p51159,coal,0.0,0.0,0.0,0.0,0.0 +p51159,csp,0.0,0.0,0.0,0.0,0.0 +p51159,gas,0.0,0.0,0.0,0.0,0.0 +p51159,geothermal,0.0,0.0,0.0,0.0,0.0 +p51159,h2,0.0,0.0,0.0,0.0,0.0 +p51159,hydro,0.0,0.0,0.0,0.0,0.0 +p51159,nuclear,0.0,0.0,0.0,0.0,0.0 +p51159,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51159,pv,0.0,0.0,40.666666666656965,81.33333333332848,122.0 +p51159,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51159,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51161,csp,0.0,0.0,0.0,0.0,0.0 +p51163,csp,0.0,0.0,0.0,0.0,0.0 +p51165,battery,100.0,200.0,233.33333333334303,266.6666666666715,300.0 +p51165,biomass,0.0,0.0,0.0,0.0,0.0 +p51165,coal,0.0,0.0,0.0,0.0,0.0 +p51165,csp,0.0,0.0,0.0,0.0,0.0 +p51165,gas,0.0,0.0,0.0,0.0,0.0 +p51165,geothermal,0.0,0.0,0.0,0.0,0.0 +p51165,h2,0.0,0.0,0.0,0.0,0.0 +p51165,hydro,0.0,0.0,0.0,0.0,0.0 +p51165,nuclear,0.0,0.0,0.0,0.0,0.0 +p51165,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51165,pv,25.0,50.0,68.66666666667152,87.33333333333576,106.0 +p51165,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51165,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51167,csp,0.0,0.0,0.0,0.0,0.0 +p51171,battery,0.0,0.0,46.666666666656965,93.33333333332848,140.0 +p51171,biomass,0.0,0.0,0.0,0.0,0.0 +p51171,coal,0.0,0.0,0.0,0.0,0.0 +p51171,csp,0.0,0.0,0.0,0.0,0.0 +p51171,gas,0.0,0.0,0.0,0.0,0.0 +p51171,geothermal,0.0,0.0,0.0,0.0,0.0 +p51171,h2,0.0,0.0,0.0,0.0,0.0 +p51171,hydro,0.0,0.0,0.0,0.0,0.0 +p51171,nuclear,0.0,0.0,0.0,0.0,0.0 +p51171,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51171,pv,0.0,0.0,25.0,50.0,75.0 +p51171,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51171,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51173,battery,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p51173,biomass,0.0,0.0,0.0,0.0,0.0 +p51173,coal,0.0,0.0,0.0,0.0,0.0 +p51173,csp,0.0,0.0,0.0,0.0,0.0 +p51173,gas,0.0,0.0,0.0,0.0,0.0 +p51173,geothermal,0.0,0.0,0.0,0.0,0.0 +p51173,h2,0.0,0.0,0.0,0.0,0.0 +p51173,hydro,0.0,0.0,0.0,0.0,0.0 +p51173,nuclear,0.0,0.0,0.0,0.0,0.0 +p51173,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51173,pv,0.0,0.0,0.0,0.0,0.0 +p51173,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51173,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51175,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p51175,biomass,0.0,0.0,0.0,0.0,0.0 +p51175,coal,0.0,0.0,0.0,0.0,0.0 +p51175,csp,0.0,0.0,0.0,0.0,0.0 +p51175,gas,0.0,0.0,0.0,0.0,0.0 +p51175,geothermal,0.0,0.0,0.0,0.0,0.0 +p51175,h2,0.0,0.0,0.0,0.0,0.0 +p51175,hydro,0.0,0.0,0.0,0.0,0.0 +p51175,nuclear,0.0,0.0,0.0,0.0,0.0 +p51175,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51175,pv,0.0,0.0,0.0,0.0,0.0 +p51175,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51175,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51177,battery,0.0,0.0,183.33333333337214,366.66666666668607,550.0 +p51177,biomass,0.0,0.0,0.0,0.0,0.0 +p51177,coal,0.0,0.0,0.0,0.0,0.0 +p51177,csp,0.0,0.0,0.0,0.0,0.0 +p51177,gas,0.0,0.0,0.0,0.0,0.0 +p51177,geothermal,0.0,0.0,0.0,0.0,0.0 +p51177,h2,0.0,0.0,0.0,0.0,0.0 +p51177,hydro,0.0,0.0,0.0,0.0,0.0 +p51177,nuclear,0.0,0.0,0.0,0.0,0.0 +p51177,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51177,pv,0.0,0.0,50.0,100.0,150.0 +p51177,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51177,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51181,battery,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p51181,biomass,0.0,0.0,0.0,0.0,0.0 +p51181,coal,0.0,0.0,0.0,0.0,0.0 +p51181,csp,0.0,0.0,0.0,0.0,0.0 +p51181,gas,0.0,0.0,0.0,0.0,0.0 +p51181,geothermal,0.0,0.0,0.0,0.0,0.0 +p51181,h2,0.0,0.0,0.0,0.0,0.0 +p51181,hydro,0.0,0.0,0.0,0.0,0.0 +p51181,nuclear,0.0,0.0,0.0,0.0,0.0 +p51181,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51181,pv,119.5,239.0,239.0,239.0,239.0 +p51181,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51181,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51183,battery,7.85,15.7,44.03333333332557,72.36666666666133,100.7 +p51183,biomass,0.0,0.0,0.0,0.0,0.0 +p51183,coal,0.0,0.0,0.0,0.0,0.0 +p51183,csp,0.0,0.0,0.0,0.0,0.0 +p51183,gas,0.0,0.0,0.0,0.0,0.0 +p51183,geothermal,0.0,0.0,0.0,0.0,0.0 +p51183,h2,0.0,0.0,0.0,0.0,0.0 +p51183,hydro,0.0,0.0,0.0,0.0,0.0 +p51183,nuclear,0.0,0.0,0.0,0.0,0.0 +p51183,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51183,pv,672.0,1344.0,1471.833333333314,1599.666666666657,1727.5 +p51183,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51183,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51185,battery,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p51185,biomass,0.0,0.0,0.0,0.0,0.0 +p51185,coal,0.0,0.0,0.0,0.0,0.0 +p51185,csp,0.0,0.0,0.0,0.0,0.0 +p51185,gas,0.0,0.0,0.0,0.0,0.0 +p51185,geothermal,0.0,0.0,0.0,0.0,0.0 +p51185,h2,0.0,0.0,0.0,0.0,0.0 +p51185,hydro,0.0,0.0,0.0,0.0,0.0 +p51185,nuclear,0.0,0.0,0.0,0.0,0.0 +p51185,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51185,pv,0.0,0.0,23.333333333328483,46.66666666666424,70.0 +p51185,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51185,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51187,battery,0.0,0.0,0.0,0.0,0.0 +p51187,biomass,0.0,0.0,0.0,0.0,0.0 +p51187,coal,0.0,0.0,0.0,0.0,0.0 +p51187,csp,0.0,0.0,0.0,0.0,0.0 +p51187,gas,0.0,0.0,6.333333333332121,12.66666666666606,19.0 +p51187,geothermal,0.0,0.0,0.0,0.0,0.0 +p51187,h2,0.0,0.0,0.0,0.0,0.0 +p51187,hydro,0.0,0.0,0.0,0.0,0.0 +p51187,nuclear,0.0,0.0,0.0,0.0,0.0 +p51187,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51187,pv,0.0,0.0,0.0,0.0,0.0 +p51187,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51187,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51191,battery,0.0,0.0,70.70000000001164,141.39999999999418,212.1 +p51191,biomass,0.0,0.0,0.0,0.0,0.0 +p51191,coal,0.0,0.0,0.0,0.0,0.0 +p51191,csp,0.0,0.0,0.0,0.0,0.0 +p51191,gas,0.0,0.0,0.0,0.0,0.0 +p51191,geothermal,0.0,0.0,0.0,0.0,0.0 +p51191,h2,0.0,0.0,0.0,0.0,0.0 +p51191,hydro,0.0,0.0,0.0,0.0,0.0 +p51191,nuclear,0.0,0.0,0.0,0.0,0.0 +p51191,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51191,pv,0.0,0.0,0.0,0.0,0.0 +p51191,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51191,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51193,battery,0.0,0.0,0.0,0.0,0.0 +p51193,biomass,0.0,0.0,0.0,0.0,0.0 +p51193,coal,0.0,0.0,0.0,0.0,0.0 +p51193,csp,0.0,0.0,0.0,0.0,0.0 +p51193,gas,0.0,0.0,0.0,0.0,0.0 +p51193,geothermal,0.0,0.0,0.0,0.0,0.0 +p51193,h2,0.0,0.0,0.0,0.0,0.0 +p51193,hydro,0.0,0.0,0.0,0.0,0.0 +p51193,nuclear,0.0,0.0,0.0,0.0,0.0 +p51193,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51193,pv,0.0,0.0,12.0,24.0,36.0 +p51193,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51193,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51195,battery,0.0,0.0,0.0,0.0,0.0 +p51195,biomass,0.0,0.0,0.0,0.0,0.0 +p51195,coal,0.0,0.0,0.0,0.0,0.0 +p51195,csp,0.0,0.0,0.0,0.0,0.0 +p51195,gas,0.0,0.0,0.0,0.0,0.0 +p51195,geothermal,0.0,0.0,0.0,0.0,0.0 +p51195,h2,0.0,0.0,0.0,0.0,0.0 +p51195,hydro,0.0,0.0,0.0,0.0,0.0 +p51195,nuclear,0.0,0.0,0.0,0.0,0.0 +p51195,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51195,pv,0.0,0.0,20.43333333334158,40.86666666666861,61.3 +p51195,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51195,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51197,battery,26.1,52.2,52.2,52.2,52.2 +p51197,biomass,0.0,0.0,0.0,0.0,0.0 +p51197,coal,0.0,0.0,0.0,0.0,0.0 +p51197,csp,0.0,0.0,0.0,0.0,0.0 +p51197,gas,0.0,0.0,0.0,0.0,0.0 +p51197,geothermal,0.0,0.0,0.0,0.0,0.0 +p51197,h2,0.0,0.0,0.0,0.0,0.0 +p51197,hydro,0.0,0.0,0.0,0.0,0.0 +p51197,nuclear,0.0,0.0,0.0,0.0,0.0 +p51197,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51197,pv,0.0,0.0,108.33333333331393,216.66666666665697,325.0 +p51197,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51197,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51199,battery,0.0,0.0,11.0,22.0,33.0 +p51199,biomass,0.0,0.0,0.0,0.0,0.0 +p51199,coal,0.0,0.0,0.0,0.0,0.0 +p51199,csp,0.0,0.0,0.0,0.0,0.0 +p51199,gas,0.0,0.0,0.0,0.0,0.0 +p51199,geothermal,0.0,0.0,0.0,0.0,0.0 +p51199,h2,0.0,0.0,0.0,0.0,0.0 +p51199,hydro,0.0,0.0,0.0,0.0,0.0 +p51199,nuclear,0.0,0.0,0.0,0.0,0.0 +p51199,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51199,pv,0.0,0.0,0.0,0.0,0.0 +p51199,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51199,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51550,battery,0.0,0.0,181.66666666662786,363.33333333331393,545.0 +p51550,biomass,0.0,0.0,0.0,0.0,0.0 +p51550,coal,0.0,0.0,0.0,0.0,0.0 +p51550,gas,0.0,0.0,0.0,0.0,0.0 +p51550,geothermal,0.0,0.0,0.0,0.0,0.0 +p51550,h2,0.0,0.0,0.0,0.0,0.0 +p51550,hydro,0.0,0.0,0.0,0.0,0.0 +p51550,nuclear,0.0,0.0,0.0,0.0,0.0 +p51550,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51550,pv,0.0,0.0,0.0,0.0,0.0 +p51550,wind-ofs,0.0,0.0,829.6666666665114,1659.3333333332557,2489.0 +p51550,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51650,battery,0.0,0.0,9.706666666665114,19.41333333333023,29.12 +p51650,biomass,0.0,0.0,0.0,0.0,0.0 +p51650,coal,0.0,0.0,0.0,0.0,0.0 +p51650,gas,0.0,0.0,0.0,0.0,0.0 +p51650,geothermal,0.0,0.0,0.0,0.0,0.0 +p51650,h2,0.0,0.0,0.0,0.0,0.0 +p51650,hydro,0.0,0.0,0.0,0.0,0.0 +p51650,nuclear,0.0,0.0,0.0,0.0,0.0 +p51650,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51650,pv,0.0,0.0,0.0,0.0,0.0 +p51650,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51650,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51800,battery,0.0,0.0,89.66666666668607,179.33333333334303,269.0 +p51800,biomass,0.0,0.0,0.0,0.0,0.0 +p51800,coal,0.0,0.0,0.0,0.0,0.0 +p51800,gas,0.0,0.0,0.0,0.0,0.0 +p51800,geothermal,0.0,0.0,0.0,0.0,0.0 +p51800,h2,0.0,0.0,0.0,0.0,0.0 +p51800,hydro,0.0,0.0,0.0,0.0,0.0 +p51800,nuclear,0.0,0.0,0.0,0.0,0.0 +p51800,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51800,pv,0.0,0.0,0.0,0.0,0.0 +p51800,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51800,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51810,battery,0.0,0.0,100.0,200.0,300.0 +p51810,biomass,0.0,0.0,0.0,0.0,0.0 +p51810,coal,0.0,0.0,0.0,0.0,0.0 +p51810,gas,0.0,0.0,0.0,0.0,0.0 +p51810,geothermal,0.0,0.0,0.0,0.0,0.0 +p51810,h2,0.0,0.0,0.0,0.0,0.0 +p51810,hydro,0.0,0.0,0.0,0.0,0.0 +p51810,nuclear,0.0,0.0,0.0,0.0,0.0 +p51810,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51810,pv,0.0,0.0,0.0,0.0,0.0 +p51810,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51810,wind-ons,0.0,0.0,0.0,0.0,0.0 +p51830,battery,0.0,0.0,0.0,0.0,0.0 +p51830,biomass,0.0,0.0,0.0,0.0,0.0 +p51830,coal,0.0,0.0,0.0,0.0,0.0 +p51830,gas,0.0,0.0,0.0,0.0,0.0 +p51830,geothermal,0.0,0.0,0.0,0.0,0.0 +p51830,h2,0.0,0.0,0.0,0.0,0.0 +p51830,hydro,0.0,0.0,0.0,0.0,0.0 +p51830,nuclear,0.0,0.0,0.0,0.0,0.0 +p51830,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p51830,pv,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p51830,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p51830,wind-ons,0.0,0.0,0.0,0.0,0.0 +p53001,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p53001,biomass,0.0,0.0,0.0,0.0,0.0 +p53001,coal,0.0,0.0,0.0,0.0,0.0 +p53001,csp,0.0,0.0,0.0,0.0,0.0 +p53001,gas,0.0,0.0,0.0,0.0,0.0 +p53001,geothermal,0.0,0.0,0.0,0.0,0.0 +p53001,h2,0.0,0.0,0.0,0.0,0.0 +p53001,hydro,0.0,0.0,0.0,0.0,0.0 +p53001,nuclear,0.0,0.0,0.0,0.0,0.0 +p53001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53001,pv,31.4995,62.999,315.33233333338285,567.6656666666968,819.999 +p53001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p53005,battery,0.0,0.0,2109.166666666046,4218.333333333023,6327.5 +p53005,biomass,0.0,0.0,0.0,0.0,0.0 +p53005,coal,0.0,0.0,0.0,0.0,0.0 +p53005,csp,0.0,0.0,0.0,0.0,0.0 +p53005,gas,0.0,0.0,0.0,0.0,0.0 +p53005,geothermal,0.0,0.0,0.0,0.0,0.0 +p53005,h2,0.0,0.0,0.0,0.0,0.0 +p53005,hydro,0.0,0.0,0.0,0.0,0.0 +p53005,nuclear,0.0,0.0,463.3333333332557,926.6666666666279,1390.0 +p53005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53005,pv,0.0,0.0,2510.833333333954,5021.666666666977,7532.5 +p53005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53005,wind-ons,0.0,0.0,365.5333333333256,731.0666666666511,1096.6 +p53007,battery,0.0,0.0,0.0,0.0,0.0 +p53007,biomass,0.0,0.0,0.0,0.0,0.0 +p53007,coal,0.0,0.0,0.0,0.0,0.0 +p53007,gas,0.0,0.0,0.0,0.0,0.0 +p53007,geothermal,0.0,0.0,0.0,0.0,0.0 +p53007,h2,0.0,0.0,0.0,0.0,0.0 +p53007,hydro,0.0,0.0,0.0,0.0,0.0 +p53007,nuclear,0.0,0.0,0.0,0.0,0.0 +p53007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53007,pv,0.0,0.0,0.0,0.0,0.0 +p53007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53007,wind-ons,0.0,0.0,0.0,0.0,0.0 +p53011,battery,0.0,0.0,6.666666666667879,13.33333333333394,20.0 +p53011,biomass,0.0,0.0,0.0,0.0,0.0 +p53011,coal,0.0,0.0,0.0,0.0,0.0 +p53011,csp,0.0,0.0,0.0,0.0,0.0 +p53011,gas,0.0,0.0,95.33333333331393,190.66666666665697,286.0 +p53011,geothermal,0.0,0.0,0.0,0.0,0.0 +p53011,h2,0.0,0.0,0.0,0.0,0.0 +p53011,hydro,0.0,0.0,0.0,0.0,0.0 +p53011,nuclear,0.0,0.0,0.0,0.0,0.0 +p53011,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53011,pv,0.0,0.0,0.6666666666665151,1.3333333333332575,2.0 +p53011,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53011,wind-ons,0.0,0.0,0.0,0.0,0.0 +p53013,battery,0.0,0.0,97.39999999999418,194.79999999998836,292.20000000000005 +p53013,biomass,0.0,0.0,0.0,0.0,0.0 +p53013,coal,0.0,0.0,0.0,0.0,0.0 +p53013,csp,0.0,0.0,0.0,0.0,0.0 +p53013,gas,0.0,0.0,0.0,0.0,0.0 +p53013,geothermal,0.0,0.0,0.0,0.0,0.0 +p53013,h2,0.0,0.0,0.0,0.0,0.0 +p53013,hydro,0.0,0.0,0.0,0.0,0.0 +p53013,nuclear,0.0,0.0,0.0,0.0,0.0 +p53013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53013,pv,0.0,0.0,145.53333333326736,291.06666666665114,436.6 +p53013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53013,wind-ons,250.0,500.0,500.0,500.0,500.0 +p53015,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p53015,biomass,0.0,0.0,0.0,0.0,0.0 +p53015,coal,0.0,0.0,0.0,0.0,0.0 +p53015,csp,0.0,0.0,0.0,0.0,0.0 +p53015,gas,0.0,0.0,0.0,0.0,0.0 +p53015,geothermal,0.0,0.0,0.0,0.0,0.0 +p53015,h2,0.0,0.0,0.0,0.0,0.0 +p53015,hydro,0.0,0.0,0.0,0.0,0.0 +p53015,nuclear,0.0,0.0,0.0,0.0,0.0 +p53015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53015,pv,0.0,0.0,0.0,0.0,0.0 +p53015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53015,wind-ons,0.0,0.0,66.33333333331393,132.66666666665697,199.0 +p53017,battery,0.0,0.0,1288.3666666666977,2576.7333333333954,3865.1 +p53017,biomass,0.0,0.0,0.0,0.0,0.0 +p53017,coal,0.0,0.0,0.0,0.0,0.0 +p53017,csp,0.0,0.0,0.0,0.0,0.0 +p53017,gas,0.0,0.0,0.0,0.0,0.0 +p53017,geothermal,0.0,0.0,0.0,0.0,0.0 +p53017,h2,0.0,0.0,0.0,0.0,0.0 +p53017,hydro,0.0,0.0,115.0,230.0,345.0 +p53017,nuclear,0.0,0.0,0.0,0.0,0.0 +p53017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53017,pv,0.0,0.0,707.8333333334886,1415.6666666667443,2123.5 +p53017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53017,wind-ons,0.0,0.0,150.0,300.0,450.0 +p53021,battery,99.5,199.0,202.33333333333394,205.66666666666697,209.0 +p53021,biomass,0.0,0.0,0.0,0.0,0.0 +p53021,coal,0.0,0.0,0.0,0.0,0.0 +p53021,csp,0.0,0.0,0.0,0.0,0.0 +p53021,gas,0.0,0.0,0.0,0.0,0.0 +p53021,geothermal,0.0,0.0,0.0,0.0,0.0 +p53021,h2,0.0,0.0,0.0,0.0,0.0 +p53021,hydro,0.0,0.0,0.0,0.0,0.0 +p53021,nuclear,0.0,0.0,0.0,0.0,0.0 +p53021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53021,pv,0.0,0.0,74.43333333331975,148.8666666666686,223.3 +p53021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53021,wind-ons,0.0,0.0,0.0,0.0,0.0 +p53023,battery,0.0,0.0,61.666666666656965,123.33333333332848,185.0 +p53023,biomass,0.0,0.0,0.0,0.0,0.0 +p53023,coal,0.0,0.0,0.0,0.0,0.0 +p53023,csp,0.0,0.0,0.0,0.0,0.0 +p53023,gas,0.0,0.0,0.0,0.0,0.0 +p53023,geothermal,0.0,0.0,0.0,0.0,0.0 +p53023,h2,0.0,0.0,0.0,0.0,0.0 +p53023,hydro,0.0,0.0,0.0,0.0,0.0 +p53023,nuclear,0.0,0.0,0.0,0.0,0.0 +p53023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53023,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p53023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53023,wind-ons,0.0,0.0,416.6666666667443,833.3333333333721,1250.0 +p53025,battery,0.0,0.0,630.0,1260.0,1890.0 +p53025,biomass,0.0,0.0,0.0,0.0,0.0 +p53025,coal,0.0,0.0,0.0,0.0,0.0 +p53025,csp,0.0,0.0,0.0,0.0,0.0 +p53025,gas,0.0,0.0,133.33333333337214,266.66666666668607,400.0 +p53025,geothermal,0.0,0.0,0.0,0.0,0.0 +p53025,h2,0.0,0.0,0.0,0.0,0.0 +p53025,hydro,0.0,0.0,0.0,0.0,0.0 +p53025,nuclear,0.0,0.0,0.0,0.0,0.0 +p53025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53025,pv,125.0,250.0,1253.3333333334886,2256.6666666667443,3260.0 +p53025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53025,wind-ons,0.0,0.0,96.66666666668607,193.33333333334303,290.0 +p53027,csp,0.0,0.0,0.0,0.0,0.0 +p53033,battery,0.0,0.0,160.0,320.0,480.0 +p53033,biomass,0.0,0.0,0.0,0.0,0.0 +p53033,coal,0.0,0.0,0.0,0.0,0.0 +p53033,csp,0.0,0.0,0.0,0.0,0.0 +p53033,gas,0.0,0.0,0.0,0.0,0.0 +p53033,geothermal,0.0,0.0,0.0,0.0,0.0 +p53033,h2,0.0,0.0,0.0,0.0,0.0 +p53033,hydro,0.0,0.0,0.0,0.0,0.0 +p53033,nuclear,0.0,0.0,0.0,0.0,0.0 +p53033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53033,pv,0.0,0.0,0.0,0.0,0.0 +p53033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p53035,battery,85.0,170.0,170.0,170.0,170.0 +p53035,biomass,0.0,0.0,0.0,0.0,0.0 +p53035,coal,0.0,0.0,0.0,0.0,0.0 +p53035,csp,0.0,0.0,0.0,0.0,0.0 +p53035,gas,0.0,0.0,0.0,0.0,0.0 +p53035,geothermal,0.0,0.0,0.0,0.0,0.0 +p53035,h2,0.0,0.0,0.0,0.0,0.0 +p53035,hydro,0.0,0.0,0.0,0.0,0.0 +p53035,nuclear,0.0,0.0,0.0,0.0,0.0 +p53035,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53035,pv,0.0,0.0,0.0,0.0,0.0 +p53035,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53035,wind-ons,0.0,0.0,0.0,0.0,0.0 +p53037,battery,0.0,0.0,0.0,0.0,0.0 +p53037,biomass,0.0,0.0,0.0,0.0,0.0 +p53037,coal,0.0,0.0,0.0,0.0,0.0 +p53037,csp,0.0,0.0,0.0,0.0,0.0 +p53037,gas,0.0,0.0,0.0,0.0,0.0 +p53037,geothermal,0.0,0.0,0.0,0.0,0.0 +p53037,h2,0.0,0.0,0.0,0.0,0.0 +p53037,hydro,0.0,0.0,0.0,0.0,0.0 +p53037,nuclear,0.0,0.0,0.0,0.0,0.0 +p53037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53037,pv,50.0,100.0,100.0,100.0,100.0 +p53037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53037,wind-ons,51.75,103.5,170.16666666668607,236.83333333334303,303.5 +p53039,battery,0.0,0.0,684.3333333334886,1368.6666666667443,2053.0 +p53039,biomass,0.0,0.0,0.0,0.0,0.0 +p53039,coal,0.0,0.0,0.0,0.0,0.0 +p53039,csp,0.0,0.0,0.0,0.0,0.0 +p53039,gas,0.0,0.0,0.0,0.0,0.0 +p53039,geothermal,0.0,0.0,0.0,0.0,0.0 +p53039,h2,0.0,0.0,0.0,0.0,0.0 +p53039,hydro,0.0,0.0,0.0,0.0,0.0 +p53039,nuclear,0.0,0.0,0.0,0.0,0.0 +p53039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53039,pv,0.0,0.0,738.6666666665114,1477.3333333332557,2216.0 +p53039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53039,wind-ons,0.0,0.0,154.33333333337214,308.66666666668607,463.0 +p53041,battery,0.0,0.0,203.43333333329065,406.8666666666395,610.3 +p53041,biomass,0.0,0.0,0.0,0.0,0.0 +p53041,coal,0.0,0.0,0.0,0.0,0.0 +p53041,csp,0.0,0.0,0.0,0.0,0.0 +p53041,gas,0.0,0.0,0.0,0.0,0.0 +p53041,geothermal,0.0,0.0,0.0,0.0,0.0 +p53041,h2,0.0,0.0,0.0,0.0,0.0 +p53041,hydro,0.0,0.0,0.0,0.0,0.0 +p53041,nuclear,0.0,0.0,0.0,0.0,0.0 +p53041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53041,pv,0.0,0.0,60.86666666668316,121.73333333333721,182.6 +p53041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53041,wind-ons,0.0,0.0,157.8666666666395,315.7333333333372,473.6 +p53043,battery,0.0,0.0,25.0,50.0,75.0 +p53043,biomass,0.0,0.0,0.0,0.0,0.0 +p53043,coal,0.0,0.0,0.0,0.0,0.0 +p53043,csp,0.0,0.0,0.0,0.0,0.0 +p53043,gas,0.0,0.0,0.08333333333331439,0.1666666666666572,0.25 +p53043,geothermal,0.0,0.0,0.0,0.0,0.0 +p53043,h2,0.0,0.0,0.0,0.0,0.0 +p53043,hydro,0.0,0.0,0.0,0.0,0.0 +p53043,nuclear,0.0,0.0,0.0,0.0,0.0 +p53043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53043,pv,20.0,40.0,103.66666666665697,167.33333333332848,231.0 +p53043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53043,wind-ons,150.0,300.0,733.3333333332557,1166.6666666666279,1600.0 +p53045,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p53045,biomass,0.0,0.0,0.0,0.0,0.0 +p53045,coal,0.0,0.0,0.0,0.0,0.0 +p53045,csp,0.0,0.0,0.0,0.0,0.0 +p53045,gas,0.0,0.0,0.0,0.0,0.0 +p53045,geothermal,0.0,0.0,0.0,0.0,0.0 +p53045,h2,0.0,0.0,0.0,0.0,0.0 +p53045,hydro,0.0,0.0,0.0,0.0,0.0 +p53045,nuclear,0.0,0.0,0.0,0.0,0.0 +p53045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53045,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p53045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53045,wind-ons,0.0,0.0,100.0,200.0,300.0 +p53053,battery,200.0,400.0,400.0,400.0,400.0 +p53053,biomass,0.0,0.0,0.0,0.0,0.0 +p53053,coal,0.0,0.0,0.0,0.0,0.0 +p53053,csp,0.0,0.0,0.0,0.0,0.0 +p53053,gas,0.0,0.0,0.0,0.0,0.0 +p53053,geothermal,0.0,0.0,0.0,0.0,0.0 +p53053,h2,0.0,0.0,0.0,0.0,0.0 +p53053,hydro,0.0,0.0,0.0,0.0,0.0 +p53053,nuclear,0.0,0.0,0.0,0.0,0.0 +p53053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53053,pv,0.0,0.0,0.0,0.0,0.0 +p53053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p53057,battery,100.0,200.0,266.66666666668607,333.33333333334303,400.0 +p53057,biomass,0.0,0.0,0.25,0.5,0.75 +p53057,coal,0.0,0.0,0.0,0.0,0.0 +p53057,csp,0.0,0.0,0.0,0.0,0.0 +p53057,gas,0.0,0.0,62.666666666656965,125.33333333332848,188.0 +p53057,geothermal,0.0,0.0,0.0,0.0,0.0 +p53057,h2,0.0,0.0,0.0,0.0,0.0 +p53057,hydro,0.0,0.0,0.0,0.0,0.0 +p53057,nuclear,0.0,0.0,0.0,0.0,0.0 +p53057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53057,pv,0.0,0.0,0.0,0.0,0.0 +p53057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53057,wind-ons,0.0,0.0,43.666666666656965,87.33333333332848,131.0 +p53061,battery,0.0,0.0,8.333333333335759,16.66666666666788,25.0 +p53061,biomass,0.0,0.0,0.0,0.0,0.0 +p53061,coal,0.0,0.0,0.0,0.0,0.0 +p53061,csp,0.0,0.0,0.0,0.0,0.0 +p53061,gas,0.0,0.0,0.0,0.0,0.0 +p53061,geothermal,0.0,0.0,0.0,0.0,0.0 +p53061,h2,0.0,0.0,0.0,0.0,0.0 +p53061,hydro,0.0,0.0,0.0,0.0,0.0 +p53061,nuclear,0.0,0.0,0.0,0.0,0.0 +p53061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53061,pv,0.0,0.0,0.33333333333325754,0.6666666666666288,1.0 +p53061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p53063,battery,0.25,0.5,118.0,235.5,353.0 +p53063,biomass,0.0,0.0,0.0,0.0,0.0 +p53063,coal,0.0,0.0,0.0,0.0,0.0 +p53063,csp,0.0,0.0,0.0,0.0,0.0 +p53063,gas,0.0,0.0,0.0,0.0,0.0 +p53063,geothermal,0.0,0.0,0.0,0.0,0.0 +p53063,h2,0.0,0.0,0.0,0.0,0.0 +p53063,hydro,0.0,0.0,0.0,0.0,0.0 +p53063,nuclear,0.0,0.0,0.0,0.0,0.0 +p53063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53063,pv,40.0,80.0,86.66666666666788,93.33333333333394,100.0 +p53063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53063,wind-ons,0.0,0.0,173.33333333337214,346.66666666668607,520.0 +p53065,battery,0.0,0.0,0.0,0.0,0.0 +p53065,biomass,71.0,142.0,142.0,142.0,142.0 +p53065,coal,0.0,0.0,0.0,0.0,0.0 +p53065,csp,0.0,0.0,0.0,0.0,0.0 +p53065,gas,0.0,0.0,0.0,0.0,0.0 +p53065,geothermal,0.0,0.0,0.0,0.0,0.0 +p53065,h2,0.0,0.0,0.0,0.0,0.0 +p53065,hydro,0.0,0.0,0.0,0.0,0.0 +p53065,nuclear,0.0,0.0,0.0,0.0,0.0 +p53065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53065,pv,0.0,0.0,1.6666666666669698,3.333333333333485,5.0 +p53065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53065,wind-ons,0.0,0.0,0.0,0.0,0.0 +p53067,battery,63.5,127.0,260.66666666662786,394.33333333331393,528.0 +p53067,biomass,0.0,0.0,0.0,0.0,0.0 +p53067,coal,0.0,0.0,0.0,0.0,0.0 +p53067,csp,0.0,0.0,0.0,0.0,0.0 +p53067,gas,0.0,0.0,0.0,0.0,0.0 +p53067,geothermal,0.0,0.0,0.0,0.0,0.0 +p53067,h2,0.0,0.0,0.0,0.0,0.0 +p53067,hydro,0.0,0.0,0.0,0.0,0.0 +p53067,nuclear,0.0,0.0,0.0,0.0,0.0 +p53067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53067,pv,0.0,0.0,100.0,200.0,300.0 +p53067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53067,wind-ons,0.0,0.0,119.0,238.0,357.0 +p53071,battery,0.0,0.0,170.0,340.0,510.0 +p53071,biomass,0.0,0.0,0.0,0.0,0.0 +p53071,coal,0.0,0.0,0.0,0.0,0.0 +p53071,csp,0.0,0.0,0.0,0.0,0.0 +p53071,gas,0.0,0.0,0.0,0.0,0.0 +p53071,geothermal,0.0,0.0,0.0,0.0,0.0 +p53071,h2,0.0,0.0,0.0,0.0,0.0 +p53071,hydro,0.0,0.0,70.0,140.0,210.0 +p53071,nuclear,0.0,0.0,0.0,0.0,0.0 +p53071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53071,pv,0.0,0.0,175.0,350.0,525.0 +p53071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53071,wind-ons,0.0,0.0,200.0,400.0,600.0 +p53073,battery,50.0,100.0,200.0,300.0,400.0 +p53073,biomass,0.0,0.0,0.0,0.0,0.0 +p53073,coal,0.0,0.0,0.0,0.0,0.0 +p53073,csp,0.0,0.0,0.0,0.0,0.0 +p53073,gas,0.0,0.0,62.666666666656965,125.33333333332848,188.0 +p53073,geothermal,0.0,0.0,0.0,0.0,0.0 +p53073,h2,0.0,0.0,0.0,0.0,0.0 +p53073,hydro,0.0,0.0,0.0,0.0,0.0 +p53073,nuclear,0.0,0.0,0.0,0.0,0.0 +p53073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53073,pv,0.0,0.0,0.0,0.0,0.0 +p53073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53073,wind-ons,0.0,0.0,0.0,0.0,0.0 +p53075,battery,0.0,0.0,0.0,0.0,0.0 +p53075,biomass,0.0,0.0,0.0,0.0,0.0 +p53075,coal,0.0,0.0,0.0,0.0,0.0 +p53075,csp,0.0,0.0,0.0,0.0,0.0 +p53075,gas,0.0,0.0,0.0,0.0,0.0 +p53075,geothermal,0.0,0.0,0.0,0.0,0.0 +p53075,h2,0.0,0.0,0.0,0.0,0.0 +p53075,hydro,0.0,0.0,0.0,0.0,0.0 +p53075,nuclear,0.0,0.0,0.0,0.0,0.0 +p53075,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53075,pv,0.0,0.0,0.0,0.0,0.0 +p53075,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53075,wind-ons,110.25,220.5,286.83333333331393,353.16666666665697,419.5 +p53077,battery,0.0,0.0,796.1666666665114,1592.3333333332557,2388.5 +p53077,biomass,0.0,0.0,0.0,0.0,0.0 +p53077,coal,0.0,0.0,0.0,0.0,0.0 +p53077,csp,0.0,0.0,0.0,0.0,0.0 +p53077,gas,0.0,0.0,0.0,0.0,0.0 +p53077,geothermal,0.0,0.0,0.0,0.0,0.0 +p53077,h2,0.0,0.0,0.0,0.0,0.0 +p53077,hydro,0.0,0.0,0.0,0.0,0.0 +p53077,nuclear,0.0,0.0,0.0,0.0,0.0 +p53077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p53077,pv,49.495,98.99,970.6566666665021,1842.3233333332464,2713.99 +p53077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p53077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54001,battery,0.0,0.0,0.0,0.0,0.0 +p54001,biomass,0.0,0.0,0.0,0.0,0.0 +p54001,coal,0.0,0.0,0.0,0.0,0.0 +p54001,csp,0.0,0.0,0.0,0.0,0.0 +p54001,gas,0.0,0.0,0.0,0.0,0.0 +p54001,geothermal,0.0,0.0,0.0,0.0,0.0 +p54001,h2,0.0,0.0,0.0,0.0,0.0 +p54001,hydro,0.0,0.0,0.0,0.0,0.0 +p54001,nuclear,0.0,0.0,0.0,0.0,0.0 +p54001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54001,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p54001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54001,wind-ons,0.0,0.0,57.13333333331684,114.26666666666279,171.4 +p54003,battery,0.0,0.0,0.0,0.0,0.0 +p54003,biomass,0.0,0.0,0.0,0.0,0.0 +p54003,coal,0.0,0.0,0.0,0.0,0.0 +p54003,csp,0.0,0.0,0.0,0.0,0.0 +p54003,gas,0.0,0.0,0.0,0.0,0.0 +p54003,geothermal,0.0,0.0,0.0,0.0,0.0 +p54003,h2,0.0,0.0,0.0,0.0,0.0 +p54003,hydro,0.0,0.0,0.0,0.0,0.0 +p54003,nuclear,0.0,0.0,0.0,0.0,0.0 +p54003,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54003,pv,0.0,0.0,1.9166666666669698,3.833333333333485,5.75 +p54003,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54003,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54009,csp,0.0,0.0,0.0,0.0,0.0 +p54017,battery,0.0,0.0,0.0,0.0,0.0 +p54017,biomass,0.0,0.0,0.0,0.0,0.0 +p54017,coal,0.0,0.0,0.0,0.0,0.0 +p54017,csp,0.0,0.0,0.0,0.0,0.0 +p54017,gas,0.0,0.0,700.0,1400.0,2100.0 +p54017,geothermal,0.0,0.0,0.0,0.0,0.0 +p54017,h2,0.0,0.0,0.0,0.0,0.0 +p54017,hydro,0.0,0.0,0.0,0.0,0.0 +p54017,nuclear,0.0,0.0,0.0,0.0,0.0 +p54017,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54017,pv,0.0,0.0,0.0,0.0,0.0 +p54017,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54017,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54019,battery,0.0,0.0,0.0,0.0,0.0 +p54019,biomass,0.0,0.0,0.0,0.0,0.0 +p54019,coal,0.0,0.0,0.0,0.0,0.0 +p54019,csp,0.0,0.0,0.0,0.0,0.0 +p54019,gas,0.0,0.0,0.0,0.0,0.0 +p54019,geothermal,0.0,0.0,0.0,0.0,0.0 +p54019,h2,0.0,0.0,0.0,0.0,0.0 +p54019,hydro,25.5,51.0,51.0,51.0,51.0 +p54019,nuclear,0.0,0.0,0.0,0.0,0.0 +p54019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54019,pv,0.0,0.0,30.0,60.0,90.0 +p54019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54019,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54023,battery,0.0,0.0,0.0,0.0,0.0 +p54023,biomass,0.0,0.0,0.0,0.0,0.0 +p54023,coal,0.0,0.0,0.0,0.0,0.0 +p54023,csp,0.0,0.0,0.0,0.0,0.0 +p54023,gas,0.0,0.0,0.0,0.0,0.0 +p54023,geothermal,0.0,0.0,0.0,0.0,0.0 +p54023,h2,0.0,0.0,0.0,0.0,0.0 +p54023,hydro,0.0,0.0,0.0,0.0,0.0 +p54023,nuclear,0.0,0.0,0.0,0.0,0.0 +p54023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54023,pv,0.0,0.0,0.0,0.0,0.0 +p54023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54023,wind-ons,0.0,0.0,49.0,98.0,147.0 +p54025,csp,0.0,0.0,0.0,0.0,0.0 +p54027,battery,0.0,0.0,0.0,0.0,0.0 +p54027,biomass,0.0,0.0,0.0,0.0,0.0 +p54027,coal,0.0,0.0,0.0,0.0,0.0 +p54027,csp,0.0,0.0,0.0,0.0,0.0 +p54027,gas,0.0,0.0,0.0,0.0,0.0 +p54027,geothermal,0.0,0.0,0.0,0.0,0.0 +p54027,h2,0.0,0.0,0.0,0.0,0.0 +p54027,hydro,0.0,0.0,0.0,0.0,0.0 +p54027,nuclear,0.0,0.0,0.0,0.0,0.0 +p54027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54027,pv,0.0,0.0,0.0,0.0,0.0 +p54027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54027,wind-ons,0.0,0.0,50.0,100.0,150.0 +p54029,battery,0.0,0.0,0.0,0.0,0.0 +p54029,biomass,0.0,0.0,0.0,0.0,0.0 +p54029,coal,0.0,0.0,0.0,0.0,0.0 +p54029,csp,0.0,0.0,0.0,0.0,0.0 +p54029,gas,0.0,0.0,0.0,0.0,0.0 +p54029,geothermal,0.0,0.0,0.0,0.0,0.0 +p54029,h2,0.0,0.0,0.0,0.0,0.0 +p54029,hydro,0.0,0.0,0.0,0.0,0.0 +p54029,nuclear,0.0,0.0,0.0,0.0,0.0 +p54029,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54029,pv,0.0,0.0,3.5833333333339397,7.16666666666697,10.75 +p54029,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54029,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54031,csp,0.0,0.0,0.0,0.0,0.0 +p54033,battery,0.0,0.0,0.0,0.0,0.0 +p54033,biomass,0.0,0.0,0.0,0.0,0.0 +p54033,coal,0.0,0.0,0.0,0.0,0.0 +p54033,csp,0.0,0.0,0.0,0.0,0.0 +p54033,gas,312.5,625.0,625.0,625.0,625.0 +p54033,geothermal,0.0,0.0,0.0,0.0,0.0 +p54033,h2,0.0,0.0,0.0,0.0,0.0 +p54033,hydro,0.0,0.0,0.0,0.0,0.0 +p54033,nuclear,0.0,0.0,0.0,0.0,0.0 +p54033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54033,pv,0.0,0.0,0.0,0.0,0.0 +p54033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54037,battery,0.0,0.0,10.0,20.0,30.0 +p54037,biomass,0.0,0.0,0.0,0.0,0.0 +p54037,coal,0.0,0.0,0.0,0.0,0.0 +p54037,csp,0.0,0.0,0.0,0.0,0.0 +p54037,gas,0.0,0.0,0.0,0.0,0.0 +p54037,geothermal,0.0,0.0,0.0,0.0,0.0 +p54037,h2,0.0,0.0,0.0,0.0,0.0 +p54037,hydro,0.0,0.0,0.0,0.0,0.0 +p54037,nuclear,0.0,0.0,0.0,0.0,0.0 +p54037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54037,pv,89.5,179.0,209.0,239.0,269.0 +p54037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54039,battery,0.0,0.0,0.0,0.0,0.0 +p54039,biomass,0.0,0.0,0.0,0.0,0.0 +p54039,coal,0.0,0.0,0.0,0.0,0.0 +p54039,csp,0.0,0.0,0.0,0.0,0.0 +p54039,gas,0.0,0.0,0.0,0.0,0.0 +p54039,geothermal,0.0,0.0,0.0,0.0,0.0 +p54039,h2,0.0,0.0,0.0,0.0,0.0 +p54039,hydro,0.0,0.0,0.0,0.0,0.0 +p54039,nuclear,0.0,0.0,0.0,0.0,0.0 +p54039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54039,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p54039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54049,battery,0.0,0.0,0.0,0.0,0.0 +p54049,biomass,0.0,0.0,0.0,0.0,0.0 +p54049,coal,0.0,0.0,0.0,0.0,0.0 +p54049,csp,0.0,0.0,0.0,0.0,0.0 +p54049,gas,0.0,0.0,13.333333333335759,26.66666666666788,40.0 +p54049,geothermal,0.0,0.0,0.0,0.0,0.0 +p54049,h2,0.0,0.0,0.0,0.0,0.0 +p54049,hydro,0.0,0.0,0.0,0.0,0.0 +p54049,nuclear,0.0,0.0,0.0,0.0,0.0 +p54049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54049,pv,0.0,0.0,1.8333333333330302,3.666666666666515,5.5 +p54049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54049,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54053,battery,0.0,0.0,0.0,0.0,0.0 +p54053,biomass,0.0,0.0,0.0,0.0,0.0 +p54053,coal,0.0,0.0,0.0,0.0,0.0 +p54053,csp,0.0,0.0,0.0,0.0,0.0 +p54053,gas,0.0,0.0,0.0,0.0,0.0 +p54053,geothermal,0.0,0.0,0.0,0.0,0.0 +p54053,h2,0.0,0.0,0.0,0.0,0.0 +p54053,hydro,0.0,0.0,0.0,0.0,0.0 +p54053,nuclear,0.0,0.0,0.0,0.0,0.0 +p54053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54053,pv,50.0,100.0,100.0,100.0,100.0 +p54053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54057,battery,0.0,0.0,0.0,0.0,0.0 +p54057,biomass,0.0,0.0,0.0,0.0,0.0 +p54057,coal,0.0,0.0,0.0,0.0,0.0 +p54057,csp,0.0,0.0,0.0,0.0,0.0 +p54057,gas,0.0,0.0,0.0,0.0,0.0 +p54057,geothermal,0.0,0.0,0.0,0.0,0.0 +p54057,h2,0.0,0.0,0.0,0.0,0.0 +p54057,hydro,0.0,0.0,0.0,0.0,0.0 +p54057,nuclear,0.0,0.0,0.0,0.0,0.0 +p54057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54057,pv,0.0,0.0,16.666666666671517,33.33333333333576,50.0 +p54057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54059,battery,0.0,0.0,0.0,0.0,0.0 +p54059,biomass,0.0,0.0,0.0,0.0,0.0 +p54059,coal,0.0,0.0,0.0,0.0,0.0 +p54059,csp,0.0,0.0,0.0,0.0,0.0 +p54059,gas,0.0,0.0,0.0,0.0,0.0 +p54059,geothermal,0.0,0.0,0.0,0.0,0.0 +p54059,h2,0.0,0.0,0.0,0.0,0.0 +p54059,hydro,0.0,0.0,0.0,0.0,0.0 +p54059,nuclear,0.0,0.0,0.0,0.0,0.0 +p54059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54059,pv,0.0,0.0,46.666666666656965,93.33333333332848,140.0 +p54059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54059,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54061,battery,0.0,0.0,0.0,0.0,0.0 +p54061,biomass,0.0,0.0,0.0,0.0,0.0 +p54061,coal,0.0,0.0,0.0,0.0,0.0 +p54061,csp,0.0,0.0,0.0,0.0,0.0 +p54061,gas,0.0,0.0,0.0,0.0,0.0 +p54061,geothermal,0.0,0.0,0.0,0.0,0.0 +p54061,h2,0.0,0.0,0.0,0.0,0.0 +p54061,hydro,0.0,0.0,0.0,0.0,0.0 +p54061,nuclear,0.0,0.0,0.0,0.0,0.0 +p54061,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54061,pv,0.0,0.0,6.29666666666526,12.593333333332339,18.89 +p54061,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54061,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54067,battery,0.0,0.0,0.0,0.0,0.0 +p54067,biomass,0.0,0.0,0.0,0.0,0.0 +p54067,coal,0.0,0.0,0.0,0.0,0.0 +p54067,csp,0.0,0.0,0.0,0.0,0.0 +p54067,gas,0.0,0.0,0.0,0.0,0.0 +p54067,geothermal,0.0,0.0,0.0,0.0,0.0 +p54067,h2,0.0,0.0,0.0,0.0,0.0 +p54067,hydro,0.0,0.0,0.0,0.0,0.0 +p54067,nuclear,0.0,0.0,0.0,0.0,0.0 +p54067,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54067,pv,125.0,250.0,272.26666666667006,294.53333333333285,316.8 +p54067,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54067,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54071,battery,0.0,0.0,0.0,0.0,0.0 +p54071,biomass,0.0,0.0,0.0,0.0,0.0 +p54071,coal,0.0,0.0,0.0,0.0,0.0 +p54071,csp,0.0,0.0,0.0,0.0,0.0 +p54071,gas,0.0,0.0,0.0,0.0,0.0 +p54071,geothermal,0.0,0.0,0.0,0.0,0.0 +p54071,h2,0.0,0.0,0.0,0.0,0.0 +p54071,hydro,0.0,0.0,0.0,0.0,0.0 +p54071,nuclear,0.0,0.0,0.0,0.0,0.0 +p54071,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54071,pv,0.0,0.0,0.0,0.0,0.0 +p54071,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54071,wind-ons,0.0,0.0,63.833333333343035,127.66666666667152,191.5 +p54077,battery,0.0,0.0,0.0,0.0,0.0 +p54077,biomass,0.0,0.0,0.0,0.0,0.0 +p54077,coal,0.0,0.0,0.0,0.0,0.0 +p54077,csp,0.0,0.0,0.0,0.0,0.0 +p54077,gas,0.0,0.0,0.0,0.0,0.0 +p54077,geothermal,0.0,0.0,0.0,0.0,0.0 +p54077,h2,0.0,0.0,0.0,0.0,0.0 +p54077,hydro,0.0,0.0,0.0,0.0,0.0 +p54077,nuclear,0.0,0.0,0.0,0.0,0.0 +p54077,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54077,pv,0.0,0.0,26.666666666671517,53.33333333333576,80.0 +p54077,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54077,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54083,battery,0.0,0.0,0.0,0.0,0.0 +p54083,biomass,0.0,0.0,0.0,0.0,0.0 +p54083,coal,0.0,0.0,0.0,0.0,0.0 +p54083,csp,0.0,0.0,0.0,0.0,0.0 +p54083,gas,0.0,0.0,0.0,0.0,0.0 +p54083,geothermal,0.0,0.0,0.0,0.0,0.0 +p54083,h2,0.0,0.0,0.0,0.0,0.0 +p54083,hydro,0.0,0.0,0.0,0.0,0.0 +p54083,nuclear,0.0,0.0,0.0,0.0,0.0 +p54083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54083,pv,0.0,0.0,0.0,0.0,0.0 +p54083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54083,wind-ons,0.0,0.0,34.333333333343035,68.66666666667152,103.0 +p54093,battery,0.0,0.0,0.0,0.0,0.0 +p54093,biomass,0.0,0.0,0.0,0.0,0.0 +p54093,coal,0.0,0.0,0.0,0.0,0.0 +p54093,csp,0.0,0.0,0.0,0.0,0.0 +p54093,gas,0.0,0.0,0.0,0.0,0.0 +p54093,geothermal,0.0,0.0,0.0,0.0,0.0 +p54093,h2,0.0,0.0,0.0,0.0,0.0 +p54093,hydro,0.0,0.0,0.0,0.0,0.0 +p54093,nuclear,0.0,0.0,0.0,0.0,0.0 +p54093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p54093,pv,0.0,0.0,53.166666666656965,106.33333333332848,159.5 +p54093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p54093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p54101,csp,0.0,0.0,0.0,0.0,0.0 +p55001,battery,0.0,0.0,0.0,0.0,0.0 +p55001,biomass,0.0,0.0,0.0,0.0,0.0 +p55001,coal,0.0,0.0,0.0,0.0,0.0 +p55001,csp,0.0,0.0,0.0,0.0,0.0 +p55001,gas,0.0,0.0,0.0,0.0,0.0 +p55001,geothermal,0.0,0.0,0.0,0.0,0.0 +p55001,h2,0.0,0.0,0.0,0.0,0.0 +p55001,hydro,0.0,0.0,0.0,0.0,0.0 +p55001,nuclear,0.0,0.0,0.0,0.0,0.0 +p55001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55001,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p55001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55005,battery,0.0,0.0,38.333333333343035,76.66666666667152,115.0 +p55005,biomass,0.0,0.0,0.0,0.0,0.0 +p55005,coal,0.0,0.0,0.0,0.0,0.0 +p55005,csp,0.0,0.0,0.0,0.0,0.0 +p55005,gas,0.0,0.0,0.0,0.0,0.0 +p55005,geothermal,0.0,0.0,0.0,0.0,0.0 +p55005,h2,0.0,0.0,0.0,0.0,0.0 +p55005,hydro,0.0,0.0,0.0,0.0,0.0 +p55005,nuclear,0.0,0.0,0.0,0.0,0.0 +p55005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55005,pv,0.0,0.0,126.66666666668607,253.33333333334303,380.0 +p55005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55005,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55009,csp,0.0,0.0,0.0,0.0,0.0 +p55011,csp,0.0,0.0,0.0,0.0,0.0 +p55015,battery,0.0,0.0,0.0,0.0,0.0 +p55015,biomass,0.0,0.0,0.0,0.0,0.0 +p55015,coal,0.0,0.0,0.0,0.0,0.0 +p55015,gas,0.0,0.0,804.75,1609.5,2414.25 +p55015,geothermal,0.0,0.0,0.0,0.0,0.0 +p55015,h2,0.0,0.0,0.0,0.0,0.0 +p55015,hydro,0.0,0.0,0.0,0.0,0.0 +p55015,nuclear,0.0,0.0,0.0,0.0,0.0 +p55015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55015,pv,0.0,0.0,0.0,0.0,0.0 +p55015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55017,csp,0.0,0.0,0.0,0.0,0.0 +p55019,battery,0.0,0.0,0.0,0.0,0.0 +p55019,biomass,0.0,0.0,0.0,0.0,0.0 +p55019,coal,0.0,0.0,0.0,0.0,0.0 +p55019,csp,0.0,0.0,0.0,0.0,0.0 +p55019,gas,0.0,0.0,0.0,0.0,0.0 +p55019,geothermal,0.0,0.0,0.0,0.0,0.0 +p55019,h2,0.0,0.0,0.0,0.0,0.0 +p55019,hydro,0.0,0.0,0.0,0.0,0.0 +p55019,nuclear,0.0,0.0,0.0,0.0,0.0 +p55019,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55019,pv,0.0,0.0,0.0,0.0,0.0 +p55019,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55019,wind-ons,0.0,0.0,63.333333333343035,126.66666666667152,190.0 +p55021,battery,0.0,0.0,240.06666666670935,480.1333333333605,720.2 +p55021,biomass,0.0,0.0,0.0,0.0,0.0 +p55021,coal,0.0,0.0,0.0,0.0,0.0 +p55021,csp,0.0,0.0,0.0,0.0,0.0 +p55021,gas,0.0,0.0,175.0,350.0,525.0 +p55021,geothermal,0.0,0.0,0.0,0.0,0.0 +p55021,h2,0.0,0.0,0.0,0.0,0.0 +p55021,hydro,0.0,0.0,0.0,0.0,0.0 +p55021,nuclear,0.0,0.0,0.0,0.0,0.0 +p55021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55021,pv,261.1,522.2,621.8666666666977,721.5333333333547,821.2 +p55021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55021,wind-ons,0.0,0.0,83.33333333331393,166.66666666665697,250.0 +p55025,battery,75.0,150.0,150.0,150.0,150.0 +p55025,biomass,0.0,0.0,0.0,0.0,0.0 +p55025,coal,0.0,0.0,0.0,0.0,0.0 +p55025,csp,0.0,0.0,0.0,0.0,0.0 +p55025,gas,10.5,21.0,422.0,823.0,1224.0 +p55025,geothermal,0.0,0.0,0.0,0.0,0.0 +p55025,h2,0.0,0.0,0.0,0.0,0.0 +p55025,hydro,0.0,0.0,0.0,0.0,0.0 +p55025,nuclear,0.0,0.0,0.0,0.0,0.0 +p55025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55025,pv,250.0,500.0,633.3333333333721,766.6666666666861,900.0 +p55025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55027,battery,0.0,0.0,0.0,0.0,0.0 +p55027,biomass,0.0,0.0,0.0,0.0,0.0 +p55027,coal,0.0,0.0,0.0,0.0,0.0 +p55027,csp,0.0,0.0,0.0,0.0,0.0 +p55027,gas,0.0,0.0,0.0,0.0,0.0 +p55027,geothermal,0.0,0.0,0.0,0.0,0.0 +p55027,h2,0.0,0.0,0.0,0.0,0.0 +p55027,hydro,0.0,0.0,0.0,0.0,0.0 +p55027,nuclear,0.0,0.0,0.0,0.0,0.0 +p55027,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55027,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p55027,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55027,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55031,battery,0.0,0.0,0.0,0.0,0.0 +p55031,biomass,0.0,0.0,0.0,0.0,0.0 +p55031,coal,0.0,0.0,0.0,0.0,0.0 +p55031,csp,0.0,0.0,0.0,0.0,0.0 +p55031,gas,0.0,0.0,187.16666666662786,374.33333333331393,561.5 +p55031,geothermal,0.0,0.0,0.0,0.0,0.0 +p55031,h2,0.0,0.0,0.0,0.0,0.0 +p55031,hydro,0.0,0.0,0.0,0.0,0.0 +p55031,nuclear,0.0,0.0,0.0,0.0,0.0 +p55031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55031,pv,0.0,0.0,0.0,0.0,0.0 +p55031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55031,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55033,battery,0.0,0.0,0.0,0.0,0.0 +p55033,biomass,0.0,0.0,0.0,0.0,0.0 +p55033,coal,0.0,0.0,0.0,0.0,0.0 +p55033,csp,0.0,0.0,0.0,0.0,0.0 +p55033,gas,0.0,0.0,0.0,0.0,0.0 +p55033,geothermal,0.0,0.0,0.0,0.0,0.0 +p55033,h2,0.0,0.0,0.0,0.0,0.0 +p55033,hydro,0.0,0.0,0.0,0.0,0.0 +p55033,nuclear,0.0,0.0,0.0,0.0,0.0 +p55033,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55033,pv,0.0,0.0,200.0,400.0,600.0 +p55033,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55033,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55039,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p55039,biomass,0.0,0.0,0.0,0.0,0.0 +p55039,coal,0.0,0.0,0.0,0.0,0.0 +p55039,csp,0.0,0.0,0.0,0.0,0.0 +p55039,gas,0.0,0.0,175.0,350.0,525.0 +p55039,geothermal,0.0,0.0,0.0,0.0,0.0 +p55039,h2,0.0,0.0,0.0,0.0,0.0 +p55039,hydro,0.0,0.0,0.0,0.0,0.0 +p55039,nuclear,0.0,0.0,0.0,0.0,0.0 +p55039,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55039,pv,0.0,0.0,0.0,0.0,0.0 +p55039,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55039,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55043,battery,0.0,0.0,0.0,0.0,0.0 +p55043,biomass,0.0,0.0,0.0,0.0,0.0 +p55043,coal,0.0,0.0,0.0,0.0,0.0 +p55043,csp,0.0,0.0,0.0,0.0,0.0 +p55043,gas,0.0,0.0,0.0,0.0,0.0 +p55043,geothermal,0.0,0.0,0.0,0.0,0.0 +p55043,h2,0.0,0.0,0.0,0.0,0.0 +p55043,hydro,0.0,0.0,0.0,0.0,0.0 +p55043,nuclear,0.0,0.0,0.0,0.0,0.0 +p55043,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55043,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p55043,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55043,wind-ons,47.5,95.0,188.33333333331393,281.66666666665697,375.0 +p55045,battery,0.0,0.0,0.0,0.0,0.0 +p55045,biomass,0.0,0.0,0.0,0.0,0.0 +p55045,coal,0.0,0.0,0.0,0.0,0.0 +p55045,csp,0.0,0.0,0.0,0.0,0.0 +p55045,gas,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p55045,geothermal,0.0,0.0,0.0,0.0,0.0 +p55045,h2,0.0,0.0,0.0,0.0,0.0 +p55045,hydro,0.0,0.0,0.0,0.0,0.0 +p55045,nuclear,0.0,0.0,0.0,0.0,0.0 +p55045,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55045,pv,50.0,100.0,100.0,100.0,100.0 +p55045,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55045,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55049,battery,0.0,0.0,0.0,0.0,0.0 +p55049,biomass,0.0,0.0,0.0,0.0,0.0 +p55049,coal,0.0,0.0,0.0,0.0,0.0 +p55049,csp,0.0,0.0,0.0,0.0,0.0 +p55049,gas,0.0,0.0,0.0,0.0,0.0 +p55049,geothermal,0.0,0.0,0.0,0.0,0.0 +p55049,h2,0.0,0.0,0.0,0.0,0.0 +p55049,hydro,0.0,0.0,0.0,0.0,0.0 +p55049,nuclear,0.0,0.0,0.0,0.0,0.0 +p55049,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55049,pv,0.0,0.0,0.0,0.0,0.0 +p55049,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55049,wind-ons,49.5,99.0,212.33333333331393,325.66666666665697,439.0 +p55053,battery,0.0,0.0,0.0,0.0,0.0 +p55053,biomass,0.0,0.0,0.0,0.0,0.0 +p55053,coal,0.0,0.0,0.0,0.0,0.0 +p55053,csp,0.0,0.0,0.0,0.0,0.0 +p55053,gas,0.0,0.0,0.0,0.0,0.0 +p55053,geothermal,0.0,0.0,0.0,0.0,0.0 +p55053,h2,0.0,0.0,0.0,0.0,0.0 +p55053,hydro,0.0,0.0,0.0,0.0,0.0 +p55053,nuclear,0.0,0.0,0.0,0.0,0.0 +p55053,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55053,pv,0.0,0.0,15.400000000001455,30.799999999999272,46.2 +p55053,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55053,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55055,battery,0.0,0.0,0.0,0.0,0.0 +p55055,biomass,0.0,0.0,0.0,0.0,0.0 +p55055,coal,0.0,0.0,0.0,0.0,0.0 +p55055,csp,0.0,0.0,0.0,0.0,0.0 +p55055,gas,0.0,0.0,0.0,0.0,0.0 +p55055,geothermal,0.0,0.0,0.0,0.0,0.0 +p55055,h2,0.0,0.0,0.0,0.0,0.0 +p55055,hydro,0.0,0.0,0.0,0.0,0.0 +p55055,nuclear,0.0,0.0,0.0,0.0,0.0 +p55055,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55055,pv,0.0,0.0,98.33333333331393,196.66666666665697,295.0 +p55055,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55055,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55057,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p55057,biomass,0.0,0.0,0.0,0.0,0.0 +p55057,coal,0.0,0.0,0.0,0.0,0.0 +p55057,csp,0.0,0.0,0.0,0.0,0.0 +p55057,gas,0.0,0.0,0.0,0.0,0.0 +p55057,geothermal,0.0,0.0,0.0,0.0,0.0 +p55057,h2,0.0,0.0,0.0,0.0,0.0 +p55057,hydro,0.0,0.0,0.0,0.0,0.0 +p55057,nuclear,0.0,0.0,0.0,0.0,0.0 +p55057,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55057,pv,112.5,225.0,225.0,225.0,225.0 +p55057,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55057,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55059,battery,25.0,50.0,233.33333333337214,416.66666666668607,600.0 +p55059,biomass,0.0,0.0,0.0,0.0,0.0 +p55059,coal,0.0,0.0,0.0,0.0,0.0 +p55059,csp,0.0,0.0,0.0,0.0,0.0 +p55059,gas,0.0,0.0,892.9499999999534,1785.8999999999069,2678.85 +p55059,geothermal,0.0,0.0,0.0,0.0,0.0 +p55059,h2,0.0,0.0,0.0,0.0,0.0 +p55059,hydro,0.0,0.0,0.0,0.0,0.0 +p55059,nuclear,0.0,0.0,0.0,0.0,0.0 +p55059,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55059,pv,50.0,100.0,183.33333333331393,266.66666666665697,350.0 +p55059,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55059,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55063,battery,0.0,0.0,30.666666666671517,61.33333333333576,92.0 +p55063,biomass,0.0,0.0,0.0,0.0,0.0 +p55063,coal,0.0,0.0,0.0,0.0,0.0 +p55063,csp,0.0,0.0,0.0,0.0,0.0 +p55063,gas,0.0,0.0,0.0,0.0,0.0 +p55063,geothermal,0.0,0.0,0.0,0.0,0.0 +p55063,h2,0.0,0.0,0.0,0.0,0.0 +p55063,hydro,0.0,0.0,0.0,0.0,0.0 +p55063,nuclear,0.0,0.0,0.0,0.0,0.0 +p55063,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55063,pv,0.0,0.0,0.0,0.0,0.0 +p55063,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55063,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55065,battery,0.0,0.0,32.666666666656965,65.33333333332848,98.0 +p55065,biomass,0.0,0.0,0.0,0.0,0.0 +p55065,coal,0.0,0.0,0.0,0.0,0.0 +p55065,csp,0.0,0.0,0.0,0.0,0.0 +p55065,gas,0.0,0.0,0.0,0.0,0.0 +p55065,geothermal,0.0,0.0,0.0,0.0,0.0 +p55065,h2,0.0,0.0,0.0,0.0,0.0 +p55065,hydro,0.0,0.0,0.0,0.0,0.0 +p55065,nuclear,0.0,0.0,0.0,0.0,0.0 +p55065,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55065,pv,0.0,0.0,0.0,0.0,0.0 +p55065,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55065,wind-ons,150.0,300.0,300.0,300.0,300.0 +p55071,csp,0.0,0.0,0.0,0.0,0.0 +p55073,battery,0.0,0.0,0.0,0.0,0.0 +p55073,biomass,0.0,0.0,0.0,0.0,0.0 +p55073,coal,0.0,0.0,0.0,0.0,0.0 +p55073,csp,0.0,0.0,0.0,0.0,0.0 +p55073,gas,0.0,0.0,0.0,0.0,0.0 +p55073,geothermal,0.0,0.0,0.0,0.0,0.0 +p55073,h2,0.0,0.0,0.0,0.0,0.0 +p55073,hydro,0.0,0.0,0.0,0.0,0.0 +p55073,nuclear,0.0,0.0,0.0,0.0,0.0 +p55073,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55073,pv,0.0,0.0,56.643333333326154,113.28666666665231,169.93 +p55073,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55073,wind-ons,49.45,98.9,132.2333333333372,165.5666666666657,198.9 +p55075,csp,0.0,0.0,0.0,0.0,0.0 +p55079,battery,0.0,0.0,100.0,200.0,300.0 +p55079,biomass,0.0,0.0,0.0,0.0,0.0 +p55079,coal,0.0,0.0,0.0,0.0,0.0 +p55079,csp,0.0,0.0,0.0,0.0,0.0 +p55079,gas,0.0,0.0,379.3333333332557,758.6666666666279,1138.0 +p55079,geothermal,0.0,0.0,0.0,0.0,0.0 +p55079,h2,0.0,0.0,0.0,0.0,0.0 +p55079,hydro,0.0,0.0,0.0,0.0,0.0 +p55079,nuclear,0.0,0.0,0.0,0.0,0.0 +p55079,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55079,pv,0.0,0.0,0.0,0.0,0.0 +p55079,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55079,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55083,battery,0.0,0.0,0.0,0.0,0.0 +p55083,biomass,0.0,0.0,0.0,0.0,0.0 +p55083,coal,0.0,0.0,0.0,0.0,0.0 +p55083,csp,0.0,0.0,0.0,0.0,0.0 +p55083,gas,0.0,0.0,0.0,0.0,0.0 +p55083,geothermal,0.0,0.0,0.0,0.0,0.0 +p55083,h2,0.0,0.0,0.0,0.0,0.0 +p55083,hydro,0.0,0.0,0.0,0.0,0.0 +p55083,nuclear,0.0,0.0,0.0,0.0,0.0 +p55083,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55083,pv,75.0,150.0,150.0,150.0,150.0 +p55083,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55083,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55087,battery,0.0,0.0,50.0,100.0,150.0 +p55087,biomass,0.0,0.0,0.0,0.0,0.0 +p55087,coal,0.0,0.0,0.0,0.0,0.0 +p55087,csp,0.0,0.0,0.0,0.0,0.0 +p55087,gas,0.0,0.0,0.0,0.0,0.0 +p55087,geothermal,0.0,0.0,0.0,0.0,0.0 +p55087,h2,0.0,0.0,0.0,0.0,0.0 +p55087,hydro,0.0,0.0,0.0,0.0,0.0 +p55087,nuclear,0.0,0.0,0.0,0.0,0.0 +p55087,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55087,pv,0.0,0.0,0.0,0.0,0.0 +p55087,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55087,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55089,battery,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p55089,biomass,0.0,0.0,0.0,0.0,0.0 +p55089,coal,0.0,0.0,0.0,0.0,0.0 +p55089,gas,0.0,0.0,0.0,0.0,0.0 +p55089,geothermal,0.0,0.0,0.0,0.0,0.0 +p55089,h2,0.0,0.0,0.0,0.0,0.0 +p55089,hydro,0.0,0.0,0.0,0.0,0.0 +p55089,nuclear,0.0,0.0,0.0,0.0,0.0 +p55089,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55089,pv,0.0,0.0,0.0,0.0,0.0 +p55089,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55089,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55091,battery,0.0,0.0,0.0,0.0,0.0 +p55091,biomass,0.0,0.0,0.0,0.0,0.0 +p55091,coal,0.0,0.0,0.0,0.0,0.0 +p55091,gas,0.0,0.0,0.0,0.0,0.0 +p55091,geothermal,0.0,0.0,0.0,0.0,0.0 +p55091,h2,0.0,0.0,0.0,0.0,0.0 +p55091,hydro,0.0,0.0,0.0,0.0,0.0 +p55091,nuclear,0.0,0.0,0.0,0.0,0.0 +p55091,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55091,pv,0.0,0.0,36.666666666656965,73.33333333332848,110.0 +p55091,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55091,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55093,battery,0.0,0.0,0.0,0.0,0.0 +p55093,biomass,0.0,0.0,0.0,0.0,0.0 +p55093,coal,0.0,0.0,0.0,0.0,0.0 +p55093,csp,0.0,0.0,0.0,0.0,0.0 +p55093,gas,0.0,0.0,0.0,0.0,0.0 +p55093,geothermal,0.0,0.0,0.0,0.0,0.0 +p55093,h2,0.0,0.0,0.0,0.0,0.0 +p55093,hydro,0.0,0.0,0.0,0.0,0.0 +p55093,nuclear,0.0,0.0,0.0,0.0,0.0 +p55093,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55093,pv,0.0,0.0,25.0,50.0,75.0 +p55093,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55093,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55095,battery,0.0,0.0,0.0,0.0,0.0 +p55095,biomass,0.0,0.0,0.0,0.0,0.0 +p55095,coal,0.0,0.0,0.0,0.0,0.0 +p55095,csp,0.0,0.0,0.0,0.0,0.0 +p55095,gas,0.0,0.0,0.0,0.0,0.0 +p55095,geothermal,0.0,0.0,0.0,0.0,0.0 +p55095,h2,0.0,0.0,0.0,0.0,0.0 +p55095,hydro,0.0,0.0,0.0,0.0,0.0 +p55095,nuclear,0.0,0.0,0.0,0.0,0.0 +p55095,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55095,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p55095,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55095,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55097,battery,0.0,0.0,0.0,0.0,0.0 +p55097,biomass,0.0,0.0,0.0,0.0,0.0 +p55097,coal,0.0,0.0,0.0,0.0,0.0 +p55097,csp,0.0,0.0,0.0,0.0,0.0 +p55097,gas,0.0,0.0,116.66666666668607,233.33333333334303,350.0 +p55097,geothermal,0.0,0.0,0.0,0.0,0.0 +p55097,h2,0.0,0.0,0.0,0.0,0.0 +p55097,hydro,0.0,0.0,0.0,0.0,0.0 +p55097,nuclear,0.0,0.0,0.0,0.0,0.0 +p55097,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55097,pv,125.0,250.0,698.3966666666092,1146.7933333332185,1595.19 +p55097,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55097,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55105,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p55105,biomass,0.0,0.0,0.0,0.0,0.0 +p55105,coal,0.0,0.0,0.0,0.0,0.0 +p55105,csp,0.0,0.0,0.0,0.0,0.0 +p55105,gas,0.0,0.0,101.66666666668607,203.33333333334303,305.0 +p55105,geothermal,0.0,0.0,0.0,0.0,0.0 +p55105,h2,0.0,0.0,0.0,0.0,0.0 +p55105,hydro,0.0,0.0,0.0,0.0,0.0 +p55105,nuclear,0.0,0.0,0.0,0.0,0.0 +p55105,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55105,pv,49.28,98.56,189.05999999999767,279.5599999999977,370.06 +p55105,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55105,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55107,battery,0.0,0.0,0.0,0.0,0.0 +p55107,biomass,0.0,0.0,0.0,0.0,0.0 +p55107,coal,0.0,0.0,0.0,0.0,0.0 +p55107,gas,0.0,0.0,0.0,0.0,0.0 +p55107,geothermal,0.0,0.0,0.0,0.0,0.0 +p55107,h2,0.0,0.0,0.0,0.0,0.0 +p55107,hydro,0.0,0.0,0.0,0.0,0.0 +p55107,nuclear,0.0,0.0,0.0,0.0,0.0 +p55107,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55107,pv,0.0,0.0,138.83333333337214,277.66666666668607,416.5 +p55107,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55107,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55109,battery,0.0,0.0,0.0,0.0,0.0 +p55109,biomass,0.0,0.0,0.0,0.0,0.0 +p55109,coal,0.0,0.0,0.0,0.0,0.0 +p55109,csp,0.0,0.0,0.0,0.0,0.0 +p55109,gas,0.0,0.0,0.0,0.0,0.0 +p55109,geothermal,0.0,0.0,0.0,0.0,0.0 +p55109,h2,0.0,0.0,0.0,0.0,0.0 +p55109,hydro,0.0,0.0,0.0,0.0,0.0 +p55109,nuclear,0.0,0.0,0.0,0.0,0.0 +p55109,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55109,pv,50.0,100.0,167.09333333332324,234.1866666666756,301.28 +p55109,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55109,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55113,battery,0.0,0.0,0.0,0.0,0.0 +p55113,biomass,0.0,0.0,0.0,0.0,0.0 +p55113,coal,0.0,0.0,0.0,0.0,0.0 +p55113,csp,0.0,0.0,0.0,0.0,0.0 +p55113,gas,0.0,0.0,0.0,0.0,0.0 +p55113,geothermal,0.0,0.0,0.0,0.0,0.0 +p55113,h2,0.0,0.0,0.0,0.0,0.0 +p55113,hydro,0.0,0.0,0.0,0.0,0.0 +p55113,nuclear,0.0,0.0,0.0,0.0,0.0 +p55113,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55113,pv,0.0,0.0,81.20000000001164,162.39999999999418,243.6 +p55113,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55113,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55115,csp,0.0,0.0,0.0,0.0,0.0 +p55117,battery,0.0,0.0,0.0,0.0,0.0 +p55117,biomass,0.0,0.0,0.0,0.0,0.0 +p55117,coal,0.0,0.0,0.0,0.0,0.0 +p55117,csp,0.0,0.0,0.0,0.0,0.0 +p55117,gas,0.0,0.0,201.59999999997672,403.20000000001164,604.8 +p55117,geothermal,0.0,0.0,0.0,0.0,0.0 +p55117,h2,0.0,0.0,0.0,0.0,0.0 +p55117,hydro,0.0,0.0,0.0,0.0,0.0 +p55117,nuclear,0.0,0.0,0.0,0.0,0.0 +p55117,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55117,pv,37.5,75.0,108.33333333334303,141.66666666667152,175.0 +p55117,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55117,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55121,battery,0.0,0.0,0.0,0.0,0.0 +p55121,biomass,0.0,0.0,0.0,0.0,0.0 +p55121,coal,0.0,0.0,0.0,0.0,0.0 +p55121,csp,0.0,0.0,0.0,0.0,0.0 +p55121,gas,0.0,0.0,0.0,0.0,0.0 +p55121,geothermal,0.0,0.0,0.0,0.0,0.0 +p55121,h2,0.0,0.0,0.0,0.0,0.0 +p55121,hydro,0.0,0.0,0.0,0.0,0.0 +p55121,nuclear,0.0,0.0,0.0,0.0,0.0 +p55121,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55121,pv,0.0,0.0,29.666666666671517,59.33333333333576,89.0 +p55121,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55121,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55127,battery,0.0,0.0,0.0,0.0,0.0 +p55127,biomass,0.0,0.0,0.0,0.0,0.0 +p55127,coal,0.0,0.0,0.0,0.0,0.0 +p55127,csp,0.0,0.0,0.0,0.0,0.0 +p55127,gas,0.0,0.0,424.6666666667443,849.3333333333721,1274.0 +p55127,geothermal,0.0,0.0,0.0,0.0,0.0 +p55127,h2,0.0,0.0,0.0,0.0,0.0 +p55127,hydro,0.0,0.0,0.0,0.0,0.0 +p55127,nuclear,0.0,0.0,0.0,0.0,0.0 +p55127,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55127,pv,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p55127,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55127,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55135,battery,0.0,0.0,0.0,0.0,0.0 +p55135,biomass,0.0,0.0,0.0,0.0,0.0 +p55135,coal,0.0,0.0,0.0,0.0,0.0 +p55135,csp,0.0,0.0,0.0,0.0,0.0 +p55135,gas,0.0,0.0,0.0,0.0,0.0 +p55135,geothermal,0.0,0.0,0.0,0.0,0.0 +p55135,h2,0.0,0.0,0.0,0.0,0.0 +p55135,hydro,0.0,0.0,0.0,0.0,0.0 +p55135,nuclear,0.0,0.0,0.0,0.0,0.0 +p55135,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55135,pv,150.0,300.0,300.0,300.0,300.0 +p55135,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55135,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55137,battery,0.0,0.0,0.0,0.0,0.0 +p55137,biomass,0.0,0.0,0.0,0.0,0.0 +p55137,coal,0.0,0.0,0.0,0.0,0.0 +p55137,csp,0.0,0.0,0.0,0.0,0.0 +p55137,gas,0.0,0.0,0.0,0.0,0.0 +p55137,geothermal,0.0,0.0,0.0,0.0,0.0 +p55137,h2,0.0,0.0,0.0,0.0,0.0 +p55137,hydro,0.0,0.0,0.0,0.0,0.0 +p55137,nuclear,0.0,0.0,0.0,0.0,0.0 +p55137,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55137,pv,0.0,0.0,60.0,120.0,180.0 +p55137,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55137,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55139,battery,0.0,0.0,0.0,0.0,0.0 +p55139,biomass,0.0,0.0,0.0,0.0,0.0 +p55139,coal,0.0,0.0,0.0,0.0,0.0 +p55139,csp,0.0,0.0,0.0,0.0,0.0 +p55139,gas,0.0,0.0,201.59999999997672,403.20000000001164,604.8 +p55139,geothermal,0.0,0.0,0.0,0.0,0.0 +p55139,h2,0.0,0.0,0.0,0.0,0.0 +p55139,hydro,0.0,0.0,0.0,0.0,0.0 +p55139,nuclear,0.0,0.0,0.0,0.0,0.0 +p55139,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55139,pv,50.0,100.0,133.33333333334303,166.66666666667152,200.0 +p55139,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55139,wind-ons,0.0,0.0,0.0,0.0,0.0 +p55141,battery,0.0,0.0,0.0,0.0,0.0 +p55141,biomass,0.0,0.0,0.0,0.0,0.0 +p55141,coal,0.0,0.0,0.0,0.0,0.0 +p55141,csp,0.0,0.0,0.0,0.0,0.0 +p55141,gas,0.0,0.0,0.0,0.0,0.0 +p55141,geothermal,0.0,0.0,0.0,0.0,0.0 +p55141,h2,0.0,0.0,0.0,0.0,0.0 +p55141,hydro,0.0,0.0,0.0,0.0,0.0 +p55141,nuclear,0.0,0.0,0.0,0.0,0.0 +p55141,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p55141,pv,150.13,300.26,383.69333333332906,467.1266666666779,550.56 +p55141,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p55141,wind-ons,0.0,0.0,0.0,0.0,0.0 +p56001,battery,0.0,0.0,0.0,0.0,0.0 +p56001,biomass,0.0,0.0,0.0,0.0,0.0 +p56001,coal,0.0,0.0,0.0,0.0,0.0 +p56001,csp,0.0,0.0,0.0,0.0,0.0 +p56001,gas,0.0,0.0,0.0,0.0,0.0 +p56001,geothermal,0.0,0.0,0.0,0.0,0.0 +p56001,h2,0.0,0.0,0.0,0.0,0.0 +p56001,hydro,0.0,0.0,0.0,0.0,0.0 +p56001,nuclear,0.0,0.0,0.0,0.0,0.0 +p56001,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56001,pv,0.0,0.0,53.333333333343035,106.66666666667152,160.0 +p56001,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56001,wind-ons,0.0,0.0,0.0,0.0,0.0 +p56005,battery,0.0,0.0,0.0,0.0,0.0 +p56005,biomass,0.0,0.0,0.0,0.0,0.0 +p56005,coal,0.0,0.0,0.0,0.0,0.0 +p56005,csp,0.0,0.0,0.0,0.0,0.0 +p56005,gas,0.0,0.0,0.0,0.0,0.0 +p56005,geothermal,0.0,0.0,0.0,0.0,0.0 +p56005,h2,0.0,0.0,0.0,0.0,0.0 +p56005,hydro,0.0,0.0,0.0,0.0,0.0 +p56005,nuclear,0.0,0.0,0.0,0.0,0.0 +p56005,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56005,pv,0.0,0.0,0.0,0.0,0.0 +p56005,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56005,wind-ons,295.0,590.0,590.0,590.0,590.0 +p56007,battery,0.0,0.0,0.0,0.0,0.0 +p56007,biomass,0.0,0.0,0.0,0.0,0.0 +p56007,coal,0.0,0.0,0.0,0.0,0.0 +p56007,csp,0.0,0.0,0.0,0.0,0.0 +p56007,gas,0.0,0.0,0.0,0.0,0.0 +p56007,geothermal,0.0,0.0,0.0,0.0,0.0 +p56007,h2,0.0,0.0,0.0,0.0,0.0 +p56007,hydro,0.0,0.0,0.0,0.0,0.0 +p56007,nuclear,0.0,0.0,0.0,0.0,0.0 +p56007,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56007,pv,0.0,0.0,393.6666666667443,787.3333333333721,1181.0 +p56007,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56007,wind-ons,495.3,990.6,1154.1333333333023,1317.666666666686,1481.2 +p56009,battery,0.0,0.0,250.0,500.0,750.0 +p56009,biomass,0.0,0.0,0.0,0.0,0.0 +p56009,coal,0.0,0.0,0.0,0.0,0.0 +p56009,csp,0.0,0.0,0.0,0.0,0.0 +p56009,gas,0.0,0.0,199.90000000002328,399.79999999998836,599.7 +p56009,geothermal,0.0,0.0,0.0,0.0,0.0 +p56009,h2,0.0,0.0,0.0,0.0,0.0 +p56009,hydro,0.0,0.0,0.0,0.0,0.0 +p56009,nuclear,0.0,0.0,0.0,0.0,0.0 +p56009,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56009,pv,127.5,255.0,400.33333333337214,545.6666666666861,691.0 +p56009,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56009,wind-ons,21.0,42.0,106.0,170.0,234.0 +p56013,battery,0.0,0.0,0.0,0.0,0.0 +p56013,biomass,0.0,0.0,0.0,0.0,0.0 +p56013,coal,0.0,0.0,0.0,0.0,0.0 +p56013,csp,0.0,0.0,0.0,0.0,0.0 +p56013,gas,0.0,0.0,0.0,0.0,0.0 +p56013,geothermal,0.0,0.0,0.0,0.0,0.0 +p56013,h2,0.0,0.0,0.0,0.0,0.0 +p56013,hydro,0.0,0.0,0.0,0.0,0.0 +p56013,nuclear,0.0,0.0,0.0,0.0,0.0 +p56013,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56013,pv,37.45,74.9,74.9,74.9,74.9 +p56013,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56013,wind-ons,0.0,0.0,0.0,0.0,0.0 +p56015,battery,0.0,0.0,0.0,0.0,0.0 +p56015,biomass,0.0,0.0,0.0,0.0,0.0 +p56015,coal,0.0,0.0,0.0,0.0,0.0 +p56015,csp,0.0,0.0,0.0,0.0,0.0 +p56015,gas,0.0,0.0,0.0,0.0,0.0 +p56015,geothermal,0.0,0.0,0.0,0.0,0.0 +p56015,h2,0.0,0.0,0.0,0.0,0.0 +p56015,hydro,0.0,0.0,0.0,0.0,0.0 +p56015,nuclear,0.0,0.0,0.0,0.0,0.0 +p56015,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56015,pv,0.0,0.0,66.66666666668607,133.33333333334303,200.0 +p56015,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56015,wind-ons,0.0,0.0,0.0,0.0,0.0 +p56021,battery,0.0,0.0,26.333333333328483,52.66666666666424,79.0 +p56021,biomass,0.0,0.0,0.0,0.0,0.0 +p56021,coal,0.0,0.0,0.0,0.0,0.0 +p56021,csp,0.0,0.0,0.0,0.0,0.0 +p56021,gas,57.5,115.0,481.6666666667443,848.3333333333721,1215.0 +p56021,geothermal,0.0,0.0,0.0,0.0,0.0 +p56021,h2,0.0,0.0,0.0,0.0,0.0 +p56021,hydro,0.0,0.0,0.0,0.0,0.0 +p56021,nuclear,0.0,0.0,0.0,0.0,0.0 +p56021,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56021,pv,532.5,1065.0,1115.0,1165.0,1215.0 +p56021,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56021,wind-ons,500.0,1000.0,1292.6666666667443,1585.3333333333721,1878.0 +p56023,battery,0.0,0.0,0.0,0.0,0.0 +p56023,biomass,0.0,0.0,0.0,0.0,0.0 +p56023,coal,0.0,0.0,0.0,0.0,0.0 +p56023,csp,0.0,0.0,0.0,0.0,0.0 +p56023,gas,24.0,48.0,48.0,48.0,48.0 +p56023,geothermal,0.0,0.0,0.0,0.0,0.0 +p56023,h2,0.0,0.0,0.0,0.0,0.0 +p56023,hydro,0.0,0.0,0.0,0.0,0.0 +p56023,nuclear,250.0,500.0,666.6666666666279,833.3333333333139,1000.0 +p56023,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56023,pv,0.0,0.0,0.0,0.0,0.0 +p56023,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56023,wind-ons,0.0,0.0,266.6666666667443,533.3333333333721,800.0 +p56025,battery,0.0,0.0,33.333333333343035,66.66666666667152,100.0 +p56025,biomass,0.0,0.0,0.0,0.0,0.0 +p56025,coal,0.0,0.0,0.0,0.0,0.0 +p56025,csp,0.0,0.0,0.0,0.0,0.0 +p56025,gas,0.0,0.0,0.0,0.0,0.0 +p56025,geothermal,0.0,0.0,0.0,0.0,0.0 +p56025,h2,0.0,0.0,0.0,0.0,0.0 +p56025,hydro,0.0,0.0,0.0,0.0,0.0 +p56025,nuclear,0.0,0.0,0.0,0.0,0.0 +p56025,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56025,pv,55.0,110.0,176.33333333331393,242.66666666665697,309.0 +p56025,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56025,wind-ons,0.0,0.0,0.0,0.0,0.0 +p56031,battery,0.0,0.0,0.0,0.0,0.0 +p56031,biomass,0.0,0.0,0.0,0.0,0.0 +p56031,coal,0.0,0.0,0.0,0.0,0.0 +p56031,csp,0.0,0.0,0.0,0.0,0.0 +p56031,gas,0.0,0.0,0.0,0.0,0.0 +p56031,geothermal,0.0,0.0,0.0,0.0,0.0 +p56031,h2,0.0,0.0,0.0,0.0,0.0 +p56031,hydro,0.0,0.0,0.0,0.0,0.0 +p56031,nuclear,0.0,0.0,0.0,0.0,0.0 +p56031,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56031,pv,150.0,300.0,753.3333333332557,1206.6666666666279,1660.0 +p56031,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56031,wind-ons,0.0,0.0,150.0,300.0,450.0 +p56037,battery,0.0,0.0,0.0,0.0,0.0 +p56037,biomass,0.0,0.0,0.0,0.0,0.0 +p56037,coal,0.0,0.0,0.0,0.0,0.0 +p56037,csp,0.0,0.0,0.0,0.0,0.0 +p56037,gas,0.0,0.0,400.0,800.0,1200.0 +p56037,geothermal,0.0,0.0,0.0,0.0,0.0 +p56037,h2,0.0,0.0,0.0,0.0,0.0 +p56037,hydro,0.0,0.0,0.0,0.0,0.0 +p56037,nuclear,0.0,0.0,0.0,0.0,0.0 +p56037,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56037,pv,0.0,0.0,0.0,0.0,0.0 +p56037,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56037,wind-ons,0.0,0.0,0.0,0.0,0.0 +p56041,battery,0.0,0.0,0.0,0.0,0.0 +p56041,biomass,0.0,0.0,0.0,0.0,0.0 +p56041,coal,0.0,0.0,0.0,0.0,0.0 +p56041,csp,0.0,0.0,0.0,0.0,0.0 +p56041,gas,0.0,0.0,0.0,0.0,0.0 +p56041,geothermal,0.0,0.0,0.0,0.0,0.0 +p56041,h2,0.0,0.0,0.0,0.0,0.0 +p56041,hydro,0.0,0.0,0.0,0.0,0.0 +p56041,nuclear,0.0,0.0,0.0,0.0,0.0 +p56041,pumped-hydro,0.0,0.0,0.0,0.0,0.0 +p56041,pv,0.0,0.0,0.0,0.0,0.0 +p56041,wind-ofs,0.0,0.0,0.0,0.0,0.0 +p56041,wind-ons,60.0,120.0,166.5,213.0,259.5 diff --git a/interconnection_queues/process_interconnection_queues.py b/interconnection_queues/process_interconnection_queues.py index 80f22fe..b550a62 100644 --- a/interconnection_queues/process_interconnection_queues.py +++ b/interconnection_queues/process_interconnection_queues.py @@ -3,40 +3,103 @@ import pandas as pd from itertools import product import altair as alt -reeds_path = os.path.expanduser('~/Documents/Github/ReEDS/ReEDS') +reeds_path = os.environ.get('REEDS_PATH', os.path.expanduser('~/Documents/Github/ReEDS/ReEDS')) sys.path.append(reeds_path) ''' This script processes the raw LBNL's interconnection queues data (https://emp.lbl.gov/queues) to -apply capacity deployment limit in ReEDS. Specifically, it determines 2026 and 2030 cumulative queues -at FIPS level by technology: -- 2027 cumulative queues: q_status = "active" and IA_status_clean = "IA Executed" -- 2030 cumulative queues: q_status = "active" regardless of IA_status_clean status -- 2027-2029 cumulative values are interpolated from 2026 and 2030 values -- 2026 values are interpolated from 0 and 2027 values (half of 2027 values) +apply capacity deployment limit in ReEDS. Specifically, it determines t_1 and t_2 cumulative queues +at FIPS level by technology (for the 2025 data vintage, t_1 = 2028 and t_2 = 2031): +- t_1 cumulative queues: q_status = "active" and IA_status_clean = "IA Executed" +- t_2 cumulative queues: q_status = "active" regardless of IA_status_clean status +- values between t_1 and t_2 are interpolated from the t_1 and t_2 values +- t_1-1 values are interpolated from 0 and t_1 values (half of t_1 values) + +Note: starting with the 2025 data vintage, LBNL folded the less-common resource types (e.g. +"Pumped Storage" and "Biofuel") into the aggregated "Other Storage" and "Other" categories. LBNL +sent us the detailed types for the active requests in a supplemental file, which is merged back +into the public data here so that the pumped-hydro and biomass tech groups can still be built. ''' dir = os.getcwd() ##################### INPUTS ###################### # Most updated version of interconnection queue -filename = 'lbnl_ix_queue_data_file_thru2024.xlsx' -version = 2025 # release year -t_1 = 2027 # first year to calculate queue -t_2 = 2030 # last year to calculate queue +filename = 'LBNL_Ix_Queue_Data_File_thru2025.xlsx' +# Supplement from LBNL with the detailed resource types behind the aggregated "Other"/"Other +# Storage" categories (2025 vintage onward); set to None for vintages that don't need it +filename_other = 'queues_other_forNLR_2025.xlsx' +version = 2026 # release year +t_1 = 2028 # first year to calculate queue +t_2 = 2031 # last year to calculate queue year_range = list(range(t_1-1, t_2+1)) year_range_str = [str(x) for x in year_range] # To compare two versions of interconnection queue -version_1 = 2024 # version 1 release year -version_2 = 2025 # version 2 release year +version_1 = 2025 # version 1 release year +version_2 = 2026 # version 2 release year -version_1_t_1 = 2026 # first year to calculate queue in version 1 -version_1_t_2 = 2029 # last year to calculate queue in version 1 +version_1_t_1 = 2027 # first year to calculate queue in version 1 +version_1_t_2 = 2030 # last year to calculate queue in version 1 year_range_version_1 = list(range(version_1_t_1-1, version_1_t_2+1)) year_range_str_version_1 = [str(x) for x in year_range_version_1] ################################################### +# Resource types that LBNL folded into aggregated categories starting with the 2025 data vintage, +# mapped to the aggregated category each one was folded into. Only the types that map onto a ReEDS +# tech group are listed; the supplement also names compressed air, waste heat and wave (no ReEDS +# tech group, so they stay aggregated and are dropped later) and battery, solar and hydrogen (which +# the public file already reports as-is). +folded2aggregated = { + 'pumped storage': 'Other Storage', + 'biofuel': 'Other', + 'biomass': 'Other', +} + +def add_detailed_types(queue_data, filename_other, type_cols): + """Relabel the aggregated LBNL resource types using the detailed types from LBNL's supplement. + + Hybrid (co-located) requests name their detailed types in a different order than the public + file's type columns, so each is matched to the aggregated category it was folded into rather + than by position. A request with the same aggregated category in two type columns is skipped, + since there is no way to tell which slot the detailed type belongs to. Capacities always come + from the public file. + """ + other = pd.read_excel(os.path.join(dir,'inputs',filename_other)) + detailed_by_request = {} + for row in other.itertuples(index=False): + # Requests with a single resource type leave type1-3 blank and only name it in type_raw + types = [t.strip() for t in (row.type1, row.type2, row.type3) if isinstance(t, str)] + types = types or [str(row.type_raw).strip()] + detailed = {folded2aggregated[t.lower()]: t for t in types if t.lower() in folded2aggregated} + if detailed: + detailed_by_request[(str(row.q_id).strip(), str(row.entity).strip())] = detailed + + # A q_id is only unique within an interconnecting entity, so match on the pair + request = list(zip(queue_data['q_id'].astype(str).str.strip(), + queue_data['entity'].astype(str).str.strip())) + aggregated = queue_data[type_cols].apply(lambda c: c.astype(str).str.strip()) + relabeled_requests = set() + for col in type_cols: + # Number of type columns sharing this row's category; >1 means the slot is ambiguous + shared = aggregated.eq(aggregated[col], axis=0).sum(axis=1) + relabeled = pd.Series( + [detailed_by_request.get(q, {}).get(t) if n == 1 else None + for q, t, n in zip(request, aggregated[col], shared)], + index=queue_data.index) + relabeled_requests.update(q for q, t in zip(request, relabeled) if t is not None) + queue_data[col] = relabeled.fillna(queue_data[col]) + + print('Relabeled ' + str(len(relabeled_requests)) + ' of the ' + str(len(detailed_by_request)) + + ' requests in ' + filename_other + ' that report an aggregated resource type') + # Requests LBNL dropped from the public file (or that are no longer active) have no capacity or + # location here, so they cannot contribute to the queue limits + missing = [q for q in detailed_by_request if q not in relabeled_requests] + if missing: + print(' No matching request in ' + filename + ' for: ' + + ', '.join(q_id + ' (' + entity + ')' for q_id, entity in missing)) + return queue_data + # Number of technology type (as specified in the queue data file) type_no = 3 if version < 2025: @@ -47,7 +110,11 @@ queue_data.columns = queue_data.iloc[0] queue_data = queue_data[1:] -county2zone = pd.read_csv(os.path.join(reeds_path,'inputs','county2zone.csv')) +if filename_other is not None and version >= 2026: + queue_data = add_detailed_types( + queue_data, filename_other, ['type_'+str(item+1) for item in range(type_no)]) + +county2zone = pd.read_csv(os.path.join(reeds_path,'inputs','zones','county_state.csv')) county2zone['FIPS'] = 'p' + county2zone['FIPS'].astype(str).str.zfill(5) # Assuming zero queue for csp @@ -72,9 +139,19 @@ def insert_rows(group): if version < 2025: queue_data_temp = queue_data[['q_status', 'county_'+str(item), 'state', 'IA_status_clean', 'type'+str(item),'mw'+str(item)]] queue_data_temp = queue_data_temp.rename(columns={'county_'+str(item): 'county_name', 'type'+str(item): 'tech','mw'+str(item):'cap'+str(item)}) + elif version < 2026: + queue_data_temp = queue_data[['q_status', 'county', 'state', 'fips_codes', 'IA_status_clean', 'type'+str(item),'mw'+str(item)]] + queue_data_temp = queue_data_temp.rename(columns={'county': 'county_name', 'fips_codes': 'FIPS', + 'type'+str(item): 'tech','mw'+str(item):'cap'+str(item)}) else: - queue_data_temp = queue_data[['q_status', 'county', 'state', 'IA_status_clean', 'type'+str(item),'mw'+str(item)]] - queue_data_temp = queue_data_temp.rename(columns={'county': 'county_name', 'type'+str(item): 'tech','mw'+str(item):'cap'+str(item)}) + # In version 2026, IA_status_* was renamed to IA_phase_* and the type/mw columns gained an underscore + queue_data_temp = queue_data[['q_status', 'county', 'state', 'fips_code', 'IA_phase_clean', 'type_'+str(item),'mw_'+str(item)]] + queue_data_temp = queue_data_temp.rename(columns={'county': 'county_name', 'fips_code': 'FIPS', + 'IA_phase_clean': 'IA_status_clean', + 'type_'+str(item): 'tech','mw_'+str(item):'cap'+str(item)}) + + # Capacities are read as objects because of the header offset, so cast them back to numbers + queue_data_temp['cap'+str(item)] = pd.to_numeric(queue_data_temp['cap'+str(item)], errors='coerce') # Only consider queues that have active status queue_data_active_temp = queue_data_temp[queue_data_temp['q_status']=='active'] @@ -91,15 +168,28 @@ def insert_rows(group): queue_data_active_temp = queue_data_active_temp.rename(columns={'cap'+str(item):'cap'}) active_queue = pd.concat([active_queue, queue_data_active_temp], axis=0).reset_index(drop=True) -# Sum up the queue capacities by county, state, tech, and online year -active_queue['county_name'] = active_queue['county_name'].str.lower() -active_queue_agg = active_queue.groupby(['county_name', 'state','tech', 'online_year'])['cap'].sum().reset_index() - -# Merge the queue data with county2zone to assign FIPS to each county and state pair and clean up -active_queue_county = county2zone.merge(active_queue_agg, on=['county_name','state'], how='outer') -active_queue_county = active_queue_county[active_queue_county['county_name']!= '0'] -active_queue_county = active_queue_county.dropna(subset=['tech']) -active_queue_county = active_queue_county.dropna(subset=['FIPS']) +# Sum up the queue capacities by county, tech, and online year, then keep only ReEDS counties. +# Match on the FIPS code reported by LBNL rather than the county name: LBNL county names do not +# always use the ReEDS spelling (e.g. Louisiana is written "Acadia Parish" vs ReEDS "acadia"), +# which silently dropped those queues. +if 'FIPS' in active_queue.columns: + fips_reported = 'p' + pd.to_numeric(active_queue['FIPS'], errors='coerce').map( + lambda x: str(int(x)).zfill(5) if pd.notna(x) else '') + # LBNL sometimes reports a stale code (e.g. Oglala Lakota SD) or concatenates several codes for + # projects spanning multiple counties, so fall back to the county name when the code is unusable + name2fips = county2zone.set_index(county2zone['county_name']+'|'+county2zone['state'])['FIPS'] + fips_byname = (active_queue['county_name'].str.lower()+'|'+active_queue['state']).map(name2fips) + active_queue['FIPS'] = fips_reported.where(fips_reported.isin(county2zone['FIPS']), fips_byname) + active_queue_agg = active_queue.groupby(['FIPS','tech','online_year'])['cap'].sum().reset_index() + active_queue_county = county2zone.merge(active_queue_agg, on='FIPS', how='inner') +else: + # Vintages before 2024 report no FIPS code, so fall back to matching on county name and state + active_queue['county_name'] = active_queue['county_name'].str.lower() + active_queue_agg = active_queue.groupby(['county_name', 'state','tech', 'online_year'])['cap'].sum().reset_index() + active_queue_county = county2zone.merge(active_queue_agg, on=['county_name','state'], how='outer') + active_queue_county = active_queue_county[active_queue_county['county_name']!= '0'] + active_queue_county = active_queue_county.dropna(subset=['tech']) + active_queue_county = active_queue_county.dropna(subset=['FIPS']) # Assign 0 queue cap value to county-year pair with no value unique_year_FIPS = pd.DataFrame(product(active_queue_county['FIPS'].unique(),[t_1,t_2]),columns=['FIPS','online_year']) @@ -110,9 +200,9 @@ def insert_rows(group): active_queue_county = active_queue_county[['FIPS','tech','online_year','cap']] active_queue_county['cap'] = active_queue_county['cap'].fillna(0) -# Sum queue capacity by year to get cumulative queue cap by year -active_queue_county[str(t_2)] = active_queue_county['cap'] -active_queue_county[str(t_2)] = active_queue_county.groupby(['FIPS','tech'])[str(t_2)].transform("max") +# Sum queue capacity by year to get cumulative queue cap by year. +active_queue_county[str(t_2)] = active_queue_county['cap'].where(active_queue_county['online_year']==t_2, 0) +active_queue_county[str(t_2)] = active_queue_county.groupby(['FIPS','tech'])[str(t_2)].transform("sum") active_queue_county =active_queue_county.rename(columns={'cap': str(t_1)}) active_queue_county = active_queue_county[active_queue_county['online_year']==t_1] @@ -184,7 +274,7 @@ def insert_rows(group): queue_compare['cap_diff'] = queue_compare['cap_2'] - queue_compare['cap_1'] # Graph version 1: -sch_order = year_range +sch_order = year_range_version_1 status_cat = ['pv','csp','wind-ons', 'wind-ofs', 'nuclear', 'battery', 'pumped-hydro', 'biomass', 'gas', 'coal','hydro', 'geothermal', 'h2'] @@ -210,7 +300,12 @@ def insert_rows(group): title='Interconnection Queue Version ' + str(version_1-1) ) -chart.save(os.path.join(dir,'outputs','figures','queue_versions_'+str(version_1-1)+'.html')) +# Version 1 is a historical vintage, so only write its figure if it was never generated before +version_1_figure = os.path.join(dir,'outputs','figures','queue_versions_'+str(version_1-1)+'.html') +if os.path.exists(version_1_figure): + print('Keeping existing ' + os.path.basename(version_1_figure) + ' (historical version, not regenerated)') +else: + chart.save(version_1_figure) # Graph version 2: sch_order = year_range @@ -268,7 +363,7 @@ def insert_rows(group): ).configure_legend(labelFontSize=15, titleFontSize=15).properties(width=200, height=350).properties( width=500, height=300, - title='Interconnection Queue Difference (Version 2025 - Version 2024)' + title='Interconnection Queue Difference (Version ' + str(version_2-1) + ' - Version ' + str(version_1-1) + ')' ) chart.save(os.path.join(dir,'outputs','figures','compare_queue_versions.html')) \ No newline at end of file